@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Anton&family=Archivo:ital,wght@0,100..900;1,100..900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'ivy';
    src: url(../fonts/ivy.otf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'ivy';
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px;
}

h2 {
    font-family: 'ivy';
    font-size: 55px;
    line-height: 60px;
    color: #212121;
    font-weight: 500;
    margin: 0 0 30px;
    text-transform: capitalize;
}


h3 {
    font-family: 'ivy';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #949494;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
}


select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Header Start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.theme-btn-1 {
    background: #7393B3;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #7592b3;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.menuSec {
    padding: 20px 0;
}

.header-logo a img {
    width: 80%;
}
.banner_text ul {
    display: flex
;
    align-items: center;
    gap: 30px;
    margin-top: 45px;
}



/* Header Ends */

/* Banner Start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.theme-btn-1.chg {
    background: none;
    border: 1px solid #7393B3;
    color: #fff;
}

.menusec-button a {
    padding: 15px 10px !important;
}


.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: end;
    bottom: 140px;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner-annually-box {
    border: 1px solid #7393B3;
    border-radius: 10px;
    padding: 50px 30px;
    text-transform: uppercase;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.banner-annually-box.chg {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.banner-annually-box.chg * {
    color: #fff;
}

section.main_slider {
    position: relative;
}

.main-number h2 {
    margin-bottom: 0;
    font-size: 335px;
    color: transparent;
    -webkit-text-stroke: 2px #7592b3;
    line-height: 200px;
}

.main-number {
    position: absolute;
    top: 18%;
    z-index: 1;
}

.banner_text {
    position: relative;
    z-index: 9;
}

.banner-annually-box span {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.banner-annually-box h2 {
    color: #fff;
    font-size: 46px;
    margin-bottom: 5px;
}

.banner-annually-box p {
    color: #fff;
    margin-top: 50px;
    font-size: 14px;
}

.banner-box-row .col {
    padding: 0;
}

.banner-annually-box.chg {
    background: #7393B3;
}


/* Banner End */

/*Discover Ultimate Financail Start*/

.discover-ultimate-financail-sec {
    padding: 100px 0;
}

.discover-ultimate-financail-heading h2 {
    margin-bottom: 20px;
}

.discover-ultimate-financail-heading {
    text-align: center;
}

.discover-ultimate-financail-heading h2 span {
    display: block;
}

.discover-ultimate-financail-heading p {
    width: 60%;
    margin: 0 auto;
}

section.main_slider:after {
    content: "";
    position: absolute;
    background: #ffff;
    width: 100%;
    height: 50px;
    z-index: 9;
    bottom: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.discover-ultimate-financail-box h2 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 40px;
}

.discover-ultimate-financail-box span img {
    width: 95px;
    height: 95px;
    margin-bottom: 15px;
}

.discover-ultimate-financail-box {
    border: 1px solid #ebebeb;
    padding: 40px 30px;
    margin-top: 35px;
    border-radius: 10px;
}

.discover-ultimate-financail-box p {
    margin-bottom: 0;
    position: relative;
}

.discover-ultimate-financail-box p:before {
    content: "";
    position: absolute;
    background: #7393B3;
    width: 100px;
    height: 4px;
    top: -20px;
}

/*Discover Ultimate Financail Ends*/

/*About Us Start*/

.about-us-text {
    margin-left: 35px;
    margin-top: 25px;
}

.about-us-images img {
    width: 100%;
    height: 685px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #00000052;
}

.about-us-text h2 {
    margin-bottom: 25px;
}

.about-us-text h2 {
    margin-bottom: 18px;
}

.about-us-text ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 45px;
}

.theme-btn-1.colour {
    background: none;
    border: 1px solid #7393B3;
    color: #7393B3;
}

.about-us-sec {
    position: relative;
    margin-bottom: 150px;
}

.about-us-our-mission-box ul {
    display: flex;
    align-items: center;
}

.about-us-our-mission-box ul li h2 {
    font-size: 38px;
    margin-bottom: 5px;
    color: #fff;
}


.about-us-our-mission-box ul li p {
    color: #fff;
    margin-bottom: 0;
}

.about-us-our-mission-box ul li img {
    width: 1200px;
    height: 218px;
    object-fit: cover;
    border-radius: 5px;
}

.about-us-our-mission-box {
    background: #7393B3;
    width: 75%;
    padding: 25px 50px 25px 25px;
    right: 0;
    position: absolute;
    bottom: -60px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 999;
}

.about-us-our-mission-box ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

/*About Us Ends */


/*Simplifying Taxes Start*/

.simplifying-taxes-sec {
    background: #f2f5f1;
    padding: 80px 0;
}

.simplifying-taxes-heading p {
    margin-bottom: 0;
}

.simplifying-taxes-box {
    margin-top: 50px;
    position: relative;
}

.simplifying-taxes-heading {
    background: #fff;
    position: absolute;
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 15px;
    bottom: 12px;
}

.simplifying-taxes-box img {
    width: 306px;
    height: 442px;
    object-fit: cover;
    border-radius: 10px;
}

.simplifying-taxes-heading h2 {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 30px;
    color: #212121;
    font-weight: 500;
}

.simplifying-taxes-heading a {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    background: #7393B3;
    height: 40px;
    margin-top: 15px;
    padding: 0 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.simplifying-taxes-main-heading h2 {
    margin-bottom: 0;
}

.simplifying-taxes-main-heading p {
    margin-bottom: 0;
}

/*Simplifying Taxes Ends*/


/*Counter Start*/

.counter-sec {
    padding: 100px 0;
    background: #7393B3;
    border-radius: 20px;
}

.counter-number h2 {
    color: #fff;
    font-size: 70px;
    margin-bottom: 25px;
}
.counter-number p {
    font-size: 13px;
    width: 70%;
    line-height: 25px;
    margin-bottom: 0;
    color: #fff;
}

.counter-number {
    position: relative;
    padding: 10px 0;
}

.counter-number.chg:before {
    display: none;
}

.counter-number:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, #000, transparent);
    width: 2px;
    height: 100%;
    right: 30px;
}

.counter-main-images {
    text-align: center;
    margin-top: 50px;
}

.counter-main-images img {
    width: 1102px;
    height: 248px;
    object-fit: contain;
}


/*Counter Ends*/

/*Frequently Asked Question Start*/


.frequently-asked-question-images {
    position: relative;
}

.frequently-asked-question-shape {
    position: absolute;
    bottom: -50px;
    z-index: 999;
    right: 0;
    background: #7393B3;
    height: 380px;
    border-radius: 10px;
}

.frequently-asked-question-sec {
    padding: 120px 0;
}

.frequently-asked-question-images img {
    width: 85%;
    height: 615px;
    object-fit: cover;
    border-radius: 15px;
}

.frequently-asked-question-shape img {
    width: 290px;
    height: 197px;
    object-fit: cover;
}

.frequently-asked-question-shape {
    position: absolute;
    bottom: -50px;
    z-index: 999;
    right: 0;
}

.frequently-asked-question-heading h2 {
    margin-bottom: 20px;
}

.accordion-button {
    padding: 25px 20px;
    font-size: 22px;
    line-height: 30px;
}

.accordion-body p {
    margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: inherit !important;
    box-shadow: inherit !important;
}

.accordion-item {
    border: 1px solid #e6e6e6;
}

.accordion-body {
    border-top: 1px solid #e6e6e6;
    margin: 0px 15px;
    padding: 20px 0px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.frequently-asked-question-heading {
    margin-bottom: 30px;
}

.accordion-button::after {
    content: '\f067';
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(0deg);
    background-image: inherit !important;
    color: #4e4e4e;
    font-size: 18px;
}

.accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/*Frequently Asked Question Ends*/

/*Testimonials Start*/

.testimonials-sec {
    background: #f2f5f1;
    padding: 80px 0;
    border-radius: 20px;
}

.testimonials-heading {
    text-align: center;
}

.testimonials-heading p {
    width: 50%;
    margin: 0 auto;
}

.testimonials-heading h2 {
    margin-bottom: 15px;
}

.testimonials-silder-items-text ul li img {
    width: 150px;
    height: 48px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(60%) sepia(12%) saturate(1038%) hue-rotate(169deg) brightness(93%) contrast(82%);
}
.testimonials-silder-items-text ul li h3 {
    margin-bottom: 0;
    font-size: 16px;
    color: #fd8f00;
    display: flex;
    align-items: center;
    gap: 4px;
}

.testimonials-row {
    margin-top: 25px;
}


.testimonials-silder-items-text {
    background: #ffff;
    padding: 50px 50px;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #00000024;
    height: 200px;
}



.testimonials-silder-items-text ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.testimonials-silder-items-images img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.testimonials-silder-items-images {
    margin-top: -50px;
    float: right;
    margin-right: 30px;
}

.testimonials-silder-items-heading h2 {
    font-size: 18px;
    color: #212121;
    margin-bottom: -5px;
    line-height: 30px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

.testimonials-silder-items-heading span {
    color: #212121;
    font-size: 12px;
    font-weight: 600;
}

.testimonials-silder-items-heading {
    margin-top: 20px;
}

.testimonials-silder .slick-active {
    opacity: 1.5;
}

.testimonials-silder .slick-slide {
    margin: 10px 20px;
}

.testimonials-silder .slick-next:before {
    content: '\f178';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #212121;
    border-radius: 50%;
}

.testimonials-silder .slick-next {
    right: -20px;
}

.testimonials-silder .slick-prev:before {
    content: '\f177';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: #212121;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #212121;
    border-radius: 50%;
}

.testimonials-silder .slick-prev {
    left: -40px;
}

.testimonials-silder .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.testimonials-silder .slick-prev {

    top: 35%;

}

.testimonials-silder .slick-next {
    top: 35%;
}

/*Testimonials Ends*/

/*Get In Touch Start*/

.get-in-touch-sec {
    padding: 80px 0;
}

.get-in-touch-heading {
    text-align: center;
}

.get-in-touch-heading h2 {
    margin-bottom: 15px;
}

.get-in-touch-heading p {
    width: 50%;
    margin: 0 auto;
}
.get-in-touch-input p {
    width: 100%;
}
.get-in-touch-input input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    background: #fafafa;
    font-weight: 500;
    color: #787878;
}

.get-in-touch-input input::placeholder {
    font-weight: 500;
    color: #787878;
}

.get-in-touch-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.get-in-touch-input-icon {
    position: absolute;
    right: 18px;
    color: #7393B3;
    font-size: 20px;
}

.get-in-touch-input textarea {
    width: 100%;
    height: 150px;
    padding: 15px 15px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    background: #fafafa;
    font-weight: 500;
    color: #787878;
    resize: none;
}

.get-in-touch-button {
    text-align: center;
    margin-top: 20px;
}

.get-in-touch-button button {
    border: none;
}

.get-in-touch-input-icon.testimonials {
    top: 18px;
}

.get-in-touch-input textarea::placeholder {
    font-weight: 500;
    color: #787878;
}

/*Get In Touch Ends*/


/*Footer Start*/


.footer-main-sec {
    background: #212121;
    padding-top: 60px;
}


.footer-main-logo p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.footer-main-logo a img {
    width: 177px;
    height: 58px;
    object-fit: contain;
    margin-bottom: 15px;
}

.footer-main-logo ul li a {
    color: #7e7e7e;
    border: 1px solid #7e7e7e;
    display: flex;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 16px;
}

.footer-main-logo ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.footer-main-logo ul li a:hover {
    background: #7393B3;
    transition: 0.5s;
    color: #000;
}

.footer-main-sec h2 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    background: #7393B3;
    padding: 12px 40px;
    position: relative;
    z-index: 9;
}


.footer-main-logo {
    padding: 55px 0px 55px 30px;
}

.ftr-quick-links-box ul li a {
    font-size: 13px;
    font-weight: 600;
    color: #7a7a7a;
    text-transform: capitalize;
}

.ftr-quick-links-box ul {
    line-height: 40px;
    padding-left: 40px;
}

.footer-main-sec .col {
    padding: 0;
}

.ftr-contact-info-box ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    gap: 13px;
}

.ftr-contact-info-box ul li a i {
    font-size: 18px;
    color: #fff;
}

.ftr-contact-info-box ul li a {
    color: #6e6e6e;
    font-weight: 600;
    font-size: 14px;
}

.footer-link-row {
    margin-left: 70px;
}

.ftr-contact-info-box ul {
    padding-left: 40px;
    padding-right: 30px;
}

.ftr-quick-links-box {
    position: relative;
    padding-bottom: 60px;
}

.ftr-contact-info-box {
    position: relative;
    padding-bottom: 83px;
}

.footer-main-sec .row.chg {
    border: 1px solid #393939;
    border-radius: 2px;
}

.ftr-quick-links-box:before {
    content: "";
    position: absolute;
    background: #383838;
    width: 1px;
    height: 100%;
    z-index: 0;
}

.ftr-contact-info-box:before {
    content: "";
    position: absolute;
    background: #383838;
    width: 1px;
    height: 100%;
    z-index: 0;
}

.footer-copy-right-sec {
    text-align: center;
    padding: 20px 0;
}

.footer-copy-right-sec p {
    margin-bottom: 0;
}

.footer-copy-right-sec p {
    color: #747474;
}


/*Footer Ends*/

/*Inner About Us Start*/

.inner-banner-sec {
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 350px;
    background-size: cover;
    display: flex;
    align-items: center;
}
.inner-banner-sec h2 {
    margin-bottom: 0;
    color: #fff;
}
.about-us-sec.inner {
    padding: 100px 0 !important;
    margin-bottom: 0 !important;
}

.inner-about-us-row-bottom {
    margin-top: 50px;
}

/*Inner About Us Ends*/

/*Inner Services Start*/

.simplifying-taxes-sec.inner {
    background: none !important;
    padding: 50px 0 100px;
}
.simplifying-taxes-heading strong {
    font-size: 14px;
    display: block;
    color: #7592b3;
}
.simplifying-taxes-heading span {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}
.services-detail-text h2 {
    margin-bottom: 10px;
}
.services-detail-text span {
    display: block;
}



/*Inner Services Ends*/

/*Inner Services Detail Start*/

.services-detail-sec {
    padding: 100px 0;
}
.services-detail-images img {
    width: 100%;
    height: 760px;
    object-fit: cover;
    border-radius: 10px;
}
.services-detail-bottom-row {
    margin-top: 30px;
}
.services-detail-text {
    margin-left: 5px;
}
.services-detail-text h2 {
    margin-bottom: 12px;
    text-transform: capitalize;
}
.services-detail-text span {
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}
.services-detail-button {
    margin-top: 30px;
}


/*Inner Services Detail Ends */

/*Inner Testimonials Start*/

.inner-testimonials-sec {
    padding: 100px 0;
}
/*Inner Testimonials Ends*/


/* Inner Faqs Start*/


section.faqs-main {
    padding: 100px 0;
}
.faq-heading p {
    width: 80%;
    margin: 0 auto;
}
.gorilla-content .accordion-button.collapsed {
    padding: 22px 22px;
    background-color: #7592b3;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    border-radius: 0px !important;
    font-weight: 800;
    text-transform: capitalize;
    font-family: 'ivy';
}

.gorilla-content .accordion-button {
    color: #212121;
    font-size: 18px;
    padding: 22px 22px;
    line-height: 30px;
    font-weight: 800;
    border-radius: 0px !important;
        font-family: 'ivy';
    text-transform: capitalize;
    background: no-repeat;
}
.faq-heading h2 {
    color: #000;
}

.gorilla-content .gorrila-page-txt .color-red {
  color: #A60000;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 30px;
  }

.gorrila-page-txt ul {
    list-style: disc;
}
.gorrila-page-txt ul li{
   color: #000000;
   font-size: 14px;
   line-height: 23px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   margin-bottom: 15px;
   margin-left: 15px;
}
.gorrila-page-txt ul li::marker {
  color: #000;
}

.accordion-body.gorrila-page-txt {
    padding: 0px 10px 20px;
    background: #7791b3;
    border: unset !important;
    border-top: none;
}
.gorilla-content .accordion-item {
    margin-bottom: 20px;
    border: 2px solid #212121;
    background: #7592b3;
}
.accordion-button::after {
    content: "" !important;
    position: absolute !important;
    background-image: url(../images/plus.png) !important;
    width: 15px;
    height: 15px;
    right: 25px;
    background-size: cover;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png) !important;
}
.gorilla-content  .accordion-button:not(.collapsed){
  box-shadow: none;

  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.accordion-collapse.collapse {

  border-top: 0;
  border-radius: 0 0 10px 10px;

}


.gorilla-content  button:focus:not(:focus-visible){
  box-shadow: none;
}

.gorilla-content .accordion-button::after{
  content: '\f067';
  font-weight: 900;
  font-family: 'Font Awesome 5 free';
  background-image: none;

}

.accordion-button:not(.collapsed)::after{
  content: '\f068';
  font-weight: 900;
  font-family: 'Font Awesome 5 free';
}
.address {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
section.faqs-main p {
    font-family: 'Montserrat';
    color: #fff;
}
.accordion-item h2 {
    color: #fff;
}
.faq-heading.text-center {
    margin-bottom: 30px;
}
.faq-heading.text-center h3 span {
    display: block;
}
.faq-heading.text-center h3 {
    line-height: 60px;
}

/* Inner Faqs Ends*/


/*Inner Contact Us Start*/

.inner-contact-us-sec {
    padding: 100px 0;
}
.inner-contact-us-form button {
    border: none;
}
.inner-contact-us-form h2 {
    margin-bottom: 8px;
    text-transform: capitalize;
}

.inner-contact-us-form input {
    width: 100%;
    height: 60px;
    border: 2px solid #e1e1e1;
    padding: 0 15px;
    text-transform: uppercase;
    color: #9b9b9b;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.inner-contact-us-form input::placeholder {

    text-transform: uppercase;

    color: #9b9b9b;
    font-size: 15px;
}

.inner-contact-us-form textarea::placeholder {

    text-transform: uppercase;
  
    color: #9b9b9b;
    font-size: 15px;
}

.inner-contact-us-form textarea {
    width: 100%;
    height: 150px;
    border: 2px solid #e1e1e1;
    padding: 15px 15px;
    text-transform: uppercase;

    color: #9b9b9b;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    resize: none;
}
.inner-quick-contacts-boxs {
    background: #7592b3;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000045;
    height: 500px;
    margin-left: 20px;
}
.inner-contact-us-form form {
    margin-top: 25px;
}
.inner-quick-contacts-boxs h2 {
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #fff;
}

.inner-contact-us-form button {
    border: none;
}
.inner-quick-contacts-boxs p {
    width: 85%;
    color: #fff;
}



.inner-quick-contacts-boxs ul li a {
    display: flex
;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 500;
}

.inner-quick-contacts-boxs ul li a i {
    font-size: 20px;
}

.inner-quick-contacts-boxs ul li {
    margin-bottom: 50px;
    margin-top: 40px;
}

/*Inner Contact Us Ends*/


/*Inner Book Now Start*/

.book-now-input input {
    width: 100%;
    height: 55px;
    border: 1px solid #1b4941;
    border-radius: 10px;
    padding: 0px 20px;
    margin-bottom: 5%;
    background: transparent;
    color: #1a4941;
    font-weight: 600;
}
.book-now-input label {
    font-size: 18px;
    color: #000;
     font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.book-now-input {
    position: relative;
}
.book-now-input-icon {
    position: absolute;
    top: 50px;
    right: 25px;
}
.book-now-sec textarea {
    width: 100%;
    height: 170px;
    resize: none;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 3%;
    background: transparent;
    border: 1px solid #1a4941;
    color: #194941;
    font-weight: 600;
}
.book-now-button button {
    padding: 15px 45px;
    border: none;
}


.book-now-sec {
    padding: 80px 0;
}
.book-now-sec::before {
    content: "";
    position: absolute;
    background-image: url(../images/book-now-back.png);
    width: 100%;
    height: 150%;
    top: -50%;
    background-size: cover;
    z-index: -1;
}
.book-now-sec label {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.book-now-input input::placeholder {
       color: #1a4941;
           font-weight: 600;
}
.book-now-button {
    text-align: center;
}

.discover-ultimate-financail-sec.inner {
    padding: 70px 0 100px;
}

/*Inner Book Now End*/

html {overflow-x: hidden;}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){
      .menuSec ul li a {
        font-size: 8px;
    }
    .menusec-button a {
    font-size: 6px;
    padding: 10px 5px;
}
  .main-number h2 {
    font-size: 50px;
    line-height: 70px;
}
.main-banner-img {
    height: 510px;
}

.banner_text h1 {
    font-size: 40px;
    line-height: 50px;
}
.theme-btn-1 {
    font-size: 12px;
    padding: 10px;
}
.banner-annually-box {
    padding: 25px;
}

.banner-annually-box p {
    font-size: 12px;
    margin-top: 20px;
}
.main-number {
top: 6%;
}
.discover-ultimate-financail-sec {
    padding: 80px 0px;
}
.discover-ultimate-financail-heading h2 {
    font-size: 49px;
    line-height: 56px;
}
.discover-ultimate-financail-sec .col-md-4 {
    width: 50%;
}
.about-us-our-mission-box {
    width: 84%;
    padding: 25px 50px 25px 25px;
    right: 0;
    bottom: -111px;
}
.about-us-our-mission-box ul li p {
    font-size: 10px;
    line-height: 20px;
}
.about-us-text p {
    font-size: 11px;
    line-height: 21px;
}
.simplifying-taxes-main-heading h2 {
    font-size: 40px;
    line-height: 49px;
}

.simplifying-taxes-main-heading p {
    font-size: 12px;
    line-height: 22px;
}
.simplifying-taxes-row .col-md-3 {
    width: 50%;
}
.counter-number h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.counter-number p {
    width: 75%;
    font-size: 11px;
    line-height: 20px;
}
.frequently-asked-question-heading h2 {
    font-size: 30px;
    line-height: 41px;
}

.frequently-asked-question-heading p {
    font-size: 12px;
    line-height: 22px;
}
.frequently-asked-question-shape img {
    width: 290px;
    height: 347px;
}
.testimonials-silder-items-text {
    padding: 25px;
}

.testimonials-silder-items-text p {
    font-size: 12px;
    line-height: 22px;
}
footer .col-lg-3.col-md-3.col-12 {
    width: 80%;
}
footer .col-md-9{
width: 100%;    
}
.ftr-quick-links-box ul li a {
    font-size: 10px;
}
.ftr-contact-info-box ul li a {
    font-size: 10px;
}
.footer-link-row{
        margin-left: 0px !important;
}
.ftr-quick-links-box ul {
    padding-left: 12px;
}
.ftr-contact-info-box ul {
    padding: 0 17px;
}
.simplifying-taxes-sec.inner .col-md-3 {
    width: 50%;
}
.services-detail-text p {
    font-size: 12px;
    line-height: 22px;
}

.services-detail-text h2 {
    font-size: 30px;
    line-height: 40px;
}

.services-detail-bottom-row p {
    font-size: 12px;
    line-height: 22px;
}
.inner-quick-contacts-boxs {
    padding: 20px;
    height: 430px;
}

.inner-quick-contacts-boxs h2 {
    font-size: 30px;
    line-height: 30px;
}

.inner-quick-contacts-boxs p {
    font-size: 12px;
    line-height: 22px;
}

.inner-quick-contacts-boxs ul li a {
    font-size: 12px;
    line-height: 22px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    
    .menuSec ul li a {
        font-size: 8px;
    }
    .menusec-button a {
    font-size: 6px;
    padding: 10px 5px;
}
  .main-number h2 {
    font-size: 50px;
    line-height: 70px;
}
.main-banner-img {
    height: 510px;
}

.banner_text h1 {
    font-size: 40px;
    line-height: 50px;
}
.theme-btn-1 {
    font-size: 12px;
    padding: 10px;
}
.banner-annually-box {
    padding: 25px;
}

.banner-annually-box p {
    font-size: 12px;
    margin-top: 20px;
}
.main-number {
top: 6%;
}

.about-us-text .theme-btn-1 {
    font-size: 9px;
}


.discover-ultimate-financail-sec {
    padding: 80px 0px;
}
.discover-ultimate-financail-heading h2 {
    font-size: 49px;
    line-height: 56px;
}
.discover-ultimate-financail-sec .col-md-4 {
    width: 50%;
}
.about-us-our-mission-box {
    width: 84%;
    padding: 25px 50px 25px 25px;
    right: 0;
    bottom: -111px;
}
.about-us-our-mission-box ul li p {
    font-size: 10px;
    line-height: 20px;
}
.about-us-text p {
    font-size: 11px;
    line-height: 21px;
}
.simplifying-taxes-main-heading h2 {
    font-size: 40px;
    line-height: 49px;
}

.simplifying-taxes-main-heading p {
    font-size: 12px;
    line-height: 22px;
}
.simplifying-taxes-row .col-md-3 {
    width: 50%;
}
.counter-number h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.counter-number p {
    width: 75%;
    font-size: 11px;
    line-height: 20px;
}
.frequently-asked-question-heading h2 {
    font-size: 30px;
    line-height: 41px;
}

.frequently-asked-question-heading p {
    font-size: 12px;
    line-height: 22px;
}
.frequently-asked-question-shape img {
    width: 290px;
    height: 347px;
}
.testimonials-silder-items-text {
    padding: 25px;
}

.testimonials-silder-items-text p {
    font-size: 12px;
    line-height: 22px;
}
footer .col-lg-3.col-md-3.col-12 {
    width: 80%;
}
footer .col-md-9{
width: 100%;    
}
.ftr-quick-links-box ul li a {
    font-size: 10px;
}
.ftr-contact-info-box ul li a {
    font-size: 10px;
}
.footer-link-row{
        margin-left: 0px !important;
}
.ftr-quick-links-box ul {
    padding-left: 12px;
}
.ftr-contact-info-box ul {
    padding: 0 17px;
}
.simplifying-taxes-sec.inner .col-md-3 {
    width: 50%;
}
.services-detail-text p {
    font-size: 12px;
    line-height: 22px;
}

.services-detail-text h2 {
    font-size: 30px;
    line-height: 40px;
}

.services-detail-bottom-row p {
    font-size: 12px;
    line-height: 22px;
}
.inner-quick-contacts-boxs {
    padding: 20px;
    height: 430px;
}

.inner-quick-contacts-boxs h2 {
    font-size: 30px;
    line-height: 30px;
}

.inner-quick-contacts-boxs p {
    font-size: 12px;
    line-height: 22px;
}

.inner-quick-contacts-boxs ul li a {
    font-size: 12px;
    line-height: 22px;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){


.main-number h2 {
    font-size: 30px;
    line-height: 40px;
}

.menusec-button a {
          padding: 10px !important;
        font-size: 10px !important;
        margin: 0 0 0 auto;
        display: block;
        width: fit-content;
}
.header-logo a img {
    width: 34%;
} 
.main-banner-img {
    height: 550px;
    object-fit: cover;
}
.banner-annually-box {
    padding: 15px;
}

.banner-annually-box h2 {
    font-size: 20px;
    line-height: 20px;
}

.banner-annually-box p {
    font-size: 12px;
    margin-top: 10px;
}

.banner_text h1 {
    font-size: 24px;
    line-height: 35px;
}
.main-number {
    top: 5%;
}
.theme-btn-1 {
    padding: 10px;
    font-size: 10px;
}

.banner_text ul {
    margin-top: 20px;
    margin-bottom: 30px;
}
.footer-main-sec .col {
    width: 100%;
}

.discover-ultimate-financail-sec {
    padding: 40px 0px;
}

.discover-ultimate-financail-heading h2 {
    font-size: 30px;
    line-height: 36px;
}

.discover-ultimate-financail-heading p {
    font-size: 12px;
    width: 100%;
    line-height: 21px;
}
.about-us-our-mission-box {
    position: relative;
    width: 100%;
    padding: 20px;
}

.about-us-our-mission-box ul li h2 {
    font-size: 20px;
    line-height: 29px;
}

.about-us-our-mission-box ul li p {
    font-size: 12px;
    line-height: 21px;
}

.about-us-our-mission-box ul {
    display: block;
}
.about-us-images img {
    height: 310px;
    object-fit: cover;
}

.about-us-images.wow.fadeInLeft {
    margin-top: 90px;
}
.about-us-text {
    margin-left: 0;
}

.about-us-text p {
    font-size: 12px;
    line-height: 22px;
}
.about-us-text ul {
    gap: 10px;
}

.about-us-text ul li .theme-btn-1 {
    font-size: 9px;
}
.about-us-sec {
    margin-bottom: 80px;
}
.simplifying-taxes-main-heading h2 {
    font-size: 30px;
    line-height: 40px;
}

.simplifying-taxes-main-heading p {
    font-size: 12px;
    line-height: 22px;
}

.simplifying-taxes-box img {
    height: 320px;
    object-fit: cover;
}
.simplifying-taxes-heading h2 {
    font-size: 15px;
    line-height: 22px;
}
.counter-number h2 {
    font-size: 40px;
    line-height: 50px;
}

.counter-number p {
    font-size: 12px;
    line-height: 20px;
}
.counter-sec {
    padding: 40px 0px;
}

.counter-main-images img {
    height: 180px;
}
.frequently-asked-question-shape {
    position: relative;
}

.frequently-asked-question-images img {
    width: 100%;
    height: 400px;
}

.frequently-asked-question-sec {
    padding: 80px 0px;
}
.frequently-asked-question-heading h2 {
    font-size: 30px;
    line-height: 38px;
}

    .frequently-asked-question-heading p {
        font-size: 12px;
        line-height: 22px;
    }
    .frequently-asked-question-heading {
    margin-top: 80px !important;
}
.testimonials-heading p {
    width: 90%;
    font-size: 12px;
    line-height: 22px;
}
.testimonials-silder-items-text {
    padding: 25px;
}

.testimonials-silder-items-text p {
    font-size: 12px;
    line-height: 20px;
}
.testimonials-silder-items-images {
    margin-top: -10px;
}
.testimonials-silder .slick-prev:before {
    display: none;
}

.testimonials-silder .slick-next:before {
    display: none;
}
.testimonials-silder-items-heading h2 {
    font-size: 15px;
}
.testimonials-silder-items-heading h2 {
    font-size: 15px;
}

.get-in-touch-heading h2 {
    font-size: 30px;
    line-height: 30px;
}

.get-in-touch-heading p {
    font-size: 12px;
    width: 80%;
    line-height: 22px;
}
.footer-link-row {
    margin-left: 0 !important;
}
.footer-link-row .row {
    display: block;
}
.footer-main-logo {
    padding: 40px 0px 40px 20px;
}
.ftr-quick-links-box {
    padding-bottom: 20px;
}
.ftr-contact-info-box ul li a {
    font-size: 12px;
}
.ftr-quick-links-box ul {
    padding-left: 20px;
}
.footer-main-sec h2 {
    padding-left: 20px;
}
.ftr-contact-info-box ul {
    padding-left: 20px;
}
.testimonials-heading h2 {
    font-size: 40px;
    line-height: 40px;
}
.ftr-contact-info-box {
    padding-bottom: 50px;
}
.counter-number:before{
height: 74%;
}
.services-detail-text p {
    font-size: 12px;
    line-height: 22px;
}

.services-detail-text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
}
.services-detail-bottom-row p{
   font-size: 12px;
    line-height: 22px;   
}
.inner-contact-us-form h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.inner-contact-us-form h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.inner-quick-contacts-boxs h2 {
    font-size: 30px;
    line-height: 40px;
}

.inner-quick-contacts-boxs p {
    font-size: 12px;
    line-height: 22px;
}

.inner-quick-contacts-boxs ul li a span {
    font-size: 12px;
}

.inner-quick-contacts-boxs ul li a {
    font-size: 12px;
}
.inner-contact-us-form input {
    margin-bottom: 15px;
}
.slicknav_nav a:hover {
    background: #7393B3;
    color: #fff;
}
}



