﻿body {
  
   background-image:url(image/bg-top.jpg);
   background-repeat:no-repeat;
   background-position:right top;
   background-size:100% 25%;
}
.top-section {
   
}

p {
    font-family: 'Poppins', sans-serif;
}


.logo-image {
  width:250px;
  height:120px;
  padding:26px;
}   
.subhead {
   margin: -2px 0 9px; 
   font-size:15px;
  font-family: 'Poppins', sans-serif;
}
.Login-form {
    margin-top:-55px;
}
.img2 {
    padding:80px;
    padding-top:10px;
    /* margin-left:-50px; */
    /* margin-top:-50px; */
 }
.form-group {
    padding-bottom:20px;
    margin-bottom:10px;
}
.form-control {

}
.enquire-form::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
}
.enquire-form {
    font-size:15px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid black;
    border-radius: 0;
    width:100%;   
    font-family: 'Poppins', sans-serif;
    padding:5px 0;
    /*padding-bottom:15px;*/
}
   
    .enquire-form:focus {
        background-color: transparent;
        border: none;
        border-bottom: 2px solid black;
        border-radius: 0;
        outline: none;
        box-shadow: none;
    }



.heading {
  font-family: 'Playball', cursive; 
   font-size:40px;
}

.button-submit{
    /* height:50px; */
    /* width:150px; */
    /* font-size:18px; */
    padding: 10px 50px;
    background-color:#d13637;
}

.checkbox1 {
   height:17px;
    width:17px;
}
.check-span {
    
    font-size: 15px;
    word-spacing: 2.5px;
    font-family: 'Poppins', sans-serif;
}
.paragraph {
    /* padding-top:100px; */
    margin-bottom: 40px;
    text-align:center;
    font-family: 'Poppins', sans-serif;
}
    .paragraph p {
        font-size:18px;
        color:#000;
    }

.bottom-part {
    background-image:url(image/bg-4.jpg);
}
/*second page*/

.products-wrap {
    margin:50px 0;
}
.po-card-wrap:hover {
box-shadow:8px 8px 25px rgba(0,0,0,.3);

}
.po-card-wrap {
    position:relative;
    height:380px;
    width:100%;
    box-shadow:3px 3px 10px rgba(0,0,0,.3);
    transition: 0.3s ease;
}
.po-text {
    position:absolute;
    width:100%;
    top:0;
    left:0;

}

    .po-text h4 {
        position:relative;
        padding:10px;
        line-height:1;
        color:#fff;
        font-size: 16px;
        width: 80%;
        margin-bottom:20px;
        background:linear-gradient(to right,rgba(230,71,34,1),#cf3438);
    }


* ::after, ::before {
    box-sizing:border-box;
}

.po-btn-wrap {padding-left: 15px;padding-right:15px;}

    .po-btn-wrap p {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 10px;
        color: #000;
    }
p {
    margin-top:0;
}
.po-btn {
background-color:#cf3438;
font-size:12px;
padding:5px 20px;
border-radius:3px;
color:white;
}

.po-img-wrap {position:absolute;width:100%;bottom: 0px;right:0;}

.po-img {
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 210px;
}

.po-text h4:before {content:"";position:absolute;top:0;left:100%;width:0;height:0;border-right:25px solid transparent;border-top: 36px solid #cf3438;z-index:0;}

.image2-center {
    display: flex;
    align-items: center;
    width:100%;
    height: 100vh;
    max-height: 700px;
    background-repeat:no-repeat;
    background-position:center;
    background-size: contain;
    margin: 50px 0;
}

   /*@media (min-width: 415px) and (max-width: 1200px) {

    .image2-center {
           display:normal;  
       
    }
        .mobile-image {
        display:none
        }
}

      @media (min-width: 300px) and (max-width:414 ) {

    .image2-center {
      
             display:none;

    }
        .mobile-image {
    display:normal;
        }
}*/





.image3-hide {
width:100%;
display:none;
}



/*@media (min-width:992px) {
    .col-lg-3 {
      -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    }
}*/

    

.headling2 {
  text-align:center;
  font-size: 35px;
  /* padding-top:230px; */
  /* padding-right:0px; */
  font-family: 'Poppins', sans-serif;
}

.discription {
    text-align:center;
    font-size: 18px;
    padding-top: 0px;
    padding-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.logo2 {
    padding-top: 10px;
    /* padding-left: 50px; */
    width: 230px;
    /* height: 140px; */
    margin: 0 auto;
}

.footer-image {

width:100%;

/* height:550px; */

padding: 50px 0;

background-image:url(image/bg-4.jpg);

background-repeat: no-repeat;

background-size: contain;

background-position: left bottom;
}

.image-right {
    float: none;

   
}
.image-right img {
    width:100%;
}

.last-headling {
    font-size:30px;
    padding-top: 130px;
}

.last-description {
    font-size:20px;
}

.show-mobile {
    display: none;
}

.foot-social {
    display:flex;
    justify-content:center;
    list-style:none;
    margin:0;
    padding:0;
}
    .foot-social li {
        margin-right:15px;
    }
.address-wrap p {
    margin-bottom:0
}
.copy-wrap p {
    margin-bottom:0;
}

/*Phone*/
@media (max-width:600px) {
    .heading {
        font-size:35px;
    }
    .paragraph {
        margin-top:50px;
    }
    .hide-mobile {
        display:none;
    }
    .show-mobile {
        display:block;
    }
    .headling2 {
        padding-top:50px;
    }
    .po-card-wrap {
        margin-bottom:30px;
    }
    .footer-image {
        height: auto;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    .last-headling {
        padding-top:50px;
        text-align:center;
    }
    .image-right {
        float:none;
        margin-bottom:50px;
    }
        .image-right img {
            width:100%;
        }
    .last-description {
        margin-bottom:30px;
        text-align:center;
    }
    .po-card-wrap {
        max-width: 255px;
        margin: 0 auto 30px auto;
    }

    .Login-form {
        margin-top:0;
    }
    .img2 {
         padding: 0; 
         padding-top: 0; 
         margin-left: 0; 
         margin-top: 0; 
         margin-bottom:30px;
    }
    body {
        background-size:100% 8%;
    }
    .copy-wrap {
        margin-bottom:30px;
    }
    .logo-section {
        text-align:center;
    }
}

/*Ipad*/
@media (min-width: 601px) and (max-width: 1024px) {
    .heading {
        font-size:35px;
    }
    .paragraph {
        margin-top:50px;
    }
    .img2 {
         padding: 0; 
         padding-top: 0; 
         margin-left: 0; 
         margin-top: 0; 
    }
    .po-card-wrap {
        max-width: 255px;
        margin: 0 auto 30px auto;
    }
    .image2-center {
        height: 450px;
        background-position:center top;
        background-size:120%;
    }
    .headling2 {
        font-size:28px;
        padding-top: 0;
    }
    .logo2 {
        width:190px;
    }
    .discription {
        font-size:16px;
    }
    .image-right {
        float:none;
        text-align:center;
        margin-bottom:50px;
    }
    .footer-image {
        height: auto;
        background-repeat: no-repeat;
    }
    .last-headling {
        padding-top:50px;
    }
    .last-description {
        margin-bottom:30px;
    }
    body {
        background-size:100% 17%;
    }
}



  


