.space-centre 
{
	/*margin-left: 66px;*/
}
.logo-box-style2 img {
    width:80%;
    /*padding: 10px;*/
}
/*slider*/
    .rslides1_nav.prev, .rslides1_nav.next{
    position: absolute;
    top: 0;
    font-size: 25px;
    z-index: 9;
    top: 5%;
    background: black;
    padding: 7px 15px;
    border-radius: 3px;
    font-weight: 900;
    color: white;
}
.footer-logo 
{
        background: white;
    padding: 15px;
}
.rslides1_nav.next
{
    right:20px;
}
.rslides1_nav.prev 
{
  left: 20px;
}
.pr-bg 
{
    background:#000000ad;
}
.project-head .title
{
    color: gold;
}
/*.about-style2-area 
{
    background: black;
}*/
.text h3 {
    margin-top: 40px;
    color: black;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
}
.abt-main-head h1 {
    color: black;
    font-family: 'Montserrat';
    font-size: 237px;
    /*position: absolute;*/
    opacity: 0.1;
    margin-top: -90px;
}
/*.mn-about {
    margin-top: 90px;
}   */
.space 
{
    padding: 150px 0px;
}
.about-image 
{
    width: 100%;
    float: right;
}
.pro-box h2 {
    color: white;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 23px;
    margin-bottom: 15px;
}
.pro-box i {
    color: #0d629c;
    margin-bottom: 20px;
    border-radius: 50%;
    background: white;
    height: 78px;
    width: 80px;
    padding-top: 26px;
    font-size: 29px;
}
.pro-box:hover {
    box-shadow: inherit;
    transition: 0.5s;
    padding: 40px 10px;
}
.pro-box {
    background: #0d629c;
    padding: 30px 10px;
    text-align: center;
    box-shadow: -5px 7px 0px 0px rgb(0 0 0 / 16%);
    transition: 0.5s;
    margin-top: 50px;
}

.pro-box p {
color: white;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    font-size: 15px;
    text-align: left;
}
.service-content p {
    color: white;
    font-family: 'Montserrat';
}
.service-content h2 {
    color: white;
    font-family: 'Montserrat';
}
.service-content {
    background: #0d629c;
    padding: 22px;
}
.pr-main {
  width: 100%;
  display: flex;
  padding: 0 20px;
}
.slide {
  position: relative;
  cursor: pointer;
  height: 80vh;
  flex: 1;
  margin: 10px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: .5s;
  border: 1px solid black;
}

.slide > img {
  width: 100%;
  height: 100%;
}

.slide > h3 {
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  transition: .5s
  
}

.slide.active {
  flex: 10;
}
/*.slide {
    flex: 10;
    border: 7px solid black;
}*/
.slide.active > h3{
  opacity: 1
}
.sliderdown .rslides2_nav.next {
    background: #0d629c;
    padding: 21px 30px;
    color: white;
    font-size: 30px;
    position: absolute;
    bottom: 44%;
    z-index: 11;
    right: -34px;
}
.buy-content {
    background: #0d629c;
    text-align: center;
    padding: 25px 50px;
}
.team-about {
    padding: 39px 50px;
    background: #28a745;
}
.abt-pro {
    border: 15px solid #28a745;
}
.buy-content p {
    color: white;
    font-family: 'Montserrat';
    font-size: 15px;
    text-align: left;
}
.buy-content h3 {
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
}

.buy-content h3 {
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-bottom: 26px;
        font-size: 21px;
}
.sliderdown .rslides2_nav.prev {
    background: #0d629c;
    padding: 21px 30px;
    color: white;
    font-size: 30px;
    position: absolute;
    bottom: 44%;
    z-index: 11;
    left: -34px;
}
.buy-content a:hover {
    padding: 13px 30px;
    transition: 0.5s;
}   
.upvc-doors {
    background-image: url(../images/upvc-doors.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00000057;
}
.upvc-window {
    background-image: url(../images/upvc-window.jpg);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00000057;
}
.gallery {
    background-image: url(../images/gallery-banner.webp);
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #00000057;
}

.client-name h3 {
    font-family: 'Montserrat';
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    /*background: black;*/
    color: white;
    padding: 5px 12px;    
}

.client-image {
    text-align: center;
}
.main-client {
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 21%);
    background: #f3f3f3;
    margin-bottom: 20px;    
}
.client-image img {
    width: 70%;
}

/*social icon side bar*/
.side-bar-icon {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}

.side-bar-icon a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.side-bar-icon a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}
.phone {
  background: #0ae34a;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}
.whatsapp {
  background: #28a745;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

/*social icon side bar*/
.topbar-social-links li a {
    /*border: 2px solid #06a9e0;*/
    /*background: #06a9e0;*/
    border-radius: 50%;
    padding: 8px 11px;  
}
.adv-box-content .pro-box {
    height: 350px;
    border-radius: 4%;
}
.instagram 
{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.product-head h2 {
    color: white;
    font-family: 'Montserrat';
    font-size: 48px;
    margin: 35px;
    margin-left: -18px;
    text-align: center;
}
.window-product {
    background: #00000066;
    margin: 10px 0px;
    padding: 16px 0;
    text-align: center;
    border: 2px solid #00000033;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 28%);
}
.contact-details {
    background: #00aae1;
    margin: 30px 0;
    padding: 30px 0px;
    text-align: center;
    border-top-right-radius: 57px;
    border-bottom-left-radius: 57px;
}
.contact-details h3 {
    font-family: 'Montserrat';
    color: white;
    font-size: 36px;
    font-weight: 300;
}
.contact-details h4 {
    font-family: 'Montserrat';
    color: white;
    font-size: 24px;
    font-weight: 400;
    margin-top: 15px;
}
.contact-form {
    background: #00aae1;
    padding: 0px 26px;
    padding-top: 20px;
    padding-bottom: 60px;
}
.form-group label {
    color: white;
    font-family: 'Montserrat';
    font-size: 20px;
}
.contact-btn.main-btn {
    background: white;
    color: #000034;
    padding: 8px 19px;
    float: right;
}
.upvc-window-content h2 {
    font-family: 'Montserrat';
}
.upvc-window-content p {
    font-family: 'Montserrat';
    font-size: 17px;
}

.window-bg {
    background-image: url(../images/window-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: #0000002b;
    padding: 50px 0px;
}
/*.doors-bg {
    background-image: url(../images/door-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-color: #0000002b;
    padding: 50px 0px;
}
*/
.products .img-holder {
    /*border-radius: 19px;*/
    box-shadow: 4px 2px 10px 0px rgb(0 0 0 / 41%);
}
.readmore {
    margin-bottom: 35px;
    background:#b63836;
    text-align: center;
    padding: 7px 20px;
}
.readmore a {
    color: white;
    font-family: 'Montserrat';
}
.product-name h3 {
    font-family: 'Montserrat';
    text-align: left;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 14px;
    font-weight: 400;
}
.product-name {
    background: #01afe0;
    padding: 10px 0;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
.home {
    position: relative;
}
.home .owl-prev {
    position: absolute;
    background: black !important;
    left: 3%;
    bottom: 51%;
    padding: 5px 22px !important;
}
.home .owl-next {
    position: absolute;
    background: black !important;
    right: 3%;
    bottom: 51%;
    padding: 5px 22px !important;
}
.gallery .row .col-md-4 
{
    margin-bottom:25px;
}
.gallery-name {
    background: #01afe0;
    text-align: center;    
}
.gallery-img {
    margin-bottom:0px;
    border: 3px solid #01afe0;
}
.gallery-name h3 {
    font-family: 'Montserrat';
    color: white;
    font-weight: 400;
}
.client-name {
    background: #01afe0;
}

.design-image{
    background: #0da9e1;
    padding: 12px 19px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.design-image img {
    width: 100%;
}
.design-name h2 {
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 25px;
    padding-top: 10px;
}
.product-detail-table table {
font-family: 'Montserrat';
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    background: #02abe2c4;
}
.tb2 table {
font-family: 'Montserrat';
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    background: #b63836;
}
.product-image img {
    border: 4px solid #02abe2;
    padding: 10px 10px;
}

.pm2 img {
    border: 4px solid #b63836;
    padding: 10px 10px;
}


.heart {
    font-size: 150px;
    color: #e00;
    animation: beat .25s infinite alternate;
    transform-origin: center;
}

/* Heart beat animation */
.drop-menu:hover .dropping {
    display: block;
    transition: 1.0s;
}
/*.dropping {
    display: none !important;
    transition: 1.0s;
}
*/

.pdf {
    background: #b63836;
    padding: 20px;
    text-align: center;
}
.pddf-button a {
    color: white;
    font-family: 'Montserrat';
    font-size: 30px;
}
.pddf-button {
    background: #23a3ce;
    width: 30%;
    margin: auto;
    padding: 21px 0;
    border-radius: 10px;
}
@keyframes beat{
    to { transform: scale(1.2); }
}                 
.menu-active1 .active {
    background: #05a5ec;
    padding: 0px 20px;
}
/*media query*/
@media (max-width: 768px)
{
	.space-centre 
	{
		margin-left: 0px;
	}
    .adv-box-content .pro-box {
        height: auto;
        border-radius: 4%;
    }
    .dropping {
    display: none !important;
    transition: 1.0s;
}
    .drop-menu:hover .dropping {
        display: block !important;
        transition: 1.0s;
    }
    .side-bar-icon {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}
.pddf-button {
    background: #23a3ce;
    width: 100%;
    margin: auto;
    padding: 21px 0;
    border-radius: 10px;
}
}