/*
Theme Name: PamTaxAccounting
Theme URI: https://wordpress.org/themes/PamTaxAccounting
Author: the WordPress team
Author URI: http://wordpress.org/
Description: PamTaxAccounting custom theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: PamTaxAccounting

*/

.mobile-only{
	display: none;
}

#wpadminbar, #bitnami-banner{
    display:none;
}

a{
    text-decoration:none!important;
}

button:focus{
    outline:none!important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif;
}

p{
    font-family: "Open Sans", sans-serif;
}

img{
   height:auto;
}

.head-title{
    font-size: 40px;
    line-height:50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #191919;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.head-title strong{
    color:#86c132;
    display:block;
}

.para{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height:30px;
    font-weight: 400;
    color: #191919;
    margin: 0 0 20px 0;
}

/*header*/

header{
    background-color: #fff;
}

.top-header {
    background-color: #020202;
}

.top-header .top-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header .top-links .social-icon {
    background-color: #020202;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    transition: 0.5s;
}
.top-header .top-links .social-icon svg {
    fill: #999;
    width: 15px;
    height: 15px;
    transition: 0.5s;
}
.top-header .top-links a{
    transition: 0.5s;
}
.top-header .top-links a:hover {
    background-color: #4e4e4e;
    color: #020202 !important;
}
.top-header .top-links a:hover svg {
    fill: #020202 !important;
}
.top-header .top-links .d-flex a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    padding: 9px 25px;
}

.top-header .top-links .d-flex a svg {
    fill: #999;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

.menus-section {
    padding: 10px 0;
}

.flex-center {
    display: flex;
    align-items: center;
}
.header-menus-section {
    padding: 10px 0;
}
.header-menus-section ul {
    padding: 0;
    margin: 0;
}
.header-menus-section ul li {
    display: inline-block;
}
.header-menus-section ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.5s;
}

.header-menus-section ul li a:hover {
    color: #86c132;
}
.header-menus-section .current-menu-item a{
    color: #86c132;
}
.menu-footer-container .current-menu-item a{
    color: #fff;
}
.right-column {
    text-align: right;
}
.center-column {
    text-align: center;
}
.right-column a {
    margin-left: 35px;
}
.left-column a {
    margin-right: 35px;
}


/*footer*/

.bottom-footer {
    background-color: #020202;
    padding: 15px 0;
}

.bottom-footer p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    margin: 0;
    text-align: center;
}
.bottom-footer p a{
    text-decoration:none;
    color: #999;
}

.footer-menus-section {
    background-color: #86c132;
    padding: 80px 0;
}

.footer-menus-section .footer-logo {
    margin: 0 0 125px 0;
    display: block;
}
.footer-menus-section .social-icon {
    background-color: #020202;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
}
.footer-menus-section .social-icon svg {
    fill: #86c132;
    width: 25px;
    height: 25px;
}

.footer-menus-section .heading-links {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #191919;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.footer-menus-section ul {
    padding: 0;
    margin: 0;
}
.footer-menus-section ul li {
    display: block;
    margin: 0 0 10px 0;
}
.footer-menus-section ul li a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    text-decoration: none;
    transition: 0.5s;
}

.footer-menus-section ul li a:hover {
    color: #fff;
}

.footer-menus-section p,  .footer-menus-section ul li{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #191919;
}
.footer-menus-section ul li span{
    display:inline-block;
    min-width:75px;
}

/*homepage banner-section*/
   
.homepage-banner{
    background-image: url(images/new-banner-img.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#86c132;
    min-height:750px;
}

.homepage-banner .banner-content h1{
    font-family: "Montserrat", sans-serif;
    font-size:60px;
    font-weight:700;
    color:#191919;
    line-height:70px;
    margin:0 0 40px 0;
    text-transform:uppercase;
}
.homepage-banner .banner-content p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    margin:0 0 80px 0;
    max-width: 500px;
}
.homepage-banner .banner-content h1 span{
    color:#fff;
}

.homepage-banner .banner-content{
    padding:100px 0 50px 0;
}
.homepage-banner .banner-content .banner-btn{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display:inline-block;
    background-color:#191919;
    text-decoration:none;
    padding:10px 25px;
    transition: 0.5s;
}
.homepage-banner .banner-content .banner-btn:hover{
    background-color:#fff;
    color:#191919;
}
.homepage-banner .sa_owl_theme .owl-dots{
    bottom:-65px!important;
    text-align:left!important;
}
.homepage-banner .owl-pagination-true {
    margin-bottom: 0px !important;
}

.homepage-banner .sa_owl_theme .owl-dots .owl-dot span {
    width:50px!important;
    height:3px!important;
    border-radius:0!important;
    background-color:#fff!important;
}
.homepage-banner .sa_owl_theme .owl-dots .owl-dot.active span{
    background-color:#191919!important;
}

.homepage-banner .right-content .white{
    padding:0 52px!important;
}


/*homepage-section-1-about*/

.home-section-1{
   padding:100px 0;
}

.theme-btn a{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff!important;
    display: inline-block;
    background-color: #191919;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 25px;
    border-radius:0!important;
    transition: 0.5s;
}
.theme-btn a:hover{
    background-color: #86c132;
}

.home-section-1 .image-blog{
    text-align:center;
     margin-bottom: 30px!important;
}

.home-section-1 .image-blog .wp-block-image{
    background-color: #f5f5f7;
    height: 160px;
    padding:20px 0;
}

.bitnami-corner-image-div{
   display:none;
}

/*homepage-section-1-services*/

.services-section{
    margin-top:100px;
    text-align:center;
}

.home-section-1 .wp-block-columns{
     margin-bottom: 0;
}

.services-content{
    margin-top:60px;
    margin-bottom: 0!important;
}

.services-section .services-content .wp-block-column{
    border: 1px solid #999;
    padding:20px 15px;
    position: relative;
    height: 255px;
}

.services-section .services-content .wp-block-column .wp-block-image {
    margin: 0 0 30px 0;
    min-height: 140px;
    display: flex;
    align-items: center;
}

.services-section .services-content h4{
   font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #191919;
}
.services-section .services-content p{
   font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: none;
}
.services-section .services-content .wp-block-column:hover h4{
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
}
.services-section .services-content .wp-block-column:hover p{
    display: block;
}
.services-section .services-content .wp-block-column:hover{
    background-color: #79ac2e;
    border: 1px solid #79ac2e;
}
.services-section .services-content .wp-block-column:hover .wp-block-image {
    display: none;
}

/*homepage-section-2-Partners & Affiliates*/

.home-section-2{
   background-color: #191919; 
   padding:100px 0;
}

.home-section-2 .head-title{
   color:#fff;
}

.home-section-2 p{
   color:#999;
   margin-bottom:40px;
   line-height:36px;
}
.home-section-2 .theme-btn a{
   background-color: #86c132!important; 
   color:#fff!important;
   transition: 0.5s;
}
.home-section-2 .theme-btn a:hover{
   background-color: #fff!important; 
   color:#191919!important;
}

.home-section-2 .wpls-logo-showcase{
  padding:0!important;
}
.home-section-2 .wpls-logo-showcase .slick-current .wpls-fix-box{
   background-image: linear-gradient( 
-135deg , #191919 0%, #262626 100%)!important;
}

.home-section-2 .wpls-logo-showcase .slick-slide .wpls-fix-box{
    display:flex!important;
    min-height:230px;
    align-items:center;
    justify-content:center;
   background-image: linear-gradient( 
-135deg , #303030 0%, #000 100%);
    position:relative;
    transition: 0.5s;
}
.home-section-2 .wpls-logo-showcase .slick-dots {
    left: 0 !important;
    text-align: left !important;
    bottom: -60px !important;
}

.home-section-2 .wpls-logo-showcase .slick-dots li button {
    border: none !important;
    width: 50px!important;
    height: 3px!important;
    border-radius: 0!important;
    background-color: #fff!important;
}

.home-section-2 .wpls-logo-showcase .slick-dots .slick-active button{
    background-color: #86c132!important;
}
/*homepage-section-3*/

.home-section-3{
   padding:100px 0;
}

.home-section-3 .wp-block-columns{
    margin-bottom:20px;
}
.home-section-3 .wp-block-columns:last-of-type{
    margin-bottom:0px;
}

.home-section-3 .wp-block-column{
    border: 1px solid #999;
    padding: 30px;
    transition: 0.5s;
}
.home-section-3 .wp-block-column p{
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #191919;
    display:inline-flex;
    margin:0;
}
.home-section-3 .wp-block-column p:before{
    content:'\f058';
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 400;
    margin: 0 10px 0 0;
    display: inline-block;
    color: #86c132;
}
.home-section-3 .wp-block-column:hover{
    background-color:#86c132;
    border:1px solid #86c132;
}
.home-section-3 .wp-block-column:hover p{
     color: #fff;
}
.home-section-3 .wp-block-column:hover p:before{
     color: #fff;
}

/*homepage-section-4*/

.home-section-4{
   background-color: #86c132; 
   padding:100px 0;
}

.home-section-4 .wp-block-columns{
    align-items:center;
    margin-bottom: 0;
}

.home-section-4 p{
   font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin:0;
}
.home-section-4 p strong{
    font-size: 30px;
    font-weight: 600;
    display:block;
    margin-bottom: 10px;
}

.home-section-4  .wp-block-button{
    margin-bottom:0!important;
}

.home-section-4 .theme-btn-white a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #191919!important;
    display: inline-block;
    background-color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 0!important;
    transition: 0.5s;
}
.home-section-4 .theme-btn-white a:hover {
    background-color: #191919;
    color: #fff!important;
}
/*homepage-section-5*/

.home-section-5{
   padding:100px 0;
}

.home-section-5 .wpcf7-form-control{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    background-color: #f2f2f2;
    border:1px solid #f2f2f2;
    margin:0 0 20px 0;
    padding: 15px 25px;
    width: 100%;
}
.home-section-5 .wpcf7-textarea{
    height:120px;
}
.home-section-5  .wpcf7-submit{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background-color: #191919;
    border:1px solid #191919;
    text-decoration: none;
    padding: 10px 40px;
    width:auto;
    cursor:pointer;
    margin: 30px 0 0 0;
    transition: 0.5s;
}
.home-section-5  .wpcf7-submit:hover{
    background-color: #86c132;
    border:1px solid #86c132;
}

/*inner-pages*/

.page-banner-image{
    position:relative;
    background-color: #86c132;
}
.inner-banner-content{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-banner-content .inner-page-title{
    font-size: 60px;
    line-height:70px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 100px;
}

.about-inner-content .inner-page-title{
	color: #191919!important;
}

.page-banner-image img{
    width:100%;
    height:auto;
}

/*inner-page-section-4*/

.inner-page-section-4{
   background-color: #191919; 
   padding:100px 0;
}

.inner-page-section-4 .theme-btn-white a:hover {
    background-color: #86c132;
    color: #fff!important;
}

/*about-page-section*/

.inner-common-container{
    padding:100px 0;
}

.about-section-1{
    background-color:#fff;
    padding:100px 0;
}

.about-section-1 .wp-block-columns{
    margin-bottom:0!important;
}
.about-section-2{
    background-image: url(images/about-bckground.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding:175px 0px;
}
.about-section-2 .tmm .tmm_3_columns .tmm_member {
    border:none!important;
    box-shadow: none!important;
    background: transparent!important;
}
.about-section-2 .tmm .tmm_member .tmm_photo{
    border: none!important;
    box-shadow: unset!important;
    width: 100%!important;
    height: auto!important;
    border-radius: 0!important;
    padding-bottom: 346px!important;
}
.about-section-2 .tmm_fname{
     font-family: "Open Sans", sans-serif!important;
    font-size: 20px;
    font-weight: 600;
    color: #191919!important;
}
.about-section-2 .tmm_desc{
    font-family: "Open Sans", sans-serif!important;
    font-size: 16px;
    font-weight: 400;
    color: #191919!important;
    margin:0!important;
}

.about-section-2 .para{
	font-size: 24px;
	line-height: 30px;
}

.about-section-4{
	background-color:#8ac334;
	border-bottom: 1px solid #fff;
	padding: 25px;
}
.about-section-4 p {
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.about-section-4 .wp-block-columns {
    margin-bottom: 0!important;
    align-items: center;
}
.about-section-4 .theme-btn-white a {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #191919!important;
    display: inline-block;
    background-color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 0!important;
    transition: 0.5s;
}
.about-section-4 .theme-btn-white a:hover {
    background-color: #191919;
    color: #fff!important;
}
..about-section-3{
	position: relative;
}

.about-section-3 .about-title{
	font-size: 20px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #191919;
    padding: 0 15px;
   
}
.about-section-3 .service-content-1{
 	position: absolute;
    top: 10%;
    left:50%;
    transform: translate(-50%, 0);
}

.about-section-3 .service-content-2 {
    position: absolute;
    top: 45%;
    right: 0;
    width: 100%;
}
.about-section-3 .service-content-3{
	position: absolute;
    top: 65%;
    left: 0px;
    width: 100%;
}
.about-section-3 .service-content-4 {
    position: absolute;
    top: 85%;
    right: 0;
    width: 100%;
}
.about-section-3 .para{
	font-size: 14px;
    line-height: 24px;
    margin:0;
    padding:0 15px;
}
.about-section-3 .about-subtitle-section  .about-subtitle{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin:0;
    line-height: 30px;
    color: #191919;
  }
  

.about-section-3 .wp-block-columns, .about-section-3  .wp-block-image{
	margin-bottom: 0!important;
}
/*contact section*/
.contact-section-1{
    padding:30px 0 50px 0;
}
.contact-section-1 .wp-block-columns{
    margin-bottom:0!important;
}
.contact-section-1 .wp-block-column{
    background-color:#f5f5f7;
    padding:50px 15px;
    box-shadow:0 0 0 0px rgba(0,0,0,0);
    transition: all 0.5s ease-out;
    text-align:center;
}

.contact-section-1 .wp-block-column:hover{
    box-shadow: 0 50px 60px -60px rgb(0 0 0 / 36%);
}
.contact-section-1 svg{
    fill: #86c132;
    width:60px;
    height:60px;
    margin:0 0 16px 0;
}
.contact-section-1 h3{
    color: #191919;
    font-size: 20px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif!important;
    font-weight:700;
    margin-bottom:16px;
}

.contact-section-1 p, .contact-section-1 a{
    color: #555;
    font-size: 18px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif!important;
    font-weight:400;
    text-decoration:none;
    margin-bottom:0;
}

/*testimonials*/

.inner-common-container .easy_testimonials_grid{
    text-align:left;
    margin: 80px 0 0 0!important;
}

.inner-common-container .easy_testimonial{
    background-color:#f5f5f7;
    padding:50px 15px!important;
    box-shadow:0 0 0 0px rgba(0,0,0,0);
    border:1px solid #f5f5f7!important;
    border-radius:0!important;
    transition: all 0.5s ease-out;
    position: relative;
}

.inner-common-container .easy_testimonial:hover{
    box-shadow: 0 50px 60px -60px rgb(0 0 0 / 36%);
}

.inner-common-container .easy_testimonial_image_wrapper img{
    margin:0!important;
    border: none!important;
    width:60px;
    height:60px;
    margin-bottom: 15px!important;
    float: unset!important;
    border-radius: 0!important;
}
.inner-common-container .easy_testimonial:before {
    color: #86c132!important;
    left:0!important;
    content: "‘‘"!important;
    font:700 4em/0em sans-serif;
    font-family: "Font Awesome";
}
.inner-common-container .easy_testimonial .title-area-3 .easy_testimonial_title{
    color: #191919;
    font-size: 19px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif!important;
    font-weight:700;
    padding: 40px 0 5px 0;
}

.inner-common-container .easy_testimonial .testimonial_body{
    color: #555!important;
    font-size: 15px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif!important;
    font-weight:400;
    padding:0;
    margin-bottom:30px;
}
.inner-common-container .easy_testimonial .testimonial_body a{
    color: #86c132;
    font-size: 15px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif!important;
    font-weight:500!important;
    display: block;
}

.inner-common-container .easy_testimonial .testimonial-client{
    color: #86c132;
    font-style:normal;
    font-size: 15px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif!important;
    font-weight:700;
    text-align: left;
}

.inner-common-container .easy_testimonial .footer-text-3 .testimonial-position{
    color: #555;
    font-size: 14px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif!important;
    font-weight:400;
    font-style:normal;
    text-align: left;
}

/*service-page*/

.service-banner-section{
    background-color: #c3e199;
}


.service-banner-section .banner-img img{
        width:100%;
        height:auto;
}

.service-banner-section .service-banner-content{
    background-color: #88c335;
    padding:70px 40px 100px 40px;
    border-radius: 10px;
    margin-top:30px;
    position: relative;
}

.service-banner-section .service-banner-content  .title-section{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.service-banner-section .service-banner-content .inner-page-title {
    font-size: 48px;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #191919;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.service-banner-section .service-banner-content p {
    font-size: 24px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #191919;
    margin: 0;
}

.service-banner-section .service-banner-content .theme-white-btn{
    position: absolute;
    background-color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #191919;
    text-decoration: none!important;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 30px);
    bottom:0;
}

.service-inner-section{
    background-color: #c3e199;
    padding:100px 0 75px 0;
}

.service-inner-arrow{
    position: relative;
    z-index: 111;
}

.service-inner-arrow .arrow-img{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index:-1;
}
.service-inner-arrow .wp-block-columns .service-content{
    background-color: #88c335b5!important;
}
.service-inner-section .wp-block-columns .service-content img{
    width:auto;
    height: 60px;
}

.services-side-arrow{
    position: relative;
    z-index: 111;
}
.services-side-arrow .left-arrow-img{
    position: absolute;
    left: 0;
    top: 0;
    z-index:-1;
}
.services-side-arrow .right-arrow-img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index:-1;
}
.service-inner-section .wp-block-columns .service-content{
    background-color: #88c335;
    border:1px solid #88c335;
    border-radius: 10px;
    padding: 20px 20px;
}
.service-inner-section .wp-block-columns .service-content:hover{
    background-color: #fff!important;
}

.service-inner-section .wp-block-columns .service-content .wp-block-columns{
    margin:0!important;
}
.service-inner-section .wp-block-columns .service-content .wp-block-columns .wp-block-column{
    margin:0;
}

.service-inner-section .wp-block-columns .service-content .wp-block-columns .wp-block-column .wp-block-image{
    margin:0!important;
}

.service-inner-section .wp-block-columns .service-content h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #191919;
    margin:0 0 15px 0;
}

.service-inner-section .wp-block-columns .service-content .para{
    margin:0!important;
}

.service-inner-section-1{
    background-image: url(https://pamtax.com/wp-content/uploads/2021/10/Photos-used-1-service_pic_lady.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
    height: 700px;
}

.service-inner-section-1 .tax-content{
    background-color: #ffffffd4;
    padding:50px 15px;
    border-radius: 10px;
    margin-top: 120px;
}

.service-inner-section-1 .tax-content h3{
    font-size: 48px;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #191919;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.service-inner-section-1 .tax-content p{
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #191919;
    margin: 0;
}

.service-inner-section-2{
    background-image: url(https://pamtax.com/wp-content/uploads/2021/10/Photos-used-1-service_pic_man.jpg)!important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
    height: 700px;
}

.inner-common-container #fbuilder h1{
    font-size: 36px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #191919;
    margin: 50px 0 30px 0!important;
}
.inner-common-container #fbuilder label{
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #191919;
    margin: 0px 0 15px 0!important;
    display:block;
}
.inner-common-container #fbuilder .dfield{
    margin: 0px 0 30px 0!important;
}



/*RESPONSIVE*/

/*mobile-responsive*/

/***********Media Query***************/

@media only screen and (max-width: 320px) {
    .top-header .top-links {
        display: block;
    }
    .top-header .social-icon {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 700px) {
    html.head-spacing{
        padding-top: 0 !important;
    }
    html.head-spacing #wprmenu_bar {
        margin: 70px 0 0 0!important;
        right: 0!important;
        left: unset!important;
        width: auto!important;
    }

    .logo{
        width:100%;
    }
    .head-title{
        font-size:22px;
        line-height:30px;
    }
    .para{
        font-size:14px;
        line-height:24px;
    }
    
    .theme-btn a, .theme-btn-white a, .wpcf7-submit{
       font-size:14px!important; 
    }
    .header-menus-section .left-column {
        display: none;
    }
    .header-menus-section .center-column {
        text-align: left;
    }
    .header-menus-section .right-column {
        display: none;
    }
    .top-header .top-links .d-flex {
        justify-content: space-between;
    }

    .top-header .top-links a {
        font-size: 14px !important;
        padding: 10px 3px !important;
    }

    .top-header .top-links a svg {
        width: 14px !important;
        height: 14px !important;
    }
    .footer-menus-section .footer-logo {
        margin: 0 0 25px 0;
    }

    .footer-menus-section .heading-links {
        margin-top: 30px;
    }
    .homepage-banner .right-content .white {
        padding: 0 15px!important;
    }
    
    .homepage-banner {
        background-position: unset;
        background-color: #000000ab;
        min-height:350px;
        background-blend-mode: darken;
    }
     .homepage-banner .banner-content {
        padding: 30px 0;
    }
    .homepage-banner .banner-content h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px 0;
        color:#fff;
    }
   
    .homepage-banner .banner-content h1 span{
        color: #86c132;
    }
    .homepage-banner .banner-content p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 15px 0;
        color:#fff;
    }
    .homepage-banner .banner-content .banner-btn {
        font-size: 14px;
    }
     .homepage-banner .sa_owl_theme .owl-dots {
        bottom: 0!important;
    }
    .home-section-1, .home-section-2, .home-section-3, .home-section-4, .home-section-5{
        padding:50px 0;
    }
    .home-section-1 .image img{
        margin-top: 30px;
    }
    .services-section {
        margin-top: 50px;
    }
     .services-section .services-content .wp-block-column {
        margin-bottom: 30px;
        padding: 30px;
    }
    .services-section .services-content h4 {
        font-size: 20px;
    }
   
    .home-section-2 .head-title {
        margin: 100px 0 30px 0;
    }
   
    .home-section-3 .wp-block-column {
        padding: 30px 15px;
        margin-bottom: 30px;
    }
     .home-section-3 .wp-block-column p {
        font-size: 18px;
    }
     .home-section-3 .wp-block-column p:before {
        font-size: 20px;
    }
    .home-section-4  .wp-block-buttons.is-content-justification-right {
        justify-content: center;
    }
    .home-section-4 p {
        margin: 0 0 20px 0;
        font-size: 14px;
        text-align: center;
    }
    .home-section-4 p strong {
        font-size: 20px;
        margin-bottom:15px;
        display: block;
        line-height: 30px;
    }
    .footer-menus-section .heading-links {
        font-size: 20px;
    }
    .homepage-banner .sa_owl_theme .owl-dots .owl-dot span {
        width: 30px!important;
    }
    
    /*inner-pages*/
    
    .inner-banner-content .inner-page-title {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
    }
    .about-section-1, .about-section-2, .inner-common-container{
        padding:50px 0;
    }
    .contact-section-1 .wp-block-column{
        margin-bottom:30px;
    }
    .inner-common-container .easy_testimonials_grid_3 .easy_testimonials_grid_cell{
        width: 100%!important;
    }

    .service-inner-section .wp-block-columns .service-content {
        margin-bottom: 30px;
    }
    .service-inner-arrow .arrow-img{
        display: none;
    }
    .service-banner-section {
        padding-bottom: 50px;
    }
    .service-inner-section .wp-block-columns .service-content h3 {
        font-size: 18px;
    }

    .service-banner-section .service-banner-content {
        padding: 30px 15px 50px 15px;
    }

    .service-banner-section .service-banner-content .inner-page-title {
        font-size: 24px;
        line-height: 30px;
    }
    .service-banner-section .service-banner-content p {
        font-size: 18px;
        line-height: 24px;
    }
    .service-banner-section .service-banner-content .theme-white-btn {
        padding: 15px 15px;
        font-size: 16px;
        width: 85%;
    }
    .service-inner-section {
        padding: 50px 0 50px 0;
    }
    .service-inner-section-1 .tax-content {
        padding: 20px 15px;
        margin-top: 50px;
    }

    .service-inner-section-1 .tax-content h3 {
         font-size: 24px;
        line-height: 30px;
    }
    .service-inner-section-1 .tax-content p{
        font-size: 18px;
        line-height: 24px;
    }

    .service-inner-section-1 {
        min-height: 500px;
        height: 500px;
    }

    .services-side-arrow .left-arrow-img{
        display: none;
    }
    .services-side-arrow .right-arrow-img{
        display: none;
    }

    /*about page*/

    .about-section-2 .para {
	    font-size: 14px;
	    line-height: 24px;
	}
	.about-section-2 {
	    background-position: right;
	}

	.about-section-3{
		padding: 50px 0;
	}
	.about-section-3 .about-title {
	    font-size: 18px;
	    line-height: 24px;
	}

	.about-section-3 .wp-block-columns{
		margin-top:30px;
	}

	.mobile-only{
		display: block!important;
	}
	.desktop-only{
		display: none!important;
	}

	.about-section-3 .icon-blog{
		flex-basis:20%!important;
	}
	.about-section-3 .icon-content{
		flex-basis:80%!important;
	}
	.about-section-4{
		text-align: center;
	}

	.about-section-4 .wp-block-buttons.is-content-justification-right {
	    justify-content: center;
	}

	.about-section-4 p {
	    font-size: 20px;
	    margin: 0 0 30px 0;
	    line-height: 24px;
	}
	
	
}

@media (min-width: 700px) and (max-width: 991px) {
    html.head-spacing{
        padding-top: 0 !important;
    }
    html.head-spacing #wprmenu_bar {
        margin: 70px 0 0 0!important;
        right: 0!important;
        left: unset!important;
        width: auto!important;
    }
    .head-title{
        font-size: 30px;
        line-height: 40px;
    }
    .header-menus-section .left-column {
        display: none;
    }
    .header-menus-section .center-column {
        text-align: left;
    }
    .header-menus-section .right-column {
        display: none;
    }
    .homepage-banner .banner-content h1 {
        font-size: 30px;
        line-height:40px;
    }
    .homepage-banner .right-content .white {
        padding: 0 20px!important;
    }
    .homepage-banner .banner-content {
        padding: 50px 0 50px 0;
    }
    .homepage-banner {
        min-height: 500px;
    }
    
    .homepage-banner .right-content .white {
        padding: 0 25px!important;
    }
    .homepage-banner .banner-content p {
        margin: 0 0 30px 0;
    }
    .homepage-banner .sa_owl_theme .owl-dots {
        bottom: 0!important;
    }
    .services-section .services-content .wp-block-column {
        margin-bottom: 30px;
        padding:30px;
    }
    .home-section-3 .wp-block-column p {
        font-size: 18px;
    }
    .home-section-3 .wp-block-column {
        padding: 30px 15px;
        margin-bottom: 30px;
    }
    .home-section-3 .wp-block-column p:before {
        font-size: 20px;
    }
    .inner-banner-content .inner-page-title {
        font-size: 40px;
        line-height: 50px;
        margin: 0;
    }

    .service-inner-section .wp-block-columns .service-content {
        margin-bottom: 30px;
    }
    .service-inner-arrow .arrow-img{
        display: none;
    }
    .service-banner-section {
        padding-bottom: 50px;
    }
     .service-inner-section-1 .tax-content h3 {
         font-size: 24px;
        line-height: 30px;
    }
    .service-inner-section-1 .tax-content p{
        font-size: 18px;
        line-height: 24px;
    }

    .service-inner-section-1 {
        min-height: 500px;
        height: 500px;
    }
    .services-side-arrow .left-arrow-img{
        display: none;
    }
    .services-side-arrow .right-arrow-img{
        display: none;
    }

/*about page*/

	.about-section-2 {
	    padding: 75px 0px;
	}

    .about-section-2 .para{
		font-size: 16px;
		line-height: 24px;
	}
	.about-section-3 .about-title {
	    font-size: 14px;
	}
	.about-section-3 .para {
	    font-size: 12px;
	}
	.about-section-3 .section-content-3 {
	    top: 40%;
	}
	.about-section-3 .section-content-4 {
	    top: 60%;
	}
	.about-section-3 .section-content-5 {
	    top: 80%;
	}
     .footer-logo img{
        width:100%;
    }
    
}

@media (min-width: 991px) and (max-width: 1024px) {
    .footer-logo img{
        width:100%;
    }
    .left-column a {
        margin-right: 15px;
    }
    .right-column a {
        margin-left: 15px;
    }
    .homepage-banner .right-content .white {
        padding: 0 25px!important;
    }
    .homepage-banner .banner-content h1 {
        font-size: 40px;
        line-height:50px;
    }
    .inner-banner-content .inner-page-title {
        font-size: 50px;
        line-height: 60px;
        margin: 0;
    }
    .service-inner-arrow .arrow-img{
        display: none;
    }
    .service-banner-section {
        padding-bottom: 50px;
    }

    .service-inner-section-1 {
        min-height: 500px;
        height: 500px;
    }

    .service-inner-section-1 .tax-content{
        flex-basis: 60%!important;
    }

    .service-banner-section .service-banner-content .theme-white-btn {
        padding: 15px 14px;
        font-size: 18px;
    }
     .services-side-arrow .left-arrow-img{
        display: none;
    }
    .services-side-arrow .right-arrow-img{
        display: none;
    }
}

/*i-pad-responsive*/
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/*i-pad-responsive*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/*i-pad pro*/
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
}