* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body.modal-open {
    padding-right: 0 !important;
}

/* header */
.navbar {
    padding: 0;
}

.navbar-brand {
    width: 150px;
    align-content: center;
}

.top-nav {
    display: flex;
    width: 100%;
}

.cust-nav-content {
    display: flex;
    padding-left: 0;
    gap: 5px;
}

.cust-nav-content .nav-item {
    align-content: center;
}

.cust-nav-content .nav-item a i {
    font-size: 12px;
    margin-right: 7px;
}

.cust-nav-content .nav-item .nav-link:focus {
    color: white;
}

.cust-nav-content .nav-item:hover {
    color: white;
}

.cust-nav-content .nav-item .blue-btn:hover {
    background: #FDC232;
    border: 1px solid #FDC232;
}

.main-nav {
    width: 100%;
    padding-left: 50px;
    border-bottom: 1px solid #E7E7E7;
}

.main-nav .collapse {
    background-color: #f8f9fa;
    padding: 10px 0 10px 40px;
}

.main-nav .cust-nav-content {
    gap: 40px;
}

.main-nav .cust-nav-content .nav-item a {
    color: #555;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.main-nav .cust-nav-content .nav-item a:hover {
    color: #3068b2;
}

.toggle-btn .navbar-toggler {
    outline: none;
}

.toggle-btn .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.toggle-btn .navbar-toggler:hover {
    background: #dddddd;
}

/* header ends */

/* floating */
.whats-float {
    position: fixed;
    bottom: 25px;
    left: 15px;
    /* width: 156px; */
    background-color: #25d366;
    color: #FFF;
    border-radius: 0 2px 2px 0;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.whats-float a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.whats-float a span {
    color: white;
    font-size: 15px;
    font-weight: 600;
    /* padding-right: 10px; */
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    transition: all 0.5s ease-in-out;
}

.whats-float:hover i {
    transform: rotate(360deg);
}


/* hero section */
.hero-section {
    background: radial-gradient(75.75% 60.1% at 100% 96.1%, #0E4792 0%, #3069B3 100%);
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* hero content ends */

/* our vision */

.vision-sub-content {
    display: flex;
    gap: 30px;
    align-items: self-start;
    margin: 20px auto;
}

.vision-sub-content img {
    background: #E7EBF7;
    padding: 15px;
    border-radius: 30px;
}

/* our vision ends */

/* why choose */
.why-choose-card {
    border-radius: 7px;
    background: #F8F9FA;
    padding: 25px;
    min-height: 408px;
    display: flex;
    align-items: self-start;
    flex-direction: column;
    gap: 20px;
    transition: ease-in-out 0.5s;
}

.why-choose-card img {
    border-radius: 25px;
    background: #E7EBF7;
    padding: 8px;
}

.why-choose-card:hover {
    background: #3069B3;
}

.why-choose-card:hover h4,
.why-choose-card:hover p {
    color: white;
}

/* why choose ends */

/* tally cloud */
.tally-cloud-cta {
    background: url('../images/tally-cta/tally-on-cloud-bg.svg');
    background-size: cover;
    background-position: center;
    padding: 100px 350px;
}

.tally-cta-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

/* tally cloud ends */

/* tally features */
.tally-features {
    background: #F5F6F7;
}

.tally-features-card {
    border-radius: 18px;
    border: 1px solid #E3E3EC;
    background: #FFF;
    padding: 30px;
    min-height: 210px;
    max-width: 624px;
    display: flex;
    align-items: self-start;
    gap: 24px;
}

.tally-features-card img {
    padding: 10px;
    background: #EEF1FF;
    border-radius: 10px;
}

.tally-features-card-data {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* tally features ends */
.steps-hover li {

    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 2px;
    counter-increment: step;
}
 

.steps-hover li::before {
     content: '';
      position: absolute;
      left: -20px;
      top: 5px;
      width: 3px;
      height: 100%;
      border: 2px solid  black;
      background-color:black;
}
.steps-hover li::after{
  content: counter(step);
  position: absolute;
  left: -29px;
  top: 5px;
  width: 20px;
  height: 20px;
  background-color: black;
  color: white;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  border: 2px solid black;

}


/* testimonials */

.ras-testimonial-1 .ras-single-testimonial {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 40px;
    border-radius: 5px;
    transition: 0.3s;
    text-align: center;
    min-height: 400px;
}

.ras-testimonial-1 .ras-testi-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 33px auto 0
}

.ras-testimonial-1 .ras-testi-name {
    margin-bottom: 0
}

.ras-testimonial-1 .ras-testi-designation {
    margin-bottom: 0;
    font-family: var(--title-font)
}

.ras-testimonial-1 .ras-rating i {
    color: #ffc107
}

.ras-testimonial-1 .icofont-ui-rate-blank {
    font-size: 15px
}

.ras-slider-three-col .slick-slide,
.ras-blog-2-slider .slick-slide,
.ras-slider-four-col .slick-slide {
    margin: 20px 15px 30px
}

.ras-slider-three-col .slick-list,
.ras-blog-2-slider .slick-list {
    margin: 0 -15px;
    padding: 0 !important
}

.slick-arrow {
    overflow: hidden;
    cursor: pointer;
    outline: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background-color: #3069B3;
    color: white;
    transition: 0.3s;
    opacity: 0;
    z-index: 10
}

.slick-arrow:hover {
    background-color: #f14d5d;
}

.slick-arrow:before {
    font-size: 22px;
    font-family: icofont;
    line-height: 40px;
    display: inline-block
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    transition: .3s;
    content: "\ea93"
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: "\ea94"
}

@keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

.slick-prev:hover:before {
    animation: toLeftFromRight .4s linear forwards
}

.slick-next:hover:before {
    animation: toRightFromLeft .4s linear forwards
}

.slick-dots {
    text-align: center
}

.slick-dots>li {
    display: inline-block;
    margin: 5px
}

.slick-dots>li button {
    cursor: pointer;
    outline: none !important;
    font-size: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #1081ed;
    border-radius: 50%;
    background: 0 0;
    transition: 0.3s;
}

.slick-dots>.slick-active button {
    background-color: #1081ed;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-slider:hover .slick-arrow {
    opacity: 1
}

/* testimonials ends*/


/* faq */
.our-faq-section .faq-accordion {
    min-width: 835px;
}

.our-faq-section .accordion-item {
    padding: 0;
    border: 1px solid #DFE1DE;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    max-width: 835px;
}

.our-faq-section .accordion-item:last-child {
    margin-bottom: 0;
}

.our-faq-section .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Open Sans";
    background-color: transparent;
    color: var(--white-color);
    padding: 20px 50px 20px 20px;
    transition: all 0.3s ease-in-out;
}

.our-faq-section .accordion-button:not(.collapsed) {
    background: #3069B3;
    color: white;
    border-bottom: 1px solid #FFFFFF33;
}

.our-faq-section .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    color: #151515;
}

.our-faq-section .accordion-item .accordion-button::after,
.our-faq-section .accordion-item .accordion-button.collapsed::after {
    content: '';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: auto;
    transform: translate(0px, -50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/icons/icon-plus-white.svg') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.our-faq-section .accordion-item .accordion-button.collapsed::after {
    transform: translate(0px, -50%);
    background: url('../images/icons/icon-plus.svg') no-repeat;
}

.our-faq-section .accordion-item .accordion-body {
    background: #3069B3;
    padding: 20px 50px 20px 20px;
}

.our-faq-section .accordion-item .accordion-body p,
.our-faq-section .accordion-item .accordion-body ul li {
    color: white;
    margin: 0;
}

.our-faq-section .accordion-item .accordion-body ul li {
    list-style: circle;
}

/* faq ends */

/* footer */
.footer {
    background: linear-gradient(102deg, #3781b5, #0044a8);
    padding-top: 80px;
    /* padding-bottom: 40px; */
}

.single_footer img {
    max-width: 120px;
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}

.social_profile {
    margin-top: 40px;
}

.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social_profile ul li {
    float: left;
}

.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social_profile ul li a:hover {
    background: #3680b5;
    border: 1px solid #3680b5;
    color: #fff;
    border: 0px;
}

.copyright {
    margin-top: 70px;
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}

.copyright a {
    color: #00e6bf;
    transition: all 0.2s ease 0s;
}

/* footer ends */

/* modal */
.modal {
    padding-right: 0 !important;
}

.modal-header {
    justify-content: space-between;
}

.modal-header .close {
    padding: 6px 10px;
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    opacity: 1;
    width: auto;
    background: #FFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 30px;
}

.modal-dialog {
    max-width: 700px;
}

.hidden {
    display: none;
}

.form-group button {
    background-color: #337cb4;
    color: #fff;
}

.form-group button:hover {
    background: #ffc232;
    border-color: #ffc232;
}

.error-message {
    color: red;
}

.float {
    position: fixed;
    bottom: 25px;
    left: 88px;
    z-index: 2;
}

.float a {
    display: block;
    background-color: #59CE72;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 12px;
    right: 25px;
    transform-origin: center;
    transform: scale(1);
    z-index: 2;
    transition: background-color 0.3s;
}

.float-02 {
    position: fixed;
    bottom: 80px;
    z-index: 3;
}

.float-02 a {
    background-color: blue !important;
    display: none;
}

.float i {
    font-size: 20px;
    margin-top: 13px;
}

.float-03 a {
    background-color: blue !important;
    display: none;
}