.feature-border{
    border: dashed #fff;
    padding: 30px;
}
.center-box {
    margin: auto;
    width: 50%;
    /* border: 3px solid green; */
    padding: 10px;
}
.feature-sec{
    display: table-cell;
    height: 226px;
    vertical-align: middle;
    width: 100%;
}
.bg-colorbox{
    background-image: url('./../assets/backgrounds/bg-right2.png');
    background-repeat: no-repeat;
}
.sub-title{
    line-height: 1.5em;
}
.f-box{
    min-height: 220px;
}
#nopd [class*="col-"] {
    padding: 0px;
}
.gl-sec{
    margin: auto;
    max-width: 80%;
}
@media (max-width: 479px) {
    .gl-sec{
        margin: auto;
        max-width: 90%;
    }
}
.non-selectable{
    user-drag: none; 
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.contact-input-style input {
    background: #1515150d none repeat scroll 0 0;
    border: 1px solid #ececec;
    color: #666666;
    font-size: 14px;
    height: 35px;
    padding: 0 20px;
    width: 100%;
    line-height: 35px;
}
.contact-textarea-style textarea {
    background: #1515150d none repeat scroll 0 0;
    border: 1px solid #ececec;
    color: #666666;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
    height: 170px;
    line-height: 35px;
}
.contact-input-style label,
.contact-textarea-style label {
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.contact-btn {
    background-color: #4c58a4;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    padding: 11px 25px 13px;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
}
.keyhighlight h4{
    color: #fff;
    min-height: 70px;
}
.keyhighlight-box{
    padding:20px;
    color: #fff;
    background-color: #4c58a4;
    border: 5px solid #fff;
    min-height: 330px;
}
.join-caption{
    background-color: #f2f2f2; 
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 1.5em;
}
#bg-call-us{
    background-image: url('./../assets/images/door/glass-doors/PHOTO-2020-05-10-18-54-26.jpg');
    height: 75vh;
    background-repeat: no-repeat;
}
#bg-coservatories-sc{
    background-image: url('./../assets/images/conservatories/adding-space-5.jpg');
    height: 75vh;
    background-repeat: no-repeat;
}
.p-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
 }
.pb-10{
     padding-bottom: 10px;
 }
.pb-80{
    padding-bottom: 80px !important;
}
.p-20{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-brochures-30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.ptb-5{
    padding-top: 5%;
    padding-bottom: 5%;
}
.nomargin{
     margin-left: 0 !important;
     margin-right: 0 !important;
 }
.color-img-size img{
    width: 130px;
    height: 130px;
}
.glass-img-size img{
    width: 300px;
    height: 300px;
}
 .colortitle{
    margin-top: .5rem;
    margin-bottom: .5rem;
    min-height: 50px;
 }
.v70-c{
    height: 70% !important;
 }

 .gallery { 
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.gallery img { 
    width: 100%; 
    height: auto;
    transition: 500ms;
    margin-bottom: 10px;
    opacity: 0.8;
    page-break-inside: avoid; /* For Firefox. */
    -webkit-column-break-inside: avoid; /* For Chrome & friends. */
    break-inside: avoid; /* For standard browsers like IE. :-) */
}

.gallery h5{
    /* padding-bottom: 10px;
    text-transform: uppercase; */
}

.gallery img:hover {
    opacity: 1;
}

/* .modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: center;
} */

.modal-img,.model-vid{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table
}
.modal-body{
  padding: 0px;
}

.modal-dialog {
  height: 100%;
      position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
  border: none;
}

@media screen and (max-width: 767px) {
	.gallery { 
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
	.gallery div { margin: 0; 
        width: 200px;
    }
  .modal-dialog {
        margin: 0 8vw;
    }
}

@media screen and (max-width: 479px) {
    .gallery { 
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .gallery div { 
        margin: 0; 
        width: 200px;
    }
}
.m-50{
    margin: 50px 0;
}

.mb-50{
    margin-bottom: 50px;
}

.min-h400{
    min-height: 380px;
}

.max-h250{
    max-height: 260px;
}

.max-h200{
    max-height: 180px;
}

.sg-container{
    display: inline-flex;
}

@media screen and (max-width : 1000px){
    .sg-container{
        display: block;
    }
}
.bg-why-star{
    background-image: url(../assets/backgrounds/why-star.svg);
    background-repeat: no-repeat;
}