/*
    Theme Name: Aspire MFA Consulting
    Theme URI: https://www.reachabovemedia.com/
    Description: Custom built theme to meet client requirements.
    Version: 1.00
    Author: Reach Above Media
    Author URI: https://www.reachabovemedia.com/
    Tags: white, one-column, two-columns, three-columns,four-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, featured-images, theme-options, translation-ready, photoblogging
    License: GNU General Public License version 1.0
    License URI: https://example.com/
    Text Domain: aspiremfa
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, menu, nav, output,
ruby, section, summary,
time, mark, audio, video, input, textarea, button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
}
a{
    outline:none;
    text-decoration: none !important;
    transition: all 0.3s;
}
button:focus,
button:active,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
}

/*---------------------------------------
   General CSS        
-----------------------------------------*/
div#wpcf7-f67-o1 input::placeholder {color: #333 !important;opacity: 1;}
div#wpcf7-f67-o1 input:-ms-input-placeholder {color: #333 !important;}
div#wpcf7-f67-o1 input::-ms-input-placeholder {color: #333 !important;}
div#wpcf7-f135-o1 form.sent .wpcf7-response-output {color: #333;}

/* div#wpcf7-f67-o1 form.wpcf7-form{margin: 0 auto;padding: 70px 70px;box-shadow: 0px 0px 15px 0px #999;border: 10px solid #0d99d7;background: #2a3161!important;}
div#wpcf7-f67-o1 form.wpcf7-form .wpcf7-response-output {color: #fff;text-align: center;}
div#wpcf7-f67-o1 .form-control:focus {color: #fff !important;}
div#wpcf7-f67-o1 .form-control:focus::placeholder{color: #fff !important;} */

.theme-btn{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.02px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #0085d6;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 30px;
}
.theme-btn:hover{
    color: #fff;
}
.section-title h2{
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    color: #fff;
    padding-bottom: 20px;
}
.section-title p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    color: #fafafa;
}
.section-title.dark-title h2{
    color: #444;
}
.page-banner{
    padding: 100px 0;
    text-align: center;
}
.page-banner h1{
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
}

/*---------------------------------------
   Header CSS        
-----------------------------------------*/

.home header{
    min-height: 770px;
}
header.header-img{
    background-image: url('images/header-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.topbar .top-bar-detail{
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}
.tobbar-contact-detail ul{
    list-style: none;
}
.tobbar-contact-detail ul li{
    display: inline-block;
    padding-right: 20px;
}
.tobbar-contact-detail ul li:last-child{
    padding-right: 0;
}
.tobbar-contact-detail ul li a{
    font-size: 10px;
    color: #fff
}
.topbar-social-icons ul{
    list-style: none;
    text-align: right;
}
.topbar-social-icons ul li{
    display: inline-block;
    padding-right: 15px;
}
.topbar-social-icons ul li:last-child{
    padding-right: 0;
}
.topbar-social-icons ul li a{
    font-size: 15px;
    color: #fff
}
.navbar{
    padding: 15px 0;
}
.navbar-nav{
    align-items: center;
}
.navbar ul li{
    padding-right: 30px;
}
.navbar ul li a{
    font-size: 14px;
    color: #fff !important;
    text-transform: capitalize;
    padding: 0 !important;
    text-shadow: 1px 2px 1px #000;
}
.navbar ul li.menu-btn{
    background-color: #0085d6;
    padding: 15px 20px;
}
.header-content{
    padding-top: 130px;
}
.header-content-area{
    max-width: 490px;
}
.header-content h1{
/*     font-family: 'Playfair Display', serif; */
    font-size: 35px;
/*     font-weight: 600; */
    color: #ffffff;
    padding-bottom: 20px;
}
.header-content p{
    font-size: 16px;
    font-style: italic;
    line-height: 1.44;
    color: #ffffff;
}

/*---------------------------------------
    About Section CSS      
-----------------------------------------*/

.about-us{
    padding: 60px 0;
}
.about-us-content h2{
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    color: #444444;
    padding-bottom: 20px;
}
.about-us-content p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    color: #555555;
}

/*---------------------------------------
    Service Section CSS      
-----------------------------------------*/

.services{
    /*background-image: url('images/service-bg.png');*/
	background-color: #3e93dc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.service-card{
    padding-top: 50px;
    overflow: hidden;
}
.service-card img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.service-card-image{
    line-height: 0;
}
.service-card-content{
    padding: 20px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}
.service-card-content h2{
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #444444;
    padding-bottom: 10px;
}
.service-card-content p{
    font-size: 12px;
    font-weight: 300;
    line-height: 1.58;
    letter-spacing: 0.24px;
    color: #898989;
}
.service-card-content a{
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: absolute;
    right: -10px;
    bottom: -10px;*/
    background-color: #0085d6;
    /*width: 50px;
    height: 50px;
    border-radius: 50%;*/
    padding: 10px;
}

/*---------------------------------------
    Facts Section CSS      
-----------------------------------------*/

.our-facts{
    padding: 60px 0;
}
.our-fact-card{
    padding-top: 20px;
}
.our-fact-card p{
    font-size: 16px;
    line-height: 1.63;
    color: #777777;
}
.our-facts-counter{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.fact-counter{
    text-align: center;
}
.fact-counter h2{
    font-size: 52px;
    font-weight: 700;
    color: #0085d6;
}
.fact-counter h6{
    font-size: 18px;
    color: #999999;
}

/*---------------------------------------
    Contact Section CSS      
-----------------------------------------*/

.contact{
    padding: 60px 0;
    background-color: #0085d6;
}
.contact-form .form-control{
    font-size: 12px;
    color: #000;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    height: 40px;
}
.contact-form .submit-btn{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffa800;
    height: 40px;
    width: 100%;
}

/*---------------------------------------
    Testimonial Section CSS      
-----------------------------------------*/

.testimonials{
    background-image: url('images/testimonial-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.testimonial-card{
    background-color: rgba(250, 250, 250, 0.8);
    padding: 60px;
}
.testimonial-card p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    color: #494949;
}
.testimonial-client{
    padding-top: 30px;
    display: flex;
    align-items: center;
}
.testimonial-client img{
    max-width: 60px;
}
.testimonial-client h2{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    color: #0085d6;
    padding-left: 10px;
}
.testimonial-icon i{
    font-size: 40px;
    color: #0085d6;
}

/*---------------------------------------
    Footer CSS      
-----------------------------------------*/

footer{
    padding: 60px 0;
    background-color: #2a2a2a;
}
.about-us-footer p{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.32px;
    color: #c2c2c2;
    padding-top: 20px;
}
.footer-widget h2{
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #ffffff;
    padding-bottom: 50px;
}
.footer-widget ul{
    list-style: none;
}
.footer-widget ul i{
    padding-right: 10px;
    position: relative;
    top: 4px;
}
.footer-widget ul li,
.footer-widget ul li a{
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #c2c2c2;
    padding-bottom: 20px;
    display: flex;
}
.footer-widget ul li a {
    padding: 0;
}
.footer-widget ul li:last-child{
    padding-bottom: 0;
}
.copyright{
    background-color: #181818;
    padding: 20px 0;
}
.copyright-text {
    text-align: center;
}
.copyright-text p{
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #6c6c6c;
}
.copyright-text a{
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #0085d6;
}
.service-shop-card {
    padding: 0px 20px 20px 20px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    text-align: center;
}
.service-shop-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 25px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #444444;
    padding-bottom: 10px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1.02px;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    background-color: #0085d6 !important;
    padding: 12px 20px !important;
    display: inline-block !important;
    margin-top: 10px !important;
}
.mfa-pro {
    /*background-image: url(images/service-bg.png);*/
	background-color: #3e93dc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.woocommerce-result-count {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56; 
    color: #fafafa;
}
select.orderby{
    font-size: 14px;
}
.mfa-pro .service-card img{
    margin: 0px !important;
}
.woocommerce ul.products li.product .price {
    font-family: 'Playfair Display', serif; 
    font-weight: 600  !important;
    letter-spacing: 0.5px;
    color: #444444  !important;
    padding-bottom: 10px;
}
h1.product_title.entry-title {
    font-family: 'Playfair Display', serif;    
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    padding-bottom: 10px !important;
}
.product_meta {
    display: none;
}
.related.products {
    display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {    
    font-family: 'Playfair Display', serif;    
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 1em 0;
    color: #fff !important;
}
.woocommerce div.product form.cart .variations td.label{
    color: #fff;
}
.woocommerce div.product form.cart .variations select{
    font-size: 14px;
}
.woocommerce .quantity .qty{
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}
.single-product button.single_add_to_cart_button{
    margin-top: 0px !important; 
}
#tab-description h2 {
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 10px;
}
#tab-description p {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: #0085d6 !important;
    color: #fff !important;
}
#tab-additional_information {
    color: #fff;
}
.value .reset_variations {
    color: #fff;
}
.woocommerce-cart .page-content {
    background-image: url(images/service-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
    margin-top: unset !important;
}
.coupon #coupon_code {
    width: 180px;
}
.woocommerce-cart form.woocommerce-cart-form {
    color: #fff;
}
.woocommerce-cart form.woocommerce-cart-form a {
    color: #fff;
}
.cart-collaterals {
    color: #fff;
}
.woocommerce table.shop_table{
    border: 1px solid rgba(245, 245, 245,0.4) !important;
}   
.woocommerce table.shop_table td{
    border: 1px solid rgba(245, 245, 245,0.4) !important;
}
.woocommerce form .form-row {
    display: block !important;
}
.woocommerce form .form-row label{
    width: 100%;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 12px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    flex: unset !important;
    max-width: unset !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #000;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #000 !important;
    height: 30px;
    font-size: 12px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    flex: unset !important;
    max-width: unset !important;
}
.woocommerce form .form-row textarea {
    height: 80px !important;
}
.woocommerce-checkout .page-content {
    background-image: url(images/service-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.woocommerce-checkout h3{
    font-family: 'Playfair Display', serif;
    color: #fff;
    letter-spacing: 0.5px;
}
.shop_table.woocommerce-checkout-review-order-table{
    color: #fff;
}
.woocommerce-order {
    color: #fff;
}
.woocommerce-order a {
    color: #fff;
}
p.woocommerce-result-count {
    display: none;
}
form.woocommerce-ordering {
    display: none;
}
.added_to_cart.wc-forward{
    width: 50%;    
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1.02px;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    background-color: #0085d6 !important;
    padding: 9px 20px !important;
    display: inline-block !important;
    margin-top: 10px !important;
    border-radius: 3px;
}
.mfa-cart {
    padding-left: 30px;
    padding-right: 0px !important;
}
.mfa-cart i {
    font-size: 25px;
}
.shop_table th.product-thumbnail {
    display: none;
}
.shop_table td.product-thumbnail {
    display: none;
}
.coupon {
    display: none;
}
.sertype-frm {
    width: 60%;
    margin: 0 auto;
    padding: 70px 70px;
    box-shadow: 0px 0px 15px 0px #999;
}
.sertype-frm label {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.sertype-frm .form-control {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.frm-sub{
    text-align: center;
}
/* .wpcf7-form-control.wpcf7-submit.btn{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.02px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #0085d6;
    padding: 12px 30px;
    display: inline-block;
}
.contpage-frm {
    width: 60%;
    margin: 0 auto;
    padding: 70px 70px;
    box-shadow: 0px 0px 15px 0px #999;
} */
.contpage-frm .form-control {
    font-size: 14px;
    letter-spacing: 0.5px;
    background: transparent ;color:#000!important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}

.contpage-frm .form-control:focus {
   
/*     background-color: #0085d6!important; */
    border-color: #000!important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
/* 
Again contact form css */
.contpage-frm .form-group h2{
	color:#000;text-align:left
}
.contpage-frm {
	padding-right: 30px;}
.contpage-frm .form-group p{
color: #000;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 15px;
}
.contpage-frm textarea.form-control {
    height:130px
}
.contpage-frm .form-group {
    margin-bottom: 1rem;
    text-align: left;
}
.contpage-frm input[type=submit] {
    color: #fff!important;
    background: #3e93dc;
    border-radius: 0;
    display: block;
    padding: 10px 30px;
}
.contpage-frm input, select, textarea {
    color: #000!important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}




/* Redesign for homepage custom css */


body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
  
}
h1, h2, h3, h4, h5, h6 {
    
    font-family: 'Roboto Slab', serif !important;
    font-weight: 400;
    
}
.navbar ul li.menu-btn {
    border-radius: 25px;
}
.navbar ul li a:hover{
	color:#c6c6c6 !important;
	-moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.topbar-social-icons ul li a:hover {
	-moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0085d6;
}
.header-top {
    background-color: #162336;
    padding-top: 15px;
    padding-bottom: 15px;
}
.tobbar-contact-detail ul li a {
    font-size: 15px;
    color: #c6c6c6
}
.topbar-social-icons ul li a {
    font-size: 15px;
    color: #c6c6c6;
}
.header-content-area .theme-btn {
    border-radius: 55px;
    background-color: transparent; transition: all 0.4s ease 0s; 
    border: 3px solid#0085d6;
}

.header-content-area a.theme-btn:hover{
	    transition: all 0.4s ease 0s;    background-color: #0085d6;
  
}
.navbar ul li a {

    text-shadow: 0px 0px 0px #000 !important;
}


.is-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #3e93dc;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 123; }
.is-sticky nav {
  line-height: 14px; padding-top: 22px;
  padding-bottom: 22px;
}
 .is-sticky .nav li a{padding: 32px 0;  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;}

 .is-sticky a.navbar-brand img{
   -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;    max-width: 130px;
}


 .is-sticky .navbar-brand {
    color: #fff;
    padding: 0;
    margin: 0;
    display: block;
}
 .is-sticky .nav li.top-support:last-child {
  margin: 0;
  margin-top: 20px;margin-bottom:20px; -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
 .is-sticky .nav li .dropdown li a {
  padding: 15px 15px; -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*-- Sticky Animation --*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }


.about-us{
	padding:100px 0
}
.about-us-content h2 {
    font-size: 24px;
    color: #0085d6;
    line-height: 20px;

}
.home-service-icon span i::before {
    font-size: 38px;
    color: #0085d6;
    text-align: center;
    display: inline-block;
    border: 1px solid #0085d6;
    line-height: 52px;
    padding: 10px 16px;
    margin-left: 0px;
    border-radius: 12px;
    margin-right: 18px;
}


.about-us .theme-btn {
font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.02px;
    text-align: center;
    color: #0085d6;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
    display: inline-block;
    margin-top: 15px;
}
.about-us a.theme-btn:hover{
	padding-left:10px;  color: #162336 ;-webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease
}

/* Our services */
.services {
    /* background-image: url(images/service-bg.png); */
    background-color: #f8f9ff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 75px 0;
}
.section-title h2 {
  
    font-size: 35px;
    color: #000;
}

.section-title p {
    color: #000;
}
.service-card-content p {
    font-size: 14px;
    font-weight: 400;
  
    color: #898989
}

div.service-card {
    border: 1px solid #e8e8e8;
    position: relative;    border-radius: 5px;    padding-top: 0px;
}
div.service-card {
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
   
}

div.service-card:hover {
    -webkit-box-shadow: 0px 0px 35px 0px rgb(202 202 202 / 90%);
    -moz-box-shadow: 0px 0px 35px 0px rgba(202, 202, 202, 0.9);
    box-shadow: 0px 0px 35px 0px rgb(202 202 202 / 90%)
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
    border: 1px solid #0085d6;
}

div.service-card:hover .service-card-content h2 {
    color: #0085d6;
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.section-title{
	padding-bottom:30px
}

.header-content p {
  
    font-style: normal
   
}
/* 
Cart page css */


li.service-card{
	    border: 1px solid #e8e8e8;
    position: relative;    border-radius: 5px;    padding-top: 0px;   -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
}
li.service-card:hover {
    -webkit-box-shadow: 0px 0px 35px 0px rgb(202 202 202 / 90%);
    -moz-box-shadow: 0px 0px 35px 0px rgba(202, 202, 202, 0.9);
    box-shadow: 0px 0px 35px 0px rgb(202 202 202 / 90%)
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
    border: 1px solid #0085d6;
}

li.service-card:hover .service-shop-card h2 {
    color: #0085d6;
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

/* 
Our fatcs css */
.our-facts{
	padding: 75px 0;    background: #fff;
}
.people-talks{
	margin-bottom:30px
}
.home-our-facts h4{
font-size: 25px;
    font-weight: 400;
    color: #000;
    line-height: 25px;    padding-bottom: 20px;
  
}

.conter-item span i::before {
    color: #0085d6;
    font-size: 35px;
    display: block;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 15px;
    line-height: 42px;
    margin-top: 8px;
}

.conter-item .counter {
    color: #0085d6;
    font-size: 52px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    display: block;
}


.conter-item h6 {
    font-size: 18px;
    color: #999999;padding-top:15px
}

.contact {
    padding: 75px 0;
    background-color: #f8f9ff;
}

.contact-form .form-control {
 
    border: 1px solid#0085d6;
}

.contact-form .submit-btn {
 
    background-color: #0085d6;
   
}
.testimonial-card {
    background-color: #fff;
    
}
.testimonials {
    padding: 75px 0;
}
.mfa-pro {  
    background-color: #f8f9ff;
    padding: 75px 0;
}
.woocommerce-cart .page-content {
    background-color: #f8f9ff;
background-image: none !important;
    padding: 75px 0;
}
.woocommerce-cart form.woocommerce-cart-form a {
    color: #000;
}

.cart-collaterals {
    color: #000;
}
.woocommerce-cart form.woocommerce-cart-form {
    color: #000;
}

.woocommerce table.shop_table {
    border: 1px solid rgb(167 153 153 / 40%) !important;
}
.woocommerce table.shop_table td {
    border: 1px solid rgb(212 199 199 / 40%) !important
}
.woocommerce-checkout .page-content {
    background-image: none !important;
    padding: 75px 0;
	background:#f8f9ff;
}
.woocommerce-checkout h3 {
    font-family: "Open Sans", sans-serif;
    color: #000;
}
.shop_table.woocommerce-checkout-review-order-table {
    color: #000;
}
.woocommerce form .form-row label {  
    color: #000;
    font-size: 12px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #0085d6;
 
}
.select2-container--default .select2-selection--single {
    height: 30px;
    font-size: 12px;
    border: 1px solid #0085d6; !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #0085d6 !important;
}

h1.product_title.entry-title {
 
    color: #000
  
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  
    color: #000 !important;
}
#tab-description h2 {

    color: #000;
 
}
#tab-description p {
    color: #000;
}
.woocommerce div.product form.cart .variations td.label {
    color: #000;
}

#tab-additional_information {
    color: #000;
}

.woocommerce-billing-fields h3{display:none !important}

.woocommerce-additional-fields {display:none !important}

.page-content {
    padding: 75px 0;
    background: #f8f9ff;
    min-height: calc(100vh - 290px);
}
.page-content.sertype-frm {
    padding: 50px 50px;
    
}
.page-content .form-control {
    border: 1px solid #0085d6
}

.sertype-frm select.form-control {
    border: 1px solid #0085d6 !important
}

.form-control:focus {
    color: #000!important
}
.contact-form input, select, textarea{
    color: #000!important
}
.contact-form input[type=submit]{
	 color: #fff!important
}

.contact-form textarea:focus, .contact-forminput:focus {
    color: #000!important
}
.sertype-frm textarea.form-control{
	max-height:120px
}
.sertype-frm {
	background: #fff;    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px #e6dfdf;
}

.sertype-frm .form-group {
    margin-bottom: 0;
    color: #000;
    text-align: left
}
.sertype-frm textarea.form-control {

    border: 1px solid #0085d6;color:#000 !important
}
.sertype-frm input[type=text],.sertype-frm input[type=tel], .sertype-frm input[type=number] .sertype-frm .ser-type select option{

    border: 1px solid #0085d6;color:#000 !important
}
.sertype-frm .form-group input[type=text]{
	color:#000 !important
}

#footer-top {
    background-color: #162336;padding-bottom:60px;padding-top:60px
}

.footer-widget h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;margin-top: 20px;
    line-height: 12px;
}
.footer-widget ul{margin:0px;padding: 0px;list-style: none}
.footer-widget ul li{float: none;padding-bottom: 0;}
.footer-widget ul li a {
  color: #c6c6c6;
  font-size: 16px;
  line-height: 32px;
  display: block;
  text-decoration: none;
}
.footer-widget ul li a:hover{color: #fff;-webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;padding-left:5px}
.copyright {
    background-color: #3e93dc;
    padding: 20px 0;  
    font-family: 'Roboto Slab', serif;
}
.copyright-text p {
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #fff;  font-family: 'Roboto Slab', serif;
}

.copyright-text p a{
	color:#fff;  font-family: 'Roboto Slab', serif;
}

.footer-menu{}
.footer-menu ul{margin:0px;padding: 0px;list-style: none}
.footer-menu ul li{float: left;}
.footer-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  text-decoration: none;
  display: block;
  padding-left: 35px;
}
.footer-menu ul li a:hover{
  color: #162336 ;-webkit-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease
}
.scroll-top-top {
    background-color: #0085d6;
    bottom: 15px;
    right: 20px;
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
    z-index: 129;
    border-radius: 5px 5px 0 0px;
}
.scroll-top-top i {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 20px;
    padding-top: 15px;
}
.wpcf7-form-control.wpcf7-submit.btn {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1.02px;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    background-color: #0085d6 !important;
    padding: 7px 20px !important;    
}
.mfa-addcart a{
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1.02px;
    text-align: center;
    color: #ffffff !important;
    text-transform: uppercase;
    background-color: #0085d6 !important;
    padding: 7px 20px !important;
    display: inline-block !important;
    border-radius: 3px;
    margin-top: 10px !important;
}
.mfa-pro ul.products{
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}

@media (max-width:767px){
div#wpcf7-f67-o1 form.wpcf7-form{padding: 20px;}
}

.contact-section{
	background: #f8f9ff;    padding: 75px 0;
}
