@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight: normal;font-style: normal;}

.fa, .far, .fas {font-family: 'FontAwesome';}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'),
        url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
        url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Euclid-Circular-Regular';
    src: url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid-Circular-Bold';
    src: url('../fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display SemiBold'), local('Playfair Display-SemiBold'),
        url('../fonts/Playfair%20Display-SemiBold.html') format('woff2'),
        url('../fonts/Playfair%20Display-SemiBold-2.html') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Bold'), local('Playfair Display-Bold'),
        url('../fonts/Playfair%20Display-Bold.html') format('woff2'),
        url('../fonts/Playfair%20Display-Bold-2.html') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {padding: 0;margin: 0;font-family: 'Euclid-Circular-Regular';font-weight: normal;}
html, body {width: 100%;height: 100%}
a {text-decoration: none;color: #024d78;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: pointer}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#000;color:#fff}
::selection {background-color: #000;color: #fff}

.count::-moz-selection {background-color:#fff;color:#024d78}
.count::selection {background-color: #fff;color: #024d78}

img {max-width: 100%;height: auto}

/* .about-img {
    max-width: 100%;
    max-height: 350;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
} */

p {font-family: 'Playfair Display'; font-style: normal;font-weight: 400;font-size: 18px;line-height: 28px;color: #585858;margin-bottom: 10px;}
p a {color: #2abff7;}
p strong {color: #585858;font-weight: normal;}
li strong {color: #585858;
    font-weight: normal;}
p a:hover {color: #0070b1;}
ul, ol, ul li, ol li {
    font-family: 'Playfair Display';
    font-style: normal;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #585858;
}
ul li, ol li {
    margin:5px 0px;
}
ul, ol {
    margin-bottom: 8px;
    margin-left: 18px;
}
ul li a, ol li a {color: #2abff7;}
ul li a:hover, ol li a:hover {color: #0070b1;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus {outline: 0;-webkit-box-shadow: none;box-shadow: none;}
h1, h2, h3, h4, h5, h6 {font-family: 'Playfair Display';font-style: normal;font-weight: bold;color: #0070b1;margin-bottom: 8px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #2abff7;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #0070b1;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #024d78;}
h1 {font-size: 40px;line-height: 46px;}
h2 {font-size: 36px;line-height: 42px;}
h3 {font-size: 32px;line-height: 38px;}
h4 {font-size: 28px;line-height: 34px;}
h5 {font-size: 26px;line-height: 32px;}
h6 {font-size: 24px;line-height: 30px;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
#back-top-wrapper {position: fixed;right: 57px;bottom: 26px;overflow: hidden;z-index: 2;}
p#back-top {margin: 0;line-height: normal;font-size: 0;}
#back-top-wrapper #back-top a {opacity: 1;transition: 200ms all;border-radius: 50%;display: inline-block;background: #0070b1 url(../images/top-arrow.png) no-repeat;height: 50px;width: 50px;background-position: center center;}
#back-top-wrapper #back-top a:hover {background-color: #024d78;background-position: center center;transform: 0.6s;}
.modal-backdrop.show {opacity: 0.93;}
.modal.popup-form button.close {
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    text-shadow: none;
    background: transparent;
    border: none;
}
.modal.popup-form .modal-dialog {
    max-width: 921px !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 95%;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}
.modal.popup-form .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    background-color: #eef3fa;
    padding: 20px 0;
}
.modal.popup-form .gform_wrapper textarea.medium {height: 80px!important;}
.modal-body .gform_wrapper form {
    padding-top: 0;
}
/* .popup-form .form-hero {width: 100%;background: #f2f7fb;box-shadow: 0px 0px 60px rgba(26, 36, 107, 0.1);border-radius: 4px;}
 */
 .modal.popup-form .form-hero .b-form-title {
    margin-top: -1px;
    text-align: center;
}
.modal.popup-form .modal-body .col-sm-5 {
    padding: 0;
}
.modal.popup-form .modal-body .col-sm-7 {
    padding: 0;
}
.popup-logo {
    padding: 45px;
    text-align: center;
}
.popup-dtl {
    padding: 0px 30px 0;
}

.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ul {margin-bottom: 20px;}
.default-css ol {padding-left: 20px;margin-bottom: 15px;}
.default-css ul li, .default-css ol li {font-family: 'Playfair Display';font-style: normal;font-weight: normal;font-size: 18px;line-height: 28px;color: #585858;margin: 0 0 6px;}
.default-css ul li a, .default-css ol li a {color: #0070b1}
.default-css ul li strong, .default-css ol li strong {color: #0070b1;}
.default-css ul li a:hover, .default-css ol li a:hover {color: #024d78}
.default-css ul li {list-style: none !important;background: url(../images/list-arrow.png) no-repeat;background-position: 0 5px;padding-left: 23px;background-size: 17px;}
.default-css ol li::marker {color: #024d78;}
section.default-section {padding: 70px 0;}
ul.two-col {display: flex;flex-wrap: wrap;}
ul.three-col {display: flex;flex-wrap: wrap;}
ul.three-col li {width: 33.33%;}
ul.two-col li {width: 50%;}
@media (max-width: 900px) {
ul.three-col li {width: 50%;}
}
@media (max-width: 575px) {
ul.two-col {display: block;}
ul.three-col {display: block;}
ul.three-col li {width: 100%;}
ul.two-col li {width: 100%;}
}

.footer.footer ul, footer.footer ol{
	margin:0px
} 
/*--------- header-section ---*/
.header-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 0px;
}
.header-section.sticky {position: fixed;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 14%);
    background-color: #585858;
}
.header-bottom {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: right;
    position: relative;
}
.heaer-top .row {
    align-items: center;
}
.top-btns {
    padding-left: 20px;
}

.responsive-logo {
    max-height: 150px; /* Maximum height constraint */
    max-width: 100%;  /* Scale width dynamically */
    height: auto;     /* Maintain aspect ratio */
    display: block;   /* Center the image inside flex containers */
}



/*--banner--*/
.home-banner {
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 1;
    padding: 350px 0 250px;
}
.home-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: url(../images/hero-bg.png) no-repeat; */
    background-size: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.5;
}
.home-banner::after {
    content: '';
    height: 100%;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: -2;
    background: #000;
    opacity: 0.5;
}
.home-banner>img {width: 100%;}
.banner-title {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 50px; 
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Playfair Display';
}
.banner-count p {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    /* font-family: 'Playfair Display'; */
    line-height: normal;
}

.banner-btns {
    padding-top: 20px;
}
a.theme-btn {
    display: inline-block;
    position: relative;
    padding: 15px 36px;
    text-align: center;
    font-family: 'Euclid-Circular-Regular';
    font-style: normal;
    line-height: 28px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 8px;
    border: 2px solid #6fd2f7;
}
a.theme-btn.btn-white {
    background-color: rgba(224,178,70,0);
    color: #fff;
    border-color: #6fd2f7;
}
a.theme-btn.btn-white:hover {
    background: #0070b1;
    transition: 0.6s;
    color: #fff;
    border-color: #0070b1;
}


a.theme-btn.btn-white2 {
    background-color: rgba(224,178,70,0);
    color: #585858;
    border-color: #6fd2f7;
}
a.theme-btn.btn-white2:hover {
    background: #0070b1;
    transition: 0.6s;
    color: #fff;
    border-color: #0070b1;
}


/*--floating-icon--*/
.floating-icon {position: fixed;right: -83px;top: 50%;transform: translateY(-50%);z-index: 11;transform: rotate(-90deg);}
.floating-icon a {
    padding: 16px 33px;
    display: inline-block;
    text-align: center;
    font-family: 'Euclid-Circular-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #0070b1;
    border-radius: 4px 4px 0 0;
}
.floating-icon a:hover {color: #fff;background: #024d78;transition: 0.6s;}
.floating-icon-mobi a{
    padding: 10px 25px;
    display: block;
    text-align: center;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #0B132B;
    background: #0070b1;
}
.floating-icon-mobi a:hover {color: #fff;background: #024d78;transition: 0.6s;}

.heading-sub-title {
    font-size: 30px;
    color: #585858;
    font-weight: 400;
    font-family: 'Playfair Display';
    margin-bottom: 10px;
}
.heading-title {
    margin-bottom: 30px;
    font-size: 76px;
    line-height: 82px;
    color: #0070b1;
    font-weight: 700;
    font-family: 'Playfair Display';
}


/*--logo-section--*/
.logo-list {
    position: relative;
    padding: 40px 0 20px;
}
.logo-list::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: url(../images/logo-border.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
}
.logo-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.logo-list ul li {
    list-style: none;
    padding: 22px 25px;
    width: 16.66%;
    text-align: center;
    height: 100%;
}
.logo-list ul li figure img:hover {
    transform: scale(0.95);
    transition: 0.6s;
}



/* section.accounting-services-section */
section.accounting-services-section {
    padding: 80px 0 80px;
}
.accounting-services-top-row .row {
    align-items: end;
}
.accounting-services-top-row .heading-title {
    margin: 0;
}
.accounting-services-row {
    padding-top: 100px;
    overflow: hidden;
}
.accounting-services-row .row {
    justify-content: center;
    margin: -2px;
}
.accounting-services-row .col-sm-4 {
    padding: 0;
}
.accounting-services-box {
    border-right: 1px solid #2abff7;
    border-bottom: 1px solid #2abff7;
    padding: 20px 80px;
    height: 100%;
}
.accounting-services-box:hover {
    background: #024d78;
    transition: all 0.6s;
}
.accounting-services-box figure {
    margin-bottom: 15px;
}
.accounting-services-box:hover figure img{filter: brightness(0) invert(1);
    transition: all 0.6s;}
.accounting-services-box h3 {
    font-size: 24px;
    line-height: 32px;
    color: #585858;
    font-weight: 400;
    font-family: 'Playfair Display';
}
.accounting-services-box:hover h3 {
    color: #fff;
    transition: all 0.6s;
}
.accounting-services-box:hover p {
    color: #fff;
    transition: all 0.6s;
}
.accounting-services-box a.read-more {
    font-size: 16px;
    line-height: normal;
    color: #2abff7;
    font-weight: 400;
    font-family: 'Playfair Display';
    margin-top: 10px;
    display: inline-block;
}
.accounting-services-box:hover a.read-more {
    color: #fff;
    transition: all 0.6s;
}
.accounting-services-box a.read-more img{padding-left: 10px;}
.accounting-services-box:hover a.read-more img{filter: brightness(0) invert(1);
    transition: all 0.6s;
}
.accounting-services-btns.text-center {
    padding-top: 50px;
}
.accounting-services-btns .theme-btn.btn-white2 {
    min-width: 350px;
}






/*--our-process-section--*/
section.our-process-section {
    padding: 80px 0;
    background: #eef3fa;
}
.our-process-row {
    max-width: 1400px;
    margin: 0 auto;
}
.our-process-row .row {
    justify-content: center;
}
.our-process-row .col-sm-4 {
    padding: 15px;
}
.our-process-box {
    padding: 20px;
}
.our-process-box h3 {
    font-size: 30px;
    line-height: 38px;
    color: #585858;
    font-weight: 400;
    font-family: 'Playfair Display';
    margin-bottom: 25px;
}
.counter {
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #2abff7;
    font-weight: 400;
    font-family: 'Playfair Display';	
    margin-bottom: 10px;
}
.our-process-box:hover h3 {
    color: #2abff7;
    transition: 0.6s;
}
.our-process-box:hover .counter {
    color: #2abff7;
    transition: 0.6s;
}
.our-process-box a.read-more {
    font-size: 16px;
    line-height: 0px;
    color: #2abff7;
    font-weight: 400;
    font-family: 'Playfair Display';
}
.our-process-box:hover a.read-more {
    color: #585858;
}
.our-process-box a.read-more img {
    display: block;
    padding-top: 15px;
}
.our-process-box:hover a.read-more img{filter: brightness(0);}



/* section.financial-advisors-section */
section.financial-advisors-section {
    padding: 100px 0 90px;
}
section.financial-advisors-section .heading-title {
    color: #2abff7;
}
.financial-advisors-box {
    padding: 20px 20px 40px 20px;
    border-radius: 8px;
    background-color: #0070b1;
}
.financial-advisors-box figure {
    text-align: right;
    margin-bottom: 20px;
}
.financial-advisors-box h3 {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
}
.financial-advisors-box p {
    color: #ffffff;
}
.financial-advisors-box a.read-more {
    font-size: 16px;
    line-height: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Playfair Display';
}
.gform_confirmation_message{
	font-family: 'Playfair Display';
}
.financial-advisors-box a.read-more:hover {
    color: #000;
}
.financial-advisors-box a.read-more img{
    padding-left: 5px;
    filter: brightness(0) invert(1);
}
.financial-advisors-box a.read-more:hover img{
    filter: brightness(0);
}
section.financial-advisors-section .row {
    align-items: center;
}
.financial-advisors-contant {
    column-count: 2;
}
.financial-advisors-contant-box {
    width: 105%;
    padding: 13px;
}
.financial-advisors-contant-box:nth-child(2) .financial-advisors-box {
    background-color: #024d78;
}
.financial-advisors-contant-box:nth-child(3) .financial-advisors-box {
    background-color: #024d78;
    margin-top: 80px;
}
.financial-advisors-btns {
    padding-top: 20px;
}



/* section.accounting-solutions-tailored-section */
section.accounting-solutions-tailored-section {
    position: relative;
    padding: 330px 0;
    background:  url(../images/accounting-solutions-tailored-bg.jpg);
    background-size: cover !important;
	background-repeat: no-repeat !important;
    z-index: 1;
}
section.accounting-solutions-tailored-section::before {
    content: '';
    height: 100%;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    background: #000;
    opacity: 0.629;
    z-index: -1;
}
section.accounting-solutions-tailored-section .heading-title {
    margin-bottom: 10px;
    font-size: 90px;
    line-height: 92px;
    color: #fff;
}
section.accounting-solutions-tailored-section .heading-sub-title {
    color: #fff;
}

/* section.about-section */
section.about-section {
    position: relative;
    padding: 270px 0 290px;
    background: url(/images/OurVision.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    color: #ffffff; /* Default text color for the section */
}

section.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1;
}

section.about-section .section-heading {
    max-width: 737px;
    position: relative;
    z-index: 2; /* Ensure the content is above the overlay */
    color: inherit; /* Inherits the section's text color */
}

section.about-section .heading-sub-title,
section.about-section .heading-title,
section.about-section p {
    color: #ffffff; /* Explicitly set text color to white for readability */
}

section.about-section .heading-title {
    color: #2abff7; /* Optional: Maintain a distinct color for titles */
}

section.about-section .financial-advisors-btns a.theme-btn.btn-white2 {
    min-width: 259px;
}


/* section.testimonials-section */
section.testimonials-section {
    padding: 130px 0;
}
section.testimonials-section .heading-title {
    color: #585858;
}
.client-say-box {
    padding: 30px 30px 120px;
    border-radius: 8px;
    background-color: #eef3fa;
    position: relative;
}
.client-nm-text h6 {
    font-size: 20px;
    line-height: 24px;
    color: #585858;
    font-weight: bold;
    font-family: 'Euclid-Circular-Bold';
    margin-bottom: 5px;
}
.client-nm-text p {
    font-size: 18px;
    line-height: 24px;
    color: #585858;
    font-family: 'Euclid-Circular-Regular';
    margin: 0;
}
.client-logo figure {
    line-height: 67px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #ffffff;
    border: 1px solid #dee5ee;
    text-align: center;
}
.testimonial-slider {
    position: relative;
    max-width: 1480px;
    margin: 0 auto;
}
.client-nm-text {
    padding-left: 20px;
}
.client-dtl {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 30px;
}
.quote {
    position: absolute;
    bottom: 25px;
    right: 30px;
}
.start-icon {
    padding-bottom: 40px;
}
.testimonial-slider {
    margin-top: 80px;
}
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev {height: 30px;width: 20px;background: transparent;z-index: 1;transform: translateY(-50%);position: absolute;top: 50%;border: none !important;}
.testimonial-slider.owl-carousel .owl-nav .owl-next span, .testimonial-slider.owl-carousel .owl-nav .owl-prev span {display: none;}
.testimonial-slider.owl-carousel .owl-nav .owl-prev {background: url(../images/prev-arrow.png) no-repeat;left: -40px;background-position: center !important;border: none !important;}
.testimonial-slider.owl-carousel .owl-nav .owl-next {background: url(../images/next-arrow.png) no-repeat;background-position: center !important;right: -40px;border: none !important;}
/* button.owl-prev span:after {
    position: absolute;
    content: "gghggj";
    display: block;
    width: 50px;
    height: 50px;
    left: 0;
} */
/* button.owl-prev span{position: relative;} */
.owl-carousel .owl-item img {
display: inline-block !important;
    width: auto !important;
    height: auto !important;
}
.testimonial-slider.owl-carousel .owl-nav .owl-next:hover, .testimonial-slider.owl-carousel .owl-nav .owl-prev:hover {filter: brightness(0);}




/* section.ready-started-section */
.ready-started {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #0070b1;
    padding: 100px 85px;
    max-width: 1395px;
    margin: 0 auto;
    border-radius: 40px;
    flex-wrap: wrap;
    z-index: 1;
}
.ready-started::after {
    content: '';
    height: 100%;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    background: linear-gradient(270.09deg,#0070b1 -0.41%,  #005583 99.33%);
    border-radius: 40px;
}
.ready-started .heading-title {
    margin-bottom: 20px;
    color: #fff;
}
.ready-started p {
    color: #fff;
    font-size: 20px;
}
.ready-started .ready-started-btns a.theme-btn.btn-white2 {
    background-color: #ffffff;
}
.ready-started .ready-started-btns a.theme-btn.btn-white2:hover {
    background-color: #2abff7;
}
section.ready-started-section .section-heading {
    width: 63%;
    padding-right: 20px;
}
.ready-started-btns {
    width: 37%;
    text-align: right;
}



/* section.blog-section */
section.blog-section {
    padding: 120px 0 60px;
}
section.blog-section .heading-title {
    color: #2abff7;
}
.blog-row {
    margin: 0 -60px;
}
.blog-row .col-sm-6 {
    padding: 60px;
}
.blog-content {
    padding-top: 30px;
}
.blog-info a {
    position: relative;
    font-family: 'Euclid-Circular-Regular';
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #9da2b1;
}
.blog-info a:hover{
	color: #005583 ;
    transition: 0.6s;
}
.blog-info {
    margin-bottom: 30px;
}
.blog-info a img {
    margin: -4px 7px 0 10px;
}
.blog-content h3 {
    font-size: 30px;
    line-height: 36px;
    color: #2abff7;
    font-weight: 700;
    font-family: 'Playfair Display';
    margin-bottom: 20px;
}
.blog-content h3 a {
    color: #2abff7;
}
.blog-item:hover .blog-content h3 a{
    color: #005583;
}
.blog-row .col-sm-6 {
    padding: 40px;
}
.blog-row .row{justify-content: center;}
.blog-row .col-sm-6:nth-child(even) {
    padding-top: 130px;
}button:focus {
    outline: 0px;
    outline: none;
}
.blog-item figure {
    overflow: hidden;
    transition: all 0.6s;
    border-radius: 20px;
}
.blog-item figure img{width: 100%;}
.blog-item:hover figure img {
    transform: scale(1.1);
    transition: all 0.6s;
}
.single-post .blog-colum-one .blog-content-text {
    max-width: 100%;
}
.single-post .blog-colum-one {
    border-bottom: none;
    padding: 0px;
    width: 100%;
}

.addtoany_list.a2a_kit_size_32 a {
    color: #525353 !important; 
}

/* section.contact-section */
.contact-row {
    margin-top: 30px;
    border-radius: 10px;
    background-color: #eef3fa;
    padding: 80px 0 60px;
}
section.contact-section .default-css {
    max-width: 698px;
    margin: 0 auto;
}
.form-hero {
    max-width: 860px;
    margin: 0 auto;
    padding-top: 30px;
}
.form-hero .gform_wrapper {max-width: 100%!important;margin: 0 !important;padding: 0!important;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
 .gform_body {margin: 0 -14px;}
 .gform_wrapper .gfield {
    padding: 0 14px 25px;
    clear: both;
    text-align: left;
    width: 100%;
    margin: 0;
}
.gform_wrapper.gravity-theme .ginput_container_address {margin-left: 0 !important;margin-right: 0 !important;}
.gfield--type-address {margin-bottom: 0 !important;}
.gform_wrapper.gravity-theme .ginput_container_address span {padding: 0 7px 18px !important;margin: 0 !important;}
.gform_wrapper.gravity-theme fieldset {margin: 0 !important;}
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.form-hero .gform_wrapper label.gfield_label {font-family: ' Lato', sans-serif;font-style: normal;font-weight: 400 !important;font-size: 16px !important;line-height: 22px;color: #585858 !important;margin-bottom: 3px;}
.gform_wrapper .medium::-webkit-input-placeholder { /* Edge */
    color: #585858;opacity: 1;}
.gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #585858;opacity: 1;}
.gform_wrapper .medium::placeholder {color: #585858;opacity: 1;} 
.gform_wrapper input[type="text"]::-webkit-input-placeholder { /* Edge */
    color: #585858;opacity: 1;}
.gform_wrapper input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #585858;opacity: 1;}
.gform_wrapper input[type="text"]::placeholder {color: #585858;opacity: 1;}
.gform_footer.before {
    display: inline-block !important;
    width: 100% !important;
}
.form-hero input.button.gform_button {
    padding: 11px 30px !important;
    display: inline-block !important;
    position: relative !important;
    cursor: pointer !important;
    transition: all 1s !important;
    text-align: center !important; 
	margin-right: 10px !important;
	font-family: 'Euclid-Circular-Regular' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    background: #021F35 !important; 
    font-size: 20px !important;
    color: #585858 !important;
    border-radius: 8px !important;
    background-color: rgba(224,178,70,0) !important;
    border: 2px solid #6fd2f7 !important;
    float: right !important;
    margin-top: 10px !important;
}
.form-hero input.button.gform_button:hover {background: #4D98D2 !important;color: #fff !important;transition: 0.6s !important;}
.gform_wrapper textarea.medium {
    height: 144px !important;
    border-radius: 8px !important;
    display: block;
}
.gform_wrapper .gform_footer {padding: 0px 0 0 0 !important;margin: 0 0 0 0 !important;position: relative;z-index: 1;}
.form-hero .gform_wrapper .ginput_complex select {background: #fff url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important;}
.form-hero .gform_wrapper select {
    background: #fff url(../images/select-arrow.png) no-repeat right 13px center!important;
    background-size: 16px !important;
    line-height: 40px !important;
}.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium {
    width: 100%!important;
    font-size: 18px!important;
    padding: 7px 15px 7px 15px!important;
    -webkit-appearance: none;
    resize: none;
    position: relative;
    transition: all 1s;
    margin: 0!important;
    border: none;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    height: 61px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #585858 !important;
	font-family: 'Euclid-Circular-Regular';
	box-shadow: none !important;
}
.gform_validation_errors {
    display: none !important;
}
.form-hero .gform_wrapper label, .form-hero .gform_wrapper label, .form-hero .gform_wrapper label.gfield_label {
    font-size: 14px!important;
    margin: 0 !important;
    padding-left: 5px;
    color: #000;
	font-family: 'Euclid-Circular-Regular';
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.form-hero .ginput_container.ginput_container_fileUpload, .form-hero .gform_wrapper.gravity-theme .gform_drop_area {text-align: center;padding: 10px !important;
    border-radius: 4px !important;
    background: #FFF !important;
    border: none !important;
    box-shadow: 0px 0px 10px 0px rgba(77, 152, 210, 0.30) inset !important;
}
.form-hero input[type="file"] {display : none;}
.form-hero .button.gform_button_select_files {border: none;display: inline-block;padding: 8px 28px;margin-top: 5px;color: #FFF;font-family: Euclid-Circular-Bold;font-size: 16px;font-style: normal;font-weight: 500;line-height: 23px;border-radius: 4px;background: #021F35;}
.form-hero .button.gform_button_select_files:hover {background-color: #4D98D2;}
.form-hero .ginput_container.ginput_container_fileUpload label {color: #585858;font-size: 14px !important;}
 




/*----------- footer ---------*/
.footer {
    padding-top: 55px;
}

.footer .col-sm-4 {
    width: 26%;
}
.footer .col-sm-3 {
    width: 20%;
}
.footer .col-sm-2 {
    width: 16%;
}
footer .col-sm-5 {
    width: 22%;
}

.newsletter-title {
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    color: #585858;
    font-weight: 700;
    font-family: 'Playfair Display';
    margin: 0;
    width: 45%;
}
.newsletter-form form {
    position: relative;
    width: 100%;
}
.newsletter-form {
    max-width: 1080px;
    margin: 0 auto 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsletter-form .medium {
    padding: 13px 78px 16px 15px !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    background: #FFF !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    font-size: 14px !important;
    color: #585858 !important;
    font-style: italic !important;
    font-family: 'Euclid-Circular-Regular' !important;
    height: 61px !important;
    border-radius: 8px !important;
    background-color: rgba(224,178,70,0) !important;
    border: 2px solid #6fd2f7 !important;
	box-shadow: none !important;
}
.newsletter-form input.button.gform_button {
    display: inline-block !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.6s ease-out !important;
    -webkit-transition: all 0.6s ease-out !important;
    -moz-transition: all 0.6s ease-out !important;
    -ms-transition: all 0.6s ease-out !important;
    -o-transition: all 0.6s ease-out !important;
    position: absolute !important;
    right: 2px !important;
    background: #4D98D2 !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    padding: 15px 30px !important;
    font-size: 20px !important;
    color: #585858 !important;
    font-family: 'Euclid-Circular-Regular' !important;
    top: 1px !important;
    border-radius: 0 8px 8px 0 !important;
    background-color: #eef3fa !important;
	box-shadow: none !important;
}
.newsletter-form .gform_wrapper{
    width: 50%;
}
.newsletter-form .gform_wrapper .gfield {
    padding: 0px;
}
.newsletter-form input.button.gform_button:hover {background-color: #4D98D2 !important; color: #fff !important;}
.newsletter-form .gform_wrapper .gform_footer { position: absolute; top: 0px !important; } 
.newsletter-form .medium::-webkit-input-placeholder { /* Edge */
color: #585858;opacity: 1;}
.newsletter-form .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #585858;opacity: 1;}
.newsletter-form .medium::placeholder {color: #585858;opacity: 1;}
.newsletter-form .gform_body {
    margin: 0;
}
.social-title {
    font-size: 20px;
    color: #585858;
    font-weight: 400;
    font-family: 'Playfair Display';
    text-align: center;
    line-height: 28px;
}
.about-ftr {
    border-right: 1px solid #d7dce3;
    height: 100%;
    padding-right: 40px;
    margin-right: 10px;
}
.ftr-social a {
    text-align: center;
    display: inline-block;
    margin: 0 11px;
    line-height: 27px;
    width: 29px;
    height: 29px;
    border-radius: 6px;
    background-color: #0070b1;
}
.ftr-social {
    text-align: center;
    padding-top: 30px;
}
.ftr-social a:hover {background: #6fd2f7;transition: 0.6s;}
.ftr-social a img {
    transition: 0.6s; 
    max-height: 17px;
    filter: brightness(0) invert(1);width: auto !important;
}

.ftr-logo {margin-bottom: 30px;}
.ftr-title {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 28px;
    font-size: 22px;
    color: #585858;
    font-weight: 700;
    font-family: 'Playfair Display';
}
.ftr-item ul li {
    list-style: none;
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
    color: #585858;
    font-weight: 400;
    font-family: 'Playfair Display';
    margin-bottom: 10px;
}
.ftr-item ul li a {color: #585858;}
.ftr-item ul li a:hover {color: #4D98D2;}

.ftr-contact-col p {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers the element horizontally */
    text-align: left;    /* Ensures text stays left-aligned */
    margin: auto;
    
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: #585858;
    font-weight: 400;
    font-family: 'Playfair Display';
}
.ftr-contact-col p a{
    color: #585858;
}
.ftr-contact-col p a:hover{
    color: #4D98D2;
}
.ftr-contact-col figure {
    margin-right: 20px;
    width: 16px;
    margin-top: 4px;
}
.ftr-contact-col a:hover {color: #4D98D2;}
.ftr-contact-col div {display: block !important;}
.ftr-contact-col {display: flex;flex-wrap: wrap;align-items: flex-start;margin-bottom: 20px;}
.menu-copyright ul {padding: 0;margin: 0;}
.menu-copyright ul li {list-style: none;display: inline-block;position: relative;color: #ffffff;
    font-family: 'Playfair Display';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
text-align: center;}
.menu-copyright ul li a {color: #ffffff;}
.menu-copyright ul li a:hover {color: #4D98D2;}
.menu-copyright ul li::after {content: '|';color: #ffffff;
    padding: 0 17px 0 17px;}
    .copyright p {
        margin: 0;
        font-size: 18px;
        line-height: 27px;
        color: #ffffff;
        font-weight: 400;
        font-family: 'Playfair Display';
    }
.menu-copyright {float: right;}
.copyright p a {color: #fff;}
.copyright p a:hover {color: #585858;}
.menu-copyright ul li:last-child:after {display: none;}
.copyright-sections .row {align-items: center;}
.copyright-sections {
    padding: 11px 20px 11px;
    margin-top: 40px;
    background: #0070b1;
}






/*--inner pages start--*/
section.inner-banner {
    position: relative;
    width: 100%; /* Fixed container width */
    max-height: 630px; /* Fixed container height */
    overflow: hidden; /* Ensures content outside the container is hidden */
}
section.inner-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/hero-inner-bg.png) no-repeat;
    background-size: 100%;
    top: 0;
    opacity: 0.7;
}
section.inner-banner::after {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    opacity: 0.729;
}
.inner-banner>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    
}
.hero-banner-content {
    text-align: center;
}
.banner-btns.inner-btn {
    padding-top: 0;
}
section.inner-banner .caption-absolute {position: absolute;top: 58%;left: 0;width: 100%;transform: translateY(-50%);z-index: 1;}


section.contact-section.contact-inn .contact-row {
    background: transparent;
}
section.contact-section.contact-inn .form-hero .gform_wrapper input[type="text"], section.contact-section.contact-inn .form-hero .gform_wrapper textarea, section.contact-section.contact-inn .form-hero .gform_wrapper select, section.contact-section.contact-inn .form-hero .gform_wrapper .medium {
    background-color: #ffffff;
    border: 1px solid #dfe4eb;
}



/*  */
section.consultants-boasts-section {
    padding: 130px 0 30px;
}
section.consultants-boasts-section .row{align-items: center;}
section.consultants-boasts-section .section-heading {
    padding-right: 50px;
}
section.consultants-boasts-section .consultants-boasts-img {
    margin: 0 100px;
    position: relative;
}
section.consultants-boasts-section .consultants-boasts-img::before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.consultants-boasts-img-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: inline-table;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.7098039215686275);
    border: 8px solid #ffffff;
    padding: 20px 30px 80px;
}
section.consultants-boasts-section .consultants-boasts-img figure img {
    width: 100%;
}
.consultants-boasts-img-text h3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    margin: 0;
}
.consultants-boasts-img-text h3 strong {
    font-size: 100px;
    display: block;
    line-height: 110px;
    color: #fff;
}
section.got-questions-section {
    padding: 170px 0;
}   
section.got-questions-section .section-heading {
    max-width: 777px;
    margin: 0 auto;
}
section.got-questions-section .section-heading p {
    font-size: 20px;
    color: #585858;
    font-weight: 400;
}
section.got-questions-section .accounting-services-btns.text-center {
    padding-top: 30px;
}   
section.testimonials-section.inn {
    padding-bottom: 0;
}
section.consultants-boasts-section .heading-title {
    color: #2abff7;
}



/* services inner page */
.accounting-services-row.services-inn {
    padding: 0;
}
.accounting-services-row.services-inn .accounting-services-box {
    border: none;
    padding: 30px 26px;
    height: 100%;
}
.accounting-services-row .col-sm-3 {
    padding: 0;
}
section.our-working-process-section {
    padding-top: 120px;
}
section.our-working-process-section .section-heading {
    max-width: 747px;
    margin: 0 auto;
}
section.our-working-process-section .section-heading  .heading-title {
    color: #585858;
}
.our-working-process-box {
    text-align: center;
}
.our-working-process-box h3 {
    font-size: 30px;
    color: #585858;
    font-weight: 400;
}
.our-working-process-box figure {
    margin-bottom: 20px;
    position: relative;
}
.our-working-process-box figure::before {
    position: absolute;
    content: '';
    width: 117px;
    height: 117px;
    background-color: #2abff7;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    right: 40px;
    margin: 0 auto;
}
.our-working-process-row .row {
    justify-content: center;
}
.our-working-process-row .col-sm-3 {
    padding: 15px;
}
.our-working-process-row {
    padding-top: 30px;
}
.our-working-process-btns.text-center {
    padding-top: 50px;
}
section.contact-section .heading-title {
    color: #585858;
}



/*  */
section.consultants-boasts-section.acc-inn .section-heading {
    padding-right: 0;
}
section.consultants-boasts-section.acc-inn ul.two-col h3 {
    font-size: 20px;
    line-height: 22px;
    color: #585858;
    font-weight: 400;
}
section.consultants-boasts-section.acc-inn ul.two-col p {
    font-size: 16px;
    line-height: 20px;
}
section.consultants-boasts-section.acc-inn ul.two-col{margin: 0 -10px;}
section.consultants-boasts-section.acc-inn ul.two-col li {
    background: none;
    padding: 10px;  
    margin: 0; 
}
section.consultants-boasts-section.acc-inn .consultants-boasts-img {
    margin: 0 50px;
}
section.got-questions-section.acc-in .section-heading {
    max-width: 1070px;
}
section.got-questions-section.acc-in .section-heading .heading-title {
    color: #2abff7;
}
section.got-questions-section.acc-in {
    padding-bottom: 0;
}
section.accounting-services-section.services-business .section-heading {
    max-width: 1125px;
    margin: 0 auto;
}
section.accounting-services-section.services-business .accounting-services-top-row .heading-title {
    margin-bottom: 40px;
    color: #2abff7;
}
.not-only-businesses-img figure img {
    width: 100%;
}
section.not-only-businesses-section {
    background: #024d78;
    padding-left: 160px;
}
section.not-only-businesses-section .col-sm-6 {
    padding: 0;
}
section.not-only-businesses-section .row {
    align-items: center;
}
section.not-only-businesses-section .heading-sub-title {
    color: #fff;
}
.ports-categories ul {
    padding: 0;
    margin: 0px;
}
.ports-categories ul li{list-style:none;display:inline-block;position:relative;font-size:16px;
color:#525353;line-height:32px;font-weight:600;font-family:'Playfair Display';padding:0 11px}
.ports-categories ul li a{color:#585858}
.ports-categories ul li::after{content:'';background:#525353;height:18px;width:2px;right:-2px;top:50%;
transform:translateY(-50%);position:absolute}
.ports-categories ul li:first-child{padding-left:0}
.ports-categories ul li:last-child::after{display:none}
.ports-categories ul li.active a,.ports-categories ul li:hover a{color:#2abff7}
.right-work-input .form-control {
    width: 341px;
    height: 50px;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    font-size: 18px;
    line-height: normal;
    color: #585858;
    font-weight: 500;
    padding: 8px 48px 8px 20px;
    position: relative;
    border-radius: 8px 25px 25px 8px;
}
.right-work-input form{position:relative}
.form-control::-webkit-input-placeholder{color:#585858;opacity:1}
.form-control:focus{box-shadow:none;outline:0}
.form-control:-ms-input-placeholder{color:#585858;opacity:1}
.form-control::placeholder{color:#585858;opacity:1}
.right-work-input{width:341px}
button.buttons{border:none;font-size:0;background:url(../images/btn-right-arrow.png) no-repeat right center;
height:50px;width:50px;position:absolute;top:0;right:0}
.ports-categories{display:flex;justify-content:space-between}
.ports-categories{display:flex;justify-content:space-between;padding:0px}
.work-templete .portfolio-section .col-sm-4{margin-top:15px}
.wp-pagenavi a,.wp-pagenavi span{text-decoration:none!important;padding:6px 0!important;display:inline-block;
color:#03024b!important;font-size:18px;font-weight:500;font-family:Montserrat,sans-serif;
margin:0 10px!important;border:none!important;vertical-align:middle}
.wp-pagenavi a:hover,.wp-pagenavi span:hover{color:#bc11ad!important}
.wp-pegination{text-align:center;padding-top:40px} 
.blog-colum-one.blog-colum-tex .blog-content-text h2 {
    font-size: 30px;
    line-height: 40px;
}

.blog-content-text h2 {
    font-size: 26px;
    color: #525353;
    font-weight: 600; 
    margin-bottom: 11px;
    border-bottom: 1px #dcddde solid;
    padding-bottom: 20px;
    line-height: 36px;
}
/* blog */
.blog-section-top{padding:90px 0 30px}
.blog-section-title .heading-title{color:#585858;}
.blog-left-dtl figure{margin-bottom:15px}
.blog-date{font-size:16px;color:#585858;font-family:'Playfair Display';font-weight:400;padding-bottom:7px}
.blog-date a{color:#585858}
.blog-date a:hover{color:#6fd2f7}
.blog-left-dtl h3 {
    font-size: 26px;
    color: #585858;
    font-weight: 600;
    margin-bottom: 11px;
    line-height: 36px;
}.blog-left-dtl h3 a{color:#585858}
.blog-left-dtl h3 a:hover{color:#6fd2f7}
.blog-section-top .row {
    justify-content: center;
}
.blog-left-dtl figure img {
    width: 100%;
}
.blog-left {
    text-align: center;
}

.blog-section-title h1 {
    color: #525353;
	font-family: 'Playfair Display';
}

/* blog dtl */


.search-meduim{width:100%;border:1px #585858 solid;border-radius:5px;background-color:transparent;font-size:14px;color:#000;font-weight:400;font-family:'Playfair Display';font-style:italic;padding:10px 43px 10px 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}
/* .button-search{background:url(../images/search-img.html) no-repeat center;border:none;width:43px;height:43px;position:absolute;top:0;right:0;cursor:pointer} */
section.blog-post-col{padding:50px 0;background:#eff0f5} 
.blog-post-col-2 .blog-colum-one:last-child{padding-bottom:0;border-bottom:0}
.blog-post-col-2 .blog-colum-one:nth-child(3){border-bottom:0}
.blog-content-text{margin:0;padding:0}
.blog-content-text h3 {
    font-size: 26px;
    color: #525353;
    font-weight: 600;
    font-family: 'Playfair Display';
    margin-bottom: 11px;
    border-bottom: 1px #dcddde solid;
    padding-bottom: 20px;
    line-height: 36px;
}.blog-content-text h3 a{color:#525353}
.blog-content-text h3 a:hover{color:#6fd2f7}
.blog-content-text ul{margin:0 0 20px;padding:0}
.blog-content-text ul li{margin:0 130px 0 0;padding:0;display:inline-block;font-size:18px;color:#525353;font-weight:500;font-family:'Playfair Display'}
.blog-content-text ul li:last-child{margin-right:0}
.blog-content-text ul li a{color:#525353;float:left}
.blog-content-text ul li a:hover,.blog-content-text ul li:hover{color:#6fd2f7}
.blog-content-text ul li img{margin-right:6px}
.blog-content-text p {
    font-size: 18px;
    line-height: 28px;
    color: #525353;
    font-weight: 400;
    font-family: 'Playfair Display';
}
.addtoany_list.a2a_kit_size_32 a{color:#000;font-size:16px!important;line-height:normal}
.blogtittle-img a{display:inline-block;overflow:hidden;margin:0;padding:0}
.blogtittle-img img{margin:0;padding:0;border:3px #e9e9e9 solid;transition:1s}
.blogtittle-img img:hover{transform:scale(1.1)}
.blog-section-two{padding-bottom:50px}
.next-page-conuter{margin:0;padding:0;text-align:center}
.next-page-conuter span{display:inline-block;font-size:20px;line-height:normal;color:#000;font-weight:500 !important;font-family:'Playfair Display'}
.next-page-conuter ul{margin:0;padding:0;text-align:center}
.next-page-conuter ul li{display:inline-block;font-size:20px;line-height:normal;color:#000;font-weight:400;font-family:'Playfair Display';margin:0 10px}
.next-page-conuter ul li a{color:#000;text-decoration:none;border-bottom:1px solid #222}
.next-page-conuter ul li a:hover,.next-page-conuter ul li.active a{color:#3f3e3e}
.blog-list-right{margin:0;padding:0 0 0 80px}
.categorie-list{margin:0 0 30px;padding:0}
.categorie-list h3{font-size:26px;color:#525353;font-weight:700;font-family:'Playfair Display';margin-bottom:11px}
.categorie-list ul{margin:0;padding:0}
.categorie-list ul li{margin:0 0 0;padding:10px 15px 10px 0;display:block;font-size:18px;line-height:28px;color:#525353;font-weight:400;font-family:'Playfair Display';border-bottom:1px #eaeaea solid;overflow:hidden}
.categorie-list ul li:last-child{border-bottom:none}
.categorie-list ul li a{color:#525353;display:block}
.categorie-list ul li a span{float:right}
.categorie-list ul li a:hover{color:#6fd2f7}
.blog-right-like{margin:0;padding:0}
.blog-right-like h4 {
    font-size: 18px;
    color: #525353;
    font-weight: 500;
    font-family: 'Playfair Display';
    margin-bottom: 11px;
    line-height: 28px;
}.blog-right-like h4 a{color:#525353}
.blog-right-like figure{margin:0;padding:0}
.blog-right-like img{border:3px #e9e9e9 solid;margin-bottom:10px}
.blog-right-like span{font-size:14px;color:#5d5c5c;font-family:'Playfair Display';margin:0;padding:0;display:block}
.blog-right-like span a {
    float: left;
    font-weight: bold;
    color: #525353;
    font-size: 18px;
    font-family: 'Playfair Display';
}.blog-right-like span a:first-child{color:#525353}
.blog-right-like span a:hover{color:#6fd2f7}
.blog-right-like span a:last-child{float:right}
/*--------Comment---------*/
nav.navigation.post-navigation {overflow: hidden;}
.post-navigation span.post-title {display: none;}
.post-navigation span.screen-reader-text {display: none;}
.comment-respond .comment-reply-title {font-size: 26px;line-height: 30px;color: #0e0c46;font-weight: 700;margin-bottom: 14px;font-family: 'Playfair Display';}
p.comment-notes {margin: 0px;color: #0e0c46;}
p.comment-form-author {width: 49%;float: left;}
.comment-respond p label {font-size: 18px !important;line-height: 28px;color: #0e0c46 !important;font-family: 'Playfair Display';}

#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea {width: 100% !important;font-size: 18px !important;line-height: normal;color: #6c67a5;font-weight: 500;font-family: 'Playfair Display' !important;padding: 8px 16px !important;-webkit-appearance: none;border-radius: 0;resize: none;position: relative;height: 51px;border-radius: 8px;background-color: rgba(188,32,51,0);border: 2px solid #d5dcfd;transition: all 1s;margin: 0 !important;}
p.comment-form-email {width: 49%;float: right;}
#commentform textarea {height: 82px !important;border-radius: 8px;display: block;}
.comment-respond p.form-submit {float: left;width: 100%;display: block;margin-top: 5px;margin-bottom: 0;}
div#respond {padding: 25px 0 0;}
#commentform input[type=email]:focus, #commentform input[type=text]:focus, #commentform input[type=url]:focus, #commentform textarea:focus {border-color: #d5dcfd;border-width: 2px;box-shadow: none;}
a.comment-reply-link {font-size: 18px;font-weight: normal;line-height: 24px;color: #0e0c46;width: 94px;display: inline-block;text-align: center;font-size: 18px;transition: all 1s ease;border: 1px solid #0e0c46;padding: 4px 2px;}
a.comment-reply-link:hover {border-color: #6fd2f7;color: #fff;background: #6fd2f7;}
.comment-metadata time {padding-bottom: 7px;display: block;}
.page-title {font-size: 26px;line-height: 30px;color: #0e0c46;font-weight: 700;margin-bottom: 14px;    font-family: 'Playfair Display';}
div#comments h2.comments-title {font-size: 26px;line-height: 30px;color: #0e0c46;font-weight: 700;margin-bottom: 14px;font-family: 'Playfair Display';}
ol.comment-list {padding: 0;list-style: none;margin-bottom: 0;}
nav.navigation.posts-navigation h2.screen-reader-text {display: none;}
nav.navigation.posts-navigation .nav-links {display: none;}
.comment-body {margin-bottom: 30px;}
.comment-respond form#commentform p input[type="checkbox"] {width: auto !important;height: auto;float: none;margin-top: 0 !important;position: absolute;top: 7px;}
.comment-content.entry-content p {font-size: 18px;line-height: 28px;color: #0e0c46;font-weight: 400; font-family: 'Playfair Display';}
.comments-header.section-inner.small.max-percentage h2.comment-reply-title {font-size: 16px;line-height: 28px;color: #000000;font-weight: 400;}
.comment-author.vcard img.avatar {width: 50px;margin-right: 13px;border: 4px solid #ece8e8;border-radius: 0;}
footer.comment-meta {font-size: 18px;line-height: 28px;color: #0e0c46;font-weight: 400;}
footer.comment-meta a {color: #0e0c46;}
footer.comment-meta a:hover {color: #6fd2f7;}
.comment-author.vcard {margin-bottom: 15px;}
.comment-content p {font-size: 18px;line-height: 28px;color: #0e0c46;font-weight: 400;}
div#comments {max-width: 800px;overflow: hidden;}
p.post-title {display: none;}
.nav-previous p.meta-nav svg.svg-icon, .nav-next p.meta-nav svg.svg-icon {display: none;}
.nav-previous p.meta-nav, .nav-next p.meta-nav {margin: 0;}
h2.screen-reader-text {display: none;}
p.comment-form-cookies-consent {position: relative;}
footer.comment-meta a {color: #000000;}
article#div-comment-2 {margin-bottom: 0;}
.nav-previous .svg-icon {display: none;}
.comments-area.default-max-width.show-avatars {padding-top: 10px;}
.nav-links {overflow: hidden;}

#commentform #submit {border-radius: 26px;background-color: transparent;border: 2px solid #6fd2f7;font-size: 16px;line-height: normal;color: #484747;font-weight: 600;font-family: 'Euclid-Circular-Regular';padding: 12px 15px;text-transform: uppercase;margin: 0;display: inline-block;cursor: pointer;width: 30%;}
#commentform #submit:hover {background: #6fd2f7;color: #fff;}

.nav-next a, .nav-previous a {border-radius: 26px;background-color: transparent;border: 2px solid #6fd2f7;font-size: 16px;line-height: normal;color: #484747;font-weight: 600;font-family: 'Euclid-Circular-Regular';padding: 12px 25px;text-transform: uppercase;margin: 0;display: inline-block;cursor: pointer;width: 100%;}
.nav-next a:hover, .nav-previous a:hover {background: #6fd2f7;color: #fff;}



.get-direction.xx {
	padding-top: 10px;display: block;
}
.blog-content-text figure {
    margin-bottom: 20px;
}
.blog-content-text ul li .addtoany_shortcode{float:left;}
.blog-section-tab{margin:0;padding:80px 0px}
.comment-form-cookies-consent label {margin: 0 0 1px 18px!important;}
.nav-previous a:hover, .nav-next a:hover {background-color: #6fd2f7;color: #fff;}
.nav-links .nav-previous {float: left;}
.nav-links .nav-next {float: right;}
.nav-previous a .nav-next, .nav-next a .nav-previous {float: none;}
#field_3_11 {color: #666565;}
.contct_pge .left-contact-inn .gform_footer{ position: inherit !important; float:right; text-align:right;}
.lets-innovate-together .gform_wrapper .gfield_description.validation_message, .request-form-tb .gform_wrapper .top_label .gfield_description.validation_message{ color: #fff !important;}
.contct_pge .gform_wrapper .gfield_description.validation_message, .request-form-tb .gform_wrapper .top_label .gfield_description.validation_message{ color: #6fd2f7 !important;}
.contct_pge .instruction.validation_message{font-size: 12px !important;}
.categorie-list ul li a {float: left;padding-right: 10px;}
.left-bt{text-align:left !important;}
.left-bt a{text-align:center}
.ppolicy p,.ppolicy ul li{font-size:16px !important;}
.blog-content-text figure img {
    width: 100%;
}
.ports-categories .btitle {
    display: none;
}
.m-auto{
	margin:auto !important;
}
.blog-section-title{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.blog-colum-one .blog-content-text {
    max-width: 800px;
}
.blog-colum-one { 
    border-bottom: 1px solid #dcddde;
    padding: 40px 0;
    width: 100%; 
}


@media (min-width: 1200px) {
/*------------- mega menu ---------------*/
.menu-top-menu-container {position: relative}
.mega-menu {position: inherit!important}
.mega-menu .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;right: 0;border-radius: 0 0 10px 10px;box-shadow: 0 0 5.5px rgb(5 5 5 / 20%);background-color: #fff;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 15px!important;background: transparent !important;border-bottom: none;text-transform: inherit !important;}
.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;}
.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #0070b1 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li {position: relative;padding-left: 14px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 3px 10px 3px 15px;padding-left: 0 !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #0070b1 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li::before {content: "\f105";font-size: 18px;color: #0070b1;font-family: 'FontAwesome';left: 0;position: absolute;top: 3px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:last-child:before {display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img {width: 27% !important;padding: 0 !important;margin: 0 0 0 0 !important;float: right;position: absolute !important;top: 25px;right: 25px;bottom: 34px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img::before {display: none;}
.mega-menu .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}
/*------------- mega menu  2222---------------*/
.mega-menu2 {position: inherit!important}
.mega-menu2 .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;border-radius: 0 0 10px 10px;left: -0px;margin-left: 0px;right: 0;box-shadow: 0 0 5.5px rgba(5, 5, 5, 0.20);background-color: #fff !important;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu2:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu2 .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}
.mega-menu2 ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 0px!important;background: transparent !important;border: none;}
.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #0070b1 !important;}
.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #0070b1 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li {position: relative;padding-left: 0 !important;margin-left: 0px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #414141 !important;padding: 5px 10px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a {padding: 5px 0!important;margin-left: 0px !important;font-weight: 600;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #0070b1 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a::after {color: #0070b1 !important;top: 21px;display: none;}
/* .navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;background: transparent;box-shadow: none;padding: 0;transform: rotateX(0deg);padding-left: 0px;padding-bottom: 0;}
 */
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a {padding-left: 0 !important;padding-top: 0 !important;font-weight: 400;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a:hover {color: #0070b1 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li {padding-left: 15px !important;width: 100%;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li::before {content: "\f105";font-size: 18px;color: #024d78;font-family: 'FontAwesome';left: 0;position: absolute;top: 4px;display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2:hover ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;transform: rotateX(0deg);}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu2 .hover_mega_menu ul li a {text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu .hover_mega_menu ul li a {text-transform: inherit !important;}
.contact-detail-menu {border-radius: 4px;display: inline-block;width: 100%;padding: 20px 20px 20px;background: #F3F9FF;overflow: hidden;margin: 20px 0 0;text-align: left;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a:hover {color: #0070b1 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {margin-left: 0px;margin-top: 0;left: 0 !important;border-bottom: none;}
}
@media (min-width:1200px) {
.container {max-width: 1180px !important;}
}
@media (min-width:1300px) {
.container {max-width: 1270px !important;}
}
@media (min-width:1400px) {
.container {max-width: 1360px !important;}
}
@media (min-width:1500px) {
.container {max-width: 1440px !important;}
}
@media (min-width:1600px) {
.container {max-width: 1540px !important;}
}
@media (min-width:1700px) {
.container {max-width: 1600px !important;
}
}

@media(max-width:1799px){
section.about-section {
    padding: 190px 0 190px;
}
.blog-row .col-sm-6 {
    padding: 40px;
}
.blog-row {
    margin: 0 -20px;
}


}
@media(max-width:1699px){
a.theme-btn {
    padding: 12px 30px;
    line-height: 28px;
    font-size: 20px;
}
.home-banner::before {
    background-size: 100% 67%;
}
.banner-title {
    margin-bottom: 15px;
     line-height: 45px; 
    font-size: 30px;
}
.banner-count p {
    font-size: 26px;
}
.home-banner {
    padding: 320px 0 200px;
}
.container {
    max-width: 100% !important;
    padding: 0 50px;
}
.header-section .container {
    max-width: 100% !important;
    padding: 0 15px;
}
a.theme-btn {
    padding: 11px 26px;
    line-height: 24px;
    font-size: 18px;
}
.logo-list {
    padding: 20px 0 15px;
}
.heading-title {
    margin-bottom: 30px;
    font-size: 62px;
    line-height: 68px;
}
.heading-sub-title {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 34px;
}
section.accounting-services-section {
    padding: 80px 0 70px;
}
.accounting-services-row {
    padding-top: 80px;
}
section.accounting-services-section {
    padding: 60px 0 50px;
}
.accounting-services-row {
    padding-top: 60px;
}
.accounting-services-box figure img {
    max-width: 75px !important;
}
.accounting-services-box {
    padding: 20px 50px;
}
.accounting-services-box h3 {
    font-size: 22px;
    line-height: 28px;
}
.accounting-services-btns.text-center {
    padding-top: 30px;
}
.accounting-services-btns .theme-btn.btn-white2 {
    min-width: 300px;
}
section.our-process-section {
    padding: 60px 0;
}
section.financial-advisors-section {
    padding: 80px 0 75px;
}
.financial-advisors-box figure img {
    max-width: 140px !important;
}
section.accounting-solutions-tailored-section {
    padding: 240px 0;
}
section.accounting-solutions-tailored-section .heading-title {
    margin-bottom: 10px;
    font-size: 80px;
    line-height: 86px;
}
section.testimonials-section {
    padding: 90px 0;
}
.testimonial-slider {
    margin-top: 50px;
}
.ready-started {
    padding: 80px 60px;
    border-radius: 40px;
}
section.blog-section {
    padding: 90px 0 50px;
}
.contact-row {
    padding: 70px 0 50px;
}
#back-top-wrapper #back-top a {
    height: 40px;
    width: 40px;
}
#back-top-wrapper {
    right: 20px;
    bottom: 15px;
}
section.got-questions-section {
    padding: 110px 0;
}
section.our-working-process-section {
    padding-top: 90px;
}
section.not-only-businesses-section {
    padding-left: 60px;
}
.blog-section-top {
    padding: 70px 0 30px;
}




}
@media(max-width:1599px){
.footer .container {
    padding: 0 12px;
}



}
@media(max-width:1499px){
	.next-page-conuter span { 
    font-size: 16px; 
}
	.wp-pagenavi a, .wp-pagenavi span { 
    font-size: 16px; 
}
.banner-title {
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 45px;
}
.banner-count p {
    font-size: 22px;
}
.home-banner {
    padding: 220px 0 160px;
}
.home-banner::before {
    background-size: 100% 78%;
}
.logo-list ul li {
    padding: 15px;
    width: 16.66%;
}
.heading-title {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 56px;
}
.heading-sub-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 26px;
}
.our-process-box {
    padding: 0;
}
.counter {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
}
.our-process-box h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
}
section.financial-advisors-section {
    padding: 60px 0 55px;
}
.financial-advisors-box figure img {
    max-width: 120px !important;
    max-height: 125px !important;
}
.financial-advisors-contant-box:nth-child(3) .financial-advisors-box {
    margin-top: 50px;
}
.financial-advisors-box h3 {
    font-size: 22px;
    line-height: 30px;
}
.financial-advisors-contant-box {
    width: 105%;
    padding: 11px;
}
section.accounting-solutions-tailored-section {
    padding: 170px 0;
}
section.accounting-solutions-tailored-section .heading-title {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 75px;
}
section.about-section .financial-advisors-btns a.theme-btn.btn-white2 {
    min-width: 209px;
}
section.about-section {
    padding: 120px 0 130px;
}
section.testimonials-section {
    padding: 60px 0;
}
.testimonial-slider {
    margin-top: 30px;
}
.start-icon img {
    max-width: 160px;
}
.start-icon {
    padding-bottom: 20px;
}
.client-logo figure {
    line-height: 56px;
    width: 60px;
    height: 60px;
}
.client-logo figure img {
    max-width:34px !important;
	max-height: 34px;
}
.client-nm-text h6 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 5px;
}
.client-nm-text p {
    font-size: 17px;
    line-height: 22px;
}
.quote img {
    max-width: 28px;
}
.quote {
    bottom: 20px;
    right: 25px;
}
.client-nm-text {
    padding-left: 15px;
}
.client-dtl {
    bottom: 20px;
}
.client-say-box {
    padding: 20px 20px 85px;
}
.ready-started p {
    font-size: 18px;
}
.ready-started {
    padding: 60px 40px;
    border-radius: 40px;
}
section.blog-section .col-sm-8 {
    width: 55%;
}
section.blog-section .col-sm-4 {
    width: 45%;
}
.blog-row .col-sm-6 {
    padding: 30px;
}
.blog-row {
    margin: 0 -20px;
}
.blog-content h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}
.blog-info {
    margin-bottom: 20px;
}
section.blog-section {
    padding: 70px 0 50px;
}
.contact-row {
    padding: 50px 0 40px;
}
.form-hero {
    padding-top: 20px;
}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium {
    font-size: 16px!important;
    padding: 7px 15px 7px 15px!important;
    line-height: 28px;
    height: 54px;
}
.gform_wrapper .gfield {
    padding: 0 9px 20px;
}
.gform_body {
    margin: 0 -9px;
}
.gform_wrapper textarea.medium {
    height: 124px !important;
}
.form-hero input.button.gform_button {
    padding: 10px 26px !important;
    line-height: 26px !important;
    font-size: 18px !important;
    margin-top: 5px !important;
}
.newsletter-form .medium {
    padding: 13px 78px 16px 15px !important;
    line-height: 28px !important;
    font-size: 14px !important;
    height: 52px !important;
}
.about-ftr {
    padding-right: 30px;
    margin-right: 10px;
}
.social-title {
    font-size: 18px;
    line-height: 24px;
}
.newsletter-form input.button.gform_button {
    line-height: 27px !important;
    padding: 11px 22px !important;
    font-size: 18px !important;
    top: 1px !important;
    right: 1px !important;
}
.newsletter-form {
    margin: 0 auto 50px;
}
.ftr-title {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 20px;
}
.ftr-item ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
}
.ftr-contact-col figure {
    margin-right: 10px;
    width: 16px;
    margin-top: 4px;
}
.ftr-contact-col p {
    font-size: 18px;
    line-height: 28px;
}
.ftr-contact-col {
    margin-bottom: 15px;
}
.copyright p {
    font-size: 16px;
    line-height: 24px;
}
.menu-copyright ul li {
    font-size: 16px;
}
.copyright-sections {
    padding: 9px 20px 9px;
    margin-top: 30px;
}
.ftr-logo img {
    max-width: 290px;
}
a.theme-btn {
    padding: 9px 23px;
    line-height: 22px;
    font-size: 17px;
}
.accounting-services-btns .theme-btn.btn-white2 {
    min-width: 250px;
}
.accounting-services-box {
    padding: 15px 40px;
}
.our-process-box a.read-more img {
    padding-top: 10px;
    max-width: 33px;
}
section.our-process-section {
    padding: 40px 0;
}
.inner-banner>img {
    width: 100% !important;
    height: 320px !important;
    object-fit: cover;
}
section.consultants-boasts-section .consultants-boasts-img {
    margin: 0 50px;
}
.consultants-boasts-img-text h3 strong {
    font-size: 80px;
    line-height: 90px;
}
.consultants-boasts-img-text h3 {
    font-size: 32px;
    line-height: 34px;
}
section.consultants-boasts-section {
    padding: 80px 0 20px;
}
section.consultants-boasts-section .section-heading {
    padding-right: 30px;
}
section.got-questions-section {
    padding: 90px 0;
}
section.got-questions-section .section-heading p {
    font-size: 18px;
}
section.got-questions-section .accounting-services-btns.text-center {
    padding-top: 10px;
}
.accounting-services-row.services-inn .accounting-services-box {
    padding: 16px 20px;
}
section.our-working-process-section {
    padding-top: 70px;
}
.our-working-process-box h3 {
    font-size: 24px;
}
.our-working-process-box figure img {
    max-width: 90px !important;
    max-height: 90px !important;
}
.our-working-process-box figure::before {
    width: 90px;
    height: 90px;
    right: 34px;
}
.our-working-process-btns.text-center {
    padding-top: 20px;
}
.our-working-process-row {
    padding-top: 10px;
}
section.consultants-boasts-section.acc-inn ul.two-col h3 {
    font-size: 18px;
    line-height: 20px;
}
.blog-section-top {
    padding: 60px 0 30px;
}
.blog-left-dtl h3 {
    font-size: 22px;
    line-height: 32px;
}
.blog-content-text h3 {
    font-size: 22px;
    margin-bottom: 11px;
    padding-bottom: 15px;
    line-height: 32px;
}
.blog-content-text ul li img {
    margin-right: 6px;
    margin-top: -5px;
}
.blog-list-right {
    padding: 0 0 0 40px;
}
.categorie-list h3 {
    font-size: 22px;
    margin-bottom: 11px;
}
.categorie-list ul li {
    padding: 8px 15px 8px 0;
    font-size: 17px;
    line-height: 26px;
}
.categorie-list {
    margin: 0 0 20px;
}
.nav-links {
    padding-top: 10px;
}
 

section.default-section {
    padding: 60px 0;
}
.right-work-input .form-control { 
    font-size: 16px; 
}
.blog-section-tab { 
    padding: 50px 0px;
}
}
@media(max-width:1399px){
.blog-content-text ul li {
    margin: 0 90px 0 0;
    font-size: 18px;
}
section.default-section {
    padding: 40px 0;
}
h1 {font-size: 36px;line-height: 42px;}
h2 {font-size: 32px;line-height: 38px;}
h3 {font-size: 28px;line-height: 34px;}
h4 {font-size: 26px;line-height: 32px;}
h5 {font-size: 24px;line-height: 30px;}
h6 {font-size: 22px;line-height: 28px;}
 ul li, ol li { 
    font-size: 16px;
    line-height: 24px; 
}
}
@media(max-width:1299px){
section.about-section {
    padding: 90px 0 90px;
}
.ftr-logo img {
    max-width: 230px;
}
.footer .col-sm-4 {
    width: 24%;
}
footer .col-sm-5 {
    width: 24%;
}



}
@media(max-width:1199px){
	.next-page-conuter span { 
    font-size: 14px; 
}
	.wp-pagenavi a, .wp-pagenavi span { 
    font-size: 14px; 
}
.newsletter-form .gform_wrapper {
    width: 100%;
}
.header-section {
    position: relative;
    padding: 10px 0px;
    background-color: #585858;
}
a.theme-btn {
    padding: 7px 20px;
    line-height: 22px;
    font-size: 16px;
}
.header-section .container {
    padding: 0 12px;
}
.header-bottom {
    padding-right: 45px;
}
.heaer-top .col-sm-3 {
    width: 40%;
}
.heaer-top .col-sm-9 {
    width: 60%;
}
.top-logo img {
    max-width: 220px;
}
.banner-title {
    margin-bottom: 10px;
    line-height: 35px;
    font-size: 35px;
}
.banner-count p {
    font-size: 19px;
}
.home-banner {
    padding: 150px 0 110px;
}
.container {
    padding: 0 12px;
}
.container-fluid{
    padding: 0 12px;
}
.heading-title {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 40px;
}
.heading-sub-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}
p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.logo-list ul li {
    padding: 5px;
    width: 16.66%;
}
.logo-list ul li figure img {
    max-width: 130px !important;
    max-height: 45px !important;
}
.logo-list {
    padding: 15px 0 20px;
}
section.accounting-services-section {
    padding: 40px 0 40px;
}
.accounting-services-top-row .col-sm-6 {
    flex: 0 0 auto;
    width: 100%;
    padding: 8px 15px;
}
.accounting-services-top-row .heading-title br {
    display: none;
}
.accounting-services-row {
    padding-top: 20px;
}
.accounting-services-box figure img {
    max-width: 59px !important;
}
.accounting-services-box h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.accounting-services-box figure {
    margin-bottom: 10px;
}
.accounting-services-box a.read-more {
    font-size: 14px;
    margin-top: 0;
}
.accounting-services-box a.read-more img {
    padding-left: 5px;
    max-width: 9px;
    margin-top: -2px;
}
.accounting-services-box {
    padding: 15px 20px;
}
.accounting-services-btns .theme-btn.btn-white2 {
    min-width: auto;
}
.accounting-services-btns.text-center {
    padding-top: 20px;
}
.blog-row {
    margin: 0;
}
.testimonial-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
    background-size: 10px;
}
.testimonial-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
    background-size: 10px;
}
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev {
    height: 18px;
    width: 10px;
}
section.financial-advisors-section .col-sm-6 {
    width: 100%;
}
.financial-advisors-contant-box {
    width: 103%;
    padding: 5px;
}
.counter {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
}
.our-process-box h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
.our-process-box a.read-more {
    font-size: 15px;
    line-height: 0px;
}
.our-process-box a.read-more img {
    padding-top: 5px;
    max-width: 26px;
}
section.our-process-section {
    padding: 20px 0;
}
section.financial-advisors-section {
    padding: 40px 0 35px;
}
section.financial-advisors-section .heading-title br {
    display: none;
}
.financial-advisors-btns {
    padding-top: 8px;
}
a.theme-btn {
    padding: 6px 18px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid transparent;
}
.financial-advisors-contant {
    column-count: 2;
    padding-top: 20px;
}
.financial-advisors-box figure img {
    max-width: 80px !important;
    max-height: 75px !important;
}
.financial-advisors-box h3 {
    font-size: 19px;
    line-height: 22px;
}
.financial-advisors-box figure {
    margin-bottom: 10px;
}
.financial-advisors-box a.read-more {
    font-size: 14px;
}
.financial-advisors-box {
    padding: 15px 15px 20px 15px;
}
.financial-advisors-contant-box:nth-child(3) .financial-advisors-box {
    margin-top: 20px;
}
.ftr-item ul li {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    display: block;
    border-bottom: 1px solid rgb(0 112 177 / 34%);
    padding: 5px 0 7px;
}
.ftr-item ul li:last-child {
    border-bottom:none;
}
.ftr-contact-col {
    margin-top: 10px;
    display: block;
    border-top: 1px solid rgb(0 112 177 / 34%);
    padding-top: 10px;
    margin-bottom: 0px;
}
.ftr-contact-col p {
    font-size: 15px;
    line-height: 20px;
}
.ftr-contact-col:nth-child(2) {
    border-top: none;
    padding-top: 5px;
}
.ftr-contact-col figure {
    margin: 0 auto 5px;
}
.footer-menu ul {
    display: block;
    text-align: center;
}
.newsletter-form {
    margin: 0 auto 20px;
    display: block;
    max-width: 400px;
}
.newsletter-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.newsletter-form form {
    width: 100%;
}
.newsletter-form input.button.gform_button {
    line-height: 21px !important;
    padding: 11px 20px !important;
    font-size: 16px !important;
    top: 1px !important;
    right: 1px !important;
}
.newsletter-form .medium {
    padding: 8px 118px 8px 10px !important;
    line-height: 28px !important;
    font-size: 13px !important;
    height: 45px !important;
}
.footer .col-sm-4 {
    width: 100%;
    text-align: center;
}
.footer .col-sm-2 {
    width: 100%;
    text-align: center;
}
.footer .col-sm-5 {
    width: 100%;
    text-align: center;
}
.footer .col-sm-3 {
    width: 100%;
    text-align: center;
}
.ftr-title {
    margin: 8px 0;
    font-size: 18px;
    line-height: 23px;
    background: #0070b1;
    padding: 4px 0 10px;
    color: #fff;
}
.about-ftr {
    padding-right: 0;
    margin-right: 0;
    border: none;
    border-top: 1px solid rgb(0 112 177 / 34%);
    padding-top: 15px;
}
.ftr-logo {
    margin-bottom: 20px;
}
.social-title {
    font-size: 16px;
    line-height: 22px;
}
.ftr-social a {
    margin: 0 4px;
    line-height: 20px;
    width: 24px;
    height: 24px;
}
.ftr-social a img {
    max-height: 13px;
}
.ftr-social {
    padding-top: 10px;
    padding-bottom: 10px;
}
.copyright p {
    font-size: 15px;
    line-height: 20px;
}
.menu-copyright ul li {
    font-size: 15px;
}
.menu-copyright ul li::after {
    padding: 0 8px 0 8px;
}
.copyright-sections {
    padding: 8px 10px 8px;
    margin-top: 15px;
}
#back-top-wrapper {display: none;}
.financial-advisors-contant {
    column-count: 2;
    padding-top: 20px;
    margin-left: -7px;
    margin-right: 10px;
}
section.accounting-solutions-tailored-section .heading-title {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 48px;
}
section.accounting-solutions-tailored-section {
    padding: 70px 0;
}
section.about-section {
    padding: 40px 0 40px;
}
section.about-section .financial-advisors-btns a.theme-btn.btn-white2 {
    min-width: 159px;
}
section.testimonials-section {
    padding: 40px 0;
}
.testimonial-slider {
    margin-top: 10px;
}
.start-icon img {
    max-width: 110px;
}
.start-icon {
    padding-bottom: 10px;
}
.client-logo figure {
    line-height: 44px;
    width: 46px;
    height: 46px;
}
.client-logo figure img {
    max-width: 28px !important;
	max-height: 28px;
}
.client-nm-text {
    padding-left: 10px;
}
.client-nm-text p {
    font-size: 15px;
    line-height: 18px;
}
.client-nm-text h6 {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 4px;
}
.client-say-box {
    padding: 20px 15px 65px;
}
.quote img {
    max-width: 20px;
}
.quote {
    bottom: 10px;
    right: 15px;
}
.client-dtl {
    bottom: 15px;
}
.testimonial-slider.owl-carousel {
    padding: 0 20px;
}
.ready-started {
    padding: 40px 20px;
    border-radius: 20px;
}
.ready-started::after {
    border-radius: 20px;
}
.ready-started .heading-title {
    margin-bottom: 10px;
}
.ready-started p {
    font-size: 16px;
}
section.blog-section .col-sm-8 {
    width: 100%;
}
section.blog-section .col-sm-4 {
    width: 100%;
}
section.blog-section {
    padding: 40px 0 20px;
}
.blog-row .col-sm-6 {
    padding: 15px;
}
.blog-info a {
    font-size: 16px;
    line-height: 20px;
}
.blog-content {
    padding-top: 15px;
}
.blog-content h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.blog-info {
    margin-bottom: 10px;
}
.contact-row {
    padding: 30px 10px 30px;
}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium {
    font-size: 15px!important;
    padding: 4px 15px 4px 10px!important;
    line-height: 22px;
    height: 46px;
}
.gform_wrapper textarea.medium {
    height: 94px !important;
}
.gform_wrapper .gfield {
    padding: 0 5px 15px;
}
.gform_body {
    margin: 0 -5px;
}
.form-hero {
    padding-top: 10px;
}
.form-hero input.button.gform_button {
    padding: 8px 22px !important;
    line-height: 22px !important;
    font-size: 16px !important;
    margin-top: 5px !important;
	box-shadow: none !important;
}
.modal.popup-form .modal-dialog {
    top: 60px;
    transform: none;
}
.modal.popup-form button.close {
    right: 15px;
    top: 15px;
    font-size: 16px;
    max-width: 35px;
}
.footer {
    padding-top: 35px;
}
.inner-banner>img {
    height: 260px !important;  
}
section.inner-banner .caption-absolute {
    top: 50%;
}
section.consultants-boasts-section .section-heading {
    padding-right: 0px;
}
section.consultants-boasts-section .consultants-boasts-img {
    margin: 0;
}
.consultants-boasts-img-text h3 strong {
    font-size: 60px;
    line-height: 80px;
}
.consultants-boasts-img-text h3 {
    font-size: 28px;
    line-height: 32px;
}
.consultants-boasts-img-text {
    border: 5px solid #ffffff;
    padding: 10px 20px 40px;
}
section.consultants-boasts-section {
    padding: 40px 0 20px;
}
section.got-questions-section {
    padding: 40px 0;
}
section.got-questions-section .section-heading p {
    font-size: 16px;
}
section.our-working-process-section {
    padding-top: 40px;
}
.our-working-process-box h3 {
    font-size: 18px;
}
.our-working-process-box figure img {
    max-width: 70px !important;
    max-height: 70px !important;
}
.our-working-process-box figure::before {
    width: 65px;
    height: 65px;
    right: 23px;
}
.our-working-process-box figure {
    margin-bottom: 10px;
}
.our-working-process-btns.text-center {
    padding-top: 10px;
}
section.consultants-boasts-section.acc-inn .consultants-boasts-img {
    margin: 0;
}
section.consultants-boasts-section.acc-inn ul.two-col h3 {
    font-size: 16px;
    line-height: 20px;
}
section.consultants-boasts-section.acc-inn ul.two-col p {
    font-size: 14px;
    line-height: 18px;
}
.consultants-boasts-li {
    padding: 0 5px;
}
section.not-only-businesses-section {
    padding-left: 15px;
}
section.accounting-services-section.services-business .accounting-services-top-row .heading-title {
    margin-bottom: 20px;
}
section.consultants-boasts-section.acc-inn ul.two-col li {
    padding: 5px;
    margin: 0;
}
section.consultants-boasts-section.acc-inn ul.two-col {
    margin: 0 -5px;
}
.blog-section-top {
    padding: 40px 0 30px;
}
.blog-left-dtl figure {
    margin-bottom: 10px;
}
.blog-date {
    font-size: 15px;
    padding-bottom: 4px;
}
.blog-left-dtl h3 {
    font-size: 20px;
    line-height: 30px;
}
.blog-section-top .col-sm-8 {
    width: 80%;
    padding-top: 0px;
}
.blog-section-tab {
    margin: 0;
    padding: 40px 0px;
}
.blog-content-text h3 {
    font-size: 20px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    line-height: 26px;
}
.blog-content-text ul li {
    margin: 0 40px 0 0;
    font-size: 16px;
}
.blog-content-text ul li img {
    margin-right: 4px;
    margin-top: -5px;
    max-width: 16px;
    max-height: 14px;
}
.blog-content-text ul {
    margin: 0 0 15px;
}
.categorie-list h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.categorie-list ul li {
    padding: 6px 10px 6px 0;
    font-size: 15px;
    line-height: 24px;
}
.categorie-list {
    margin: 0 0 20px;
}   
.nav-next a, .nav-previous a {
    font-size: 16px;
    padding: 11px 18px;
}
.blog-right-like span a {
    font-size: 14px;
}
.single-post .blog-content-text h2 { 
    padding-bottom: 12px; 
}
div#respond {
    padding: 15px 0 0;
}
.comment-respond p label {
    font-size: 16px !important;
    line-height: 26px;
}
#commentform textarea {
    height: 65px !important;
}
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea {
    font-size: 16px !important;
    padding: 8px 10px !important;
    height: 45px;
}
#commentform #submit {
    font-size: 16px;
    padding: 12px 25px;
    width: auto;
}
.blog-list-right {
    padding: 0 0 0 0px;
}
.comment-respond .comment-reply-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}
.navbar-collapse ul > li > a {
    font-size: 14px;
    padding: 8px 20px; 
} 
.page-template-template-about .footer{
    padding-top: 20px;
}
section.default-section {
    padding: 35px 0;
}
h1 {font-size: 30px;line-height: 36px;}
h2 {font-size: 28px;line-height: 34px;}
h3 {font-size: 26px;line-height: 32px;}
h4 {font-size: 24px;line-height: 30px;}
h5 {font-size: 22px;line-height: 28px;}
h6 {font-size: 20px;line-height: 26px;}
.blog-colum-one { 
    padding: 24px 0; 
}
.blog-content-text p {
    font-size: 16px;
    line-height: 24px; 
}
.right-work-input .form-control {
    font-size: 15px;
    width: 275px;
    height: 44px;
    float: right;
}
button.buttons {
    height: 45px;
    width: 50px; 
    background-size: 75%;
}
section.blog-post-col {
    padding: 30px 0; 
}
.nav-next a, .nav-previous a {
    font-size: 14px; 
	padding: 10px 18px
}
#commentform #submit {
    font-size: 14px;
    padding: 10px 25px; 
}
.blog-colum-one.blog-colum-tex .blog-content-text h2 {
    font-size: 26px;
    line-height: 30px;
}
}
@media(max-width:1023px){
.accounting-services-row .col-sm-3{width: 33.33%;}


}
@media(max-width:991px){
.our-working-process-row .col-sm-3 {
    width: 33.33%;
}
h1 {font-size: 28px;line-height: 34px;}
h2 {font-size: 26px;line-height: 32px;}
h3 {font-size: 24px;line-height: 30px;}
h4 {font-size: 22px;line-height: 28px;}
h5 {font-size: 20px;line-height: 26px;}
h6 {font-size: 18px;line-height: 24px;}


}
@media(max-width:900px){
.ready-started {
    padding: 40px 20px;
    border-radius: 20px;
    display: block;
    text-align: center;
}
section.ready-started-section .section-heading {
    width: 100%;
    padding-right: 0;
}
.ready-started-btns {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.blog-colum-one .col-sm-8 {
    width: 100%;
}
.blog-colum-one .col-sm-4 {
    width: 100%;
    padding-top: 30px;
}


}
@media(max-width:812px){
.form-hero .gform_wrapper select { 
    line-height: 35px !important;
}
.home-banner .col-sm-8 {
    width: 100%;
}
.banner-title {
    margin-bottom: 10px;
    line-height: 15px;
    font-size: 25px;
}
.banner-count p {
    font-size: 16px;
}
a.theme-btn {
    padding: 8px 17px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #6fd2f7;
}
.banner-btns {
    padding-top: 10px;
}
.home-banner {
    padding: 50px 0 40px;
}
.home-banner::before {
    background-size: 100% 100%;
}
.top-logo img {
    max-width: 180px;
}
.heading-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height:30px;
}
.heading-sub-title {
    font-size: 18px;
    margin-bottom: 6px;
    line-height: 20px;
}
p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}
.logo-list ul li figure img {
    max-width: 110px !important;
    max-height: 35px !important;
}
.accounting-services-box figure img {
    max-width: 40px !important;
    max-height: 46px!important;
}
.accounting-services-box h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 7px;
}
.accounting-services-box a.read-more {
    font-size: 13px;
    margin-top: 0;
}
.accounting-services-box {
    padding: 15px 15px;
}
.accounting-services-btns.text-center {
    padding-top: 15px;
}
.accounting-services-row {
    padding-top: 10px;
}
section.accounting-services-section {
    padding: 20px 0 30px;
}
.copyright-sections .col-sm-6 {
    width: 100%;
    text-align: center;
}
.copyright-sections .col-sm-6:first-child {
    order: 2;
}
.copyright-sections .col-sm-6:last-child {
    order: 1;
}
.menu-copyright {
    float: none;
}
.menu-copyright ul li {
    font-size: 15px;
    line-height: 20px;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 5px 0 8px;
}
.menu-copyright ul li::after {display: none;}
.copyright {
    padding-top: 7px;
}
.copyright-sections {
    padding: 8px 10px 11px;
    margin-top: 15px;
}
.financial-advisors-contant-box:nth-child(3) .financial-advisors-box {
    margin-top: 0;
}
.financial-advisors-box figure img {
    max-width: 48px !important;
    max-height: 50px !important;
}
.financial-advisors-box h3 {
    font-size: 16px;
    line-height: 20px;
}
.financial-advisors-box a.read-more {
    font-size: 13px;
}
.financial-advisors-contant-box {
    width: 104%;
    padding: 5px;
}
.financial-advisors-contant {
    column-count: 2;
    padding-top: 20px;
    margin-left: -7px;
    margin-right: 8px;
}
section.accounting-solutions-tailored-section .heading-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
}
section.about-section {
    padding: 40px 0 40px;
    background: #eff2f9 !important;
}
section.about-section .col-sm-6 {
    width: 100%;
}
section.about-section .heading-title br {
    display: none;
}
section.about-section .financial-advisors-btns a.theme-btn.btn-white2 {
    min-width: auto;
}
.start-icon img {
    max-width: 90px;
}
.start-icon {
    padding-bottom: 5px;
}
.client-logo figure {
    line-height: 37px;
    width: 40px;
    height: 40px;
}
.client-logo figure img {
    max-width: 25px !important;
	max-height: 25px;
}
.client-nm-text h6 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 2px;
}
.client-nm-text p {
    font-size: 13px;
    line-height: 16px;
}
.client-say-box {
    padding: 13px 15px 55px;
}
.client-say-box {
    padding: 13px 15px 55px;
}
.ready-started p {
    font-size: 14px;
}
.ready-started {
    padding: 30px 10px;
    border-radius: 20px;
}
section.blog-section {
    padding: 30px 0 20px;
}
.blog-info a {
    font-size: 14px;
    line-height: 18px;
}
.blog-content h3 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 7px;
}
.blog-info {
    margin-bottom: 7px;
}
.blog-content {
    padding-top: 10px;
}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium {
    font-size: 14px!important;
    padding: 4px 15px 4px 10px!important;
    line-height: 22px;
    height: 42px;
}
.form-hero input.button.gform_button {
    padding: 6px 18px !important;
    line-height: 20px !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    border: 1px solid #6fd2f7 !important;
}
.our-process-box h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}
.counter {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
}
.our-process-box a.read-more {
    font-size: 13px;
    line-height: 0px;
}
.our-process-box a.read-more img {
    padding-top: 1px;
    max-width: 21px;
}
.newsletter-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.newsletter-form .medium {
    padding: 8px 100px 8px 10px !important;
    line-height: 23px !important;
    font-size: 13px !important;
    height: 40px !important;
    border: 1px solid #6fd2f7 !important;  
}
.newsletter-form input.button.gform_button {
    line-height: 20px !important;
    padding: 9px 18px !important;
    font-size: 14px !important;
}
.inner-banner>img {
    height: 200px !important;
}
.consultants-boasts-img-text h3 strong {
    font-size: 40px;
    line-height: 60px;
}
.consultants-boasts-img-text h3 {
    font-size: 22px;
    line-height: 26px;
}
.consultants-boasts-img-text {
    border: 5px solid #ffffff;
    padding: 2px 15px 30px;
}
section.got-questions-section .section-heading p {
    font-size: 15px;
}
section.about-section.inn {
    background: #e7ebf3;
}
.accounting-services-row.services-inn .accounting-services-box {
    padding: 13px 15px;
}
.our-working-process-box figure img {
    max-width: 60px !important;
    max-height: 60px !important;
}
.our-working-process-box figure::before {
    width: 55px;
    height: 55px;
    right: 20px;
}
.our-working-process-box h3 {
    font-size: 16px;
}
.heading-title br {
    display: none;
}
.blog-section-top .col-sm-8 {
    width: 100%;
}

.blog-date {
    font-size: 14px;
    padding-bottom: 3px;
}
.blog-left-dtl h3 {
    font-size: 18px;
    line-height: 22px;
}
.blog-content-text h3 {
    font-size: 18px;
    margin-bottom: 9px;
    padding-bottom: 10px;
    line-height: 24px;
}
.blog-content-text ul li {
    margin: 0 40px 0 0;
    font-size: 14px;
}
.blog-content-text ul li img {
    margin-right: 4px;
    margin-top: -5px;
    max-width: 15px;
    max-height: 13px;
}
.nav-next a, .nav-previous a {
    font-size: 14px;
    padding: 9px 15px;
}
.comment-respond .comment-reply-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.comment-respond p label {
    font-size: 14px !important;
    line-height: 22px;
}
#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea {
    font-size: 14px !important;
    padding: 8px 10px !important;
    height: 40px;
}
#commentform #submit {
    font-size: 14px;
    padding: 10px 20px;
    width: auto;
}   
.categorie-list h3 {
    font-size: 18px;
    margin-bottom: 0px;
}
.categorie-list ul li {
    padding: 5px 10px 5px 0;
    font-size: 14px;
    line-height: 21px;
}
.blog-right-like h4 {
    font-size: 16px;
    margin-bottom: 11px;
    line-height: 24px;
}
.blog-right-like span a {
    font-size: 14px;
}
h1 {font-size: 24px;line-height: 30px;}
h2 {font-size: 22px;line-height: 28px;}
h3 {font-size: 20px;line-height: 26px;}
h4 {font-size: 18px;line-height: 24px;}
h5 {font-size: 17px;line-height: 23px;}
h6 {font-size: 16px;line-height: 22px;}
ul li, ol li {
    font-size: 14px;
    line-height: 20px;
}
.blog-content-text p {
    font-size: 14px;
    line-height: 20px;
}



}
@media(max-width:767px){
	.categorie-list {
    margin: 0 0 12px;
}
.blog-list-right {
    margin-top: 20px;
}
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev {
    height: 18px;
    width: 10px;
    position: relative;
    top: auto;
    bottom: 0;
    transform: none;
}
.owl-nav {
    text-align: center;
    padding-top: 15px;
}
.testimonial-slider.owl-carousel .owl-nav .owl-next {
    right: -10px;
    background-size: 10px;
}
.testimonial-slider.owl-carousel .owl-nav .owl-prev {
    left: -10px;
    background-size: 10px;
}
.testimonial-slider.owl-carousel {
    padding: 0;
}
.our-process-row .col-sm-4 {
    padding: 15px;
    width: 50%;
}
.accounting-services-row .col-sm-3 {
    width: 50%;
}
.blog-row .col-sm-6:nth-child(even) {
    padding-top: 5px;
}
section.about-section { 
    border-bottom: 1px solid #fff;
}
.ports-categories {
    display: inline-block; 
    width: 100%;
}
.ports-categories {
    text-align: center;
}
.right-work-input .form-control {
    font-size: 14px;
    width: 100%; 
    float: none;
}
.ports-categories ul li:first-child {
    padding-left: 11px;
}
.right-work-input {
    width: 100%;
    margin: auto;
}
.blog-colum-one {
    padding: 15px 0;
}.blog-content-text ul {
    margin: 0 0 8px;
}
.blog-content-text p { 
    margin-bottom: 15px;
}
.blog-colum-one.blog-colum-tex .blog-content-text h2 {
    font-size: 24px;
    line-height: 28px;
}
.addtoany_list.a2a_kit_size_32 a { 
    font-size: 14px!important; 
}
}
@media(max-width:700px){
.logo-list ul li {
    padding: 8px;
    width: 33.33%;
}
.accounting-services-row .col-sm-4 {
    width: 50%;
}
.blog-row .col-sm-6 {
    padding: 15px;
    width: 100%;
}
section.consultants-boasts-section .col-sm-6 {
    width: 100%;
    padding: 5px 15px;
}
.our-working-process-row .col-sm-3 {
    width: 50%;
}
.consultants-boasts-li {
    padding: 5px;
}
section.not-only-businesses-section .col-sm-6 {
    width: 100%;
}
section.not-only-businesses-section .section-heading {
    padding: 30px 15px;
}
section.not-only-businesses-section {
    padding-left: 0;
}


}
 
@media(max-width:575px){
	.blog-colum-one.blog-colum-tex .blog-content-text h2 {
    font-size: 20px;
    line-height: 24px;
}
.single-post .blog-content-text h2 {
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.blog-content-text figure {
    margin-bottom: 15px;
}
	.blog-section-top {
    padding: 30px 0 30px;
}
section.blog-post-col {
    padding: 20px 0 30px 0px;
}
.ports-categories ul li { 
    font-size: 15px;
}
.ports-categories ul li { 
    padding: 0 6px;
}
.ports-categories ul li:first-child {
    padding-left: 6px;
}
button.buttons {
    height: 40px;
    width: 45px;
    background-size: 72%;
}
.right-work-input .form-control { 
    padding: 8px 48px 8px 10px;
height: 40px;
padding: 4px 48px 4px 10px;	
}
.addtoany_list.a2a_kit_size_32 a {
    color: #525353 !important;
    font-size: 14px!important; 
}

.logo-list ul li figure img{
	width: auto !important;
}
.banner-title {
    margin-bottom: 10px;
    line-height: 15px;
    font-size: 15px;
}
.home-banner {
    padding: 40px 0 40px;
}
.banner-count p {
    font-size: 14px;
}
.heaer-top .col-sm-3 {
    width: 100%; 
}
.header-section.sticky .top-btns{
	display:none;
}
.heaer-top .col-sm-9 {
    width: 100%;
    text-align: center;
    position: static;
    padding: 0;
}
.header-bottom {
    padding-right: 0;
    position: static;
    justify-content: center;
}
.top-btns {
    padding-left: 0;
    width: 100%;
}
.top-btns  a.theme-btn.btn-white {
    width: 100%;
    border-radius: 0;
    background: #6fd2f7;
}
.top-btns  a.theme-btn.btn-white:hover {
    background: #0070b1;
}
.header-section {
    padding: 0;
}
.top-logo {
    padding: 10px 0;
}
.financial-advisors-contant {
    column-count: 1;
    padding-top: 10px;
    margin-left: 0;
    margin-right: 0;
}
.financial-advisors-contant-box {
    width: 100%;
    padding: 5px;
}
.financial-advisors-contant-box:nth-child(even) .financial-advisors-box {
    background-color: #024d78;
}
.financial-advisors-contant-box:nth-child(3) .financial-advisors-box {
    background-color: #0070b1;
}
section.accounting-solutions-tailored-section .heading-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
}
section.accounting-solutions-tailored-section {
    padding: 45px 0;
}
a.theme-btn {
    padding: 7px 14px;
    line-height: 16px;
    font-size: 13px;
}
.heading-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
}
.heading-sub-title {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 18px;
}   
.gform_wrapper .gfield.gfield--width-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.our-process-row .col-sm-4 {
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #000;
}
.our-process-row .col-sm-4:last-child {
    border-bottom: none;
}
.blog-content-text ul li {
    margin: 0px 8px 0 0;
    font-size: 13px;
}
.logo-list ul li {
    padding: 0px 1%;
    width: 50%;
}
.logo-list ul li figure {
    padding: 10px;
    border: 1px solid #eeebeb;
    min-height: 50px;
}
.logo-list ul li figure img {
    max-width: 105px !important;
    max-height: 28px !important;
}
.page-template-template-about .footer{
    padding-top: 10px;
}

}
@media(max-width:525px){
.accounting-services-row .col-sm-3 {
    width: 100%;
    border-bottom: 1px solid #024d78;
}
.our-working-process-row .col-sm-3 {
    width: 100%;
    border-bottom: 1px solid #024d78;
}
.our-working-process-row .col-sm-3:last-child {
    border-bottom: none;
}





}
@media(max-width:480px){
.accounting-services-row .col-sm-4 {
    width: 100%;
}




}
@media(max-width:420px){

.blog-content h3 br {
    display: none;
}



}

/* For larger screens */
@media (min-width: 1200px) {
    .responsive-logo {
        max-height: 150px; /* Maximum height for large screens */
    }
}

/* For medium screens */
@media (min-width: 768px) and (max-width: 1199px) {
    .responsive-logo {
        max-height: 120px; /* Slightly smaller for medium screens */
    }
}

/* For small screens */
@media (max-width: 767px) {
    .responsive-logo {
        max-height: 100px; /* Reduce size further for smaller screens */
    }
}

/* For very small screens */
@media (max-width: 480px) {
    .responsive-logo {
        max-height: 80px; /* Smaller height for tiny screens */
    }
}