body{
	margin: 0px;
	padding: 0px;
    font-family: 'Poppins', sans-serif;
    color: #04353d;
    /*background: #e2e2e2;
background-image: linear-gradient(#e2e2e2, #f3f3f3);*/
   background-image: url(../images/background1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#wrapper{
    float: left;
    width: 100%;
    overflow: hidden;
}

p{
	font-size: 16px;
	color:#575757;
	line-height: 25px;
}

.container{
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.center{
    text-align: center;
}

.btn{
    display: inline-block;
    min-width: 120px;
    padding: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #fff;
    background-color: #27205B;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border: none;
}

.btn:hover{
    color: #fff;
    background-color: #71cbf4;
}

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}



.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.logo img {
    width: 110%;
    max-width: 950px;
    filter: brightness(0) invert(1);
}

.logo {
    float: left;
    padding-top: 50px;
}

.sub-logo{
    filter: brightness(0) invert(1);
    max-width: 250px!important;
    margin-top: 20px;
}

.tiles{
    padding-top: 100px;
    padding-bottom: 50px;
}

.tiles img{
    max-width: 100%;
    margin-bottom: 0px;
}

.tiles .box3{
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.tile{
    /*box-shadow: rgba(50, 50, 93, 0.3) 0px 50px 100px -20px, rgba(0, 0, 0, 0.5) 0px 30px 60px -30px;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    z-index: 9999;
    overflow: hidden;
    margin-bottom: 25px;
}
   

#footer-container .footer-contact-details span.footer-phone {
    background: url(images/icons/phone-header.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 3px;
} 

#footer-container .footer-contact-details span.footer-email {
    background: url(images/icons/email-header.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 5px;
}

.banner-logos img {
    max-width: 200px;
    margin-left: 25px;
    margin-right: 25px;
    vertical-align: middle;
}

#footer-container {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.footer-contact-details {
    width: auto;
    float: none;
    display: inline-block;
    padding-bottom: 0px;
    display: none;
}

#footer-container .footer-contact-details span {
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    font-weight: 600;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

#copyright-container {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

#copyright-container span {
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    line-height: 19px;
}

#footer-container a {
    color: #fff;
    text-decoration: none;
}

#footer-container span {
    color: #27205B;
    font-size: 17px;
    font-weight: 400;
}

#footer-container #copyright-container span {
    font-size: 14px;
}

.flip {
    width: auto;
    position: relative;
    min-height: 193px;
    float: none;
    display: inline-block;

}
.flip > .front,
.flip > .back {
  display: block;
    width: 100%;
height: 250px;
width: 250px!important;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
    padding: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.7s;
  transition-property: transform, opacity;
}

.flip > .front {
  transform: rotateY(0deg);
}
.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height: 100%;*/
  transform: rotateY(-180deg);
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 25px;
    padding-top: 35px;
}

.flip > .back2{
    padding-top: 50px;
}

.flip > .back3{
    padding-top: 70px;
}


.flip:hover > .front {
  transform: rotateY(180deg);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}

.flip {
  position: relative;

}
.flip > .front,
.flip > .back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 100%;
}

.flip .front{
  background: transparent
}

.flip .back{
  background: #27205B;
}

.flip > .front p,
.flip > .back p {
        font-size: 16px;
    font-weight: 400;
  color: #fff;
}

.flip .back span{
    display: inline-block;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    color: #71cbf4;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border: none;
    text-transform: uppercase;
}


#footer-container .box4 h4 {
    color: #71cbf4;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px;
}

#footer-container .box3 h4 {
    color: #71cbf4;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}

#footer-address span {
    padding-top: 5px;
    margin-right: 0px;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    line-height: 23px;
}

#footer-container a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

#footer-container a:hover {
    color: #71cbf4;
}

#footer-container .footer-contact-us a:hover{
    color: #fff;
}

.footer-logo img {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 1250px) {

.container{
    float: left;
    width:100%;
	max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}



}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 975px) {

.tiles .box3{
    width: 100%;
}

#footer-container .box3{
    width: 100%;
}

.logo img {
    width: 100%;
    max-width: 600px;
    filter: brightness(0) invert(1);
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 800px) {

#footer-container .box3{
    width: 100%;
}

.tiles .box3 {
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
    margin-bottom: 0%;
}

.tiles {
    padding-top: 75px;
    padding-bottom: 25px;
}

}

/* SMartphones and Tablets */
@media only screen 
and (min-width : 1px) 
and (max-width : 500px) {

.tiles .box3 {
    padding-left: 5%;
    padding-right: 5%;
}

.banner-logos img {
    margin-bottom: 25px;
}

#footer-container .box4 h4 {
    margin-top: 0px;
}

}
