@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins: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&display=swap');

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

figure {
    margin: 0;
}

* {
    box-sizing: border-box;
}

ul {
    margin: 0;
}

h1,
.h1,
.title1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: 800;
    color: var(--blue);
    font-family: "Mulish", sans-serif;
}

h2,
.h2,
.title2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--blue);
    font-family: "Mulish", sans-serif;
}

h3,
.h3,
.title3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--blue);
    font-family: "Mulish", sans-serif;
}

h4,
.h4,
.title4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--blue);
    font-family: "Mulish", sans-serif;
}

h5,
.h5,
.title5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--blue);
    font-family: "Mulish", sans-serif;
}

p,
.para,
.desc {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--blue);
    margin-bottom: 15px;
}

.list-item {
    padding-left: 20px;
}

.list-item li {
    margin-bottom:0;
    font-size: 16px;

}

.sec-padding {
    padding: 100px 0;
}

.sec-margin {
    margin: 100px 0;
}

.text-lb {
    color: var(--light-blue);
}

.text-primary {
    color: var(--blue) !important;
}
.svg-inline--fa {
    box-sizing: content-box;
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    width: var(--fa-width, 1.25em);
    color: #49dbe3 !important;
}
.footer-sec.sec-padding {
    padding: 65px 0px 45px 0px;
}
.btn {
    padding: 10px 25px;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 45px;
    transition: 0.3s;
}

.btn:hover {
    background: #333;
    color: #fff;
    transition: 0.3s;
}

.btn-primary {
    background: var(--blue);
    color: #fff;
}

.btn-primary:hover {
    background: var(--light-blue);
    color: var(--black);
}

.btn-light {
    background: var(--light-blue);
    color: var(--black);
}

.btn-light:hover {
    background: var(--blue);
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px !important;
    gap: 8px;
}

.owl-dots .owl-dot span {
    display: block;
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
    background: var(--light-blue) !important;
    transition: 0.3s !important;
    border-radius: 40px !important;
}

.owl-dots .owl-dot.active span {
    width: 25px !important;
    transition: 0.3s;
    background: var(--blue) !important;
}

/* Start of header section */

.header_sec {
    box-shadow: 0px 2px 10px #ddd;
    position: relative;
    z-index: 1024;
}

.header-wrap {
    margin: 0 60px;
}

.logo-img {
    display: inline-block;
    max-width: 150px;
    width: 100%;
}

.nav-link {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: var(--blue);
    text-transform: uppercase;
    padding: 15px 20px;
    transition: 0.3s;
}

.nav-link:hover,
.nav-link.active {
    color: var(--light-blue);
    transition: 0.3s;
}



/* End of header section */


/* Start of banner section */

.banner_sec .img-item figure {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

/* End of banner section */

/* Start of about section */

.heading .sub-title {
    position: relative;
    z-index: 5;
    line-height: normal;
    font-weight: 600 !important;
    padding: 0 35px;
}

.heading .sub-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: var(--light-blue);
    z-index: -1;
    transform: translateY(-50%);
}

.heading .sub-title:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: var(--blue);
    z-index: -1;
    transform: translateY(-50%);
}

/* End of about section */


/* Start of who we serve section */

.who-serve .card-item {
    padding: 40px;
    border: 1px solid #01016d2e;
    border-radius: 20px;
    transition: 0.3s;
}

.who-serve .card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 6px 10px #d9d9d9;
}

/* End of who we serve section */


/* Start of service section */

.service-sec .card-item {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    height: 100%;
}

.service-sec .card-item .image-item {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
}

.service-sec .card-item .image-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* End of service section */


/* Start of faqs section */

.accordion-item {
    border: 1px solid #01016d38 !important;
    border-radius: 30px !important;
    overflow: hidden;
}

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

.accordion-item .accordion-button {
    border: 0 !important;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    padding: 15px 25px;
    color: var(--blue);
}

.accordion-button:focus {
    box-shadow: inherit;
}

.accordion-collapse {
    border-top: 1px solid #c7c7df !important;
}

/* End of faqs section */


/* Start of blogs section */

.blog-card figure {
    height: 280px;
    width: 100%;
}

.blog-card figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-card .content .title4 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    line-height:25px;
}

.blog-card {
    box-shadow: 0px 5px 10px #ddd;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 2px solid #01016d;
}

.blog-card .content {
    padding: 0px 30px 20px 30px;
}

.blog-card .link-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--light-blue);
    transition: 0.3s;
}

.blog-card .link-btn:hover {
    transition: 0.3s;
    color: var(--blue);
}

/* End of blogs section */


/* Start of footer section */

.footer-sec {
    background: #01016d !important;
}

.footer-item .logo-img {
    max-width: 160px;
}
.footer-item .title4 {
    font-size: 22px;
    line-height: 28px !important;
    margin-bottom: 25px;
    color: #ffffff !important;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer-item  .list-item.links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    row-gap: 12px;
}

.footer-item .list-item.links li {
    max-width: 45%;
    width: 100%;
}
.footer-item .list-item li a {
    font-size: 16px;
    margin-bottom: 4px;
    display: inline-block;
    color: white !important;
}
.footer-item .list-item {
    list-style: none;
    padding-left: 0;
}

.footer-item .list-item li a {
    font-size: 16px;
    margin-bottom: 4px;
    display: inline-block;
    color: #fff;
}

.copyright {
    background: white;
}

.copyright a {
    color: var(--light-blue);
}

/* End of footer section */

.our-expertise .card .icon {
    height: 120px;
    width: 100%;
    padding: 20px;
}

.our-expertise .card .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 5px;
}

.our-expertise .card .desc {
    padding: 8px 15px;
    background: var(--blue);
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}


.contact_sec .list-item span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid var(--blue);
    align-items: center;
    justify-content: center;
}

.contact_sec .list-item a {
    font-weight: 500;
    color: var(--blue);
    transition: 0.3s;
}

.contact_sec .list-item a:hover {
    color: var(--light-blue);
    transition: 0.3s;
}

form .form-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--blue);
}

form .form-control {
    border-radius: 8px;
    padding: 10px 25px;
    border: 1px solid var(--blue);
    color: var(--blue);
}

form .form-control::placeholder {
    color: #222;
    font-size: 14px;
}

form .btn.btn-primary {
    margin-top: 10px;
}

.form-control:focus {
    box-shadow: inherit;
    border-color: var(--light-blue);
}

.blog--sec .blog-card {
    box-shadow: inherit;
    border: 1px solid var(--blue);
    border-radius: 20px;
}

.blog-detail figure {
    max-width: 100%;
    width: 100%;
    height: 400px;
    border: 1px solid var(--blue);
    border-radius: 30px;
    padding: 10px;
}

.blog-detail figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sidebar {
    background: var(--blue);
    padding: 25px;
    border-radius: 20px;
}

.sidebar .title {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #afafaf;
}

.sidebar .list-item {
    padding-left: 0;
}

.sidebar .list-item li {
    margin-bottom: 12px;
}

.sidebar .list-item li a {
    font-size: 15px;
    color: #fff;
    transition: 0.3s;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar .list-item li:hover a {
    color: var(--light-blue);
    transition: 0.3s;
}

.sidebar .list-item li span {
    max-width: 80px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.dropdown-menu {
    padding: 10px;
    width: 200px;
    border-radius: 0;
    background: #01016d;
    top:50px;
}

.dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
}

.dropdown-menu .dropdown-item:hover {
    color: var(--blue);
}


.process-timeline {
    position: relative;
    margin-top: 20px;
}

.process-step {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: var(--blue);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    border: 1px solid var(--blue);
}

.process-step::after {
    content: '';
    position: absolute;
    left: 19px;
    top: 40px;
    width: 2px;
    height: calc(100% + -10px);
    background-color: var(--blue);
}

.process-step:last-child::after {
    display: none;
}

.step-content h3 {
    color: var(--blue);
}

.step-content p {
    margin: 0;
    color: var(--text-light);
}

.scrope-content .card {
    border: 1px solid var(--blue);
    border-radius: 12px;
    height: 100%;
}

.scrope-content .card .desc {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
}

/* Variables */

:root {
    --blue: #01016d;
    --light-blue: #49dbe3;
    --black: #000;
    --dark: #333;
}


.blog-card h4 a {
    font-size: 16px !important;
    color: #01016d;
    line-height: 2px !important;
}
.copyright img.footer-img {
    height: 85px;
}

.dropdown .nav-link {
    color: var(--text-dark-1);
    font-weight: 500;
    padding: 20px 0;
    transition: color 0.3s ease;
    position: relative;
}






/* Extra Large Devices (Large Desktops) */
@media (min-width: 1400px) {
    
}


/* Large Devices (Desktops / Laptops) */
@media (max-width: 1399px) {
    
}


/* Medium Devices (Tablets / Small Laptops) */
@media (max-width: 1199px) {
    
}


/* Tablets */
@media (max-width: 991px) {
    .accounting_sec .content {
    display: block !important;
    padding: 40px;
}
}


/* Large Mobile Devices */
@media (max-width: 767px) {
    .col-2.header-logo {
    width: 170px;
}
h1, .h1, .title1 {
    font-size: 32px;
    line-height: 42px;
}
h2, .h2, .title2 {
    font-size: 28px;
    line-height: 47px;
}
.sec-padding {
    padding: 60px 0;
}
.accounting_sec .content {
    display: flex;
    flex-wrap: wrap;
     padding: 0px; 
}
.banner_sec .img-item figure {
    max-width: 300px;
    margin-top: 50px !important;
    width: 100%;
    margin: 0 auto;
}
.who-serve .card-item {
    padding: 20px;
    border: 1px solid #01016d2e;
    border-radius: 20px;
    transition: 0.3s;
}
.banner_sec .row.justify-content-center {
    row-gap: 20px;
}
}


/* Small Mobile Devices */
@media (max-width: 575px) {
    .header-wrap {
    margin: 0 auto;
}
.col-2.header-logo {
    width: 130px;
}
.banner_sec.sec-padding {
    padding: 50px 0;
}
.banner_sec .title1 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 800;
    color: var(--blue);
    font-family: "Mulish", sans-serif;
}
.content-item .banner_sec .btn {
    padding: 10px 20px;
    font-size: 12px;
}
.banner_sec .ontent-item{
margin-bottom: 50px;
}
.banner_sec .img-item figure {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}
.who-serve .card-item {
    padding: 25px;
    border: 1px solid #01016d2e;
    border-radius: 20px;
    transition: 0.3s;
    margin-bottom: 15px;
}
.who-serve.banner_sec.sec-padding {
    padding: 25px 0;
}
.faq-sec h2.title1.mb-2 {
   font-size: 25px;
}

.counter-section .counter-section .counter-box {
    padding: 10px !important;
}
.counter-section .row {
    row-gap: 10px !important;
}
.counter-section .counter-box h3.title-4.mb-2 {
font-size: 25px;
    line-height: 25px;
}
.result-metter h2.title1.mb-2 {
    font-size: 25px;
    line-height: 40px;
}
p, .para, .desc {
    font-size: 14px;
    line-height: 25px;
}
.blog-sec h2.title1.mb-2 {
    font-size: 28px;
}
.banner_sec .align-items-center {
    align-items: center!important;
    row-gap: 20px;
}
.list-item li {
    margin-bottom: 0;
    font-size: 14px;
}
.banner_sec .card-item h3.title4 {
    font-size: 20px;
    line-height: 0px;
}
.page-title {
    margin-top: 50px;
}
h1.title2 {
.page-title font-size: 30px;
}
h1, .h1, .title1 {
    font-size: 28px;
    line-height: 30px;
}
section.our-expertise.sec-padding {
padding: 50px 0;
}
.footer-sec.sec-padding {
    padding: 50px 0;
}
.dropdown-menu.show {
    display: block;
    position: absolute !important;
    width: 155px !important;
background: #110f8b !important;
}
.blog-sec .row {
    row-gap: 10px;
}
.copyright img.footer-img {
    height: 85px;
    object-fit: contain;
}
.banner_sec .img-item figure {
    margin: 0 auto;
    margin-top: 0px !important;
}
nav.navbar.mobile-res.active {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 300px;
}
.mobile-res .nav-list {
    margin-bottom: 0;
    position: absolute;
    top: 0;
}
h1, .h1, .title1 {
    font-size: 24px;
    line-height: 30px;
}
h2, .h2, .title2 {
    font-size: 24px;
    line-height: 30px;
}
.accounting_sec .content {
 padding: 0px;
}
.accounting_sec .section {
    min-width: 100% !important;
    padding: 0 0px !important;
    width: 100% !important;
}
.banner_sec .row.justify-content-center {
    row-gap: 0px;
}
}


/* Extra Small Mobile */
@media (max-width: 480px) {
    
}


/* Very Small Devices */
@media (max-width: 360px) {
    
}
.list-item li {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 26px;
}

.social-links h5 {
    font-size: 15px;
    margin: 0;
}

.social-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 10px;
}

.social-links li a:hover svg {
    fill: #fff !important;
}
.copyright .privacy-policy {
    align-items: center;
    display: flex;
    justify-content: center;
}
.copyright .privacy-policy a {
    color: #01016d;
}