﻿

.font2 {
    font-size: 24px;
    text-align: justify;
    line-height: 1.4;
    font-family: Arial,sans-serif;
}

.font {
    font-family: Arial,sans-serif;
}

.cf-hidden {
    display: none;
}

.cf-invisible {
    visibility: hidden;
}

.scrollToTop {
    width: 150px;
    height: 180px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: blue;
    text-decoration: none;
    position: fixed;
    bottom: -50px;
    right: -5px;
    display: none;
    background: url('arrow_up.html') no-repeat 0px 20px;
    z-index: 100;
}

#Enquiry {
    width: 50px;
    height: 220px;
    position: fixed;
    top: 200px;
    right: 0px;
}


.img:hover {
    transform: scale(1.2);
    transition: all .5s;
}

#Img:hover {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -webkit-transition-delay: 0.2s;
    transition-duration: 3s;
    box-shadow: 2px 3px 20px 2px white;
    border: 1px inset yellow;
    align-self: center;
    /*-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
          zoom:2;*/
}
