/*
Theme Name: Taxmann
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

 @font-face {
  font-family: FuturaPTLight;
  src: url(assets/fonts/FuturaPTLight.otf);
}
@font-face {
  font-family: FuturaPTBold;
  src: url(assets/fonts/FuturaPTBold.otf);
}
@font-face {
  font-family: FuturaPTMedium;
  src: url(assets/fonts/FuturaPTMedium.otf);
}
@font-face {
  font-family: FuturaPTBook;
  src: url(assets/fonts/FuturaPTBook.otf);
}
body {
  font-family: FuturaPTLight;
}
a, a:hover{
	text-decoration: none;
}
button{
    outline: none;
}

ul{
    list-style: none;
    padding: 0;
    margin:0;
}

#content.clearfix{
	padding: 35px 0 50px;
}

/*========== HEADER =========*/
a.navbar-brand {
    padding: 0;
}
a.navbar-brand img {
    width: 100%;
    max-width: 160px;
}
.product-items img {
    max-width: 26px;
    max-height: 20px;
}
.navbar-nav>li>a {
    padding: 0;
}
.product-menu-bookstore a {
    background: #f88822;
    border-radius: 20px;
    color: #fff;
    padding: 0 10px !important;
    font-size: 15px;
}
.menu-our input {
    width: 96%;
    border-radius: 30px;
    height: 50px;
    padding: 0 20px 0 48px;
    z-index: 1;
    margin: 0 2%;
    border: 1px solid #eee;
    letter-spacing: 1px;
    box-shadow: inset 0 1px 5px 0 rgba(209,209,209,.5);
    background: #fafafa;
    font-size: 16px;
    font-family: FuturaPTMedium !important;
}
.menu-our i {
    position: absolute;
    z-index: 1;
    color: #f88822;
    top: 15px;
    left: 29px;
    font-size: 18px;
}
.menu-our form {
    position: relative;
}
.menu-our input:focus {
    outline: 0;
    border: 1px solid #f88822;
}
::-webkit-input-placeholder { /* Edge */
  color: #9d9d9d !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9d9d9d !important;
}

::placeholder {
  color: #9d9d9d !important;
}
.sign-our {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-top: 16px;
}
ul.nav.navbar-nav.navbar-right li {
    margin: 0 10px;
}
.container-custom {
    width: 100%;
    max-width: 88%;
    margin: 0 auto;
}
header {
    padding: 24px 0;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.1);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99992;
}
nav#nav-header {
    margin: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.product-menu-bookstore a:hover{
    background: #f88822 !important;
}
li.product-menu-bookstore::after {
    border-right: 1px solid #e4eaf6;
    content: '';
    height: 22px;
    width: 0;
    top: -1px;
    margin-left: 20px;
    margin-right: 0;
    position: absolute;
    right: -30px;
}
ul.nav.navbar-nav.navbar-right li{
    position: relative;
}
li.product-menu-bookstore {
    margin-right: 30px !important;
}
body {
    margin-top: 100px;
}
.dropdown-menu-custom a {
    padding: 1rem 1.5rem;
    border-left: 4px solid transparent;
    display: inline-block;
}
.top-bar-s {
    padding: 5px 25px 12px 25px;
    border-left: 4px solid transparent;
}
.dropdown-menu-custom {
    width: 308px;
    border: none;
    color: #212529;
    text-align: left;
    position: absolute;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 8px 2px rgba(0,0,0,.06);
    margin-top: -1px;
    opacity: 0;
    visibility: hidden;
}
.sign-our ul li:hover .dropdown-menu-custom{
    opacity: 1;
    visibility: visible;
}
.dropdown-menu-custom h4 {
    color:#222222;
    font-family: FuturaPTMedium;
    letter-spacing: 0.7px;
}
.dropdown-menu-custom h5 {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
    white-space: normal;
    color: #212529;
}
.dropdown-menu-custom a:hover {
    background: #fffaf6;
    border-left: 4px solid #f88822;
    color: #16181b!important;
}
.top-bar-s:hover {
    background: #fffaf6;
    border-left: 4px solid #f88822;
}
.top-bar-s a {
    background: #fff;
    color: #212529;
    padding: 7px 12px;
    margin-right: 7px;
    border-radius: 5px;
    border: 1px solid #f8f9fa;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.top-bar-s a:hover{
    border: 1px solid #dae0e5;
    background: #fff;
}
.dropdown-menu-custom hr {
    margin-top: 4px;
    margin-bottom: 7px;
}
.sign-menu a {
    color: #212529;
    display: block;
    width: 100%;
    padding: 4px 25px;
    font-size: 17px;
    letter-spacing: 0.3px;
}
.sign-menu {
    padding-bottom: 12px;
}
.navbar-toggler-2{
    display: none;
}
.mobile-menus-profile {
    display: none;
}
.movile-s, .mobile-section-w{
    display: none;
}
/*========== HEADER =========*/



/*========== FOOTER =========*/
section.footers {
    background: #eaecf0;
}
.main-logo img {
    width: 100%;
    max-width: 160px;
}
.main-logo p {
    margin-top: 1.5rem!important;
    font-size: .875rem;
    letter-spacing: .02rem;
    max-width: 65%;
    line-height: 1.56rem;
    margin-bottom: 0;
    font-weight: 400;
    color: var(--grey);
    font-family: FuturaPTBook !important;
}
.textwidget p {
    font-family: FuturaPTBook !important;
}
.play-d img {
    width: 100%;
    max-width: 112px;
}
.play-d a {
    display: inline-block;
}
.clients img {
    width: 62px;
    margin-right: 3px;
    margin-bottom: 10px;
}
.clients {
    width: 100%;
    max-width: 80%;
}
.play-d {
    margin: 17px 0 22px 0;
}
.social-part a {
    display: inline-block;
    margin-right: 8px;
}
.social-part {
    padding: 22px 0 24px 0;
}
.pt-4.copyright {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #222;
    font-weight: 600;
}
ul.footer-heading li {
    letter-spacing: .02rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: grey;
}
ul.footer-heading li:first-child {
    font-family: FuturaPTMedium;
    color: #2d2d2d;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
ul.footer-heading li a {
    letter-spacing: 0.5px;
    color: #4b4b4b;
    display: inline-block;
    padding-bottom: 2px;
    font-family: FuturaPTBook !important;
}
ul.footer-heading li a:hover {
    color: #e47816;
}
ul.footer-heading {
    margin-bottom: 25px;
}
section.footers {
    background: #eaecf0;
    padding: 80px 0;
}
.bottom-bar {
    margin-top: -120px;
}
/*========== FOOTER =========*/








@media only screen and (max-width:1199px){
    .container-custom {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 22px;
    }
}

@media only screen and (max-width:991px){
    .single-post .content-area {
        border-left: 0;
        padding: 0;
        margin-top: 20px;
    }
    .single-post .site-main {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .single-post .sidebar {
        margin-bottom: 30px;
    }
    .single-post #content.clearfix {
        padding: 0 15px;
    }
    a.navbar-brand img {
        width: 100%;
        max-width: 130px;
    }
    .container-custom {
        padding: 0;
    }
    .bottom-bar {
    margin-top: 0;
}
.clients {
    max-width: 100%;
}
.clients img {
    width: 64px;
}
section.footers {
    background: #eaecf0;
    padding: 60px 0;
}
.menu-our form {
    position: relative;
    left: 16px;
    top: 2px;
}
    .navbar-toggler-2{
    display: block;
    position: relative;
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    width: 40px;
    border-radius: 2em;
    background: #f88822;
    cursor: pointer;
    border: none;
    z-index: 9999;
    margin-top: 5px;
}
.navbar-toggler-2 span {
    position: absolute;
    top: 50%!important;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 18px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    transform-origin: 0 0;
    margin-top: -6px;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
}
.navbar-toggler-2 span:nth-child(2) {
    margin-top: 0;
}
.navbar-toggler-2 span:nth-child(3) {
    margin-top: 6px;
}
    .movile-s {
        display: inline-block;
        color: #4b4b4b;
        font-weight: 400;
        font-size: 18px;
        position: relative;
        letter-spacing: 0.3px;
        top: -3px;
        margin-left: 9px;
    }
    .navbar-nav>li>a {
        display: inline-block;
    }
ul.nav.navbar-nav.navbar-right li {
    margin: 0 10px;
    margin-bottom: 25px;
    padding: 0 33px;
}
.menu-our i {
    left: 34px;
}
    .navbar-toggler-2{
        display: block;
    }
    .mob-logo{
        position: absolute;
        left: 50%;
        width: 130px;
        z-index: 2;
        padding: 0;
        margin-left: -60px;
        top: 7px;
    }
    .product-mob-menu{
        position: absolute;
        right: 25px;
        width: 40px;
        padding: 0;
        top: 0;
        z-index: 999;
    }
    .menu-our input{
        width: 45px;
        padding-left: 10px;
        color: transparent;
        cursor: pointer;
        height: 45px;
        box-sizing: border-box;
        transition: all .5s;
        background: 0 0;
        position: relative;
    }
    header {
        padding: 21px 0;
    }
.sign-our {
    position: fixed;
    width: 100%;
    text-align: left;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    list-style-type: none;
    transition: all 1s linear;
    display: none;
    overflow: auto;
    z-index: 99;
    padding: 0;
    background: #fff;
}
    .navbar-toggler-2.active-bar span:first-child {
        opacity: 1;
        transform: rotate(45deg) translate(-4px,2px);
        background: #fff;
    }
    .navbar-toggler-2.active-bar span:nth-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(-9px,-1px);
    }
    .navbar-toggler-2.active-bar span:nth-child(3) {
        opacity: 0;
        transform: rotate(0) scale(.2,.2);
    }
    .active-sign{
        display: block;
    }
ul.nav.navbar-nav.navbar-right {
    float: none !important;
    width: 100%;
    margin: 0 !important;
    padding-top:0px;
    position: relative;
}
.navbar-nav>li {
    float: none;
    width: 100%;
}
.product-items img {
    width: 2rem;
}
ul.nav.navbar-nav.navbar-right li:first-child .movile-s {
    top: 3px;
}
ul.nav.navbar-nav.navbar-right > li:nth-child(4) .dropdown-menu-custom {
    opacity: 1;
    display: none;
    visibility: visible;
    width: 100%;
    padding: 15px 18px 20px 18px;
    top: -375px;
    left: 0px;
    right: 0px;
    background: #fffaf6;
    border-left: 4px solid transparent;
}
.top-bar-s {
    padding: 5px 25px 12px 10px;
}
ul.nav.navbar-nav.navbar-right > li:nth-child(4) .dropdown-menu-custom:hover {
    border-left: 4px solid #f88822;
}
.top-bar-s:hover {
    border-left: none;
}
.sign-menu, .dropdown-menu-custom hr {
    display: none;
}
.top-bar-s a {
    background: #fff;
    color: #212529;
    padding: 7px 12px;
    margin-right: 0;
    border-radius: 5px;
    border: 1px solid #82949d;
    letter-spacing: 0.3px;
    width: 100%;
    border-radius: 30px;
    background: #ffffff;
    font-size: 18px;
    text-align: center;
}
.top-bar-s h5 + a + a {
    background: #f88822;
    color: #fff;
    border-color: #f88822;
}
.top-bar-s {
    border: none;
}
li.product-items.dropdown .dropdown-menu-custom {
    position: inherit;
    display: none;
    width: 100%;
}
.dropdown-menu-custom a {
    width: 100%;
}
li.product-items.dropdown:hover .dropdown-menu-custom {
    display: block;
}
ul.nav.navbar-nav.navbar-right li {
    position: inherit;
}
.mobile-section-w{
    display: block;
}
.mobile-section-w .dropdown-menu-custom {
    position: inherit;
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 20px 25px;
    background: #fffbf5;
    box-shadow: none;
    margin-bottom: 22px;
}
span.movile-s i.fa.fa-chevron-down {
    color: #707070;
    font-size: 13px;
    position: relative;
    top: 0px;
}
.mobile-menus-profile a {
    display: inline-block;
    color: #4b4b4b;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.3px;
    display: inline-block;
    width: 100%;
    padding: 3px;
    border-left: 4px solid transparent;
}
.mobile-menus-profile a:hover {
    background: #fffaf6;
    border-left: 4px solid #f88822;
    color: #16181b!important;
}
.mobile-menus-profile li {
    margin: 0 !important;
}
.mobile-menus-profile ul li ul li {
    padding: 0 12px !important;
}
.mobile-menus-profile {
    display: none;
}
li.nav-profiles:hover .mobile-menus-profile{
    display: block;
}
::placeholder {
    color: #ffffff !important;
}
::-webkit-input-placeholder {
    color: #ffffff !important;
}
.menu-our i {
    left: 24px;
}
input.input-fulll {
    width: 75%;
    position: relative;
    z-index: 999;
    background: #fff;
}
.menu-our form i{
    z-index: 999;
}

}
.blog-item-img {
    height: 180px;
    width: 150px;
    float: left;
    margin-right: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.blog-section{
    padding: 60px 0;
}
.page-id-1072 .blog-section{
    padding: 20px 0 60px;
}
.new-title {
    padding-top: 30px;
}
.new-title .title {
    font-size: 18px;
    color: #4b4b4b;
}
.blog-section .row.clearfix {
    margin-bottom: 30px;
}
.blog-meta {
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #b0ea5d;
    padding-left: 10px;
}
.blog-meta span,
.cat-single{
    font-family: FuturaPTBold !important;
}
.blog-meta h6 {
    font-family: FuturaPTMedium !important;
}
.blog-meta span ul li a{
	color: #4b4b4b !important;
}
.blog-meta h6 {
    margin: 0;
}
.post-content h3 {
    font-size: 20px !important;
}
.post-content h3 a {
    color: #4b4b4b !important;
    font-family: FuturaPTMedium;
}
.post-content h3 a:hover,
.blog-meta span ul li a:hover,
.blog-sidebar h2.wp-show-posts-entry-title a:hover {
    color: #f88822 !important;
}
.post-content {
    display: table;
}
.post-content p {
    font-size: 16px !important;
    letter-spacing: 0.53px !important;
    line-height: 24px !important;
    font-family: FuturaPTMedium !important;
}
.blog-sidebar h3,
.sidebar h3 {
    color: #000 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    letter-spacing: 0.3px !important;
    font-family: FuturaPTMedium !important;
}
.blog-sidebar .wp-show-posts-entry-header,
.sidebar .wp-show-posts-entry-header {
    width: 100%;
}
.blog-sidebar .wp-show-posts-posted-on time,
.sidebar .wp-show-posts-posted-on time {
    font-family: FuturaPTMedium !important;
    font-size: 14px;
}
.blog-sidebar .wp-show-posts-terms a,
.sidebar .wp-show-posts-terms a {
    font-family: FuturaPTBold !important;
    color: #4b4b4b !important;
    font-size: 14px !important;
}
.blog-sidebar h2.wp-show-posts-entry-title a,
.sidebar h2.wp-show-posts-entry-title a {
    color: #4b4b4b !important;
    font-size: 16px !important;
    font-family: FuturaPTMedium !important;
}
.cat-single {
    font-size: 14px !important;
    font-family: FuturaPTBold !important;
}
.fullpart ul li {
    font-family: FuturaPTMedium !important;
}
.post-title {
    font-family: FuturaPTMedium !important;
}
.entry-content p {
    font-family: FuturaPTLight !important;
    font-size: 16px !important;
}
.entry-summary p {
    font-family: FuturaPTMedium !important;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi span.pages {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 5px 5px;
    margin: 2px;
    width: 25px;
    height: 25px;
    font-size: 18px !important;
    color: #000 !important;
        font-family: FuturaPTMedium !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: transparent;
    background: #f88822;
    color: #fff !important;
}
.single-header.post-signle-header {
    border-left: 0;
    border-bottom: 1px solid #bdbdbd;
    padding: 0 20px 10px;
    margin: 20px 40px 20px 0;
}
.post-signle-header ul li i {
    color: #b0ea5d;
    margin-right: 5px;
}
.internal-banner {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.internal-banner-title {
    padding: 16% 0;
}
.internal-banner-title h1 {
    color: #fff !important;
    font-family: FuturaPTMedium !important;
    font-size: 3em !important;
}
.pr-sec .blog-item-img {
    width: 300px;
    height: 170px;
}
h6.date {
    font-family: FuturaPTMedium !important;
}
.container{
    max-width: 100%;
}
.single-post article {
    padding-right: 30px;
}
.single-post article.wp-show-posts-single {
    padding-right: 0;
}
.wp-show-posts-entry-header{
    z-index: 0;
}
.single-post article p {
    text-indent: 0 !important;
}
.share .dropdown-toggle {
    border: 1px solid transparent;
    background: #fff;
    cursor: pointer;
}
.theme-color {
    color: #25c16f;
}
.share .dropdown-menu {
    margin-left: -14rem;
    border: 1px solid #e3eaf2;
    box-shadow: 0 5px 8px 2px rgba(0,0,0,.08);
    left: auto;
    right: -80px;
    top: 20px;
    padding: 15px 30px;
}
.share figure .circle {
    border-radius: 2rem;
    border: 1px solid #eaeaea;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    justify-content: center!important;
    align-items: center!important;
}
.share .dropdown-menu .dropdown-item {
    padding: .25rem .5rem;
}
.share figure .fa-facebook {
    color: #3b5998;
}
.share figure figcaption {
    margin-top: .5rem;
    color: #000;
    font-weight: 500;
    letter-spacing: .29px;
    line-height: 18px;
    font-family: FuturaPTMedium !important;
}
.share figure .fa-twitter {
    color: #55acee;
}
.share figure .fa-linkedin-square {
    color: #0073b0;
}
.d-flex {
    display: flex!important;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.post-title {
    position: relative;
}
.dropdown.share {
    position: absolute;
    left: auto;
    right: 0;
    top: 10px;
}
.dropdown.share:hover .dropdown-menu {
    display: block;
}
.full-area {
    position: relative;
}
/*.full-area .post-title {
    width: 90%;
}*/
.share figure .fa-whatsapp {
    color: #00e676;
}
.share .dropdown-menu .dropdown-item {
    padding: .25rem .5rem;
}
.fullpart{
    position: relative;
}
@media only screen and (max-width:991px){
    .internal-banner {
        display: table;
        width: 100%;
        height: 350px;
    }
    .internal-banner .container {
        display: table-cell;
        align-items: center;
        vertical-align: middle;
    }
    .internal-banner-title {
        padding: 0;
    }
    .single-post article {
        padding-right: 0;
    }
    .share .dropdown-menu{
        right: 0;
    }
    .dropdown.share {
        right: 0;
        top: 10px;
    }
}
@media only screen and (max-width:595px){
    .blog-item-img,
    .pr-sec .blog-item-img {
        height: 250px;
        width: 100%;
        float: none;
    }
    .fullpart ul{
        display: block !important;
    }
    .fullpart ul li{
        display: inline-block;
    }
    .dropdown.share {
        right: -30px;
        top: 0;
    }
}
.postContent {
    margin-top: 50px;
}


.internal-banner.press-release
{
    background-image: url('https://www.taxmann.com/post/wp-content/uploads/2020/11/PressRelease.png')
}


@media only screen and (max-width:767px){
    .internal-banner.press-release
    {
        background-image: url('https://www.taxmann.com/post/wp-content/uploads/2020/11/PressRelease_Mobile.png') !important;
    }
}

.single-post h1 {
    font-size: 3rem !important;
    color: #212529 !important;
    font-family: FuturaPTMedium !important;
}

section.footers {
    background: #f7f9fa !important;
}