@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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

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 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    color: #959595;
}


/***** Font Files *****/

@font-face {
    font-family: 'blender-font-one';
    src: url(../font/BlenderPro-Medium.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 4px 14px 4px 6px;
    border: unset;
    border-radius: 3px;
    color: #000000;
    z-index: 1;
    background: #5d9254;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'blender-font-one';
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 2px;
    background-color: #015243;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'blender-font-one';
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'blender-font-one';
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: 'blender-font-one';
    font-size: 21px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 10px;
}

h4 {
    font-family: 'blender-font-one';
    font-size: 22px;
    line-height: 1.2;
    color: #5d9254;
    font-weight: 600;
    margin: 0 0 3px;
}

h5 {
    font-family: 'blender-font-one';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'blender-font-one';
    font-size: 17px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 2px;
}

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 css start */

.menuSec {
    padding: 30px 0;
    background: #f2f2f2;
    position: relative;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.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;
    padding: 10px 16px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'blender-font-one';
    font-weight: 500;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.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: #015243;
}

.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 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;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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 [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    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;
    border: 1px solid #fff;
}

.carousel-caption {
    position: absolute;
    top: 0;
    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: center;
    background: rgba(0, 0, 0, 0.1);
}

.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: #4169e3;
    width: 12px;
    height: 12px;
}

.carousel-indicators {
    gap: 10px;
    left: unset;
    margin: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    top: 50%;
    height: 110px;
    right: 20px;
    transform: translate(0px, -50%);
}

.main_slider .carousel-control-prev,
.main_slider .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0;
    padding: 0;
    z-index: 1;
    width: 60px;
    opacity: 1;
    margin: auto;
    height: 60px;
    color: #fff;
    display: flex;
    background: none;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    background-color: #B8E509;
    transition: opacity 0.15s ease;
}

.main_slider .carousel-control-next {
    right: 5%;
}

.main_slider .carousel-control-prev {
    left: 8%;
}

/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */



.banner_vid-wrapper {
    position: relative;
}

/*.banner_vid-wrapper::before {
    content: "";
    position: absolute;
    background: var(--light-black);
     width: 0.5px;
    height: 312px; 
    width: 780px;
    height: 1px;
    right: 277px;
    margin: 0 auto;
    bottom: 43px;
}*/
span.dot-line.dot-line1.banner-line {
    margin: 30px 0 0px 180px !important;
    color: #717581;
    background: #717581;
}

.banner_vid h6 {
    font-size: 9px;
    text-transform: uppercase;
    color: var(--black-color);
    margin: 0;
}

.banner_vid {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.main-silder-socail-link {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 111;
    writing-mode: tb-rl;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1;
    background: #f2f2f2;
    width: 111px;
}

.main-silder-socail-link ul {
    position: relative;
    display: flex;
    margin: 0;
    margin-top: 200px;
}

/* 
.main-silder-socail-link ul:before {
    content: "";
    position: absolute;
    background: var(--light-black);
    width: 0.5px;
    height: 105px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -105px;
} */


/* .main-silder-socail-link ul:after {
    content: "";
    position: absolute;
    background: var(--light-black);
    width: 0.5px;
    height: 307px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -287px;
} */


.main-silder-socail-link ul li a {
    color: var(--light-black);
    font-size: 20px;
    margin-bottom: 20px;
    transition: 0.5s;
    border: 1px solid var(--light-black);
    border-radius: 50%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: transparent;
    border: 1px solid #00000030;
    color: #3e3e3e8c;
}

.main-silder-socail-link ul li a:hover {
    color: var(--black-color);
    border: 1px solid var(--black-color);
}

.main-silder-socail-link h2 {
    color: #010002;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 40px;
}

.banner_text {
    padding: 0 0 0 0px;
}

.banner_text p {
    font-size: 13px;
    font-weight: 500;
    width: 77%;
    margin: 10px 0 18px 0;
}

.btn-text-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-text {
    background: #fff;
    padding: 8px 13px;
    border-radius: 5px;
}

.banner-img img {
    width: 100%;
}

.header-btn-sd {
    display: flex;
    justify-content: end;
}

.menuSec:after {
    top: 0;
    left: 0;
    width: 7%;
    opacity: 0;
    content: '';
    height: 100%;
    position: absolute;
    background: #ffffff;
    border: 1px solid #00000030;
}

.dis-block {
    display: block;
}

.banner-headeing-bg {
    background: #5d9254;
    padding: 5px 22px;
    border-radius: 7px;
}

section.main_slider {
    position: relative;
}

.main-silder-socail-link ul:before {
    position: absolute;
    content: '';
    top: -200px;
    left: 19px;
    height: 201px;
    width: 1px;
    background: #00000030;
}

li.banner-follow-sd {
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    margin-right: 8px;
    letter-spacing: 2px;
    margin-top: 22px;
}

.banner-btm-ul-sd ul {
    display: flex;
    align-items: flex-end;
    transition-duration: 0.5s;
}

.banner-btm-ul-sd ul li {
    width: 20%;
    padding: 30px;
    transition-duration: 0.5s;
    background: #015243;
}

.banner-btm-box img {
    margin-bottom: 12px;
    transition-duration: 0.5s;
    height: 22px;
}

.banner-btm-box {
    transition-duration: 0.5s;
    position: relative;
}

.banner-btm-box h3 {
    position: absolute;
    font-size: 90px;
    right: 29px;
    top: 0;
    color: #ffffff21;
    transition-duration: 0.5s;
    height: fit-content;
    bottom: 0;
    font-weight: 900;
    margin: auto;
}

.btn-second-sd {
    color: #fff;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-family: 'blender-font-one';
    text-decoration: underline;
}

.banner-btm-box a {
    display: none;
    transition-duration: 0.5s;
}

.banner-btm-ul-sd ul li:hover .banner-btm-box a {
    display: block;
}

.banner-btm-ul-sd ul li:hover .banner-btm-box h3 {
    font-size: 140px;
    right: 1px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.banner-btm-ul-sd ul li:hover {
    background: #5d9254;
    margin-top: 0px;
    height: 136px;
    padding-top: 15px;
    transform: scale(1.1);
    position: relative;
    bottom: 7px;
    transition-duration: 0.5s;
    padding-bottom: 16px;
}

/* About Start */
section.about-sec {
    padding: 100px 0;
    position: relative;
}

section.about-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/about-back.jpg);
    width: 100%;
    height: 100%;
    top: -40px;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-txt p {
    margin-bottom: 30px;
}

.about-txt ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 30px;
}

.about-txt ul li:first-child {
    background: #59815b;
    width: 18%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-txt ul li:nth-child(2) {
    width: 80%;
}

.about-txt ul li img {
    object-fit: none;
}

.about-txt ul li p {
    margin: 0;
}

.about-left {
    background: #fff;
    padding: 30px 60px;
    margin-left: -270px;
    box-shadow: 0px 0px 6px 0px #00000069;
    border-radius: 12px;
    margin-top: 30px;
}

/* About End */

section.explore-author-cards {
    margin-bottom: 100px;
    overflow-x: hidden;
}

.success-card-image img {
    height: 340px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

span.date {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5d9254;
    border-radius: 0px 10px 0px 10px;
    font-family: 'blender-font-one';
}

.success-card-image {
    position: relative;
    margin-bottom: 20px;
}

.container-fluid {
    padding: 0px 80px;
}

.explore-author-heading {
    width: 72%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.serviceSlider .slick-slide {
    opacity: 0;
    margin: 10px;
}

.serviceSlider .slick-prev,
.serviceSlider .slick-next {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #B8E509;
    justify-content: center;
}

.serviceSlider .slick-prev {
    transform: rotate(180deg);
}

.serviceSlider .slick-prev::before {
    content: '';
    width: 8px;
    height: 14px;
    background-image: url(../images/btn-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.serviceSlider .slick-next::before {
    content: '';
    width: 8px;
    height: 14px;
    background-image: url(../images/btn-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.serviceSlider .slick-active {
    opacity: 1;
}

.serviceSlider .slick-list {
    overflow: visible;
}

.success-card {
    box-shadow: 0px 0px 26px 0px #dfdfdf;
    border-radius: 10px;
}

.services-text-box {
    padding: 0px 20px 10px;
}

.success-card:hover {
    background: #015243;
}

.success-card:hover h3 {
    color: #fff;
}

.success-card:hover p {
    color: #fff;
}

section.smart-accounting-sec {
    padding: 70px 0px;
    background-image: url(../images/smart-accounting-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    /* margin-bottom: 80px; */
}

.smart-accounting-top-heading {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.smart-accounting-top-heading h2 {
    color: #fff;
    margin-bottom: 12px;
}

.smart-accounting-top-heading p {
    color: #fff;
    margin-bottom: 32px;
    line-height: 30px;
}

.about-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}




/* Testimonials */


.tattered-imgs-right {
    position: absolute;
    height: 450px;
    width: 15%;
    right: 0;
}

.tattered-imgs-right .tattered-img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 130px;
}

.tattered-imgs-right .tattered-img:nth-child(1) {
    position: absolute;
    top: 0;
}

.tattered-imgs-left {
    position: absolute;
    left: 0;
}

.tattered-imgs-left .tattered-img:nth-child(1) {
    top: 50px;
    position: absolute;
    right: 0;
}

.tattered-imgs-left .tattered-img:nth-child(2) {
    position: absolute;
    top: 130px;
}

.tattered-imgs-left .tattered-img:nth-child(3) {
    position: absolute;
    top: 250px;
    right: 0;
}

.tattered-imgs-left {
    height: 450px;
    width: 15%;
}

section.testimonials-sec .row {
    position: relative;
}

.testi-txt {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 6px 0px #00000078;
    padding: 20px 30px 20px 30px;
    text-align: center;
    border-radius: 20px;
}

.author-img {
    position: absolute;
    left: 11px;
    top: 42px;
}

.author-img img {
    width: 170px;
    height: 240px;
}

.testi-author h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    /* background: -webkit-linear-gradient(90deg, #c14110, #eea207 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #000;
    line-height: 22px;
    margin-bottom: 10px;
}

.testi-author h4 {
    font-size: 16px;
    color: #010101;
    font-weight: 400;
    color: #5d9254;
    text-transform: uppercase;
}

.testi-author h4 span {
    color: #fa9c00;
}

.testi-author {
    padding: 15px 0 0;
}

.testi-txt p {
    margin: 0;
    padding: 5px 0 0;
    font-weight: 500;
}

.testi-slider .slick-slide {
    margin: 50px 40px;
}

/* .testi-txt::before {
    position: absolute;
    content: "";
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
    padding: 0 140px 120px;
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    z-index: -1;
} */

section.testimonials-sec .sec-heading {
    margin: 0 0 50px;
}


.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    display: block;
    content: "";
    background: url(../images/arrow2.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
    width: 75px;
    height: 45px;
    transition: 0.35s ease-in-out;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
    width: 75px;
    height: 45px;
    z-index: 2;
    bottom: 70px;
    top: unset;
}

.testi-slider .slick-prev {
    left: unset;
    right: 160px;
    /* transform: rotate(180deg); */
}

.testi-slider .slick-next {
    right: 60px;
}

.testi-slider .slick-prev:before {
    transform: rotate(180deg);
}

.testi-slider .slick-prev:hover:before,
.testi-slider .slick-next:hover:before {
    filter: brightness(0);
}

.testi-slider::after {
    position: absolute;
    content: "";
    background: url(../images/dots.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 250px;
    height: 90px;
    right: -90px;
    top: 100px;
    z-index: 5;
    pointer-events: none;
}


/* Testimonials */
.feat-book-head {
    text-align: center;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 40px;
}

ul.slider-icon-star-sd {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
}

li.icon-nummber {
    font-family: 'blender-font-one';
    font-size: 22px;
    color: #000;
}

ul.slider-icon-star-sd li i {
    color: #fb6312;
}

section.testimonials-sec {
    margin-bottom: 80px;
}



/* Footer */

section.footer {
    /* background-image: url(../images/footer.jpg); */
    background-size: cover;
    margin-top: 0px;
    background: #015243;
    padding: 40px 50px;
    position: relative;
}

section.footer :is(h4,
    p,
    a) {
    color: #fff;
}

section.footer p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.8;
    margin-bottom: 39px;
    /* text-align: center; */
}

.foot1 p {
    margin-top: 6%;
    margin-bottom: 12%;
}

ul.adrs-links li a {
    display: flex;
    align-items: baseline;
    gap: 8px;
    transition: 0.7s ease-in-out;
    font-size: 14px;
    font-weight: 300;
    /* margin-left: 10px; */
    color: #b3b3b3;
}

ul.adrs-links li {
    line-height: 0.5;
    margin-bottom: 0px;
}

ul.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
}

ul.social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #033059;
    height: 38px;
    width: 38px;
    border-radius: 0;
    font-size: 20px;
    border-radius: 0px;
}

ul.social-links li a:hover {
    background: #ffe1a8;
    color: #033059;
    animation: float 1s ease-in-out infinite;
}

ul.social-links li a:hover i {
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

ul.adrs-links li a:hover {
    color: #fff;
}

section.footer h4 {
    margin-bottom: 36px;
    position: relative;
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'blender-font-one';
    font-weight: 500;
}

ul.linkList li a {
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 2.2;
    transition: 0.7s ease-in-out;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
}

ul.linkList li a i {
    color: #ffffff94;
}

form.footerForm input {
    padding: 13px;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #156047;
    border: unset;
    color: #fff;
}

ul.linkList li a:hover {
    color: #5d9254;
    padding-left: 4%;
    transition: 1s;
}

.foot1 {
    padding: 0 0% 0 0;
    margin-top: 24px;
}

.foot4 {
    padding: 30px 0% 0px 21px;
}

section.copyrite-txt {
    background: #015243;
    padding: 15px 0%;
    color: #fff;
    margin-top: 0px;
    border-top: 1px solid #fff;
}

section.copyrite-txt p {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    /* font-family: 'Montserrat'; */
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    25% {
        transform: translatey(-10px);
    }

    100% {
        transform: translatey(0px);
    }
}

ul.adrs-links li a:hover i {
    animation: float 1s ease-in-out infinite;
    font-size: 20px;
}

.foot2 {
    padding-right: 0px;
    margin-top: 32px;
    padding-left: 0;
}

form.footerForm button {
    border-radius: 0;
}

form.footerForm button:hover {
    color: #fff;
}

form.footerForm button::before,
form.footerForm button::after {
    border-radius: 0;
}

ul.adrs-links li:first-child,
ul.adrs-links li:last-child {
    display: flex;
    align-items: baseline;
    gap: 14px;
    transition: 0.7s ease-in-out;
    font-size: 13px;
    color: #fff;
    /* font-family: 'Montserrat'; */
    font-weight: 300;
    /* margin-left: 10px; */
}

form.footerForm button {
    background: #5d9254;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 11px 31px;
    border-radius: 10px;
    /* font-weight: 700; */
    position: absolute;
    border-radius: 8px;
    top: 1px;
    right: 1px;
}


/* button.btn:hover {
    background-color: #11304d;
    border: 1px solid #ffe1a8;
} */

section.footer h4::before {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 20%;
    background-color: #fff;
    content: '';
    height: 3px;
    z-index: 9999;
    border-radius: 10px;
}

section.sec-footer-heading {
    margin-bottom: 30px;
    padding: 60px 50px 0;
}

.footer-top-heading {
    width: 56%;
}

.foot2 h6 {
    font-size: 20px;
    color: #fff;
    /* font-family: 'amr'; */
    display: inline-flex;
    border-bottom: 3px solid #fff;
    padding-bottom: 6px;
    margin-bottom: 20px;
    font-weight: 100;
}

form.footerForm {
    position: relative;
}

.contact1 h2,
.contact2 h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 10px;
}

.contact1 p,
.contact2>p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5%;
    font-family: 'Montserrat';
}

.contact1 input {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #00000061;
    border-radius: 7px;
}

.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
    padding: 20px;
    background: #f6f6f6;
    border: 1px solid #00000061;
    border-radius: 7px;
}

/* .contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-family: 'Nunito';
    font-weight: 500;
    border-radius: 0;
    height: 60px;
} */

.foot4 h6 {
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
    /* font-family: 'amr'; */
    display: inline-flex;
    margin: 15px 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 7px;
}

.foot4 h5 a {
    color: #ffffff;
    font-size: 26px;
    margin-left: 8px;
    /* font-family: 'amr'; */
    margin-top: 7px;
}

.contact1 {
    background: #fff;
    padding: 42px 40px;
    border-radius: 10px;
}

.contact1 {
    position: absolute;
    width: 28%;
    top: -35%;
    right: 100px;
    box-shadow: 0px 0px 6px 0px #00000042;
    text-align: center;
}

.footer-top-heading p {
    font-size: 14px;
}


.footer-top-heading h2 {
    font-size: 60px;
}

ul.adrs-links h6 {
    font-size: 16px;
    color: #ffffff;
    line-height: 10px;
    border: 0;
    margin-bottom: 10px;
}

.pay-card {
    margin-top: 20px;
}

/* .side-btn-sd button {
    margin: 0 auto;
} */
.side-btn-sd {
    text-align: start;
}

.foot2 img {
    margin-bottom: 16px;
}

/* Footer Section End */

section.industries-sec-sd {
    margin-bottom: 200px;
}

/* section.industries-sec-sd {} */

ul.industries-ul-one {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    background: #015243;
    padding: 10px 10px;
    border-radius: 10px;
    width: 120%;
}

ul.industries-ul-one li p {
    margin-bottom: 0;
    color: #fff;
}

ul.industries-ul-one li i {
    color: #fff;
    font-size: 45px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    position: relative;
    width: 81px;
    height: 72px;
    text-align: center;
    padding-right: 5px;
    margin-right: 15px;
    border-right: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.industries-ul-two {
    column-count: 2;
    /* display: flex; */
    /* align-items: center; */
}

ul.industries-ul-two li {
    margin-bottom: 10px;
}

.industry-icon-number {
    display: flex;
    align-items: center;
    gap: 20px;
}

.industry-icon {
    color: #5d9254;
}

.industry-number {
    text-transform: uppercase;
}

.side-logo span {
    font-size: 27px;
    font-family: 'Roboto';
    color: #B8E509;
    font-weight: 700;
}

.side-logo>a {
    display: flex;
    align-items: center;
}

@media (min-width: 1410px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1410px;
    }

    .menuSec ul li a {
        color: #ffffff;
        font-size: 16px !important;
        padding: 10px !important;
    }
}

.explore-author-heading h4 {
    text-transform: capitalize;
}


@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    .menuSec:after {
        display: none;
    }

    .banner_text {
        padding: 0 0 0 100px !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .menuSec:after {
        display: none;
    }

    .banner_text {
        padding: 0 0 0 180px !important;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .menuSec:after {
        display: none;
    }

    .main_slider .carousel-control-prev {
        left: 9%;
    }

    .banner_text {
        padding: 0 0 0 130px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .menuSec:after {
        width: 2%;
    }

    .menuSec ul li a {
        font-size: 18px;
    }

    .main_slider .carousel-control-prev {
        left: 10%;
    }

    .banner_text {
        padding: 0 0 0 140px !important;
    }

    .banner-img img {
        height: 700px;
    }

    .banner-btm-ul-sd ul li {
        padding: 20px;
        height: 130px;
    }

    section.footer .container-fluid {
        padding: 0;
    }

    ul.adrs-links li a {
        font-size: 13px;
    }

    .contact1 {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        padding: 20px;
    }

    .footerForm button {
        padding: 0 11px !important;
        position: absolute;
        right: 0;
    }

    .footerForm {
        position: relative;
    }

    .footerForm input.form-control {
        width: 100% !important;
    }

    .contact1 textarea {
        height: 100px;
    }

    .services-text-box {
        margin-bottom: 20px;
    }

    article#post-63 iframe {
        width: 100%;
        height: 260px;
    }

    .page-id-63 .vc_custom_1746228519647 {
        margin-bottom: 30px !important;
    }

    html .vc_custom_1746162065542 {
        margin-bottom: 80px !important;
    }

    section.industries-sec-sd {
        margin-bottom: 100px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    article#post-63 iframe {
        width: 100%;
        height: 230px;
    }

    .page-id-63 .vc_custom_1746228519647 {
        margin-bottom: 30px !important;
    }

    .contact1 {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }

    .main_slider .carousel-control-prev {
        left: 12%;
    }

    .foot4 {
        padding: 30px 0% 0px 0px;
    }

    .container-fluid {
        padding: 0px 10px;
    }

    .menuSec:after {
        display: none;
    }

    .side-logo span {
        font-size: 20px;
    }

    .menuSec ul li a {
        font-size: 15px !important;
        padding: 10px;
    }

    .btn-text {
        padding: 8px 5px !important;
        font-size: 16px !important;
    }

    .banner-img img {
        height: 600px !important;
    }

    .banner_text {
        padding: 0 0 0 170px !important;
    }

    .banner-btm-ul-sd ul li {
        padding: 20px;
        height: 130px;
    }

    .services-text-box {
        margin-bottom: 20px;
    }

    #post-32 .vc_custom_1745970411695 {
        margin-bottom: 20px !important;
    }

    .about_more .about-left {
        box-shadow: none;
        padding: 0;
        margin-left: 0;
        display: block;
    }

    .wpb_text_column.wpb_content_element.about-left.about_more_remove {
        display: none;
    }

    html .vc_custom_1746162065542 {
        margin-bottom: 60px !important;
    }

    section.industries-sec-sd {
        margin-bottom: 70px;
    }




}

.about_more .about-left {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-left {
        margin-left: 0;
    }

    .banner-img img {
        height: 450px !important;
    }

    .main_slider .carousel-control-prev {
        left: 14%;
    }

    .main_slider .carousel-control-prev,
    .main_slider .carousel-control-next {
        width: 45px;
        height: 45px;
    }

    .ipad_resp {
        order: 3;
    }

    .menuSec:after {
        display: none;
    }

    .menuSec ul {
        text-align: center;
    }

    .main-silder-socail-link ul {
        margin-top: 0;
    }

    .main-silder-socail-link {
        justify-content: center;
    }

    .main-silder-socail-link ul:before {
        display: none;
    }

    .banner_text {
        padding: 0 0 0 120px !important;
    }

    .banner-btm-ul-sd ul li {
        padding: 12px;
        height: 110px;
    }

    .banner-btm-box h3 {
        right: 0;
        top: -40px;
        font-size: 40px;
    }

    h6 {
        font-size: 15px;
    }

    section.about-sec {
        padding: 40px 0;
    }

    .explore-author-heading {
        width: 100%;
    }

    .container-fluid {
        padding: 0px 10px;
    }

    .smart-accounting-top-heading {
        width: 100%;
    }

    h2 {
        font-size: 45px;
    }

    .testi-slider .slick-slide {
        margin: 10px 10px;
    }

    .contact1 {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }

    section.inner-banner {
        height: auto !important;
    }

    .innerbanner-text h3 {
        top: 0 !important;
        padding: 50px 0;
        font-size: 40px;
    }

    .success-card {
        margin-bottom: 20px;
    }

    .service-template-default header.entry-header {
        display: none;
    }

    .service-template-default .entry-content .wpb_column.vc_column_container.vc_col-sm-6 {
        width: 100%;
    }

    .service-template-default .wpb_single_image.wpb_content_element.vc_align_left figure {
        width: 100%;
    }

    .service-template-default .wpb_single_image.wpb_content_element.vc_align_left figure div {
        width: 100%;
    }

    .service-template-default .wpb_single_image.wpb_content_element.vc_align_left figure div img {
        width: 100%;
    }

    .hf-fields-wrap-contact textarea {
        margin-bottom: 0px;
    }

    .social-icon-01 {
        padding: 20px 0px 20px 20px !important;
    }

    article#post-63 iframe {
        width: 100%;
        height: 230px;
    }

    .vc_custom_1746228519647 {
        margin-bottom: 30px !important;
    }

    .wpb_text_column.wpb_content_element.about-left.about_more_remove {
        display: none;
    }

    .about_more .about-left {
        box-shadow: none;
        padding: 0;
        display: block;
    }

    .col1_order2 {
        order: 2;
    }

    .col4_order1 {
        order: 1;
    }

    .col2_order3 {
        order: 3;
    }

    .col3_order4 {
        order: 4;
    }

    .foot4 {
        padding: 0;
    }

    #post-32 .vc_custom_1745970411695 {
        margin-bottom: 20px !important;
    }

    .banner-btm-ul-sd ul li:hover .banner-btm-box h3 {
        font-size: 50px;
    }

    html .vc_custom_1746162065542 {
        margin-bottom: 50px !important;
    }

    section.industries-sec-sd {
        margin-bottom: 60px;
    }

}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .menuSec:after {
        display: none;
    }

    .menuSec img {

        width: 25%;
    }

    .side-logo span {
        font-size: 20px;
    }

    .banner-btm-ul-sd ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-silder-socail-link {
        position: relative;
        width: 100%;
        height: auto;
        writing-mode: unset;
        padding: 15px 0;
    }

    .banner_text {
        padding: 0 !important;
    }

    .banner-img img {
        height: 400px !important;
    }

    h1 {
        font-size: 42px;
    }

    .banner_text p {
        font-size: 15px;
        width: 100%;
    }

    .main-silder-socail-link ul:before {
        display: none;
    }

    .main-silder-socail-link ul {
        margin-top: 0;
        width: 100%;
        justify-content: space-around;
        align-items: center;
        flex-direction: row-reverse;
    }

    li.banner-follow-sd {
        margin: 0 !important;
    }

    .main-silder-socail-link ul li a {
        margin-bottom: 0;
    }

    .banner-btm-ul-sd ul li {
        width: 33.3333333%;
        padding: 20px;
        height: 140px;
    }

    .about-img img {
        height: 300px;
    }

    .about-left {
        padding: 20px 30px;
        margin-left: 0;
    }

    .explore-author-heading {
        width: 100%;
    }

    section.about-sec {
        padding: 60px 0;
    }

    .container-fluid {
        padding: 0px 30px;
    }

    h3 {
        font-size: 27px;
    }

    .success-card {
        margin-bottom: 20px;
    }

    .smart-accounting-top-heading {
        width: 100%;
    }

    h2 {
        font-size: 45px;
    }

    .feat-book-head {
        width: 100%;
    }

    .testi-slider .slick-slide {
        margin: 10px 10px;
    }

    .contact1 {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
    }

    .footer .col-lg-2.col-md-6.col-sm-6.col-xs-12 {
        width: auto !important;
    }

    section.footer {
        padding: 20px 0px;
    }

    .foot4 h6 {
        margin-top: 0;
    }

    html {
        overflow-x: hidden;
    }

    .innerbanner-text h3 {
        top: 0 !important;
        padding: 50px 0;
    }

    section.inner-banner {
        height: auto !important;
    }

    .hf-fields-wrap-contact input {
        margin-bottom: 0px;
        height: 50px;
    }

    .service-template-default header.entry-header {
        display: none;
    }

    .foot4 {
        padding: 0px 0% 0px 0px;
    }

    .col1_order2 {
        order: 2;
    }

    .col4_order1 {
        order: 1;
    }

    .col2_order3 {
        order: 3;
    }

    .col3_order4 {
        order: 4;
    }

    .header-btn-sd {
        justify-content: center;
    }

    section.industries-sec-sd {
        margin-bottom: 50px;
    }

    .main_slider .carousel-control-prev,
    .main_slider .carousel-control-next {
        display: none;
    }

}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    .col1_order2 {
        order: 2;
    }

    .col4_order1 {
        order: 1;
    }

    .col2_order3 {
        order: 3;
    }

    .col3_order4 {
        order: 4;
    }

    html {
        overflow-x: hidden;
    }

    .menuSec:after {
        display: none;
    }

    .banner-btm-ul-sd ul li {
        width: 100%;
    }

    .banner-btm-ul-sd ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .main-silder-socail-link {
        position: relative;
        width: 100%;
        height: auto;
        writing-mode: unset;
        padding: 15px 0;
    }

    .banner_text {
        padding: 0 !important;
    }

    .banner-img img {
        height: 520px !important;
    }

    h1 {
        font-size: 30px;
    }

    .banner-headeing-bg {
        padding: 5px 10px;

    }

    .main-silder-socail-link ul li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .dis-block {
        display: inline-block;
    }

    .header-btn-sd {
        justify-content: center;
        margin-top: 20px;
    }

    .banner_text p {
        font-size: 14px;
        width: 100%;
    }

    .main-silder-socail-link ul:before {
        display: none;
    }

    .main-silder-socail-link ul {
        margin-top: 0;
    }

    .banner-btm-box h3 {
        font-size: 70px;
        right: -10px;
        bottom: 40px;
    }

    li.banner-follow-sd {
        margin-top: 0;
    }

    .main-silder-socail-link ul {
        justify-content: space-around;
        width: 100%;
        flex-direction: row-reverse;
        align-items: center;
    }

    section.about-sec {
        padding: 50px 0;
        position: relative;
    }

    .about-img img {
        height: 300px;
    }

    .about-left {
        padding: 20px 20px;
        margin-left: 0;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 20px;

    }

    .explore-author-heading {
        width: 100%;
    }

    .container-fluid {
        padding: 0px 10px;
    }

    .services-text-box {
        margin-bottom: 20px;
    }

    p {
        font-size: 13px;
    }

    .smart-accounting-top-heading {
        width: 100%;
    }

    .smart-accounting-top-heading h2 {
        font-size: 36px;
    }

    .feat-book-head {
        width: 100%;
    }

    .testi-slider .slick-slide {
        margin: 10px 10px;
    }

    .testi-author h3 {
        font-size: 22px;
    }

    .contact1 {
        width: 100%;
        top: 0;
        right: 0;
        padding: 20px 20px;
        position: relative;
    }

    section.footer {
        padding: 10px 10px;
    }

    .foot4 {
        padding: 30px 0% 0px 0;
    }

    .footer .col-lg-2.col-md-6.col-sm-6.col-xs-12 {
        width: auto !important;
    }

    .footerForm input.form-control {
        width: 100%;
    }

    .footerForm {
        display: flex;
        position: relative;
    }

    .footerForm button.btn {
        position: absolute;
        right: 0;
    }

    ul.linkList li a {
        font-size: 14px;
    }

    section.copyrite-txt p {
        font-size: 13px;
    }

    .innerbanner-text h3 {
        top: 0 !important;
        padding: 60px 0 !important;
    }

    section.inner-banner {
        height: auto !important;
    }

    .innerbanner-text h3 {
        font-size: 30px !important;
    }

    .service-template-default header.entry-header {
        display: none;
    }

    .hf-fields-wrap-contact input {
        margin-bottom: 0px;
        height: 50px;
        padding: 10px;
    }

    .service-template-default header.entry-header {
        display: none;
    }

    .service-template-default .wpb_text_column.wpb_content_element.social-icon-01 p {
        margin-bottom: 0;
    }

    .service-template-default .wpb_text_column.wpb_content_element.social-icon-01 p a {
        color: #015243;
    }

    .social-icon-01 {
        padding: 20px 0px 20px 20px !important;
    }

    section.error-404.not-found .header-btn-sd a.theme_btn {
        width: 40% !important;
    }

    section.testimonials-sec {
        margin-bottom: 40px;
    }

    .side-logo span {
        font-size: 18px;
    }

    .page-id-19 section.explore-author-cards {
        margin: 40px 0px !important;
    }

    li.banner-follow-sd {
        font-size: 14px;
    }

    section.explore-author-cards {
        margin-bottom: 40px;
    }

    .testi-txt {
        padding: 20px 15px 20px;
    }

    html .vc_custom_1746162065542 {
        margin-bottom: 40px !important;
    }

    section.industries-sec-sd {
        margin-bottom: 40px;
    }

    .main_slider .carousel-control-prev,
    .main_slider .carousel-control-next {
        display: none;
    }

}

html .vc_custom_1745970411695 {
    margin-bottom: 0 !important;
}

#post-63 .wpb_text_column.wpb_content_element.social-icon-01 p {
    margin-bottom: 0;
}

#post-63 .wpb_text_column.wpb_content_element.social-icon-01 p a {
    color: #015243;
}