/* w1376 */
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700');
/*@import url('https:/fonts.googleapis.com/css?family=Playfair+Display:700|Roboto:100,100i,300,300i,400,400i,700'); */
/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,700&subset=latin-ext'); */

/* @font-face{font-family:'Austin';src:url(../fonts/Austin-Extrabold.eot);src:url(../fonts/Austin-Extrabold.woff2) format('woff2'),url(../fonts/Austin-Extrabold.woff) format('woff'),url(../fonts/Austin-Extrabold.ttf) format('truetype'),url(../fonts/Austin-Extrabold.svg#Austin-Extrabold) format('svg'),url(../fonts/Austin-Extrabold.eot#iefix) format('embedded-opentype');font-weight:800;font-style:normal;}@font-face{font-family:'roda-icon-font';src:url(../fonts/roda-icon-font.eot?j3pbvy=);src:url(../fonts/roda-icon-font.eot?j3pbvy=#iefix) format('embedded-opentype'),url(../fonts/roda-icon-font.ttf?j3pbvy=) format('truetype'),url(../fonts/roda-icon-font.woff?j3pbvy=) format('woff'),url(../fonts/roda-icon-font.svg?j3pbvy=#roda-icon-font) format('svg');font-weight:normal;font-style:normal;} */
@font-face{font-family:'Futura LT BT';src:url(../fonts/futurabt_light.ttf);font-weight:normal;font-style:normal;}
@font-face{font-family:'Futura LT BT Bold';src:url(../fonts/futurabt_bold.ttf);font-weight:bold;font-style:normal;}

strong{
  font-family: 'Futura LT BT Bold'; 
}

body {
  overflow-x: hidden;
  font-family: 'Futura LT BT';
  /* background: #f7f7f7; */
  /* background: url(../img/pattern.jpg); */
  /* background: #000; */
}

p {
  line-height: 1.75;
  font-size: 1rem !important;
  font-weight: 300;
}

.gold{
  color: #AD966E;
}

.austin{
  font-weight: 300;
  font-family: 'Cinzel', serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000000;
}

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

.text-primary {
  color: #000000 !important;
}

h1,h2{
  font-weight: 300;
  font-family: 'Cinzel', serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  /* text-transform: uppercase; */
  /* font-family: 'Poppins', sans-serif; */
}

h3,
h4,
h5,
h6{
  font-family: 'Cinzel', serif;
  /* text-transform: uppercase; */
}


.svgblur {
  -webkit-filter: url(#blur);
          filter: url(#blur);
}

@media (min-width: 1400px){
.container {
    max-width: 1376px;
}
}

section {
   padding: 50px 0;
   /* margin-bottom:100px; */

}

.site-footer {
  /* margin-top: 150px; */
}

@media (min-width: 768px) {
    
  #mainNav {
      top: 30px;
  } 
  
  .pagewide {
      height: 30px;
      font-size: 14px;
      padding-top:3px;
  }
}

@media (max-width: 768px) {
  section {
    /* padding: 150px 0; */
  }
  .site-footer {
    /* margin-top: 50px; */
  }
}


.btn {
  border-radius: 0!important;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #000000;
  border-color: #000000;
}

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

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}


.btn-secondary {
  background-color: #212529;
  border-color: #212529;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: white;
}

.btn-secondary:active, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}


::-moz-selection {
  background: #000000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000000;
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: #ffffff;
}

#mainNav .navbar-toggler {
  font-size: 1.25rem;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  border: 0;
  background-color: #ffffff;
  font-family: 'Futura LT BT';

}

#mainNav .navbar-brand {
  color: #000000;
  font-family: 'Futura LT BT';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #000000;
  text-decoration: underline;
}

#mainNav .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
  font-family: 'Poppins', sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #000000;
  text-decoration: underline;
}

@media (min-width: 992px) {
  #mainNav {
    /* padding-top: 45px;
    padding-bottom: 45px; */
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #fff;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f1f1f1;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

.site-footer {
  /* padding: 25px 0; */
  color: #fff;
}

.site-footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: uppercase;
  color:#3d3d3d;
}

.site-footer ul.quicklinks {
  list-style-type: none;
  padding: 0;
  font-size: 90%;
  margin-bottom: 0;
  text-transform: uppercase;
}

.site-footer ul.quicklinks a{
  color:#f7f7f7;

}

.site-footer ul.quicklinks a:hover{
  text-decoration: underline;
}

@media (max-width: 767px) {
  .site-footer, .site-footer .text-right { text-align:center!important }
}

.row-footer{
  margin-right: 0px!important;
  margin-left: 0px!important;
}

.fcol1{
  background:#111111;
}
.fcol2{
  background:#28282a;
}
.fcol3{
  background:#e8e8e8;
}

ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li{
text-align: center;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #ffffff;
  color: #000;
}



.grid{
  display: grid;
  /* grid-template-rows: 300px; */
  /* grid-auto-rows: 300px; */
  grid-gap:0px;
}


#invcatalog{
  grid-gap:30px;
}
#prodcatalog{
  grid-gap:30px;
}

.catinfo-grid{
  display: grid;
  grid-auto-rows: minmax(200px, auto);
  grid-template-columns: 300px auto auto;
  grid-gap:0px;
}

.prod-grid{
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 1fr 1fr 1fr;   
  grid-auto-columns: auto;
  grid-gap:0px;
  justify-items: center;
}

.prod-item{
  justify-self: stretch;
}

@media all and (min-width:1200px){ 
  .grid{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap:0px;
  }
  .catinfo-grid{
    grid-template-columns: 300px auto auto;
  }
  .prod-grid{
    grid-template-columns: minmax(300px, 1fr) 1fr 1fr 1fr;
  }
  .span-col2{
    grid-column: span 2;
  }
  .span-row2{
    grid-row: span 2;
  }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
  .grid{
    grid-template-columns: 1fr 1fr;
    grid-gap:0px;
  }
  .catinfo-grid{
    grid-template-columns: auto;
  }
  .prod-grid{
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr) minmax(300px, 1fr);
  }
  .span-col2{
    grid-column: span 0;
  }
  .span-row2{
    grid-row: span 2;
  }
}

@media all and (min-width: 768px) and (max-width: 959px) { 
  .grid{
   grid-template-columns: 1fr 1fr;
  }
  .catinfo-grid{
    grid-template-columns: auto;
  }
  .prod-grid{
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
  }
  .span-col2{
    grid-column: span 0;
  }
  .span-row2{
    grid-row: span 2;
  }
}

/* .row {
  margin-right: 0px!important;
  margin-left: 0px!important;
} */
@media all and (min-width: 480px) and (max-width: 767px){ 
  .grid{
    grid-template-columns: 1fr 1fr;
  }
  .catinfo-grid{
    grid-template-columns: auto;
  } 
  .prod-grid{
    grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr);
  }
  .span-col2{
    grid-column: span 0;
  }
  .span-row2{
    grid-row: span 0;
  }
}

@media all and (max-width: 599px) { 
  .grid{
    grid-template-columns: 1fr;
  }
  .catinfo-grid{
    grid-template-columns: auto;
  }
  .prod-grid{
    grid-template-columns: 100vw;
  } 
  .span-col2{
    grid-column: span 0;
  }
  .span-row2{
    grid-row: span 0;
  }
}

@media all and (max-width: 479px) {
  .grid{
   grid-template-columns: 1fr;
  }
  .catinfo-grid{
    grid-template-columns: auto;
  } 
  .prod-grid{
    grid-template-columns: 100vw;
  } 
  .span-col2{
    grid-column: span 0;
  }
  .span-row2{
    grid-row: span 0;
  }
}

/* .itemlinks{  
  border: 10px solid #AD966E;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#000000;
} */

.itemlinks{
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  border: 1px solid #AD966E;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
}

.blackitem{
  background: #000;
}

.iteminfo{
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px; 
  border: 1px solid #ffffffc9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000a1;
  color:#fff;
  opacity: 0.0;
  transition: all 1s;
  cursor: pointer;
}

.item-info{
padding: 20px;
}
.item-title{
  font-family: 'Futura LT BT';
font-size: 1.5rem;
text-align: left;
line-height: 2rem;
font-weight: 700;
text-transform: uppercase;
}
.item-subtitle{
font-weight: 300;
text-align: left;
font-size: 1.2rem;
line-height: 1.2rem;
}

.item-info-title{
  font-family: 'Futura LT BT';
  font-size: 2rem;
  font-weight: 700;
}

.item-info-type{
  font-weight: bold;
}
.item-info-type span{
  font-weight: 300;
}

.item-url{
  font-weight: 300;
  font-size: 1.2rem;
  text-transform: uppercase;
}


/* .pulsating-circle */
.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
}
.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #000000;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/* end .pulsating-circle */



/*sol-r custom*/

.header{
  height:600px;
}

.header-sm{
  height:200px;
}

#smap {
  margin:0;
  padding:0;
}


.ol-control button {
  background-color: rgba(0, 0, 0, 0.5)!important;
}

.overmap{
  background-color: #ffffff;
  width: 100%;
}

@media only screen and (min-width: 992px) { 
  .overmap{
    margin-top: 40px;
    margin-left: 30px;
    background-color: #ffffff;
    position: absolute;
    z-index: 99;
    width: 300px;
    height: 584px;
    overflow: hidden;
  }   
}


.overmapbt{
  width:100%;

}

.overmap ul li a {
  padding: 10px;
  font-size: 1em;
  display: block;
  /* text-transform: uppercase; */
}

.overmap ul.components li:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}

.overmap ul li a:hover {
  color: #ffffff;
  background: #000000;
}

.overmap ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  /* background: #222; */
}


#main{
margin: 0px!important; 
padding: 0px!important; 
}

#address-page{
  display: none;
}

.scrollbar {
  margin-bottom: 25px;
}

.force-overflow {
  width: 100%;
}

@media only screen and (min-width: 992px) { 
  .force-overflow {
    width: 100%;
    min-height: 300px;
  }
  .scrollbar {
    margin-left: 10px;
    float: left;
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 25px;
  } 
}

#style-4::-webkit-scrollbar-track {
  background-color: #fff
}

#style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 5px solid #555;
  border-radius: 5px
}


.header-locator{
  background:#cfcfcf url(../img/header/header_images_light7.jpg) no-repeat center center;
  background-size: cover;
}

#myVideo{
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: 100%; 
}


/* .header-home{
  background:#ffffff url(../img/header/header_images2.jpg) no-repeat center center;
  background-size: cover;
} */

.header-installers{
  background:#ffffff url(../img/header/header_images.jpg) no-repeat center center;
  background-size: cover;
}
.header-dealers{
  background:#ffffff url(../img/header/header_images1.jpg) no-repeat center center;
  background-size: cover;
}
.header-work{
  background:#ffffff url(../img/header/header_images5.jpg) no-repeat center center;
  background-size: cover;
}
.header-contact{
  background:#ffffff url(../img/header/header_images6.jpg) no-repeat center center;
  background-size: cover;
}
.header-about{
  background:#ffffff url(../img/header/header_images4.jpg) no-repeat center center;
  background-size: cover;
}

.hTitle{
  font-weight: 300;
  font-family: 'Cinzel', serif;
  font-size: 65px;
  margin: auto;
}
.hsTitle{
  font-weight: 300;
  font-family: 'Cinzel', serif;
  font-size: 45px;
  margin: auto;
}
.about-htext{
  color:#fff;
  font-size:3rem;
  font-style:italic;
  text-shadow: 2px 2px 2px #000000;
}

.map{
  height: 100%;
  width: 100%;
}


.sTitle {
  font-size: 3.5em;
  font-weight: bold;
  }

  .border-right {
    border-right: 1px solid #AD966E!important;
  }

  .moblogo{
    margin: auto;
    z-index: 99;
    position: absolute;
    left: calc(50% - 50px);
    visibility: hidden;
  }

@media (max-width: 768px) {
  .hTitle{
    font-size: 45px;
  }

  .sTitle {
    font-size: 2.5em;
    font-weight: bold;
    }

    #glsm{
      padding-left: 0px !important;
    }
    #glmen{
      padding-right: 0px !important;
    }
    .carousel-caption {
       width: 100% !important; 
  }

  .border-right {
    border-right: none!important;
  }
  .moblogo{
    visibility: visible;
  }
}

.sTitle2 {
  font-family: 'Futura LT BT';
} 


.sTitle3{
  font-weight: bold;
  color: #AD966E;
} 

.sTitleActive{
  border-top: 1px solid #AD966E;
}

#search_adr{
  background: none;
  border: none;
  border-bottom: solid 1px #000000;
  border-radius: 0; 
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #000000!important;
  outline: 0;
  box-shadow: none !important;
}
.popo{
  color:#fff;
  padding: 30px;
  width: 300px;
  left:20px;
  bottom:-120px;
  position: absolute;
  z-index: 99;
  background: #000;
  border: 1px solid #AD966E;
  box-shadow: 0px 0px 0px 10px #000000;
  opacity: 0;
  transition: all 1s;
}
/* .inpopo{
  padding: 30px;
  width: 300px;
  background: #fff;
  border: 1px solid rgba(86,61,124,.2);
} */
.xbt{
  position: absolute;
  z-index: 1;
  right:9px;
  top:6px; 
}

.popTitle-red{
 color: #fff;
 text-decoration: underline;
 text-transform: uppercase;
 font-size: 1.5rem !important;

}

.popButton{
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 1.2rem; 
 }

 .rand_pos{
   /* width: 100px;
   height: 100px; */
   /* background: #575757; */
   position: absolute;
   z-index: -1;
 }
 .parallax-container{
 overflow: hidden;
 }

 .bg-white{
  background: #ffffff;
 }


 .dropdown-toggle::after {
  display: none!important;
}

.dropdown-menu {
 border:none;
 border-radius:0;
}


/*home page*/

.home-item-title{
  font-family: 'Futura LT BT Bold';
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  }

.home-item-title span{
  font-family: 'Futura LT BT';
  font-size: 0.8rem;
  font-style: italic;
  text-transform: none;
  }

.home-item-subtitle{
  font-family: 'Futura LT BT';
  font-weight: 300;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.2rem;
  }

.home-item-best{
  color:#ce2d23;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  
}

.home-item-details{
text-transform: uppercase;
font-size:0.8em!important;
  
}

.product-cov{
  width: calc(100% - 20px); 
  height: calc(100% - 20px);
  /* background:rgba(221, 217, 183, 0.568); */
  color:#fff;
  border: 1px solid rgba(86,61,124,.2);
  z-index:1;
  position:absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
  cursor: pointer;
  opacity:0;
  -webkit-box-shadow: 1px 19px 30px -6px rgba(0,0,0,0.28);
  -moz-box-shadow: 1px 19px 30px -6px rgba(0,0,0,0.28);
  box-shadow: 1px 19px 30px -6px rgba(0,0,0,0.28);
}

.catprod-item{
  transition: all 1s;
  padding: 10px;
  /* color: #b4b4b4; */
}

.product-ico{

}

.prod-item{
  transition: all 1s;
  padding: 10px;
  /* color: #b4b4b4; */
}

.product-info-block{
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 10px rgb(241, 241, 241);
  background:rgb(241, 241, 241);
  color:#000;
  border: 1px solid rgba(86,61,124,.2);
  z-index:1;
  position:absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;  
  opacity:0;
  display: none;
}
.product-info{
color:#000;
padding: 10px;
}

.openinfo{
  cursor: pointer;
}
.closeinfo{
  cursor: pointer;
}

.prod-maininfo{
  padding: 30px;
  width: 100%;
  height:100%;
  left:100px;
  color: #fff;
}

.black-box{
  width: 100%;
  height:100%;
  left:100px;
  background: #000000;
  border: 1px solid #AD966E;
  box-shadow: 0px 0px 0px 10px rgb(0, 0, 0);
}

.nopadding{
  padding-right: 0px;
  padding-left: 0px; 
}


.the-gall{
  grid-template-rows: 300px;
  grid-auto-rows: 300px;
}

.contract-gall{
  grid-template-rows: 300px;
  grid-auto-rows: 300px;
  background: #000;
}

.homes-gall{
  grid-template-rows: 300px;
  grid-auto-rows: 300px;
  background: #000;
}


.gal-links-block{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gal-links{
  font-size: 1.2rem;
  line-height: 2.8rem;
  text-transform: uppercase;
}

.gal-links a:hover{
  text-decoration: underline;
}

.gal-square{
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px; 
  border: 1px solid #ffffffc9;
  opacity: 0.0;
  transition: all 1s;
  cursor: pointer;
}



.flex-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
}

.flex-container > div {
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 12px;
}

.box2 {
  display: inline-block;
  /* width: 200px; */
  height: 70px;
  margin: auto;
}


.graybg{
  background:#f1f1f1;
}

.navshadow{
  box-shadow: 0px 3px 20px -6px rgba(0,0,0,0.40);
}

.contract-item{
  background-size: cover;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  position:relative;
}

.home-item{
  background-size: cover;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  position:relative;
}


.ourvalues{
  list-style: none;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0;
  margin-top:10px;
}


.elemborder{
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  padding: 10px;
  background: #000;
}

.contbord{
  background:#f1f1f1;
  padding: 30px;
}

@media all and (min-width:1650px){ 
  .contbord{
    border: 1px solid #AD966E;
    box-shadow: 0px 0px 0px 10px #f1f1f1;
  }
}

.starcolor{
  color: #AD966E;
}


/* .owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item img {
  width: auto;
  height: 100%;
} */


.new_html_code {
  width:100%;
  height:600px;
  /* min-width:150px;
  min-height:100px;
  max-width:200px;
  max-height:100px; */
  overflow:hidden;
  display:block;
}


.gallmenu{
  background: #000;
  height: 100%;
  padding: 10px;
}

.gallborder{
  width: 100%;
  height: 100%;
  border: 1px solid #AD966E;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.gall-list{
  padding-left: 0;
  list-style: none;
  cursor: pointer;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
  color: #fff;
  text-align: right;
  background: rgba(0, 0, 0, 0.678);
  width: 35%;
}

.form_section{
  background: #f1f1f1;
}

.wname{
  font-size: 1.1em;
}

.downloadpdf{
  font-size: 1.1em!important;
  text-transform: uppercase!important;
}

.goldtitle{
  font-family: 'Cinzel', serif;
  font-weight: bold;
  font-size: 2.5em;
  color: #AD966E;
  margin: auto;
}
.clickable{
cursor: pointer;
}

.activelang{
  text-decoration: underline;
}

/* arrow animation */
.dArrow{
	position: absolute;
	bottom: 80px;
  left: calc(50% - 10px);
  color: #fff;
  cursor: pointer;
  z-index: 999;
}

/* @media (min-width: 768px) { 
  .dArrow{ display:none; }
} */


 .bounce {
  animation: bounce 2s infinite;
  animation-timing-function: ease;
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
} 
/* end arrow animation */



/* @media (min-width: 768px) { 
  .dArrow{ display:none; }
} */

.azoom:hover{
  text-decoration: underline;  
}


.popover {
  text-align: center  !important;;
  /* height: 180px; */
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 350px !important;
  width: 350px !important;
  background-color: #ece3ce;
  border: none;
  border-radius: 0;
}


.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #ece3ce;
}

.technical-container{
    display:flex;
    flex-direction:row;
    justify-content: center;
    
}
.technical-div{
   padding:10px;
   border: 1px solid #697cbd;
}