<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {  
    line-height: 1.2;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    background: #FFFFFF;
    color: #3E4C5A;
}

/* Typography */
body, h2, h3, h4, h5, h6, 
h1.seo-text, h2.seo-text, h3.seo-text, h4.seo-text, h5.seo-text, h6.seo-text,
p, input, textarea, select {
    font-weight: 400;
}
.marquee {
    background-color: #0056a4;
    color: white;
    padding: 5px;
    font-size:25px;
}

h1, .h1 {
    margin:0;
    padding:25px 0;
    font-size:4em;
    line-height:1em;
    font-weight:normal;
    font-family:'Source Sans Pro', sans-serif;
    color:#FFFFFF
}

h1 a, .h1 a, h1 a:hover, .h1 a:hover, h1 a:active, .h1 a:active, h1 a:focus, .h1 a:focus {
    color:#FFFFFF
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-family:'Source Sans Pro', sans-serif;
    line-height:1.2em;
    margin:0;
    color:#3E4C5A
}

h1 a, .h1 a, h1 a:hover, .h1 a:hover, h1 a:active, .h1 a:active, h1 a:focus, .h1 a:focus,
h2 a, .h2 a, h2 a:hover, .h2 a:hover, h2 a:active, .h2 a:active, h2 a:focus, .h2 a:focus,
h3 a, .h3 a, h3 a:hover, .h3 a:hover, h3 a:active, .h3 a:active, h3 a:focus, .h3 a:focus,
h4 a, .h4 a, h4 a:hover, .h4 a:hover, h4 a:active, .h4 a:active, h4 a:focus, .h4 a:focus,
h5 a, .h5 a, h5 a:hover, .h5 a:hover, h5 a:active, .h5 a:active, h5 a:focus, .h5 a:focus,
h6 a, .h6 a, h6 a:hover, .h6 a:hover, h6 a:active, .h6 a:active, h6 a:focus, .h6 a:focus {
    color:#3E4C5A
}


h2, .h2 {
    padding:20px 0 20px;    
    font-size:3em;
}

h3, .h3 {
    padding:20px 0 30px;
    font-size:3em;
}

h4, .h4 {
    padding:25px 0 15px;
    font-size:1.4em;
}

h5, .h5 {
    padding:60px 0 30px;
    font-size:1.2em;
}

h6, .h6 {
    padding:60px 0 30px;
    font-size:1em;
}

p, h1.seo-text, h2.seo-text, h3.seo-text, h4.seo-text, h5.seo-text, h6.seo-text {
    line-height: 1.6;
    padding:0 0 8px;
    margin:0;
    font-size: 16px;
}

input, textarea, select, 
p, h1.seo-text, h2.seo-text, h3.seo-text, h4.seo-text, h5.seo-text, h6.seo-text,
div.form-container .text, div.form-container input[type="text"] {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3E4C5A;
}

a {
    color: #3E4C5A;
    text-decoration:none;
}

a:hover, a:active, a:focus {
    color: #3E4C5A;
}

a:focus img, a:active img, a:hover img {
    opacity: 1;
}

.button, button, .pagination-container a, .ps-pagination-bar a,
.ps-cart-page .checkoutbut input.update-btn, .ps-checkout-page #applyDiscount{
    background-color:#FFFFFF;
    color:#0056A4;
    padding: 0 15px;
    line-height:2em;
    font-weight:700;
    border:2px solid #0056A4;
    outline:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:none;
    -moz-transition:none;
    transition: background-color 300ms ease-out;
}

.button:hover, .button:active, .button:focus, button:hover, button:active, button:focus,
.pagination-container a:hover, .pagination-container a:focus, .pagination-container a:active,
.ps-pagination-bar a:hover, .ps-pagination-bar a:focus, .ps-pagination-bar a:active,
.ps-checkout-page #applyDiscount:hover, .ps-checkout-page #applyDiscount:active, .ps-checkout-page #applyDiscount:focus {
    background-color:#0056A4;
    color:#FFFFFF;
    border:2px solid #005788;
}

.button.alternate, button.alternate, .pagination-container .current, .ps-pagination-bar span.current,
.ps-cart-page .checkoutbut input.update-btn,
#cart-form .chkoutbut .checkout{
    background-color:#0056A4;
    color:#FFFFFF;
    border:1px solid #FFFFFF;
}

.button.alternate:hover, .button.alternate:active, .button.alternate:focus, 
button.alternate:hover, button.alternate:active, button.alternate:focus,
.ps-cart-page .checkoutbut input.update-btn:hover,
.ps-cart-page .checkoutbut input.update-btn:focus,
.ps-cart-page .checkoutbut input.update-btn:active,
#cart-form .chkoutbut .checkout:hover,
#cart-form .chkoutbut .checkout:focus,
#cart-form .chkoutbut .checkout:active,
.ps-checkout-page #applyDiscount:hover,
.ps-checkout-page #applyDiscount:focus,
.ps-checkout-page #applyDiscount:active{
    background-color:#FFFFFF;
    color:#0056A4;
    border:1px solid #0056A4;
    cursor:pointer
}

.ps-pagination-bar {
    text-align:center;
}

.pagination-container a, .pagination-container span.current,
.ps-pagination-bar a, .ps-pagination-bar span.current{
    margin: 0 2px;
    padding: 5px 15px;
}

.pagination-container span.current, .ps-pagination-bar span.current {
    margin:0;
    border: 1px solid #0056A4;
}
/* Typography Ends */

/* Header Begins */
header {
    background-color: #FFFFFF;
    color:#0056A4;
    padding:0px 0 4px;
}

header.menu-has-bg, header.noSlider {
    padding:0px 0 4px;
}

header .top-bar .title-area {
    width: 100%;
    padding: 0;
    background-color: #FFFFFF;
}


.text-logo {
    color: #000000;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 44px;
    font-weight: 300;
    word-wrap: break-word;
    text-transform: capitalize;
}


header .phone, header .email,
header ps-user-greeting-container,
header .ps-user-greeting-container a{
    font-size: 16px;
    color: #0056A4;
    text-transform: uppercase;
}

header .phone {
    padding: 0 10px 0 0;
    font-weight: 700;
    font-size: 18px;
}

header .phone:before {
    padding-right: 4px;
    vertical-align: middle;
    font-size: 20px;
}

header .phone:before,
header .cart .fi-shopping-cart:before{
    color:#0056A4;
}

header .email{
    line-height:28px;
    background-color:#FFFFFF;
    color:#0056A4;
    padding:0 20px;
    display: inline-block;
    border:2px solid #0056A4;
    font-weight: 700;
}

header .phone:hover, header .phone:focus, header .phone:active, 
header .cart:hover, header .cart:focus, header .cart:active,
header .ps-user-greeting-container a:hover,
header .ps-user-greeting-container a:focus,
header .ps-user-greeting-container a:active{
    color: #0056A4;
}

header .ps-user-greeting-container{
    padding-left:15px;
    color: #0056A4;
    text-transform:uppercase;
}

header table.title-area td{
    vertical-align: middle;
}

/* Menu */
header nav.top-bar, 
header .top-bar-section,
header .top-bar-section ul, 
header .top-bar-section li a:not(.button) {
    background:none;
}

header .top-bar-section {
    width: 100%;
    color: #46AFEB;
    background:transparent;
    margin:8px 0 0;

    padding:0;

    top:0;
}

header .top-bar-section.cloned {
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);

    background-color: #FFFFFF;
    padding:5px 0;

    z-index:99999 !important;
}

header .top-bar-section .menu &gt; li &gt; a:not(.button) {
    color: #46AFEB;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    outline: none;
    padding: 0 18px;
    line-height: 1.8em;
    text-transform:uppercase;
    font-weight:700;
}

header .top-bar-section .has-dropdown&gt;a:after {
    top:50%;
    border-color:#46AFEB transparent transparent transparent;
}

header .top-bar-section .has-dropdown.hover&gt;a:after,
header .top-bar-section .has-dropdown.active&gt;a:after,
header .top-bar-section .has-dropdown:focus&gt;a:after{
    top:50%;
    border-color:#46AFEB transparent transparent transparent;
}

header .top-bar-section .menu li.hover &gt; a:not(.button),
header .top-bar-section .menu &gt; li.active  &gt; a:not(.button),
header .top-bar-section .menu &gt; li &gt; a:hover:not(.button),
header .top-bar-section .menu &gt; li &gt; a:active:not(.button), 
header .top-bar-section .menu &gt; li &gt; a:focus:not(.button) {
    color: #46AFEB;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    background:#F2F2F2;
}

header .top-bar-section .menu &gt; li ul {
    background:#FFFFFF;
    z-index:99999;
}

header .top-bar-section .menu &gt; li ul a:not(.button) {
    background: #FFFFFF;
    color: #46AFEB;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight:300;
    outline: none;
    padding: 0 10px;
    line-height: 2em;
    text-transform:uppercase;
}

header .top-bar-section .menu &gt; li ul .has-dropdown.hover &gt; a:not(.button),
header .top-bar-section .menu &gt; li ul .has-dropdown.active &gt; a:not(.button),
header .top-bar-section .menu &gt; li ul .active &gt; a:not(.button),
header .top-bar-section .menu &gt; li ul a:hover:not(.button) {
    background: #FFFFFF;
    color: #46AFEB;
}

header .top-bar-section .menu &gt; li ul a:not(.button):after {
    top:0 !important;
    right:0 !important;
    margin-top:0 !important;
    border-color:#46AFEB transparent transparent transparent;
}

/* SEARCH */
.search {
    width: auto;
    position:relative;
}
    
.searchForm &gt; form {
    position: relative;
    left: 0;
    top: 0;
    text-align:right;
    display:block;
}

.top-bar input {
    top:0;
}

.search input.search-text {
    padding: 0 30px 0 10px;
    text-align: left;
    width:auto;
    background-color: #FFFFFF;
    color: #46AFEB;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight:300;
    border:1px solid #46AFEB;
}

.search .search-submit {
    opacity: 0;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding: 0;
    width: 25px;
    z-index: 9999;
    right: 0;
    top:0;
    position:absolute;
    
}

.search .fi-magnifying-glass {
    opacity: 1;
    color:#0056A4;
    font-size: 20px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: "foundation-icons";
    padding: 0;
    height: 100%;
    width: 17px;
    z-index: 9999;
    right: 5px;
    top:0;
    position:absolute;
}
/* Header Begins */

/*Footer Begins */
footer {
    color:#FFFFFF;
    background:#3E4C5A;
    padding:0 0 18px;
    margin-top:30px;
}

.homepage footer {
    margin-top:0;
}

footer a {
    color:#FFFFFF;
    text-transform:none;
}

footer a:hover, footer a:active, footer a:focus{
    color:#FFFFFF;
}

.follow-us {
    padding:40px 0 36px;
    border-bottom:1px solid #747D86;
}

.newsletter:not(.only) {
    padding: 15px 0 17px;
}

.newsletter label {
    font-size:22px;
    padding-bottom:10px;
    text-transform:capitalize;
    display: inline-block;
    line-height: 1em;
    text-transform: uppercase;
}

.newsletter .enter-email{
    text-transform:uppercase;
    background: #3E4C5A;
    width:165px;
    padding:0 5px;
    line-height:28px;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    font-size: 15px;
    height: 30px;
}

.newsletter .subscribe{
    text-transform:uppercase;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3E4C5A;
    background: #FFFFFF;
    font-weight: 600;
    border:none;
    line-height:26px;
    border:1px solid #FFFFFF;
    cursor:pointer;
    padding-left: 0;
    padding-right: 0;
    width:32px
}

.newsletter .subscribe:hover,
.newsletter .subscribe:active,
.newsletter .subscribe:focus{
    opacity: 1;
}

.newsletter.and-social-media {
    border-right:1px solid #747D86;
}

.newsletter.only .label-holder,
.newsletter.only .field-holder
{
    display:inline-block;
    padding: 0 2px;
}

.social-media-icons {
    list-style:none;
    padding:10px 0 0;
    margin:0;
}

.social-media-icons li {
    display:inline-block;
}

.social-media-icons li a {
    font-size:65px;
    color:#FFFFFF;
    padding:0 15px;
}

.social-media-icons li a:hover,
.social-media-icons li a:active,
.social-media-icons li a:focus{
    opacity:1;
}

.social-media-icons .houzz {
    width:55px;
    height:55px;
    vertical-align:initial;
}

.social-media-icons .houzz path {
    fill:#FFFFFF;
    stroke:none;
}

a:focus img.houzz, a:active img.houzz, a:hover img.houzz {
    opacity:0.8;
}

.address-holder {
    border-bottom:1px solid #747D86;
    line-height:58px;
    font-size:17px;
    text-transform:capitalize
}

.address-holder a {
    color:#FFFFFF;
}

.address-holder .marker {
    font-size: 28px;
    padding-right: 3px;
    color:#FFFFFF;
    vertical-align: middle;
}

.copyright-powered {
    padding:21px 0 0 0;
}

footer .policies {
    padding-top:10px;
}

.policies a, .policies a:hover, .policies a:active, .policies a:focus {
    border-right:1px solid #747D86;
    padding:0 10px;
    line-height:1em;
    text-transform:uppercase;
}

.policies a:first-child {
    padding-left:0
}
.policies a:last-child {
    padding-right:0;
    border-right:none;
}
/* Footer Ends */

/* Slider Begins */

.ps-banner-thumbs-container .admin-links,
.ps-banner-thumbs-container .bx-wrapper,
.ps-banner-thumbs-container .bx-controls,
.ps-banner-thumbs-container .ps-instructions {
    max-width: 1128px;
    margin: 0 auto;
}


#slider &gt; .bxslider &gt; li {
    list-style:none;
}

.bxslider {
    margin:0;
    padding:0;
}
.bx-wrapper {
    position:relative;
}

figure.banner-figure img{
    width:100%;
}

#slider-pager {
    position : absolute;
    bottom:10px;
    width:100%;
    z-index:9999;
}

.bx-pager {
    padding:0;
    z-index: 9999;
    width: 100%;
}

.bx-pager-item {
    display: inline;
}

a.bx-pager-link {
    font-size: 0;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    text-decoration: none;
    width: 13px;
    height: 13px;
    padding: 0;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
}

a.bx-pager-link.active {
    background: #0056A4;
    border: 2px solid #FFFFFF;
}


.logged-in #slider .ps-instructions, .logged-in #slider .ps-instructions p{
    color:#FFFFFF;
    font-size: 1em !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 1.5em;
}

.logged-in #slider .ps-instructions p &gt; span{
    border:1px solid #FFFFFF;
    padding:0 5px;
}

.logged-in #slider .ps-banner-thumbs-container .bx-controls .bx-next, 
.logged-in #slider .ps-banner-thumbs-container .bx-controls .bx-prev {
    right: -35px !important;
    top: 0 !important;
}

.logged-in #slider .ps-banner-thumbs-container .bx-controls .bx-prev {
    left: -35px !important;
}
 
/* Slider Ends */

/* System Pages */
.ps-login-page h3,
.ps-login-page .ps-forgot-password h2 {
    font-size:1.5em;
}

.ps-logout-page {
    padding: 0;
    text-align: center;
    font-size: 1.5em;
}
/* System Pages - End */

/* Homepage */
#main-text {
    padding: 30px 0 21px;
}

.main-text {
    padding:0 0 20px 0;
}

.homepage #main-text.has-blog {
    padding:35px 0 0;
}

.homepage .has-blog .main-text {
    padding:0 0 55px;
    border-bottom:1px solid #747D86;
}

.latest-blog-posts {
    padding:35px 0;
}

.blog-title {
    padding-bottom:70px;
    text-transform:capitalize;
}

.article-author {
    text-transform:uppercase;
}

.read-more {
    border-bottom:1px solid;
}

.reviews-section {
    padding:30px 0;
    background:#0056A4;
    color:#FFFFFF;
}

.review-title {
    padding-top:40px;
    padding-bottom:40px;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.review-description.border {
    border-left:1px solid #4d8aac;
}

.review-description.no-border {
    border-left:none;
}

.review-description-text {
    padding-top:40px;
}

.review-description p {
    color:#FFFFFF;
    font-weight: 600;
    padding: 0 0 27px;
}

.review-description .button {
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: none;
}

.services-section {
    padding: 47px 0 40px;
}
.services-list {
    padding: 52px 0 60px;
}
.services-list li{
    padding-bottom:0;
}
.service-title {
    font-size: 25px;
    font-weight: 600;
}
.logged-out .services-list a { 
    display:block;
    width:100%;
}

.logged-out a:hover .service-figure, 
.logged-out a:focus .service-figure, 
.logged-out a:active .service-figure {
    background:#D6EDFB;
}

.service-figure {
    padding: 35px 0 20px;
}

.footer-body {
    padding:30px 0 0 0;
}

.service-image {
    float: none;
    width: auto;
    margin: auto;
}

.logged-out .services-list a:hover .service-image,
.logged-out .services-list a:focus .service-image,
.logged-out .services-list a:active .service-image
{
    opacity:1;
}

.juicer-plugin-section {
    padding:60px 0;
    background:#E9E9E9;
    color:#FFFFFF;
}

.juicer-plugin-title {
    padding:0 0 30px 0;
    font-size:3em;
}

.juicer-plugin-title, .juicer-plugin-title a {
    color:#FFFFFF;
}

.juicer-plugin-title a:hover, .juicer-plugin-title a:active, .juicer-plugin-title a:focus {
    opacity:0.5
}

.juicer-plugin-script p:last-child{
    padding:0;
}

body &gt; .home-page footer {
    margin-top:0;
}
/* Homepage Ends */

/* Services */
.services-page footer {
    margin-top:0;
}
/* Services Ends */

/* Portfolio Page */
.portfolios-top {
    padding-bottom:35px;
}

.portfolios-bottom {
    padding-top:35px;
}

.portfolios li{
    padding-bottom:0;
}

.logged-out .portfolios a {
    display:block;
    width:100%;
}

.portfolio-figure {
    padding: 35px 0 20px;
}

.logged-out .portfolio-list a:hover .portfolio-image,
.logged-out .portfolio-list a:focus .portfolio-image,
.logged-out .portfolio-list a:active .portfolio-image
{
    opacity:1;
}

.portfolio-page footer {
    margin-top:0;
}

.portfolio-page main.noReview .portfolios-top,
.portfolio-page main.noReview .portfolios-bottom{
    padding:0;    
}
/* Portfolio Page Ends */

/* About us */
.featured {
    padding:50px 0;
    background:#0056A4;
    color:#FFFFFF;
}

.featured h1, .featured h2, .featured h3, .featured h4, .featured h5, .featured h6,
.featured p, .featured a{
    color:#FFFFFF;
}

.team.all {
    padding:25px 0 0;
}

.team.all .figure {
    padding:25px 0 0;
}

.member-title span {
    display:block;
    width:100%;
    font-size:0.8em;
    padding-top:10px;
    text-transform:uppercase;
}
/* About us - Ends */


/* custom css starts */
.header-links {
    padding-top: 36px;
}
.homepage h3 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 5px;
}
.homepage #main-text h1 {
    font-weight: 400;
    font-size: 30px;
    color: #3e4c5a;
    padding: 0 0 18px;
}
.services-description .button {
    padding: 0 21px;
    line-height: 1.9em;
    background: none;
}
.services-description .button:hover,
.services-description .button:active,
.services-description .button:focus {
    color: #005788;
    border: 2px solid #005788;
}
.address-holder .actual-address {
    font-size: 16px;
    font-weight: 600;
}
.copyright-powered {
    font-weight: 600;
}
.site-logo {
    padding-left: 48px;
}
.textimages6-page-type {
    padding-top: 10px;
}
.header-textimages6-page-type h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-top: 25px;
}
.services-list-block {
    padding-top: 15px;
    padding-bottom: 7px;
}
.services-list-block li h3 {
    font-weight: 600;
    font-size: 30px;
    color: #ffffff;
    padding: 16px 0 16px 0;
    margin: 0;
    background-color: #0056a4;
    text-align: center;
    text-transform: uppercase;
}
.contactus-page-type .content-header h3 {
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.contactus-page-type .content-header h1 {
    font-size: 30px;
    padding: 6px 0 0;
    text-align: left;
    color: #3e4c5a;
}
.contact-form .submit .button {
    text-transform: uppercase;
    background: none;
    margin-bottom: 15px;
    padding: 0px 22px;
    line-height: 1.8em;
}
.contact-form .submit .button:hover,
.contact-form .submit .button:active,
.contact-form .submit .button:hover {
    color: #005788;
    background: none;
}
.ps-register-form .button:hover,
.ps-register-form .button:active,
.ps-register-form .button:focus {
    color: #005788;
    background: none;
}
.aboutus-page-type .content-header h1 {
    font-size: 30px;
    color: #3e4c5a;
    padding-top: 0;
}
.aboutus-page-type .content-header h3 {
    font-size: 40px;
    text-transform: uppercase;
    padding: 1px 0 4px 0;
}
.aboutus-page-type,
.article-page-type {
    min-height: 400px;
}
.review-title a,
.review-title a:hover,
.review-title a:active,
.review-title a:focus {
    color: #ffffff;
}
div.form-container {
    padding: 11px 5px 5px 5px;
}
.ps-register-form .button {
    width: auto;
    padding: 0 20px;
    height: 34px;
    text-transform: uppercase;
}
/* custom css ends*/
/* blog page custom css starts */
.blog-ul li:last-child hr {
    display: none;
}
.blog-ul li:last-child {
    padding-bottom: 0;
}
.blog-page-type {
    padding-top: 12px;
}
.blog-author .divider {
    padding: 0 5px;
}
.article-title {
    padding: 14px 0 4px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3e4c5a;
}
.blog-author {
    font-weight: 700;
    text-transform: uppercase;
}
.blog-articles .article-body p {
    margin-bottom: 0;
}
.blog-sidebar-h2 {
    text-transform: uppercase;
    padding: 10px 0 14px;
    font-size: 38px;
    font-weight: 600;
}
.ps-blog-tags li, .ps-blog-recent-posts li {
    margin-bottom: 0.1em;
}
.blog-page-type .blog-read-more {
    font-weight: 700;
}
.blog-page-type .banner img {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 21px;
}
.ps-blog-sharing {
    padding: 14px 0;
}
.article-page-type .article-body {
    padding: 0 0 12px;
}
.article-page-type .back-to-blog a {
    background: none;
    border: 2px solid #005788;
    padding: 0px 20px;
    line-height: 1.7em;
}
.article-page-type .back-to-blog a,
.article-page-type .back-to-blog a:hover,
.article-page-type .back-to-blog a:active,
.article-page-type .back-to-blog a:focus {
    color: #005788;
}
.article-page-type .article-title {
    padding: 5px 0 4px;
}
.article-page-type .blog-sidebar-h2 {
    padding: 2px 0 14px;
}
/* blog page custom css ends */

/* Sahil start code */

.services-list-block li h3 a {
    color: #fff;
}




@media only screen and (max-width: 939px) {
    /* Header Begins */
    header {
        padding:0;
    }
    
    header .top-bar .title-area {
        line-height: 2em;
        font-size: 32px;
        text-transform:uppercase;
    }
    
    header.menu-has-bg, header.noSlider {
        padding-top:0;
    }
    
    header #logo {
        padding:14px 0px 8px;
    }
    
    .fott-logo-section
    {
        padding-top:15px;
    }
    
    .top-bar .toggle-topbar a.fi-list {
        text-indent: 0;
        color: #3E4C5A;
        font-size: 32px;
        margin: 0 auto;
    }
    
    .top-bar .toggle-topbar a.fi-list:hover,
    .top-bar .toggle-topbar a.fi-list:focus,
    .-top-bar .toggle-topbar a.fi-list:active {
        opacity:1;
    }
    
    .top-bar .toggle-topbar.menu-icon {
        margin: 0;
    	padding: 0;
    	top: 0;
        right:0;
    	position: relative;
    	width: 10%;
        text-align:center;
        height:100%;
    }
        
    header .top-bar.expanded .title-area {
        background: none;
    }
    
    header .phone-holder .phone, header .phone-holder .phone:hover, header .phone-holder .phone:active, header .phone-holder .phone:focus {
        color: #005788;
    }
        
    .top-bar .name {
        width: 80%;
        text-align: center;
        height:auto;
    }
    
    .name a span.text-logo {
        font-size:30px;
    }
    
    .name a:hover span.text-logo, .name a:active span.text-logo, .name a:focus span.text-logo {
        text-decoration:underline;
    }
    
    .phone-holder .phone {
        font-size: 21px;
        line-height:2em;
        padding:0 15px;
        color: #005788;
    } 
    
    .phone-holder {
        border-top:1px solid #005788;
        border-bottom:1px solid #005788;
    }
    .homepage .phone-holder {
          border-bottom: none; 
    }
    /* Header Ends */
    
    /* SideNav Begins */
    #sidebar {
        display: block;		
        background-color: #FFFFFF; 
        background-repeat: repeat-y; 
        background: -webkit-gradient(linear, right top, left top, from(#FFFFFF),color-stop(0.1, #FFFFFF), to(#FFFFFF)); 
        background: -webkit-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
        background: -moz-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
        background: -ms-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
        background: -o-linear-gradient(left, #FFFFFF 83%, #FFFFFF);
        padding: 0!important;
        position: absolute;
        height:100%;
    }
    
    #sideMainNav {
        list-style: none outside none;
        margin-bottom: 0;
        margin-left: 0;
        float: left;
        width: 100%;
    }
    
    #sidebar form {
        background-color: #000000;
        border-bottom: 1px solid #747D86;
    	display:block;
    	width: 100%;
    }
    
    #sidebar form .mobile-search-wrap {
    	border: 1px solid #000000;
    	background-color: #000000;
    	display: block;
    	float: none !important;
    	height: 43px;
    	margin: 25px auto;
    	width: 95%;
    }
    
    .mobile.fi-magnifying-glass{
        color: #000000;
    	cursor: pointer;
    	font-size: 32px;
    	position: absolute;
    	top: 0;
        right: 20px;
    }
     
    .mobile-search {
    	border: none;
    	background-color: #FFFFFF;
    	color: #000000 !important;
    	font-family: 'Source Sans Pro', sans-serif;
    	font-size: 16px !important;
    	float: left;
    	padding: 9px;
    	font-style: italic;
        width:100%;
    }
    
    .mobile-search-button {
        opacity: 0;
    	border: 0 none;
    	height: 41px !important;
    	float: right;
    	width: 70px;
    	z-index: 9999999;
    	cursor: pointer;
    	right: 0;
    	position: absolute;
    }
    
    .nav-bar li a, .nav-bar li span {
        display: inline-block;
    	color: #46AFEB;
    	font-size: 16px;
    	font-family: 'Source Sans Pro', sans-serif;
    	margin-right: 0;
    	padding: 0 5px;
    }
    
    .nav-bar {
        list-style: none outside none;
    	margin-bottom: 0;
    	margin-left: 0;
    	float: left;
    	width: 100%;
    }
    
    .nav-bar li {
        border-bottom: 1px solid #747D86;
        display:block;
        line-height: 44px;
        width: 100%;
    }
    
    .nav-bar li &gt; span &gt; a { 
        text-transform: uppercase;
    }
    
    .nav-bar li &gt; a {
    	word-wrap: break-word;
        text-transform: uppercase;
        width:100%;
        padding: 0 10px;
    }
    
    [role="complementary"] .has-dropdown ul {
        padding:0;
        margin:0;
    }
    
    [role="complementary"] .has-dropdown ul li:last-child {
        border-bottom: none;
    }

    [role="complementary"] .has-dropdown .dropdown li {
        background-color:#FFFFFF;
    }
    
    [role="complementary"] .has-dropdown .dropdown li a {
        padding:0 20px;
    }
    
    [role="complementary"] .has-dropdown .dropdown .has-dropdown .dropdown a {
        padding:0 30px
    }
    
    [role="complementary"] .has-dropdown .dropdown li a,
    [role="complementary"] .has-dropdown .dropdown li span{
        color:#46AFEB;
    }
    
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li {
        background-color: #FFFFFF; 
    }
    
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li a,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li span{
        color: #46AFEB; 
    }
    
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li {
        background-color:#FFFFFF;
    }
    
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li span{
        color:#46AFEB;
    }
    
    .nav-bar .mycart &gt; a:hover, .nav-bar .mycart &gt; a:active, .nav-bar .mycart &gt; a:focus,
    .nav-bar li a,
    [role="complementary"] .has-dropdown .dropdown li a:hover,
    [role="complementary"] .has-dropdown .dropdown li a:active,
    [role="complementary"] .has-dropdown .dropdown li a:focus,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li a:hover,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li a:active,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li a:focus,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a:hover,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a:active,
    [role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a:focus {
        font-weight:bold
    }
    /* SideNav Ends */
    
    /* Footer Begins */
    .home-page footer {
        margin:0;
    }
    
    .storename {
        font-size: 22px;
    }
    
    .social-media {
        border-left:none;
    }
    
    .social-media-icons li a {
        font-size: 65px;
        padding: 0 14px;
    }
    
    .copyright-holder, .newsletter {
        padding: 20px 0 7px;
        border-bottom:1px solid #747D86;
    }
    
    .address-holder, .copyright-holder { 
        border-top:1px solid #747D86;
    }
    
    .powered {
        padding:17px 0 ;
        font-weight: 600;
    }
    /* Footer Ends */
    
    .houzz {
        width:55px; 
        vertical-align:initial
    }
    
    .newsletter label {
        display: block;
    }
    
    .address-holder {
        line-height: 1.2em;
        padding: 12px;
    }
    
    .address-holder .marker {
        display: inline;
    }
    .services-list {
        padding: 52px 0 30px;
    }
    .services-section {
        padding: 47px 0 40px;
    }
    .social-media-icons {
        padding: 0;
        line-height: 1.4;
    }
    footer {
         padding: 0 0 5px;
    }
    .home-page .phone-holder {
        border-bottom: none;
    }
} /* Media max-width:939px */

@media only screen and (max-width: 768px) {
    /* Typography */
    h1, h3{
        padding:15px 0;
    }
    /* Typography - Ends */
    
    /* Homepage */
    .homepage .has-blog .main-text {
        padding: 0 0 35px
    }
    
    .blog-title {
        padding:15px 0 50px;
    }
    
    .latest-blog-posts li {
        padding-bottom:35px;
    }
    
    .latest-blog-posts li:last-child {
        padding-bottom:0;
    }
    
    .blog-read-more {
        margin:35px 0 0;
    }
    
    .reviews-section {
        padding: 18px 0 3px;
    }
    
     .homepage .review-title {
         padding:15px 0 0;
     }
    
    .review-description.border {
        border:none;
    }
    
    .review-description-text {
        padding-top:18px;
        padding-bottom:0 ;
        text-align:center;
    }
    
    .review-description .button {
        padding-bottom:0;
    }
    
    .services-title {
        padding-bottom:15px;
    }
    .services-list {
        padding: 52px 0 30px;
    }
    .service-figure {
        padding:35px 35px 20px;
    }
    
    .juicer-plugin-title {
        padding-bottom:20px;
    }

    .blog-article {
        text-align:center;
        max-width:550px;
        margin:0 auto;
    }
    
    /* Porfolio */
    .portfolio-list li:first-child .portfolio-figure {
        padding-top:15px;
    }
    
    .portfolio-figure {
        padding-bottom:0;
    }
    
    .logged-out .services-list a,
    .logged-out .portfolios a {
        width:auto;
        display:inline-block;
    }
    /* Porfolio */
    
    /* About us */
    .team {
        text-align:center;
    }
    /* About us */
    header .phone::before {
        font-size: 23px;
    }
} /* Media max-width:768px */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {  
    .newsletter .enter-email{
        line-height:26px;
        height:31px;
    }
} /* required for IE */
</pre></body></html>