/*
    Theme Name: F&V CONSULTS
    Theme URI: https://example-site.com/
    Description: Custom built theme to meet client requirements.
    Version: 1.00
    Author: Ahmad Saleem
    Author URI: https://example.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: fandv
*/

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: 'Poppins', sans-serif;
}
a{
    outline:none;
    text-decoration: none !important;
}
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        
-----------------------------------------*/

.section-title{
    text-align: center;
    padding-bottom: 30px;
}
.section-title h1{
    font-size: 36px;
    font-weight: 600;
    color: #555555;
}

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

.top-bar{
    padding: 10px 0;
    background-color: #000;
}
.top-bar a,
.top-bar p{
    font-size: 12px;
    color: #c1c1c1;
}
.top-bar i{
    padding-right: 10px;
    color: #a0c321;
}
.top-bar .divider{
    color: #000;
    padding: 0 20px;
}
.navbar{
    padding: 8px 0;
}
.navbar-nav{
    align-items: center;
}
.navbar-nav li{
    padding: 0 10px;
}
.navbar-nav a{
    font-size: 16px;
    letter-spacing: 0.64px;
    color: #151515;
    padding: 0 !important;
}
.navbar-nav a.active{
	border-bottom: 2px solid #a0c321;
}
.navbar-nav .menu-btn{
    background-image: linear-gradient(to top, #648000, #a0c321);
    padding: 8px 35px;
    border-radius: 5px;
}
.navbar-nav .menu-btn a{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.26px;
    text-align: center;
    color: #ffffff !important;
    text-shadow: 1px 1.7px 2px rgba(214, 148, 37, 0.15);
    text-transform: uppercase;
}
.navbar-nav .menu-btn a.active{
	border: 0;
}
.navbar-brand img {
    height: 83px;
    width: auto;
}
/*---------------------------------------
   Home Banner CSS        
-----------------------------------------*/

.home-banner{
    background-image: url('images/banner.html');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    min-height: 670px;
}
.banner-content{
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
}
.banner-content h4{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.98px;
    color: #a0c321;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.banner-content h4:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1px;
    width: 185px;
    background-color: #a0c321;
}
.banner-content h1{
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 3.25px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 0;
}
.banner-content p{
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.65px;
    line-height: 2.08;
    color: #ffffff;
    padding-bottom: 40px;
}
.banner-content a{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.35px;
    color: #ffffff;
    text-shadow: 1px 1.7px 2px rgba(214, 148, 37, 0.15);
    background-image: linear-gradient(to top, #648000, #a0c321);
    padding: 13px 57px;
    display: inline-block;
    border-radius: 5px;
}

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

.about-us-section .row{
    box-shadow: -13.9px -1.9px 62px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
    bottom: 100px;
}
.about-content{
    padding: 0 30px;
}
.about-content h1{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2.16px;
    color: #3e3e3e;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #a0c321;
    padding-bottom: 15px;
}
.about-content p{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.87;
    letter-spacing: 0.75px;
    color: #777777;
    padding-top: 20px;
}
.about-content a{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.12px;
    color: #797979;
    display: inline-block;
    margin-top: 30px;
}
.about-content a i{
    font-size: 12px;
    color: #a0c321;
    padding-left: 10px;
}
.about-img{
    line-height: 0;
}
.about-img img{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

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

.our-services-section{
    padding-bottom: 100px;
}
.service-title{
    text-align: center;
    padding-bottom: 70px;
}
.service-title h4{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3.25px;
    color: #a8a8a8;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.service-title h2{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #192000;
    text-transform: uppercase;
}
.service-card{
    text-align: center;
    padding-top: 30px;
}
.service-content{
    padding-top: 40px;
}
.service-content h2{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.56px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.service-content p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
    color: #777777;
    padding-bottom: 30px;
}
.service-content a{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.95px;
    color: #797979;
    text-transform: uppercase;
    display: inline-block;
}
.service-content a i{
    font-size: 12px;
    color: #a0c321;
    padding-left: 10px;
}
.view-all-services{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.35px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1.7px 2px rgba(214, 148, 37, 0.15);
    background-image: linear-gradient(to top, #648000, #a0c321);
    padding: 13px 57px;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    width: fit-content;
    border-radius: 5px;
}
.view-all-services:hover{
    color: #fff;
}

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

.testimonials-section{
    background-image: url('images/testimonial-banner.html');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    min-height: 760px;
    text-align: center;
}
.testimonials-section .container{
    padding-top: 40px;
    padding-bottom: 200px;
    border: 1px solid #959595;
}
.testimonial-title h4{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3.25px;
    color: #a0c321;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.testimonial-title h2{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #fff;
    text-transform: uppercase;
}
.testimonial-icon{
    padding-top: 20px;
    padding-bottom: 50px;
}
.testimonial-icon .divider{
    display: block;
    color: #a0c321;
    font-size: 40px;
    line-height: 1;
    font-weight: 100;
    padding-bottom: 20px;
}
.testimonial-icon .quote-icon i{
    font-size: 80px;
    color: #a0c321;
}
.about-testimonial-client img{
    max-width: 70px;
    height: auto;
    border-radius: 50%;
}
.about-testimonial-client h3{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
}
.about-testimonial-client h4{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    color: #a0c321;
}
.testimonial-text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 2.13;
    letter-spacing: 0.32px;
    text-align: left;
    color: #ffffff;
    padding-right: 50px;
}
#testimonialCarousel .carousel-indicators {
    display: block;
    right: 0;
    bottom: unset;
    left: unset;
    margin-right: 0;
    margin-left: unset;
    top: 15px;
}
#testimonialCarousel .carousel-indicators li{
    width: 13px;
    height: 13px;
    border: solid 2px #a0c321;
    background-color: transparent;
    border-radius: 50%;
    margin: 5px 0;
}
#testimonialCarousel .carousel-indicators li.active{
    background-color: #a0c321;
}

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

.contact-form-container{
    padding: 70px;
    box-shadow: -13.9px -1.9px 62px 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    bottom: 150px;
}
.contact-form-content{
    text-align: center;
}
.contact-form-content h2{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #192000;
    text-transform: uppercase;
}
.contact-form-content p{
    font-size: 18px;
    color: #7b7b7b;
    padding-top: 15px;
}
.contact-form{
    padding-top: 60px;
}
.contact-form .form-control{
    font-size: 14px;
    color: #666666;
    border: solid 1px #d7d7d7;
    background-color: #f5f5f5;
    border-radius: 3px;
    height: 66px;
}
.contact-form textarea.form-control{
    height: 150px;
}
.submit-btn{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.62px;
    text-align: center;
    color: #fdfdfd;
    text-transform: uppercase;
    width: 100%;
    padding: 20px 0;
    border-radius: 3px;
    background-image: linear-gradient(to top, #648000, #a0c321);
}
.our-blog{
    background-image: url('images/blog-banner.html');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
}
.blog-title{
    text-align: center;
}
.blog-title h4{
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3.25px;
    color: #976005;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.blog-title h2{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #192000;
    text-transform: uppercase;
}
.blog-icon{
    padding: 20px 0;
    text-align: center;
}
.blog-icon .divider{
    display: block;
    color: #976005;
    font-size: 40px;
    line-height: 1;
    font-weight: 100;
    padding-bottom: 20px;
}
.blog-card{
    margin-top: 30px;
    box-shadow: 2.5px 4.3px 40px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    border-radius: 5px;
    height: 100%;
}
.blog-img img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog-content{
    padding: 30px;
}
.blog-content h2{
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.34px;
    line-height: 1.26;
    color: #444444;
    padding-bottom: 30px;
}
.blog-content p{
    font-size: 11px;
    letter-spacing: 0.22px;
    color: #898989;
}
.view-all-blogs{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.35px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1.7px 2px rgba(214, 148, 37, 0.15);
    background-image: linear-gradient(to top, #648000, #a0c321);
    padding: 13px 57px;
    display: block;
    margin: 0 auto;
    margin-top: 70px;
    width: fit-content;
    border-radius: 5px;
}
.view-all-blogs:hover{
    color: #fff;
}

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

footer{
    /*background-color: #000;*/
    background-color: #f5f5f5;
    padding: 30px 0;
    border-bottom: 2px solid #a0c321;
}
.footer-logo{
    padding-bottom: 30px;
    border-bottom: 1px solid #334100;
    display: block;
}
.footer-widget p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.64;
    letter-spacing: 0.28px;
    color: #c2c2c2;
    padding-top: 30px;
}
.footer-widget h2{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #ffffff;
    padding-bottom: 30px;
    border-bottom: 1px solid #334100;
}
.footer-widget ul{
    list-style: none;
    padding-top: 30px;
}
.footer-social ul li{
    display: inline-block;
    padding-right: 15px;
}
.footer-widget ul li a{
    font-size: 15px;
    color: #a0c321;
    line-height: 2.29;
}
.footer-widget ul li{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.64;
    letter-spacing: 0.28px;
    color: #c2c2c2;
}
.copyright{
    padding: 25px 0;
    background-color: #000;
}
.copyright a {
    color: #c2c2c2;
}
.copyright p{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.28px;
    color: #c2c2c2;
}

/*---------------------------------------
   Privacy Policy Page CSS        
-----------------------------------------*/

.privacy-policy-content h1,
.privacy-policy-content h2,
.privacy-policy-content h3,
.privacy-policy-content h4{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
    font-weight: 600;
    letter-spacing: 2.16px;
    color: #3e3e3e;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #a0c321;
    padding-bottom: 10px;
	padding-top: 20px;
}
.privacy-policy-content p{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
    font-weight: 300;
    line-height: 1.87;
    letter-spacing: 0.75px;
    color: #777777;
    padding-top: 20px;
}
span.elementor-icon.elementor-animation {
    fill: #A0C321;
    color: #A0C321;
    border-color: #A0C321;
}
span.elementor-icon.elementor-animation {
     font-size: 50px;
}