@charset "utf-8";
 @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
body {
font-family: 'Roboto Slab', serif !important;
font-size: 15px !important;
font-weight: 400 !important;
letter-spacing: -0.45px !important;
color: #7e7e7e !important;
}
h1 {
margin: 0 !important;
padding: 0 !important;
font-family: 'Poppins', sans-serif !important;
font-size: 36px !important;
font-weight: 400 !important;
letter-spacing: -1.55px !important;
line-height: normal !important;
color: #1c393d !important;
}
h2 {
margin: 0 0 15px 0 !important;
padding: 0 !important;
font-family: 'Poppins', sans-serif !important;
font-size: 24px !important;
font-weight: 400 !important;
letter-spacing: -1.55px !important;
line-height: normal !important;
color: #1c393d !important;
}
h3 {
margin: 0 !important;
padding: 0 !important;
font-family: 'Poppins', sans-serif !important;
font-size: 18px !important;
font-weight: 400 !important;
letter-spacing: -1.55px !important;
line-height: normal !important;
color: #1c393d !important;
}
p {
margin: 0 0 15px 0;
padding: 0;
font-family: 'Roboto Slab', serif !important;
font-size: 15px !important;
font-weight: 400 !important;
line-height: 30px;
color: #7e7e7e;
text-align: justify;
}
header {
float: left;
width: 100%;
-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
-ms-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}
.brand-logo {
float: left;
}
.brand-logo img {
height: 90px;
}
.web-menu {
float: right;
margin-top: 26px;
}
#access {
float: left;
}
#access ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
#access ul li {
list-style: none;
display: inline-block;
margin: 0;
padding: 0;
}
#access ul a {
float: left;
width: 100%;
padding: 8px 16px;
text-align: center;
text-decoration: none;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 500;
border-radius: 30px;
color: #1c393d;
}
#access ul li a:hover {
color: #FFF;
background: #01a3e7;
}
#access ul li.current-menu-item a {
color: #FFF;
background: #01a3e7;
}
#mob-menu-container {
display: none;
position: relative;
margin-top: 15px;
margin-right: 15px;
float: right;
}
#mob-menu {
display: none;
}
article {
float: left;
width: 100%;
}
.title {
padding-top: 30px !important;
padding-bottom: 40px !important;
}
.title:after {
position: absolute;
height: 4px;
width: 80px;
bottom: 0;
left: 15px;
content: "";
background: #01a3e7;
margin-bottom: 30px;
}
.contact-details {
line-height: 24px;
margin-bottom: 15px;
width: 100%;
display: block;
float: left;
}
.contact-details a {
color: #8d8e90;
}
.contact-details .icon-holder {
float: left;
width: 48px;
}
.contact-details .icon-content {
float: left;
}
.map-box {
float: left;
width: 100%;
}
.map-box iframe {
width: 100%;
min-height: 370px;
}
.feature-box {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 30px;
}
.feature-box .feature-number {
padding-right: 15px;
}
.feature-box .feature-text {
-ms-flex-item-align: center;
align-self: center;
vertical-align: middle;
}
.feature-box h3 {
font-size: 48px !important;
font-weight: 700 !important;
}
.feature-box p {
line-height: normal !important;
margin: 0 !important;
}
.product-box {
position: relative;
overflow: hidden;
border-radius: 5px;
cursor: pointer;
margin-bottom: 30px;
box-shadow: 0 0 15px rgba(0,0,0,0.14);
background: #FFF;
}
.product-box .product-image {
position: relative;
transition: 0.5s all;
-webkit-transition: 0.5s all;
}
.product-box:hover .product-image {
background: #333;
}
.product-box:hover .product-image img {
opacity: 0.6;
}
.product-box .product-name {
font-size: 15px;
font-weight: 700;
position: relative;
padding: 8px 12px;
}
.product-box .read-more {
transition: all 0.4s;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: rgba(36,36,36,0.75);
opacity: 0;
}
.product-box:hover .read-more {
opacity: 1;
}
.product-box:hover .read-more > a {
position: absolute;
top: 50%;
left: 50%;
height: 50%;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
color: #ffffff;
background: rgba(163,96,255,0.75);
background: -moz-linear-gradient(top, rgba(163,96,255,0.75) 0%, rgba(0,132,255,0.75) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(163,96,255,0.75)), color-stop(100%, rgba(0,132,255,0.75)));
background: -webkit-linear-gradient(top, rgba(163,96,255,0.75) 0%, rgba(0,132,255,0.75) 100%);
background: -o-linear-gradient(top, rgba(163,96,255,0.75) 0%, rgba(0,132,255,0.75) 100%);
background: -ms-linear-gradient(top, rgba(163,96,255,0.75) 0%, rgba(0,132,255,0.75) 100%);
background: linear-gradient(to bottom, rgba(163,96,255,0.75) 0%, rgba(0,132,255,0.75) 100%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.product-box:hover .read-more > a:before {
transition: all 0.4s;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0px solid rgba(255,255,255,0.1);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.product-box:hover .read-more > a:hover:before {
width: 70px;
height: 70px;
top: -10px;
left: -10px;
border-width: 10px;
}
footer {
float: left;
width: 100%;
background: #333;
color: #FFF;
padding: 20px 0;
}
footer a {
color: #FFF;
}
footer a:hover {
color: #01a3e7;
}
ul.social-icons {
float: right;
margin: 0;
padding: 0;
}
ul.social-icons li {
float: left;
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
ul.social-icons li a {
float: left;
margin-right: 4px;
}
ul.social-icons li i {
color: #FFF;
}
.contact-form .gform_wrapper label.gfield_label {
display: none !important;
}
.contact-form .gform_wrapper .top_label div.ginput_container {
margin-top: 0 !important;
}
.contact-form .gform_button {
padding: 8px 16px;
text-align: center;
text-decoration: none;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 500;
cursor: pointer;
border: 0 none;
color: #FFF;
background: #01a3e7;
border-radius: 30px;
}
.contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding: 6px 10px !important;
}
.contact-form .gform_wrapper .gform_footer {
margin: 0 !important;
}
.read-more-btn {
padding: 8px 16px;
text-align: center;
text-decoration: none;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 500;
cursor: pointer;
border: 0 none;
color: #FFF !important;
background: #01a3e7;
border-radius: 30px;
float: left;
display: block;
}
.product-list { 
margin-top: 30px;
}