
/*CSS Table Of Content Ends Here*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

body {
    color: #555555;
    padding: 0;
    margin: 0;
    background: #110230;
}

.srcn-container{
    width: 90%;
    max-width: 1480px;
    margin: 0 auto;
}
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    color: #0C266C;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 76px;
    font-weight: 700;
    line-height: 98.8px;
}

h2 {
    font-size: 42px;
    font-weight: 700;
    /* line-height: 74.1px; */
}

h3 {
    font-size: 43px;
    font-weight: 700;
    line-height: 55.9px;
}

h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 41.6px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 31.2px;
}

h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
}

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

a {
    text-decoration: none;
    margin: 0;
    color: #000;
}

a:hover {
    color: #000;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    color: #0C266C;
}

span {
    color: #0C266C;
}

.pt-120 {
    padding-top: 56px;
}

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

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

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

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

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

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

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

.pb-50 {
    padding-bottom: 50px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
    display: block;
}

.mb-40 {
    margin-bottom: 40px !important;
    display: block;
}

.mb-50 {
    margin-bottom: 50px !important;
    display: block;
}

.mb-70 {
    margin-bottom: 70px !important;
    display: block;
}

/*-Responsive-*/

/*-Responsive-*/

@media screen and (max-width: 767px) {
    .pt-120 {
        padding-top: 80px;
    }

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

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

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

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

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

@media screen and (max-width: 575px) {
    .pt-120 {
        padding-top: 60px;
    }

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

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

    .pb-60 {
        padding-bottom: 30px;
    }
    .breadcumnd__banner{
        padding: 20px !important;
        min-height: 228px !important;
        top: 56px;
        margin-bottom: 40px;
    }
}

/*-Responsive-*/

/*-Responsive-*/

.text-base {
    color: #FF4755;
}

.center {
    text-align: center !important;
    margin: 0 auto !important;
}

.section__bg {
    background: #14042C;
}

/*--Section Header Start--*/

/*--Section Header Start--*/

.mx-w-650 {
    max-width: 650px !important;
}

.section__center {
    text-align: center !important;
    max-width: 900px;
    margin: 0 auto 60px;
}

.section__center p {
    max-width: 600px;
    margin: 0 auto;
}

.section__header h5 {
    color: #FF4755;
    margin-bottom: 10px;
}

.section__header h2 {
    color: #0C266C;
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 53px;
}

.section__header p {
    color: #0C266C;
    margin-bottom: 35px;
    text-align: justify;
}

/*--Section Header End--*/

/*--Section Header End--*/

/*------Footer Section Start--------*/

.footer-section {
    overflow: hidden;
    position: relative;
       background: #F5F6F9;
    background-size: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.footer-section .footer-bg {
    position: absolute;
    inset: 0;
    content: "";
}

.footer-top {
    position: relative;
}

.footer-top .widget-items .footer-head {
    margin-bottom: 30px;
}

.footer-top .widget-items .footer-head .title {
    color: #000;
}

.footer-top .widget-items .footer-head a {
    display: block;
    width: 160px;
}

.footer-top .widget-items .footer-head a img {
    width: 100%;
    object-fit: contain;
    max-width: 95px;
}

.blog__items .content h5 {
  margin-bottom: 20px;

}
.experience__img img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.footer-top .widget-items .content-area p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    margin-top: 11px;
}

.footer-top .widget-items .content-area .social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-top .widget-items .content-area .social li a {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 25px;
    text-align: center;
    line-height: 26px;
    display: block;
    transition: all 0.4s;
    color: #000;
}

.footer-top .widget-items .content-area .social li a i {
    font-size: 14px;
    transition: all 0.4s;
}

.footer-top .widget-items .content-area .social li a:hover {
    background: #4F54FA;
    border-color: #4F54FA;
}

.footer-top .widget-items .content-area .social li a:hover i {
    color: #fff;
}

.footer-top .widget-items .content-area .footer-contact-list li {
    display: flex;
    align-items: center;
}

.footer-top .widget-items .content-area .footer-contact-list li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-top .widget-items .content-area .footer-contact-list li .icon {
    width: 40px;
    height: 40px;
    border: 1px solid #593d94;
    border-radius: 25px;
    background: #29184a;
    text-align: center;
    line-height: 40px;
    margin-right: 12px;
}

.footer-top .widget-items .content-area .footer-contact-list li a {
    width: calc(100% - 50px);
    font-size: 18px;
    color: #0C266C;
    transition: all 0.3s;
}

.footer-top .widget-items .content-area .footer-contact-list li a span {
    display: block;
}

.footer-top .widget-items .content-area .quick-link li:not(:last-child) {
    margin-bottom: 12px;
}

.footer-top .widget-items .content-area .quick-link li a {
    color: #000;
    font-size: 16px;
    transition: all 0.3s;
}

.footer-top .widget-items .content-area .quick-link li a:hover {
    margin-left: 7px;
}

.footer-top .widget-items .content-area .quick-link li:hover a {
    color: #FF4755;
}

.footer-top .widget-items .content-area .footer-social {
    display: flex;
    align-items: center;
}

.footer-top .widget-items .content-area .footer-social li:not(:last-child) {
    margin-right: 13px;
}

.footer-top .widget-items .content-area .footer-social li a i {
    font-size: 19px;
}

.footer-top .widget-items p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #000;
}

.footer-top .widget-items .mail-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #4F54FA;
    border-radius: 10px;
    padding: 4px;
}

.footer-top .widget-items .mail-wrapper input {
    padding: 5px 20px 5px 5px;
    color: #fff;
    width: 100%;
    border: none;
    outline: none;
    background: none;
    background: transparent;
}

.footer-top .widget-items .mail-wrapper ::placeholder {
    color: #ebebeb;
}

.footer-top .widget-items .mail-wrapper .cmn-btn-style-new {
    height: 55px;
    background: linear-gradient(90deg, #eb566c 0%, #b7256e 100%);
}

.footer-bottom {
    position: relative;
    display: flex;
    border-top: 1px solid #6F72D2;
    padding: 10px 0;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    font-size: 16px;
    color: #000;
}

.footer-bottom p a {
    font-weight: 600;
}

.footer-bottom .footer-bottom-link {
    display: flex;
    align-items: center;
}

.footer-bottom .footer-bottom-link li:not(:last-child) {
    margin-right: 12px;
}

.footer-bottom .footer-bottom-link li a {
    color: #000;
    font-size: 16px;
    transition: all 0.3s;
}

/*-Responsive-*/

@media screen and (max-width: 991px) {
    .footer-bottom {
        flex-wrap: wrap;
        display: flex;
        padding: 20px 0;
        justify-content: center;
    }

    .footer-bottom p {
        margin-bottom: 3px;
        text-align: center;
        margin-right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom .footer-bottom-link {
        margin-bottom: 12px;
    }

    .footer-bottom p {
        order: 1;
    }
}

@media screen and (max-width: 575px) {
    .footer-top .widget-items .footer-head {
        margin-bottom: 15px;
    }

    .footer-top .widget-items .footer-head .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 400px) {
    .footer-bottom p {
        font-size: 16px;
    }

    .footer-bottom .footer-bottom-link {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: -1px;
    }

    .footer-bottom .footer-bottom-link li a {
        margin-right: 10px;
        font-size: 15px;
    }
}

/*------Footer Section End--------*/

/*----Scroll Top To Bottom Start-----*/

#progress {
    width: 40px;
    background-color: #110230;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    z-index: 9999;
    display: none;
    bottom: 20px;
    animation: updown 2s linear infinite;
}

#progress #valiu {
    display: block;
    color: #fff  !important;
}

#progress:hover {
    cursor: pointer;
}

@keyframes updown {
    0% {
        transform: translatey(-5px);
    }

    50% {
        transform: translatey(5px);
    }
}

/*----Scroll Top To Bottom Start-----*/

/*----Preloader Start-----*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    background: rgba(28, 25, 104, 0.961);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    background: #4F54FA;
    border: 10px solid transparent;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 5s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #0C266C;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*----Preloader Start-----*/

/*----Menu Header Start-----*/

.header-section {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: all 0.9s;
    background: #14042C;
}

.header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all 0.9s;
    padding: 10px 0;
}

.header-wrapper .logo-menu {
    max-width: 190px;
}

.header-wrapper .logo-menu img {
    max-width: 90px;
    width: 100%;
}

.header-wrapper .main-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.header-wrapper .main-menu .btn-wrapper {
    margin-left: 100px;
}

.header-wrapper .main-menu .btn-wrapper .cmn-btn-style-new2:not(:last-child) {
    margin-right: 10px;
}

.header-wrapper .main-menu .btn-wrapper .btn-bg {
    background: none;
}

.header-wrapper .main-menu li {
    transition: all 0.6s;
    position: relative;
}

.header-wrapper .main-menu li:not(:last-child) {
    margin-right: 28px;
}

.header-wrapper .main-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    display: block;
}

.header-wrapper .main-menu li a span {
    color: #fff;
}

.header-wrapper .main-menu li a i {
    margin-left: 5px;
    font-size: 15px;
}

.header-wrapper .main-menu li .sub-menu {
    background: #fff;
    display: none;
    transform: translateY(28px);
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .header-wrapper .main-menu li .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        width: 270px;
        transition: all 0.8s;
        display: inline-block;
        border-radius: 9px;
        box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
        opacity: 0;
        visibility: hidden;
    }
}

.header-wrapper .main-menu li .sub-menu li {
}

.header-wrapper .main-menu li .sub-menu li:not(:last-child) {border-bottom: 1px solid #00000021;margin-right: 0;margin-bottom: 7px;}

.header-wrapper .main-menu li .sub-menu li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 35px;
}

.header-wrapper .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-wrapper .main-menu .active a {
    color: #eb566c;
}

.header-wrapper .main-menu .logo-menu-three {
    width: 130px;
    height: 85px;
}

.header-wrapper .main-menu .logo-menu-three img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1199px) {
    .header-wrapper .logo-menu {
        max-width: 150px;
    }

    .header-wrapper .main-menu li:not(:last-child) {
        margin-right: 15px;
    }

    .header-wrapper .main-menu li a {
        font-size: 16px;
    }

    .contact__btn .cmn-btn-style-new {
        font-size: 16px;
        padding: 7px 18px 10px;
    }
}

@media screen and (max-width: 991px) {
    .contact__btn {
    display: none;
    }

    .header-section {
        background: #14042C;
    }

    .header-wrapper {
        background: #14042C;
        padding: 7px 0 8px;
    }

    .header-wrapper .logo-menu {
        padding: 0px 0px;
    }

    .main-menu {
        position: absolute;
        top: 100%;
        width: 100%;
        display: inline !important;
        left: 0;
        z-index: 999;
        padding: 22px 0px 0;
        transition: all 2s !important;
        transform-origin: top;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .main-menu:not(.active) {
        display: none !important;
        transition: all 2s;
    }

    .main-menu li {
        width: 100%;
    }

    .main-menu li:not(:last-child) {
        margin-bottom: 8px;
    }
.post-img-inner img{
    
}
    .main-menu li a {
        background: linear-gradient(90deg, #eb566c 0%, #b7256e 100%);
        padding: 12px 20px 14px;
        border-radius: 5px;
    }

    .main-menu .active a {
        color: #fff !important;
    }

    .header-bar {
        position: relative;
        width: 30px;
        height: 20px;
    }

    .header-bar span {
        position: absolute;
        width: 100%;
        height: 2px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background: #fff;
    }

    .header-bar span:first-child {
        top: 0;
        background: #fff;
    }

    .header-bar span:nth-child(2) {
        top: 44%;
        background: #fff;
    }

    .header-bar span:last-child {
        bottom: 0;
        background: #fff;
    }

    .header-bar.active span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }

    .header-bar.active span:nth-child(2) {
        opacity: 0;
    }

    .header-bar.active span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }

    .header-bar:hover {
        cursor: pointer;
    }

    .header-wrapper .main-menu li .sub-menu {
        position: relative;
        transform: translateY(0px);
        padding: 10px 0 3px;
    }

    .header-wrapper .main-menu li .sub-menu li a {
        display: block;
        background: transparent;
        color: black;
        border: 1px solid #ebebeb;
        padding: 10px 20px 9px !important;
    }

    .header-wrapper .main-menu li .sub-menu li a {
        padding: 0px 0;
    }
}

/*----Menu Header Start-----*/

/*------Banner Section Start--------*/

.banner__section {
    padding: 179px 0 225px;
    background: #14042C;
    height: 100%;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner__shape {
    position: absolute;
    top: 0;
    right: 0;
}

.banner__content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner__content h1 {
    color: #fff;
    margin-bottom: 2px;
    font-size: 42px;
    line-height: 84px;
}

.banner__content p {
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 40px;
    color: #fff;
}

.banner__thumb {
    position: relative;
    max-width: 800px;
    z-index: 1;
}

.banner__thumb img {
    width: 100%;
}

/*------Banner Section End--------*/

/*------Categories Section Start--------*/

.categories__section {
    background: #fff;
    padding: 50px 0;
}

.categories__wrapper {
}

.categories__items {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
    border-radius: 20px;
    padding: 30px 30px;
    text-align: center;
    height: 100%;
}

.categories__items .cate__icon {
    margin-bottom: 0px;
}

.categories__items .cate__content h5 {
    color: #000000;
    margin-bottom: 12px;
}

/*------Categories Section End--------*/

/*------Breadcumnd Section Here--------*/

.breadcumnd__banner {
    background: #14042C;
    position: relative;
    text-align: center;
    min-height: 461px;
    padding: 92px 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcumnd__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    margin: 0;
    /* remove old margin */
}

.breadcumnd__content h1 {
    color: #fff;
    font-size: 39px;
    line-height: 1.2;
}

.breadcumnd__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.breadcumnd__wrap li {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.breadcumnd__wrap li a {
    color: #fff;
    font-size: 16px;
}

.breadcumnd__wrap li i {
    color: #fff;
}

/*------Breadcumnd Section End--------*/

.about__section {
    background: #fff;
}

.about__counter__items {
    border: 1px solid #FF4755;
    border-radius: 9px;
    padding: 15px 20px 20px;
    background: #fff;
    text-align: center;
    transition: all 0.4s;
}

.about__counter__items:hover {
    box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
    border-radius: 20px;
    border-color: #fff;
}

.about__counter__items .cont {
    justify-content: center;
}

.about__counter__items .cont h3 {
    color: #0C266C;
}

.about__counter__items .cont span {
    font-size: 43px;
    font-weight: 700;
}

.about__counter__items p {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.bg__section {
    background: #fff;
}

.service__slide__wrap .owl-dots {
    padding-top: 20px;
    display: flex;
    gap: 0px 7px;
    justify-content: center;
}

.service__slide__wrap .owl-dots .owl-dot span {
    background: #FFA5AB;
    margin: 0;
}

.service__slide__wrap .owl-dots .owl-dot:hover span {
    background: #FF4755;
}

.service__slide__wrap .owl-dots .owl-dot.active span {
    width: 20px;
    background: #FF4755;
}

.service__content {
    margin-left: -37px;
}

.service__slide__items {
    border-radius: 20px;
    padding: 20px 20px 20px;
    border: 1px solid #250C4A;
    transition: all 0.3s;
}

.service__slide__items .thumb {
    width: 100%;
    margin-bottom: 20px;
}

.service__slide__items .thumb img {
    width: 100%;
    height: 183px;
    object-fit: cover;
}

.service__slide__items .content h5 a {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    color: #0C266C !important;
    padding-bottom: 22px !important;
}

.service__slide__items .content h5 a {
    color: #fff;
}

.service__slide__items .content p {
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 27px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    margin-top: 11px;
}

.service__slide__items .content .service__btn {
    display: flex;
    gap: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
}

.service__slide__items .content .service__btn span {
    color: #fff;
}

.service__slide__items .content .service__btn span i {
    color: #4F54FA;
}

.service__slide__items:hover {
    border-color: #FF4755;
}

.service__slide__main .owl-nav {
    display: flex;
    justify-content: center;
    gap: 0px 80px;
    margin-top: 50px;
}

.service__slide__main .owl-nav .owl-prev:hover {
    background: unset;
}

.service__slide__main .owl-nav .owl-prev i {
    color: #0C266C;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    text-align: center;
    line-height: 34px;
    background: #FEC3C7;
    transition: all 0.3s;
}

.service__slide__main .owl-nav .owl-prev i:hover {
    background: #FF4755;
    color: #fff;
}

.service__slide__main .owl-nav .owl-next:hover {
    background: unset;
}

.service__slide__main .owl-nav .owl-next i {
    color: #0C266C;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    text-align: center;
    line-height: 34px;
    background: #FEC3C7;
    transition: all 0.3s;
}

.service__slide__main .owl-nav .owl-next i:hover {
    background: #FF4755;
    color: #fff;
}

.service__slide__main .owl-dots {
    margin-top: -25px;
    display: flex;
    gap: 0px 7px;
    justify-content: center;
}

.service__slide__main .owl-dots .owl-dot span {
    background: #FFA5AB;
    margin: 0;
}

.service__slide__main .owl-dots .owl-dot:hover span {
    background: #FF4755;
}

.service__slide__main .owl-dots .owl-dot.active span {
    background: #FF4755;
}

.service__slide__main .service__slide__items {
    box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
    margin-top: 15px;
    margin-bottom: 23px;
    border-radius: 20px;
    background: #fff;
    border: unset;
}

.service__slide__main .service__slide__items .content h5 a {
    color: #0C266C;
}

.service__slide__main .service__slide__items .content p {
    color: #0C266C;
    font-size: 18px;
    font-weight: 400;
}

.experience__section {
    background: #e6e6e6;
}

.experience__content .progress__wrap .pro__items:not(:last-child) {
    margin-bottom: 30px;
}

.experience__content .progress__wrap .pro__items .pro__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.experience__content .progress__wrap .pro__items .pro__head .title {
    font-size: 16px;
    color: #0C266C;
}

.experience__content .progress__wrap .pro__items .pro__head .point {
    font-size: 16px;
    color: #0C266C;
}

.experience__content .progress__wrap .progress {
    background: #FFA5AB;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 6px;
    width: 100%;
}

.experience__content .progress__wrap .progress-value {
    animation: load 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: #FF4755;
    height: 5px;
    width: 0;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 68%;
    }
}

.experience__thumb {
    width: 100%;
}

.experience__thumb img {
    width: 100%;
}

.testimonial__wrapper .owl-nav,
.project__wrapper .owl-nav {
    display: flex;
    justify-content: center;
    gap: 0px 80px;
    margin-top: 50px;
}

.testimonial__wrapper .owl-nav .owl-prev:hover,
.project__wrapper .owl-nav .owl-prev:hover {
    background: unset;
}

.testimonial__wrapper .owl-nav .owl-prev i,
.project__wrapper .owl-nav .owl-prev i {
    color: #0C266C;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    text-align: center;
    line-height: 34px;
    background: #FEC3C7;
    transition: all 0.3s;
}

.testimonial__wrapper .owl-nav .owl-prev i:hover,
.project__wrapper .owl-nav .owl-prev i:hover {
    background: #FF4755;
    color: #fff;
}

.testimonial__wrapper .owl-nav .owl-next:hover,
.project__wrapper .owl-nav .owl-next:hover {
    background: unset;
}

.testimonial__wrapper .owl-nav .owl-next i,
.project__wrapper .owl-nav .owl-next i {
    color: #0C266C;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    text-align: center;
    line-height: 34px;
    background: #FEC3C7;
    transition: all 0.3s;
}

.testimonial__wrapper .owl-nav .owl-next i:hover,
.project__wrapper .owl-nav .owl-next i:hover {
    background: #FF4755;
    color: #fff;
}

.testimonial__wrapper .owl-dots,
.project__wrapper .owl-dots {
    margin-top: -25px;
    display: flex;
    gap: 0px 7px;
    justify-content: center;
}

.testimonial__wrapper .owl-dots .owl-dot span,
.project__wrapper .owl-dots .owl-dot span {
    background: #FFA5AB;
    margin: 0;
}

.testimonial__wrapper .owl-dots .owl-dot:hover span,
.project__wrapper .owl-dots .owl-dot:hover span {
    background: #FF4755;
}

.testimonial__wrapper .owl-dots .owl-dot.active span,
.project__wrapper .owl-dots .owl-dot.active span {
    background: #FF4755;
}

.porject-post {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.porject-post:hover .porject-post__overlay {
    inset-block-start: 0;
    inset-block-end: 0;
}

.porject-post:hover .porject-post__img::after {
    visibility: visible;
    opacity: 0.66;
    pointer-events: unset;
}

.porject-post__img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.porject-post__img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180.07deg, rgba(36, 42, 82, 0) 0.06%, #14042C 70.29%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.porject-post__img-is {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.porject-post__overlay {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    inset-inline: 0;
    inset-block-start: 100%;
    color: #fff;
    transition: all 0.3s ease;
}

.porject-post__overlay h5 {
    margin-bottom: 20px;
}

.porject-post__overlay p {
    color: #fff;
    margin-bottom: 30px;
}

.porject-post__overlay .cmn-btn-style-new {
    width: 140px;
}


.project__box p {
    font-size: 18px;
    font-weight: 400;
    color: #0C266C;
}

.project__box .project__bigthumb {
    display: block;
    width: 100%;
}

.project__box .project__bigthumb img {
    width: 100%;
    border-radius: 20px;
}

.project__box .text1 {
    margin-bottom: 20px;
}

.project__box .details__list .list__items {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-left: 14px;
}

.project__box .details__list .list__items:not(:last-child) {
    margin-bottom: 15px;
}

.project__box .details__list .list__items::before {
    position: absolute;
    left: -15px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0C266C;
    content: "";
}

.bg__box {
    background: #212753;
    border-radius: 20px;
    padding: 60px 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 31px;
    text-align: center;
}

.project__details__right {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
    border-radius: 20px;
    padding: 28px 30px;
}

.project__details__right .right li {
    display: flex;
}

.project__details__right .right li:not(:last-child) {
    margin-bottom: 18px;
}

.project__details__right .right li .title-b {
    min-width: 120px;
    font-weight: 700;
    color: #0C266C;
    position: relative;
    display: block;
    margin-right: 25px;
}

.project__details__right .right li .title-b::after {
    position: absolute;
    content: ":";
    right: 0;
    top: 0;
}

.project__details__right .right li span {
    font-size: 16px;
    text-align: left;
}

.testimonial__section {
    background: #fff;
}

.testimonial__items {
    padding: 19px 22px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #FF4755;
    display: flex;
    align-items: center;
    gap: 0 4px;
}

.testimonial__items .thumb {
    width: 100px;
    height: 95px;
}

.testimonial__items .thumb img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 1px solid #ebebeb;
}

.testimonial__items .content {
    width: calc(100% - 100px);
}

.testimonial__items .content .name__wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.testimonial__items .content .name__wrap h6 {
    color: #0C266C;
    font-weight: 500;
}

.testimonial__items .content .name__wrap .ratting {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #FF4755;
}

.testimonial__items .content .name__wrap .ratting span i {
    color: #FF4755;
}

.testimonial__items .content p {
    color: #0C266C;
    font-size: 16px;
}

.dark__bg {
    background: #14042C !important;
}

.dark__bg .form_area {
    background: #fff;
}

.dark__bg .contact__address__items {
    border-color: #fff !important;
}

.bg__white {
    background: #fff;
}

.accordion-header {
    box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
    border-radius: 10px;
    padding: 15px 15px 18px;
    cursor: pointer;
    position: relative;
    font-size: 16px !important;
    font-weight: 600;
    color: #000;
}

.accordion-item {
    border: unset;
    transition: transform 0.3s;
}

.accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.accordion-item.active {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.accordion-item.active .accordion-header {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0);
    background: #fff;
}

.accordion-item.active .accordion-header .icon {
    display: none;
}

.accordion-item.active .accordion-header .icontwo {
    display: block;
}

.accordion-header .icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    transition: transform 0.3s;
}

.accordion-header .icon i {
    color: #4F54FA;
}

.accordion-header.active .icon {
    transform: translateY(-50%) rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: max-height 0.3s;
    border-radius: 0 0 10px 10px;
}

.accordion-content p {
    padding: 10px;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    border-top: 1px solid rgba(79, 84, 250, 0.5);
    padding: 10px;
}


.blog__section {
    background: #fff;
}

.blog__items {
    box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.blog__items:hover .blog__thumb img {
    transform: scale(1.1);
}

.blog__items:hover .content h5 a {
    color: #FF4755;
}

.blog__items .blog__thumb {
    width: 100%;
    overflow: hidden;
}

.blog__items .blog__thumb img {
    overflow: hidden;
    width: 100%;
    transition: all 0.3s;
    height: 206px;
    object-fit: cover;
}

.blog__items .content {
    padding: 20px 20px 20px;
}

.blog__items .content .comment__wrap {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 20px;
    gap: 3px 10px;
    /* flex-wrap: wrap; */
}

.blog__items .content .comment__wrap span {
    line-height: 15px;
    font-size: 12px;
    color: #FF4755;
}

.blog__items .content .comment__wrap span:not(:last-child) {
    border-right: 1px solid #FF4755;
    padding-right: 7px;
}



.blog__items .content h5 a {
    color: #0C266C;
    transition: all 0.3s;
      display: -webkit-box;
  -webkit-line-clamp: 2;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}

.blog__items .content p {
     font-size: 16px;
    color: #0C266C;
    margin-bottom: 17px;
    line-height: 26px;
}

.blog__items .content .blog__btn {
    color: #4F54FA;
    display: flex;
    align-items: center;
    gap: 7px;
}

.blog__items .content .blog__btn span {
    font-weight: 600;
    font-size: 15px;
    color: #4F54FA;
}

.blog__items .content .blog__btn span i {
    color: #4F54FA;
}

/* .blog__details__area {
    border-bottom: 1px solid #6F72D2;
} */

.blog__details__left__wrap .comment__wrap {
    /* max-width: 394px; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 10px;
    gap: 20px;
    flex-wrap: wrap;
}

.blog__details__left__wrap .comment__wrap span {
    font-size: 14px;
    color: #FF4755;
    line-height: 15px;
}

.blog__details__left__wrap .comment__wrap span:not(:last-child) {
    border-right: 1px solid #FF4755;
    padding-right: 13px;
}

.blog__details__left__wrap .project__box h3 {
    color: #0C266C;
    font-size: 19px;
    line-height: 36px;
}

.ceo__box {
    background: #fff;
    box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
    border-radius: 13px;
    padding: 37px 28px 46px;
    display: flex;
    align-items: center;
    gap: 15px 30px;
}

.ceo__box .thumb img {
    border-radius: 50%;
}

.ceo__box .content .name__area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 5px 0;
}

.ceo__box .content .name__area .name__left h5 {
    color: #0C266C;
    margin-bottom: 10px;
}

.ceo__box .content .name__area .name__left p {
    color: #FF4755;
    font-size: 16px;
}

.ceo__box .content .name__area .social {
    display: flex;
    align-items: center;
    gap: 5px 10px;
}

.ceo__box .content .name__area .social li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #4F54FA;
    background: #fff;
    text-align: center;
    line-height: 25px;
    transition: all 0.4s;
}

.ceo__box .content .name__area .social li a i {
    color: #4F54FA;
    font-size: 14px;
    transition: all 0.4s;
}

.ceo__box .content .name__area .social li a:hover {
    background: #4F54FA;
    border-color: #4F54FA;
}

.ceo__box .content .name__area .social li a:hover i {
    color: #fff;
}

.ceo__box .content p {
    font-size: 18px;
    color: #0C266C;
}

/* .comment__box__wrap {
    border-bottom: 1px solid #6F72D2;
} */

.comment__box__wrap .cmn__title {
    color: #0C266C;
    font-size: 20px;
    margin-bottom: 4px;
}

.comment__box__wrap .comment__box {
    display: flex;
    align-items: center;
    gap: 10px 20px;
}

.comment__box__wrap .comment__box:not(:last-child) {
    margin-bottom: 30px;
}

.comment__box__wrap .comment__box:nth-child(3) {
    margin-left: 70px;
}

.comment__box__wrap .comment__box .comment__person {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #E2E1E4;
    padding: 10px;
}

.comment__box__wrap .comment__box .comment__person img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.comment__box__wrap .comment__box .commnet__person__details {
    width: calc(100% - 110px);
}

.comment__box__wrap .comment__box .commnet__person__details h5 {
    color: #0C266C;
    margin-bottom: 15px;
}

.comment__box__wrap .comment__box .commnet__person__details h5 .month {
    font-size: 16px;
    font-weight: 400;
}

.comment__box__wrap .comment__box .commnet__person__details p {
    font-size: 18px;
    margin-bottom: 15px;
}

.comment__box__wrap .comment__box .commnet__person__details .reply {
    color: #4F54FA;
    font-weight: 600;
    font-size: 18px;
}

.leave__comments .leave__title {
   color: #0C266C;
    margin-bottom: 10px;
    font-size: 23px;
}

.leave__comments form {
    box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
    border-radius: 20px;
    background: #fff;
    padding: 30px 30px;
}

.leave__comments form .form__grp {
    text-align: center;
}

.leave__comments form .form__grp input {
    outline: none;
    border: none;
    width: 100%;
    color: #989898;
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #FF4755;
}

.leave__comments form .form__grp ::placeholder {
    color: #989898;
}



.leave__comments form .textarea input {
    padding: 15px 30px 120px;
}

.blog__list__right {
    position: sticky;
    top: 120px;
}

.blog__list__right .items__box {
    box-shadow: 0px 4px 12px rgba(70, 54, 195, 0.2);
    border-radius: 20px;
    padding: 22px 21px;
    background: #fff;
}

.blog__list__right .items__box:not(:last-child) {
    margin-bottom: 30px;
}

.blog__list__right .items__box .box__head {
    font-size: 20px;
    font-weight: 600;
    color: #0C266C;
    margin-bottom: 16px;
}

.blog__list__right .items__box form {
    border: 1px solid #4F54FA;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 6px;
}

.blog__list__right .items__box form input {
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
}

.blog__list__right .items__box form i {
    width: 60px;
    text-align: center;
    height: 40px;
    line-height: 20px;
    background: #4F54FA;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.blog__list__right .items__box .social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog__list__right .items__box .social li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #4F54FA;
    border-radius: 50%;
    transition: all 0.4s;
}

.blog__list__right .items__box .social li a i {
    color: #4F54FA;
    transition: all 0.4s;
}

.blog__list__right .items__box .social li a:hover {
    background: #4F54FA;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
}

.blog__list__right .items__box .social li a:hover i {
    color: #fff;
}

.blog__list__right .items__box .categoris a {
    display: block;
    border: 1px solid #C7C8ED;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    color: #0C266C;
    font-weight: 400;
    font-size: 18px;
    transition: all 0.4s;
}

.blog__list__right .items__box .categoris a:hover {
    background: #4F54FA;
    border-color: #4F54FA;
    color: #fff;
}

.blog__list__right .items__box .categoris a:not(:last-child) {
    margin-bottom: 10px;
}

.blog__list__right .items__box .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog__list__right .items__box .tags a {
    border: 1px solid #6F72D2;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 400;
    color: #4F54FA;
    padding: 5px 5px;
    display: inline-block;
    transition: all 0.3s;
}

.blog__list__right .items__box .tags a:hover {
    background: #4F54FA;
    border-color: #4F54FA;
    color: #fff;
}

.blog__list__right .items__box .post__recent li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.blog__list__right .items__box .post__recent li:not(:last-child) {
    margin-bottom: 26px;
}

.blog__list__right .items__box .post__recent li .cont .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #0C266C;
    line-height: 24px;
    margin-bottom: 5px;
    display: block;
}

.blog__list__right .items__box .post__recent li .cont .date {
    font-size: 16px;
    color: #FF4755;
}

.blog__list__right .categoris__box .box__head {
    border-bottom: 1px solid rgba(111, 114, 210, 0.39);
    padding-bottom: 15px;
}

.customer__support {
    background: #fff;
}

.support__customer__wrap {
    background: #14042C;
    border-radius: 20px;
    padding: 20px 70px;
    position: relative;
    overflow: hidden;
}

.customer__vector {
    position: absolute;
    left: 0;
    top: 0;
}

.customer__content {
    position: relative;
    z-index: 1;
}

.customer__content .section__header h3 {
    margin-bottom: 30px;
    color: #fff;
}

.customer__thumb {
    position: relative;
    z-index: 1;
    width: 100%;
}

.customer__thumb img {
    width: 100%;
}

.contact__section {
    background: #fff;
}

.contact__content__wrap .contact__address__items {
    padding: 20px 20px 20px;
    border: 1px solid #FF4755;
    border-radius: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s;
}

.contact__content__wrap .contact__address__items:hover {
    border-color: #fff;
    box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
}

.contact__content__wrap .contact__address__items .content h6 {
    color: #0C266C;
}

.contact__content__wrap .contact__address__items .content p {
    font-size: 16px;
    color: #0C266C;
}

.form_area {
    background: var(--white-color);
    box-shadow: 0px 4px 20px rgba(74, 73, 79, 0.2);
    border-radius: 20px;
    padding: 30px 30px;
}

.form_area #form {
    position: relative;
}

.form_area #form .form-control {
    padding: unset;
    border: none;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background-color: transparent;
    position: relative;
}

.form_area #form .form-control input {
    border: none;
    padding: 5px 15px 8px;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #4F54FA;
    color: #989898;
}

.form_area #form .form-control input::placeholder {
    color: #989898;
}

.form_area #form .form-control label {
    color: brown;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
    display: block;
}

.form_area #form .form-control textarea {
    border: none;
    padding: 5px 15px 8px;
    border-radius: 10px;
    width: 100%;
    outline: none;
    border: 1px solid #4F54FA;
    color: #989898;
}

.form_area #form ::placeholder {
    color: #989898;
}

.form_area #form .form-control textarea:focus {
    outline: 0;
    border-color: none;
}

.form_area #form .form-control.success textarea {
    border-color: #2ecc71;
}

.form_area #form .form-control.error textarea {
    border-color: #e74c3c;
}

.form_area #form .form-control input:focus {
    outline: 0;
    border-color: none;
}

.form_area #form .form-control.success input {
    border-color: #2ecc71;
}

.form_area #form .form-control.error input {
    border-color: #e74c3c;
}

.form_area #form .form-control small {
    color: #e74c3c;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
}

.form_area #form .form-control.error small {
    visibility: visible;
}

.form_area #form .submit__btn {
    text-align: center;
}


.form_area #form .thank_you p {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    color: green;
    animation: scaleone 0.5s linear;
    transition: all 0.5s;
    display: none;
}

@keyframes scaleone {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.map__section iframe {
    width: 100%;
    height: 600px;
}

.shop__content {
    text-align: center;
    margin: 0 auto;
}

.shop__content .icon {
    margin-bottom: 20px;
}

.shop__content .icon i {
    font-size: 120px;
    color: #0C266C;
}

.shop__content h3 {
    color: #0C266C;
    margin-bottom: 20px;
}

.error__pages {
    background: #DFECFF;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error__wrap .error__box {
    text-align: center;
}

.error__wrap .error__box .thumb {
    margin-bottom: 50px;
    width: 100%;
}

.error__wrap .error__box .thumb img {
    width: 100%;
    height: 100%;
}

.error__wrap .error__box .content h2 {
    color: #0C266C;
    margin-bottom: 40px;
}

/*--Button Area End--*/

/*--Button Area End--*/

@media screen and (max-width: 1399px) {
    .section__header h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .banner__content h1 {
        font-size: 46px;
        line-height: 80.8px;
    }

    .service__content {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1199px) {
    .banner__section {
        padding: 155px 0 225px;
    }

    .banner__content h1 {
        font-size: 38px;
        line-height: 52.8px;
    }

    .element__1 {
        opacity: 0.3;
    }

    .element__2 {
        opacity: 0.3;
    }

    .element__3 {
        opacity: 0.3;
    }

    .about__counter__items {
        padding: 15px 15px 20px;
    }

    .about__counter__items .cont {
        margin-bottom: 5px;
    }

    .about__counter__items p {
        font-size: 16px;
    }

    .accordion-header {
        font-size: 20px;
    }

    .career__details__section .project__details__right h4 {
        font-size: 28px;
    }

    .career__details__section .project__details__right .right li span {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .section__center {
        margin: 0 auto 30px;
    }

    .banner__section {
        padding: 135px 0 215px;
    }

    .banner__thumb {
        margin-top: 30px;
    }

    .breadcumnd__content h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .about__content {
        margin-bottom: 35px;
    }

    .testimonial__wrapper .owl-nav,
    .project__wrapper .owl-nav {
        margin-top: 25px;
    }

    .support__customer__wrap {
        padding: 20px 40px;
    }

    .customer__content .section__header h5 {
        font-size: 20px;
    }

    .customer__content .section__header h3 {
        font-size: 30px;
        line-height: 42px;
    }

    .career__grp__box {
        padding: 30px 20px 30px;
    }

    .career__grp__box h5 {
        margin-bottom: 10px;
    }

    .career__grp__box p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .career__grp__box .career__grp__footer .grp__right__footer .items span {
        font-size: 16px;
    }

    .map__section iframe {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial__items {
        padding: 20px 15px;
        display: grid;
        align-items: center;
        justify-content: center;
        gap: 15px 0px;
        text-align: center;
    }
    
    .header-wrapper .logo-menu img {
       max-width: 65px;
        
    }

    .testimonial__items .thumb {
        width: 100px;
        height: 95px;
        margin: 0 auto;
    }

    .testimonial__items .thumb img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

    .testimonial__items .content {
        width: 100%;
    }

    .testimonial__items .content .name__wrap {
        display: grid;
        text-align: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .testimonial__items .content .name__wrap .ratting {
        justify-content: center;
    }

    .testimonial__items .content p {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
    }

    .support__customer__wrap {
        padding: 20px 30px;
        text-align: center;
    }

    .customer__content {
        margin-bottom: 25px;
    }

    .customer__content .section__header h5 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .customer__content .section__header h3 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 35px;
    }

    .breadcumnd__content h1 {
        font-size: 42px;
        margin-bottom: 7px;
        line-height: 58px;
    }

    .element__1 {
        opacity: 0.1;
    }

    .element__2 {
        opacity: 0.1;
    }

    .element__3 {
        opacity: 0.1;
    }

    .project__box-heading h2 {
     font-size: 31px;
     color: #0C266C;
     line-height: 34px;
    }

    .project__box p {
        font-size: 16px;
        line-height: 26px;
        color: #0C266C;
    }

    .project__box .details__list .list__items {
        font-size: 16px;
        line-height: 28px;
    }

    .project__box .details__list .list__items:not(:last-child) {
        margin-bottom: 10px;
    }

    .bg__box {
        padding: 40px 20px;
        font-size: 20px;
    }

    .project__details__right {
        padding: 25px 20px;
    }

    .project__details__right .right li {
        display: flex;
    }

    .project__details__right .right li:not(:last-child) {
        margin-bottom: 10px;
    }

    .project__details__right .right li .title-b {
        min-width: 90px;
        font-weight: 600;
        margin-right: 15px;
    }

    .project__details__right .right li span {
        font-size: 14px;
        text-align: left;
    }

    .career__details__section .project__box h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .blog__details__left__wrap .project__box h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .ceo__box {
        text-align: center;
        display: grid;
        justify-content: center;
        padding: 40px 30px;
    }

    .ceo__box .content .name__area {
        display: grid;
        justify-content: center;
    }

    .ceo__box .content .name__area .name__left {
        margin-bottom: 10px;
    }

    .comment__box__wrap .cmn__title {
        font-size: 29px;
        margin-bottom: 15px;
        text-align: center;
    }

    .comment__box__wrap .comment__box {
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .comment__box__wrap .comment__box .comment__person {
        margin: 0 auto;
    }

    .comment__box__wrap .comment__box .commnet__person__details {
        width: 100%;
        padding: 10px;
        text-align: center;
        justify-content: center;
    }

    .comment__box__wrap .comment__box .commnet__person__details h5 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .comment__box__wrap .comment__box .commnet__person__details p {
        font-size: 16px;
        line-height: 26px;
    }

    .comment__box__wrap .comment__box:nth-child(3) {
        margin-left: 0;
    }

    .leave__comments .leave__title {
        font-size: 29px;
        line-height: 42px;
        margin-bottom: 25px;
    }

    .leave__comments form {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 575px) {
    .section__header-chooes h2 {
    font-size: 18px !important;
    line-height: 30px;
    margin-bottom: 5px;
}
p{
    text-align: justify;
    line-height: 27px;
    font-size: 16px;
}

.title-inner {
    font-size: 21px !important;
}

.services-icon img {
    width: 35px !important;
    height: 35px !important;
}
.section__header-insdh h2 {
    font-size: 26px !important;
    margin-bottom: 17px !important;
    padding-top: 27px;
    line-height: 39px !important;
}
    .banner__section {
        padding: 125px 0 195px;
    }

    .banner__content h1 {
        font-size: 42px;
        line-height: 50.8px;
    }

    .breadcumnd__content {
        margin-bottom: 30px;
        width: 100%;
    }

    .breadcumnd__content h1 {
        font-size: 16px;
        margin-bottom: 7px;
        line-height: 28px;
    }

    .breadcumnd__content .breadcumnd__wrap li {
        font-size: 11px;
    }
    .footer-top .widget-items .content-area p {
    font-size: 14px;
    line-height: 27px;}

    .breadcumnd__content .breadcumnd__wrap li a {
        font-size: 11px;
    }
    .footer-top .widget-items .content-area .quick-link li a {
    color: #000;
    line-height: 14px;
    font-size: 13px;
    transition: all 0.3s;
}
    .form_area {
        padding: 10px 10px;
    }

    .blog__details__left__wrap .project__box h3 {
        font-size: 29px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .map__section iframe {
        width: 100%;
        height: 300px;
    }
    .section__header-bf h2 {
    text-align: start !important;
    margin-bottom: 29px !important;
    line-height: 31px !important;
    font-size: 20px !important;
}



.Services-section-img img {
    margin-bottom: 34px;
}


    .shop__content .icon i {
        font-size: 80px;
    }

    .shop__content h3 {
        font-size: 29px;
        line-height: 40px;
    }

    .error__wrap .error__box {
        text-align: center;
    }

    .error__wrap .error__box .thumb {
        margin-bottom: 30px;
        width: 100%;
    }

    .error__wrap .error__box .thumb img {
        width: 100%;
        height: 100%;
    }

    .error__wrap .error__box .content h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (max-width: 500px) {
    .section__header h5 {
        margin-bottom: 15px;
    }

    .section__header h2 {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 28px;
        text-align: justify;
    }

    .section__header p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        text-align: justify;
    }

    .banner__section {
        padding: 150px 0 59px;
    }

    .banner__content h1 {
        font-size: 26px;
        line-height: 39.8px;
        margin-bottom: 10px !important;
    }

    .banner__content p {
        font-size: 16px !important;
        line-height: 27px !important;
        margin-bottom: 30px !important;
    }

.section-title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 5px !important;
    
}

    .banner__shape {
        opacity: 0.5;
    }

    .testimonial__wrapper .owl-nav,
    .project__wrapper .owl-nav {
        gap: 0px 25px;
    }

    .blog__items .content {
        padding: 20px 20px 20px;
    }

    .blog__items .content .comment__wrap {
        margin-bottom: 15px;
        flex-wrap: wrap;
        gap: 7px 7px;
    }

    .blog__items .content .comment__wrap span {
        font-size: 14px;
        color: #FF4755;
    }

    .blog__items .content h5 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 27px;
    }

    .blog__items .content p {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 26px;
    }

    .blog__items .content .blog__btn {
        color: #4F54FA;
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .blog__items .content .blog__btn span {
        font-weight: 600;
        font-size: 14px;
    }

    .blog__items .content .blog__btn span i {
        color: #4F54FA;
    }

    .accordion-header {
        font-size: 14px  !important;
    }
}

/*# sourceMappingURL=main.css.map */


/* Vishalllllllllllllllllllllllllllllllllllllllllllllllllllllllll */

/* Nav Tabs with Cards */
.tech-section h2 {
    color: #fff;
    text-align: center;
}

.tech-section {
    padding: 40px 0;
    background-color: #14042C;
}

.tech-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    max-width: 1200px;
    margin: auto;
}

.nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 25px;
    gap: 15px;
}

.nav-tabs .nav-link {
    border: 1px solid #007bff;
    border-radius: 25px;
    background: #f8f9fa;
    color: #000;
    font-weight: 500;
    padding: 5px 15px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
    background: linear-gradient(90deg, #ff4b2b, #3b82f6);
    transform: scale(1.05);
}

.nav-tabs .nav-link.active {
    background: linear-gradient(90deg, #ff4b2b, #3b82f6);
    color: #fff;
    font-size: 14px;
    border: none;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.tech-card {
    border: 1px dashed #007bff;
    border-radius: 8px;
    padding: 8px 14px;
    text-align: center;
    
    /* Equal height for all */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
    background: #fff;
}

.tech-card:hover {
    transform: translateY(-5px);
}

.tech-card img {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    object-fit: cover;
}

.tech-card p {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

/* Floating Buttons */

.whatsapp-chat-box {
    position: fixed;
    bottom: 90px;
    right: 18px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.btn-whatsapp-pulse {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-whatsapp-pulse img {
    width: 42px;
    height: 42px;
}

.btn-whatsapp-pulse:hover {
    transform: scale(1.1);
}
.thumb  a img {
    width: 99px;
    height: 53px;
    object-fit: cover;
}
.feature-card {
    border-radius: 12px;
    background-color: #f8f9fa; 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.feature-icon {
    width: 120px;  
    height: 120px; 
    object-fit: contain;
    margin: 0 auto;
}
.card h5, 
.card p {
    color: #000 !important; 
}
.rs-footer  {
    color: #0B70E1;
    font-size: 16px ;
    margin-right: 8px;
}

.contact__address__items  img {
    width: 40px;
    object-fit: cover;
    height: 40px;
}