@charset "UTF-8";

html, body{
    min-height:100%;
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px;
    }
}

@media (min-width: 1440px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1400px;
    }
}

.demo-bg{
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-color: #fff;
    background-image: url(../../assets/images/log-bg.webp);
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.demo-bg .shadow-effect img {
    height: 80px;
    width: 80px !important;
}

.demo-bg .customers-testimonials .big-title {
    font-weight: 300;
    line-height: 24px;
}

.demo-bg #customers-testimonials{
    padding: 0px;
}

.demo-bg .customers-testimonials {
    padding: 20px 30px 40px 30px;
}

.demo-bg .customers-testimonials h3 {
    padding: 10px 0 20px 0;
    font-size: 1.8rem;
}

.demo-bg .shadow-effect{
    width:100%;
    display:block;
}

.demo-bg .logo{
    text-align: center;
    margin: 20px 0;
}

.demo-bg .row.demo-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
}

.demo-bg .left-area{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 80px;
    z-index: 2;
    position: relative;
}

.demo-bg .right-area{
    padding: 20px 300px 20px 40px;
}

.demo-bg .right-area label{
    font-size: 16px;
    font-weight: 400;
    color: #213343;
}

.demo-bg .right-area input{
    border: 1px solid #B3B3B3;
}

.demo-bg .right-area input::placeholder {
    font-size: 16px;
    font-weight: 400;
}

.demo-bg .right-area .form-control {
    height: 50px;
}

.demo-bg .right-area .form-select {
    font-size: 16px; 
    color: #7A8496; 
    padding: 15px 20px;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
    height: 50px;
}

.demo-bg .right-area .form-select:focus {
    box-shadow: none;
}

.demo-bg .right-area textarea.form-control {
    border: 1px solid #B3B3B3 !important;
}

.demo-bg .right-area h2 {
    font-weight: 600;
}

.demo-bg .right-area h5 {
    font-size: 24px;
    color: #6B6B6B;
    font-weight: 400;
    line-height: 30px;
}

a.demo-bck{
    color: #000;
    font-size: 16px;
}

a.demo-bck:hover{
    color: #e43434;
}

@media only screen and (min-width: 1401px) and (max-width: 1680px){
    .demo-bg .left-area {
        padding: 10px;
    }
    .demo-bg .right-area {
        padding: 20px 120px 20px 40px;
    }
    .demo-bg .right-area h2 {
        font-size: 3rem;
    }
    .demo-bg .right-area h5 {
        font-size: 20px;
    }
    .demo-bg {
        background-size: cover;
        background-position: right;
        height: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .demo-bg .left-area {
        padding: 20px 10px;
    }
    .demo-bg .right-area {
        padding: 20px 120px 20px 20px;
    }
    .demo-bg .right-area h2 {
        font-size: 2.5rem;
    }
    .demo-bg .right-area h5 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .demo-bg .right-area {
        padding: 20px 40px 20px 40px;
    }
    .demo-bg .right-area h5 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 479px) {
    .demo-bg .right-area {
        padding: 10px;
    }
    .demo-bg .right-area h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .demo-bg .right-area h2 {
        font-size: 30px;
    }
    .demo-bg .right-area label {
        font-size: 14px;
    }
    .demo-bg .right-area input::placeholder {
        font-size: 14px;
    }
    .demo-bg .right-area .form-select {
        font-size: 14px;
    }
    .demo-bg {
        background-size: auto;
    }
    a.demo-bck{
        font-size: 14px;
    }
}

.fw-medium {
    font-weight: 500 !important;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
}

.main-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 16px;
}

.text-warning {
    color: rgb(228 52 52) !important;
}

.dropdown-item:hover{
    background-color: #fff2f2;
    color: #e43434 !important;
}

.dropdown-item:focus {
    background-color: #fff2f2;
}

/* .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
} */

.main-header .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #e43434;
}

.main-header .navbar-collapse {
    flex-basis: auto;
}

#navbarSupportedContent .btn {
    padding: 10px 15px;
    border-radius: 80px;
    font-size: 16px;
    font-weight: 400;
    width: 135px;
    margin-left: 15px;
}

.main-header {
    padding: 18px 10px;
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 71, 55, 0.1);
}

.main-header.sticky {
    padding: 18px 10px;
}

.main-header.sticky .search i {
    color: #e43434 !important;
}

.main-header .search {
    max-width: 40px;
}

.main-header .navbar-collapse .navbar-nav {
    padding-left: 150px;
}

.main-header .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-weight: 400;
}

.main-header .offcanvas .navbar-nav .nav-link {
    font-size: 16px;
}

.main-header .dropdown-item {
    padding: 15px 40px 15px 10px;
    color: #000;
    font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    #navbarSupportedContent .navbar-nav{
        display: none !important;
    }
}

.hero-banner::before {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-color: #fff;
    background-image: url(../../assets/images/hero-bg.webp);
    background-repeat: no-repeat;
}

.hero-banner .left-hero-color {
    padding-top: 120px;
}

.hero-banner .left-hero-color p {
    color: #213343;
    font-size: 20px;
    text-align: center;
    padding: 30px 0 15px 0;
}

#typing-container {
    height: 200px; /* Adjust the height as needed */
    overflow: hidden; /* Hide overflow to prevent scrollbars */
}

.hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
    font-size: 70px;
    max-width: 100%;
    text-align: center;
    background-image: linear-gradient(to right, #D23030, #FE6868);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text h2{
    font-size: 101px;
    max-width: 100%;
    color: #213343;
    text-shadow: 4px 4px 50px rgba(216, 55, 56, 0.2);
    text-transform: uppercase;
}

.hero-banner .right-hero-color {
    padding-top: 50px;
    z-index: 1;
}

@media (max-width: 991px) {
    .hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
        font-size: 45px;
    }
    #typing-container {
        height: 140px;
    }
    .hero-text h2 {
        font-size: 58px;
    }
}

@media (max-width: 479px) {
    .hero-banner .left-hero-color p {
        font-size: 16px;
    }
    .hero-banner .left-hero-color h1, .hero-banner .left-hero-color .h1 {
        font-size: 30px;
    }
    #typing-container {
        height: 110px;
    }
    .hero-text h2 {
        font-size: 45px;
        text-align: center;
        text-shadow: 4px 4px 50px rgba(216, 55, 56, 0.4);
    }
}

.btn-main{
    background: #e43434;
    border: 1px solid #e43434;
    color: #fff;
}

.btn-main-sub{
    background: #fff;
    border: 1px solid #e43434;
    color: #e43434;
}

.btn-search{
    background: #FFF2F2;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #E43434;
}

.clients{
    padding: 0;
}

.clients .carousel-nav {
    position: relative;
}

.clients .carousel-nav .owl-prev,
.clients .carousel-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: #213343;
    cursor: pointer;
    z-index: 1;
    border: 0;
    background: transparent;
}

.clients .carousel-nav .owl-prev:hover,
.clients .carousel-nav .owl-next:hover {
    color: #E43434;
}

.clients .carousel-nav .owl-prev {
    left: -50px;
}

.clients .carousel-nav .owl-next {
    right: -50px;
}

.clients .owl-carousel .item{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 5px 15px rgba(0, 71, 55, 0.1);
    margin: 20px 5px;
}

.differ{
    padding: 75px 0;
}

.differ h2{
    font-size: 40px;
    font-weight: 600;
}

.differ p{
    font-size: 16px;
    line-height: 22px;
    color: #213343;
    font-weight: 400;
}

.differenc{
    padding: 75px 0 0 0;
}

.differenc h1{
    color: #E43434;
    font-weight: 800;
}

.differenc-block{
    position: relative;
    padding: 40px 30px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    height: 250px;
}

.differenc-block.mb_40{    
    margin-bottom: 40px;
}

.differenc-block.mt_30{
    margin-top: 30px;
}

.differenc-block.mt_60{
    margin-top: 60px;
}

.differenc-block.mt_90{
    margin-top: 90px;
}

.differenc-block p{
    color: #213343;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 991px) {
    .differenc {
        padding: 30px 0 0 0;
    }
    .differenc-block.mt_60 {
        margin-top: 30px;
    }
    .differenc-block.mt_90 {
        margin-top: 60px;
    }
}

@media (max-width: 479px) {
    .differ {
        padding: 35px 0;
    }
    .differ h2 {
        font-size: 30px;
    }
    .differ p {
        margin-top: 20px;
        font-size: 14px;
    }
    .differenc-block {
        padding: 30px 20px;
        height: 200px;
        border-radius: 30px;
    }
    .differenc-block p {
        font-size: 15px;
        line-height: 20px;
    }
    .differenc-block.mb_40 {
        margin-bottom: 20px;
    }
}

.features h3{
    font-size: 40px;
    font-weight: 600;
}

.feature_block_one{
    position: relative;
    overflow: hidden;
    padding: 50px 50px 0px 50px;
    border-radius: 40px;
    margin-bottom: 30px;
    background: #F5F1FF;
}

.feature_block_one h3{
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 25px;
}

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

.feature_block_one a:hover h3, .feature_block_one a:hover p{
    color: #e43434;
}

.features .feature_block_one p{
    color: #213343;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature_block_one p{
    color: #213343;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature_block_one.integ p{
    color: #213343;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature_block_one .chart_box{
    position: relative;   
    padding: 10px 10px 0px 10px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; 
}

.feature_block_one .chart_box img{
    width: 100%;
}

.feature_section_two{
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.feature_image_block{
    position: relative;
    padding-left: 65px;
    margin-bottom: 30px;
}

.feature-inner{
    padding: 75px 0;
}

.feature_block_one.box1{
    background: #FFF5EB;
}

.feature_block_one.box2{
    background: #FBEEFF;
}

.feature_block_one.box3{
    background: #FFF1F7;
}

.feature_block_one.box4{
    background: #EAF8FF;
}

.feature_block_one.box5{
    background: #F5FFE5;
    padding-bottom: 50px;
}

.feature_block_one.box5 img{
    width: 500px;
}

.feature_block_one.box6{
    background: #EBF5FF;
}

.feature_block_one.box7{
    background: #EBEDFF;
}

.feature_block_one.box8{
    background: #F5FFE5;
}

.feature_block_one.box9{
    background: #FFECEB;
}

@media (max-width: 479px) {
    .features h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .feature-inner {
        padding: 35px 0;
    }
    .feature_block_one {
        padding: 30px 30px 0px 30px;
        border-radius: 30px;
    }
    .feature_block_one.box5 img {
        width: 100%;
    }
    .feature_block_one p {
        font-size: 14px !important;
        line-height: 22px !important;
        -webkit-line-clamp: 8 !important;
    }
    .feature_block_one.integ p {
        font-size: 14px;
    }
}

.counter-block{
    position: relative;
    padding: 40px 30px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    height: 220px;
}

.counter-block h1 {
    color: #E43434;
    font-weight: 800;
}

.counter-block p {
    color: #213343;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.counter .succs img{
    width: 100%;
    height: 100%;
}

@media (max-width: 479px) {
    .counter-block {
        padding: 30px 20px;
        height: 180px;
        border-radius: 30px;
    }
}

.reasons{
    padding: 75px 0;
}

.reason-inner{
    padding: 45px 0;
}

.single__offer__box{
    position: relative;
    padding: 40px 30px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}

.offer__title{
    font-size: 26px;
    font-weight: 600;
}

.offer__name p{
    font-size: 16px;
    color: #213343;
    line-height: 26px;
}

.icon-front{
    height: 100px;
}

.single__offer__box .icon img{
    max-width: 100%;
}

@media (max-width: 479px) {
    .single__offer__box {
        padding: 30px 20px;
        margin-bottom: 20px;
        border-radius: 30px;
    }
    .offer__title {
        font-size: 22px;
    }
    .reasons {
        padding: 35px 0;
    }
    .rocket {
        width: 60%;
    }
}

.service .shape {
    top: 0px;
    right: 0px;
    height: 600px;
}

.service p{
    font-size: 16px;
    line-height: 26px;
}

.rocket{
    position: absolute;
    z-index: 9;
    bottom: 0;
    -webkit-animation:pxl-circle-move-animation 12s infinite linear;
    -moz-animation:pxl-circle-move-animation 12s infinite linear;
    -o-animation:pxl-circle-move-animation 12s infinite linear;
    animation:pxl-circle-move-animation 12s infinite linear;
}

@keyframes pxl-circle-move-animation {
    0% {
      transform:rotate(0)translate(-30px)rotate(0)
    }
    25% {
      transform:rotate(360deg)translate(-30px)rotate(-360deg)
    }
    50% {
      transform:rotate(720deg)translate(-30px)rotate(-720deg)
    }
    75% {
      transform:rotate(1080deg)translate(-30px)rotate(-1080deg)
    }
    100% {
      transform:rotate(1440deg)translate(-30px)rotate(-1440deg)
    }
}

.app-dwnld a:hover,
.app-dwnld a:hover i,
.app-dwnld a:hover p,
.app-dwnld a:hover span {
    color: #e43434;
}

.app-btn.blu {
    background-color: #fff;
    transition: background-color 0.25s linear;
}

.app-btn {
    width: 100%;
    max-width: 220px;
    color: #1E252D;
    margin: 20px 15px;
    text-align: left;
    border-radius: 20px;
    text-decoration: none;
    font-size: 10px;
    padding: 20px 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}

.app-btn .big-txt {
    font-size: 16px;
    text-transform: capitalize;
}

.app-btn i {
    width: 25%;
    text-align: center;
    font-size: 30px;
    margin-right: 7px;
}

.app-btn p {
    font-size: 14px;
    color: #888888;
}

.app-btn .big-txt{
    font-size: 18px;
    color: #1E252D;
    font-weight: 600;
}

.service {
    padding: 150px 0 75px 0;
}

@media (max-width: 991px) {
    .service {
        padding: 60px 0 75px 0;
    }
}

#customers-testimonials{
    padding: 30px 0;
}

.customers-testimonials{
    background: #E43434;
    padding: 20px 80px 60px 80px;
    border-radius: 40px;
}

.customers-testimonials h3{
    color: #fff;
    padding: 40px 0;
}

.customers-testimonials .nam{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.customers-testimonials .desig{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.customers-testimonials .big-title{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}


.customers-testimonials .owl-carousel .item {
      width: 100%;
      display: inline-block;
    }
.customers-testimonials .owl-carousel {
      display: block;
      width: 100%;
    }
.customers-testimonials .carousel-container {
      width: 100%;
      overflow: hidden;
    }


.shadow-effect img{
    height: 120px;
    width: 120px !important;
}

.customers-testimonials .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: flex !important;
    justify-content: center !important;
}

.customers-testimonials .owl-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    position: relative;
}

.customers-testimonials .owl-carousel .owl-dot.active {
    background-color: #fff;
}

.customers-testimonials .owl-carousel .owl-dot.active::before {
    content: "";
    position: absolute;
    top: -4px; 
    left: -4px;
    width: 18px; 
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff; 
    background-color: transparent; 
    z-index: -1; 
}

@media (max-width: 479px) {
    .customers-testimonials {
        padding: 20px 20px 60px 20px;
        border-radius: 30px;
    }
    .shadow-effect img {
        height: 90px;
        width: 90px !important;
    }
}

.testi-shape1{
    bottom: 50px;
    right: 50px;
    height: 250px;
}

.testi-shape2{
    top: 0px;
    left: 50px;
    height: 150px;
}

.testi-shape3{
    top: 0px;
    left: 0px;
    height: 100%;
    width: auto;
}

.clients{
    background-image: url(../../assets/images/scnd-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.features{
    background-image: url(../../assets/images/thrd-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.reasons{
    background-image: url(../../assets/images/frth-bg.webp);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.breadcrumb-area {
    padding-top: 95px;
    padding-bottom: 80px;
    background-image: url(../../assets/images/breadcrumb.webp);
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 60px;
    max-height: 300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .breadcrumb-area {
        max-height: 230px;
        padding-top: 60px;
    }
    .breadcrumb__content__wraper .breadcrumb__title h2 {
        font-size: 50px !important;
    }
    .breadcrumb__inner ul li {
        font-size: 16px !important; 
        line-height: 30px !important;
    }
    .breadcrumb__inner ul li a {
        font-size: 16px !important;
        line-height: 30px !important;
    }
}

@media (max-width: 479px) {
    .breadcrumb-area {
        max-height: 210px;
        padding-top: 60px;
    }
    .breadcrumb__content__wraper .breadcrumb__title h2 {
        font-size: 40px !important;
    }
    .breadcrumb__inner ul li {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .breadcrumb__inner ul li a {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

.breadcrumb__content__wraper {
    text-align: center;
    position: relative;
    z-index: 9;
}

.breadcrumb__content__wraper .breadcrumb__title h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
}

.breadcrumb__inner ul {
    padding-left: 0;
}

.breadcrumb__inner ul li a {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-decoration: none;
}

.breadcrumb__inner ul li {
    font-size: 18px;
    line-height: 50px;
    color: #000;
    font-weight: 300;
    list-style: none;
    display: inline-block;
    color: #E43434;
}

.casestudies-area{
    padding-top: 60px;
}

.casestudies-area h3{
    font-size: 40px;
    font-weight: 600;
}

.casestudies-area button{
    font-size: 16px;
    border: 2px solid #E43434;
    background: #fff;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 8px;
    color: #E43434;
    height: auto;
}

.casestudies-area button:hover{
    font-size: 16px;
    border: 2px solid #E43434;
    background: #E43434;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 8px;
    color: #fff;
    height: auto;
}

.pxl-item--inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.pxl-item--inner .item--featured img {
    height: 500px;
    object-fit: cover;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.pxl-item--inner .item--content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 189px;
    max-width: 667px;
}

.pxl-item--inner .item--content a {
    text-decoration: none;
}

.pxl-item--inner .item--holder {
    width: 100%;
    height: 189px;
    max-width: 667px;
    padding-left: 46px;
    padding-top: 40px;
    padding-right: 101px;
    z-index: 2;
    position: relative;
}

.pxl-item--inner .item--holder:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(to right, #D23030, #FE6767);
    background-image: -moz-linear-gradient(to right, #D23030, #FE6767);
    background-image: -ms-linear-gradient(to right, #D23030, #FE6767);
    background-image: -o-linear-gradient(to right, #D23030, #FE6767);
    background-image: linear-gradient(to right, #D23030, #FE6767);
    z-index: -2;
    border-top-right-radius: 30px;
}

.pxl-item--inner .item--holder:hover:after {
    background-image: -webkit-linear-gradient(to right, #FE6767, #D23030);
    background-image: -moz-linear-gradient(to right, #FE6767, #D23030);
    background-image: -ms-linear-gradient(to right, #FE6767, #D23030);
    background-image: -o-linear-gradient(to right, #FE6767, #D23030);
    background-image: linear-gradient(to right, #FE6767, #D23030);
}

.pxl-item--inner .item--content .item-readmore {
    position: absolute;
    top: 10px;
    right: 80px;
    background-color: #fff;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
}

.pxl-item--inner .item--content .item-readmore a {
    line-height: 52px;
    color: #E43434;
    font-size: 26px;
}

.pxl-item--inner .item--content .item-readmore a .svg1 {
    transform: translateX(60%);
    transition: 300ms linear;
}

.castud{
    color: #fff;
}

.castud p{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 30px;
}

.castud h4{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 479px) {
    .casestudies-area h3 {
        font-size: 30px;
    }
    .pxl-item--inner .item--content .item-readmore {
        right: 45px !important;
        top: -90px !important;
    }
    .pxl-item--inner .item--holder {
        height: 290px !important;
        padding-left: 30px !important;
        padding-top: 25px !important;
        padding-right: 95px !important;
        top: -100px;
    }
    .casestudies-area button {
        font-size: 14px;
        padding: 5px 12px;
    }
    .castud h4 {
        font-size: 18px;
    }
}

.blog-area{
    padding-top: 60px;
}

.blog-area h3{
    font-size: 40px;
    font-weight: 600;
}

.blog-area button{
    font-size: 16px;
    border: 2px solid #E43434;
    background: #fff;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 8px;
    color: #E43434;
    height: auto;
}

.blog-area button:hover{
    font-size: 16px;
    border: 2px solid #E43434;
    background: #E43434;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 8px;
    color: #fff;
    height: auto;
}

.blogli {
    margin-bottom: 25px;
}

.blogli .card .custom_class{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    height: 300px;
    object-fit: cover;
}

.blogli .card-body{
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 25px;
}

.blogli p.post__date{
    color: #213343;
    font-size: 16px;
}

.blogli h4{
    line-height: 24px;
    margin-bottom: 15px;
}

.blogli h4 a{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.blogli h4 a:hover{
    color: #e43434;
}

.blogli .card-body ul{
    margin-bottom: 0;
}

.blogli .card-body ul li{
    list-style: none;
    display: inline-block;
    font-size: 16px;
}

.blogli .read{
    font-size: 16px;
    color: #E43434;
    text-decoration: none;
}

.blogli .read:hover{
    color: #b92828;
}

.blogli .shareso{
    display: flex;
    justify-content: flex-end;  
    align-items: center;
}

.blogli .socio-icon{
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin: 0 3px;
    color: #fff;
    display: block;
}


.blogli ul li:nth-child(2) {
    background: #2b4481;
    border-radius: 50px;
    width: 24px;
    height: 24px;
}

.blogli ul li:nth-child(2):hover {
    background: #e43434;
}

.blogli ul li:nth-child(3) {
    background: #000;
    border-radius: 50px;
    width: 24px;
    height: 24px;
}

.blogli ul li:nth-child(3):hover {
    background: #e43434;
}

.blogli ul li:nth-child(4) {
    background: #0060bf;
    border-radius: 50px;
    width: 24px;
    height: 24px;
}

.blogli ul li:nth-child(4):hover {
    background: #e43434;
}

@media (max-width: 991px) {
    .blog-area .p-0.position-absolute.left-minus-50px{
        display: none;
    }
    .left-minus-50px {
        left: 0px !important;
        display: none;
    }
    .right-minus-50px {
        right: 0px !important;
    }
}

@media (max-width: 479px) {
    .blog-area h3 {
        font-size: 30px;
    }
    .blogli .read {
        font-size: 14px !important;
    }
    .blogli .card-body ul li {
        font-size: 14px !important;
    }
    .blog-area button {
        font-size: 14px;
    }
    .blogli h4 a {
        font-size: 18px;
    }
}

.video-area{
    padding-top: 60px;
}

.video-area h3{
    font-size: 40px;
    font-weight: 600;
}

.video-area button{
    font-size: 16px;
    border: 2px solid #E43434;
    background: #fff;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 8px;
    color: #E43434;
    height: auto;
}

.video-area button:hover{
    font-size: 16px;
    border: 2px solid #E43434;
    background: #E43434;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 8px;
    color: #fff;
    height: auto;
}

.vide iframe{
    width: 100%;
    height: 450px;
    border-radius: 15px;
}

@media (max-width: 991px) {
    .vide iframe{
        height: 350px;
    }
}

@media (max-width: 479px) {
    iframe{
        height: 250px;
    }
}

/* .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    margin: 0 20px;
    color: #333;
    background: #e43434;
    box-shadow: 0 0 0px 0px rgba(231, 6, 6, 1);
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 250ms color;
    -webkit-transition: 250ms color;
    -moz-transition: 250ms color;
    -ms-transition: 250ms color;
    -o-transition: 250ms color;
    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    bottom: 40px;
    left: 10px;
  }
  
@keyframes wave {
    0% {
        box-shadow: 0 0 0px 0px rgba(231, 6, 6, 1);
    }
    100% {
        box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0);
    }
} */

/* .videoli .card .vide{
    margin-bottom: 15px;
} */

.videoli .card .vide img{
    border-radius: 15px;
    height: 300px;
    object-fit: cover;
}

.videoli h4{
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.videoli h4{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

/*.videoli h4 a:hover{*/
/*    color: #e43434;*/
/*}*/

@media (max-width: 479px) {
    .video-area h3 {
        font-size: 30px;
    }
    .video-area button {
        font-size: 14px;
    }
    .videoli h4 a {
        font-size: 18px;
    }
}

.ebook-area{
    padding-top: 60px;
}

.ebook-area h3{
    font-size: 40px;
    font-weight: 600;
}

.ebook-area button{
    font-size: 16px;
    border: 2px solid #E43434;
    background: transparent;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 8px;
    color: #E43434;
    height: auto;
}

.ebook-area button:hover{
    font-size: 16px;
    border: 2px solid #E43434;
    background: #E43434;
    padding: 5px 15px;
    line-height: 20px;
    border-radius: 8px;
    color: #fff;
    height: auto;
}

.ebookli{
    margin-bottom: 25px;
}

.ebookli .card-body {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 25px;
}

.ebookli .card img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    height: 420px;
    object-fit: cover;
}

.ebookli h4{
    line-height: 24px;
    margin-bottom: 15px;
}

.ebookli h4 a{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ebookli h4 a:hover{
    color: #e43434;
}

@media (max-width: 479px) {
    .ebook-area h3 {
        font-size: 30px;
    }
    .ebookli .card img {
        height: 300px !important;
    }
    .ebook-area button {
        font-size: 14px;
    }
    .ebookli h4 a {
        font-size: 18px;
    }
}

.left-minus-50px {
    left: -50px;
}

.right-minus-50px {
    right: -50px;
}

.blog-inner{
    background-image: url(../../assets/images/blg-inner.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 60px;
    padding-top: 95px;
    padding-bottom: 0px;
}

.blog__title {
    text-align: center;
    position: relative;
    z-index: 9;
}

.blog__title h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #000;
    margin: 0;
}

.blog-slider{
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-slider img{
    height: 650px;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .blog-slider img{
        height: 400px;
    }
    .blog__title h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 479px) {
    .blog-inner {
        margin-top: 20px;
    }
    .blog__title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .blog-slider img {
        height: 200px;
    }
}

.blog-inner .shareso {
    display: flex;
    justify-content: flex-end;
}

.blog-inner .shareso ul {
    margin-bottom: 0;
    padding-left: 0;
}

.blog-inner .shareso ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
}

.blog-inner .shareso .socio-icon {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin: 0 3px;
    color: #fff;
    display: block;
}

.blog-inner .shareso ul li:nth-child(2) {
    background: #2b4481;
    border-radius: 50px;
    width: 24px;
    height: 24px;
}

.blog-inner .shareso ul li:nth-child(2):hover {
    background: #e43434;
}

.blog-inner .shareso ul li:nth-child(3) {
    background: #000;
    border-radius: 50px;
    width: 24px;
    height: 24px;
}

.blog-inner .shareso ul li:nth-child(3):hover {
    background: #e43434;
}

.blog-inner .shareso ul li:nth-child(4) {
    background: #0060bf;
    border-radius: 50px;
    width: 24px;
    height: 24px;
}

.blog-inner .shareso ul li:nth-child(4):hover {
    background: #e43434;
}

.blog-inner .castud{
    color: #000;
}

.blog-inner .castud p{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 30px;
}

.blog-inner .castud h4{
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-detail h3 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.blog-detail p {
    color: #213343;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

.blog-img img{
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 15px;
}

.blog-img-ful img{
    height: 450px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

@media (max-width: 479px) {
    .blog-inner .castud h4 {
        font-size: 18px;
    }
}

.poplr{
    position: relative;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 25px 25px 15px 25px;
    background: #fff;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.poplr h4{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 30px;
}

.poplr-fed {
    margin-bottom: 25px;
}

.poplr-fed img{
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}

.poplr-fed h5{
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.poplr-fed p{
    color: #E43434;
    font-size: 16px;
}

.nvr-mis{
    position: relative;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 25px 25px 15px 25px;
    background: #fff;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.nvr-mis h4{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 30px;
}

.nvr-mis .shareso {
    display: flex;
    justify-content: flex-start;
}

.nvr-mis .shareso ul {
    margin-bottom: 0;
    padding-left: 0;
}

.nvr-mis .shareso ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
}

.nvr-mis .shareso .socio-icon {
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin: 0 3px;
    color: #fff;
    display: block;
}

.nvr-mis .shareso ul li:nth-child(1) {
    background: #2b4481;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.nvr-mis .shareso ul li:nth-child(1):hover {
    background: #e43434;
}

.nvr-mis .shareso ul li:nth-child(2) {
    background: #000;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.nvr-mis .shareso ul li:nth-child(2):hover {
    background: #e43434;
}

.nvr-mis .shareso ul li:nth-child(3) {
    background: #0060bf;
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.nvr-mis .shareso ul li:nth-child(3):hover {
    background: #e43434;
}

.archi{
    position: relative;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 25px 25px 15px 25px;
    background: #fff;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.archi h4{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 30px;
}

.archili{
    max-height: 260px;
    overflow-y: auto;
}

.archili ul {
    padding-left: 0;
}

.archili ul li{
    list-style: none;
    padding: 8px 0;
}

.archili ul li a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.archili ul li a:hover{
    color: #e43434;
}

.app-downd{
    position: relative;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 25px 25px 15px 25px;
    background: #fff;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.app-downd h2{
    color: #E43434;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.app-downd h4{
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 30px;
}

.app-downd p{
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.app-downd .app-dwnld p {
    color: #000;
    font-size: 10px;
    line-height: 24px;
}

.app-downd .app-dwnld a:hover,
.app-downd .app-dwnld a:hover i,
.app-downd .app-dwnld a:hover p,
.app-downd .app-dwnld a:hover span {
    color: #e43434;
}

.app-downd .app-dwnld .app-btn {
    width: 100%;
    max-width: 220px;
    color: #1E252D;
    margin: 15px 10px;
    text-align: left;
    border-radius: 10px;
    text-decoration: none;
    font-size: 10px;
    padding: 15px 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}

.app-downd .app-dwnld .app-btn p {
    color: #888888;
}

.app-downd .app-dwnld .app-btn .big-txt {
    font-size: 16px;
}

@media (max-width: 479px) {
    .app-downd .app-dwnld .app-btn {
        max-width: 100%;
    }
}

.blg-prvnxt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prv-nxt a{
    text-decoration: none;
}

.prv-nxt a:hover,
.prv-nxt a:hover i,
.prv-nxt a:hover p,
.prv-nxt a:hover h5 {
    color: #e43434;
}


.prv-nxt span{
    font-size: 26px;
    color: #D9D9D9;
}

.prv-nxt p{
    font-size: 16px;
    color: #213343;
    margin-bottom: 10px;
}

.prv-nxt h5{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blg-dir{
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
    padding: 20px 0;
}

.blg-cate i{
    font-size: 30px;
    color: #D9D9D9;
}

.blg-cate i:hover{
    color: #e43434;
}

.blg-enjo h3 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 35px;
}

@media (max-width: 479px) {
    .blog-detail h3{
        font-size: 26px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .blg-enjo h3 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 25px;
    }
}

.sales-area {
    padding-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .sales-area .p-0.position-absolute.right-minus-50px{
        display: none;
    }
}

@media (max-width: 479px) {
    .sales-area .p-0.position-absolute.left-minus-50px{
        display: none;
    }
}

.sales-inner{
    background-image: url(../../assets/images/blg-inner.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 60px;
    padding-top: 95px;
    padding-bottom: 0px;
}

.sticky-sidebar {
    position: -webkit-sticky; 
    position: sticky;
    top: 90px;
}

.main-sidebar .service-sidebar-widget .wid-title {
    margin-bottom: 15px;
}
  
.main-sidebar .service-sidebar-widget .service-category a {
    position: relative;
    display: inline-block;
    padding: 24px 15px 24px 46px;
    background-color: #fff;
    width: 100%;
    font-weight: 500;
    z-index: 9;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
}
  
.main-sidebar .service-sidebar-widget .service-category a:not(:last-child) {
    margin-bottom: 10px;
}
  
.main-sidebar .service-sidebar-widget .service-category a i {
    font-size: 18px;
    position: absolute;
    top: 21px;
    left: 15px;
    font-weight: 500;
}
  
.main-sidebar .service-sidebar-widget .service-category a::before {
    background-image: linear-gradient(to left, #FE6767, #D23030 );
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    border-radius: 10px;
}
  
.main-sidebar .service-sidebar-widget .service-category a:hover {
    color: #fff;
}
  
.main-sidebar .service-sidebar-widget .service-category a:hover i {
    color: #fff;
}
  
.main-sidebar .service-sidebar-widget .service-category a:hover::before {
    visibility: visible;
    opacity: 1;
}
  
.main-sidebar .service-sidebar-widget .service-category a.active {
    color: #fff;
}
  
.main-sidebar .service-sidebar-widget .service-category a.active i {
    color: #fff;
}
  
.main-sidebar .service-sidebar-widget .service-category a.active::before {
    visibility: visible;
    opacity: 1;
}

.sales-inner h3{
    color: #E43434;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-details-content h4{
    font-weight: 600;
}

.service-details-content .details-image {
    height: 450px;
    margin-bottom: 30px;
    width: 100%;
    background-size: contain !important;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}

.postbox__details-checkmark {
    padding-bottom: 30px;
}

.postbox__details-checkmark ul {
    padding-left: 0;
    margin-top: 15px;
}

.postbox__details-checkmark ul li {
    color: #213343;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.postbox__details-checkmark ul li i {
    background-color: #E43434;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 24px;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 4px;
    transform: translateX(2px);
    width: 24px;
    font-weight: 700;
}

.postbox__details-checkmark ul li span{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.sales-inner .accordion-item {
    background: transparent;
}

.sales-inner .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    font-size: 16px;
    font-weight: 600;
}

.sales-inner .accordion-body {
    font-size: 16px;
    font-weight: 400;
    color: #213343;
    line-height: 22px;
    background: transparent;
}

.sales-inner .accordion-button {
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 12px;
    font-weight: 600;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 479px) {
    .service-details-content .details-image {
        height: 300px;
    }
}

.logistic-area {
    padding-top: 60px;
}

.logistic-area .feature_block_one {
    position: relative;
    overflow: hidden;
    padding: 50px 50px 0px 50px;
    border-radius: 40px;
    margin-bottom: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logistic-area .feature_block_one p {
    color: #213343;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .logistic-area .p-0.position-absolute.right-minus-50px{
        display: none;
    }
}

@media (max-width: 991px) {
    .logistic-area .p-0.position-absolute.right-minus-50px{
        display: none;
    }
}

@media (max-width: 479px) {
    .logistic-area .p-0.position-absolute.left-minus-50px{
        display: none;
    }
}

.partnership-area{
    padding-top: 60px;
}

.partnr h3{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

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

.partner-inner .partnr-box{
    position: relative;
    padding: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
}

.partner-inner .partnr-box i{
    font-size: 46px;
    margin-bottom: 15px;
    color: #e43434;
}

.partner-inner .partnr-box h4{
    font-size: 32px;
    font-weight: 600;
}

.partner-inner .partnr-box h4 span{
    font-size: 40px;
    color: #e43434;
}

.partner-inner .partnr-box p{
    font-size: 16px;
    line-height: 22px;  
    color: #213343;
}

.partnership-area .customers-testimonials h3 {
    padding: 15px 0;
    line-height: 50px;
}

.partnership-area .customers-testimonials {
    padding: 30px 80px 40px 80px;
}

.partnership-area .customers-testimonials hr{
    margin: .5rem 0;
    color: #fff;
    opacity: 0.50;
}

.partnership-area .form-control {
    background-color: #fafafa;
}

.partnership-area textarea.form-control {
    border: 0;
}

.partnr-box .table-container {
    display: flex;
    overflow-x: auto;
    font-size: 16px;
    line-height: 20px;
}

.partnr-box .table {
    width: 100%;
    min-width: 600px;
}

.partnr-box .table th {
    font-size: 20px;
}

.partnr-box .table th, td {
    vertical-align: middle !important;
}

.partnr-box .table > :not(caption) > * > * {
    padding: .6rem 1.125rem;
}

.partnr-box .fixed-column {
    position: sticky;
    left: 0;
    background-color: #fff;
    z-index: 1;
}

.partnr-box .prtnr-chck {
    display: block;
    text-align: center;
}

.partnr-box .prtnr-chck i.fa-circle-check {
    font-size: 20px;
    color: #5FAE00;
    margin-bottom: 0;
}

.partnr-box .prtnr-chck i.fa-circle-minus {
    font-size: 20px;
    color: #e43434;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .partnr-box .fixed-column {
      min-width: 100px;
    }
    .partnr-box th, td {
      padding: 12px 8px;
    }
}

@media (max-width: 479px) {
    .partnership-area h3 {
        font-size: 30px;
    }
    .partner-inner .partnr-box h4 {
        font-size: 26px;
        font-weight: 600;
    }
    .partnr p {
        line-height: 22px;
    }
    .partnership-area .customers-testimonials h3 {
        line-height: 40px;
    }
    .partnership-area .customers-testimonials {
        padding: 30px;
    }
    .partnership-area .btn {
        padding: 16px 35px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 400;
    }
    .partnr-box .fixed-column {
        min-width: 80px;
      }
    .partnr-box th, td {
        padding: 10px 6px;
    }
    .partnr-box .table-container {
        font-size: 14px;
    }
    .partnr-box .table th {
        font-size: 17px;
    }
}

.integrate-inner .partnr-box{
    position: relative;
    padding: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
}

.integrate-inner .partnr-box i{
    font-size: 46px;
    margin-bottom: 15px;
    color: #e43434;
}

.integrate-inner .partnr-box h4{
    font-size: 32px;
    font-weight: 600;
}

.integrate-inner .partnr-box h4 span{
    font-size: 40px;
    color: #e43434;
}

.integrate-inner .partnr-box p{
    font-size: 16px;
    line-height: 22px;  
    color: #213343;
}

.integration-area{
    padding-top: 60px;
}

.integrate h3{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

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

.integrate-inner .integrat-box{
    position: relative;
    padding: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
}

.integrate-inner .integrat-box i{
    font-size: 46px;
    margin-bottom: 15px;
    color: #e43434;
}

.integrate-inner .integrat-box h4{
    font-size: 32px;
    font-weight: 600;
    margin-top: 6px;
}

.integrate-inner .integrat-box h4 span{
    font-size: 40px;
    color: #e43434;
}

.integrate-inner .integrat-box p{
    font-size: 16px;
    line-height: 22px;  
    color: #213343;
}

.integrate-inner .integrat-box ul{
   padding-left: 0px;
}

.integrate-inner .integrat-box ul li{
    list-style: none;
    display: inline;
    padding-right: 10px;
}

.integrat-box img{
    width: 60px;
    height: 60px;
    border-radius: 12px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}

.castudy-inner{
    background-image: url(../../assets/images/blg-inner.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 60px;
    padding-top: 95px;
    padding-bottom: 0px;
}

.castudy__title {
    text-align: center;
    position: relative;
    z-index: 9;
}

.castudy__title h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #000;
    margin: 0;
}

.castudy-slider{
    margin-top: 30px;
    margin-bottom: 20px;
}

.castudy-slider img{
    height: 650px;
    object-fit: cover;
    border-radius: 20px;
}

.castudy-inner .case-top {
    padding-top: 50px;
    padding-bottom: 20px;
}

.castudy-inner .case-top p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 30px;
}

.castudy-inner .case-top h4 {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.castudy-inner .case-top h4 {
    color: #000;
}

.castudy-inner .key-feat .postbox__details-checkmark ul li {
    color: #213343;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
    display: inline-block;
    width: 32.333333%;
}

.castudy-inner .key-feat .postbox__details-checkmark ul li i {
    background-color: #E43434;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 26px;
    left: 0;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 26px;
    font-weight: 700;
}

.castudy-inner .postbox__details-checkmark.key ul li i {
    top: 0;
}

.castudy-img-ful img {
    height: 650px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.castudy-detail h3 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.castudy-detail p {
    color: #213343;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

.castudy-inner .border-right{
    border-right: 1px solid #000;
}

@media (max-width: 991px) {
    .castudy-img-ful img{
        height: 400px;
    }
    .castudy__title h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .castudy-inner .case-top h4 {
        font-size: 18px;
    }
    .castudy-inner .key-feat .postbox__details-checkmark ul li {
        width: 49.333333%;
    }
}

@media (max-width: 479px) {
    .castudy-inner {
        margin-top: 20px;
    }
    .castudy__title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .castudy-img-ful img {
        height: 200px;
    }
    .postbox__details-checkmark {
        padding-bottom: 0px;
    }
    .castudy-inner .key-feat .postbox__details-checkmark ul li {
        width: 100%;
    }
}

.ebook .form-control {
    background-color: #fafafa;
}

.ebook textarea.form-control {
    border: 0;
}

.gradient-btn{
    background: linear-gradient(to right, #D23030, #FE6767);
    border-radius: 12px;
}

.gradient-btn:hover{
    background: #000;
}

.pricing-area{
    padding-top: 60px;
}

.pric-inner{
    position: relative;
    z-index: 1;
}

.pricing-area .form-check-label {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
  
.pricing-area .form-check-input {
    margin: 0;
    vertical-align: middle;
}

.pricing-area .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

.pricing-area .switch input {
    display: none;
}

.pricing-area .slider.round {
    border-radius: 34px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.pricing-area .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.pricing-area .slider.round:before {
    border-radius: 50%;
}

.pricing-area .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #e43434;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 10px 60px 0px rgba(228, 52, 52, 0.8);
}

.pricing-area input.default:checked + .slider {
    background-color: #fff;
}

.pricing-area input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.pricing-area .tab-img {
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
    width: 60px;
    height: 60px;
}
  
.pricing-area .nav-link.active .tab-img {
    transform: scale(1.3);
}

.pricing-area .nav-pills .nav-link.active{
    color: #213343;
    background-color: transparent;
    font-weight: 600;
}

.pricing-area .nav-link {
    color: #213343;
    font-size: 16px;
}

.pric-hdr h3{
    font-size: 30px;
    font-weight: 600;
}

.pric-hdr-ri8 h5{
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.pric-hdr-ri8 h4{
    font-size: 26px;
    font-weight: 700;
    color: #E43434;
    text-align: center;
    padding: 18px 10px 0px 10px;
    margin-bottom: 15px;
    line-height: 50px;
}

.pric-hdr-ri8 p{
    font-size: 16px;
    font-weight: 300;
    color: #8B8B8B;
    line-height: 20px;
    text-align: center;
}

.pric-lis {
    margin-top: 20px;
}

.pric-lis .row.hor-brd{
    border-top: 1px solid #EAEAEA;
    padding: 8px 0;
    align-items: center;
}

.pric-lis p{
    font-size: 16px;
    font-weight: 300;
    color: #213343;
    line-height: 20px;
    margin-bottom: 0;
}

.pric-lis p i{
    font-size: 20px;
    color: #5FAE00;
}

.pck-slct .toggle_radio{
    position: relative;
    background: #E43434;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 60px;
    width: 350px;
}

.pck-slct .toggle_radio > * {
    float: left;
}

.pck-slct .toggle_radio input[type=radio]{
    display: none;
}

.pck-slct .toggle_radio label{
    color: rgba(255, 255, 255, .9);
    z-index: 0;
    display: block;
    width: 165px;
    height: 50px;
    margin: 3px 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    color: #fff !important;
}

.pck-slct .toggle_option_slider{
    width: 165px;
    height: 50px;
    position: absolute;
    top: 5px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
  
.pck-slct #first_toggle:checked ~ .toggle_option_slider{
    background: rgba(255,255,255,.2);
    left: 5px;
}

.pck-slct #second_toggle:checked ~ .toggle_option_slider{
    background: rgba(255, 255, 255, .2);
    left: 180px;
}

.pck-slct .toggle_radio p{
    margin: 0;
    line-height: 52px;
}

@media (max-width: 479px) {
    .pck-slct .toggle_radio {
        width: 100%;
    }
    .pck-slct .toggle_radio label {
        width: 140px;
    }
    .pck-slct #second_toggle:checked ~ .toggle_option_slider {
        left: 130px;
    }
}

.pck-slct .form-control {
    padding: 15px;
    border-radius: 6px;
    font-weight: 400;
    height: 1.5em;
    border: 1px solid #B3B3B3
}

.pck-slct label {
    font-size: 16px;
    font-weight: 300;
    color: #213343;
    line-height: 20px;
    margin-bottom: 10px;
}

.pck-slct h5{
    font-size: 22px;
    font-weight: 600;
}

.pck-slct .form-check{
    padding-left: 0;
}

.pck-slct .form-check label{
    padding-left: 15px;
    font-size: 15px;
}

.pck-slct .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

.pck-slct .form-check-input:checked {
    background-color: #e43434;
    border-color: #e43434;
}

.pck-slct .form-check-input:focus {
    border-color: #e43434;
    box-shadow: none;
}

.pck-slct .form-check-input {
    border: 1px solid #B3B3B3;
}

.pck-slct .form-check span{
    color: #8B8B8B;
    font-size: 14px;
    text-align: right;
    display: block;
}

.pck-slct h6 {
    margin-bottom: 0;
    font-size: 15px;
    text-align: right;
}

.pck-slct .form-select {
    font-size: 15px;
    border: 1px solid #B3B3B3;
    height: 2.2em;
}

.pck-slct .form-select:focus {
    box-shadow: none;
}

.pricing-area .card{
    position: relative;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 25px;
    border: 0;
}

.pricing-area .card .card-header{
    border: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    background: #E43434;
    color: #fff;
}

.pricing-area .card .card-body{
    padding: 25px;
}

.pricing-area .card .card-body h5 {
    font-size: 22px;
    font-weight: 600;
}

.pricing-area .card .card-body .form-check {
    padding-left: 0;
}

.pricing-area .card .card-body .form-check label {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
}

.pricing-area .card .card-body .form-check-input:checked {
    background-color: #e43434;
    border-color: #e43434;
}

.pricing-area .card .card-body .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

.pricing-area .card .card-body .form-check-input:focus {
    border-color: #e43434;
    box-shadow: none;
}

.pricing-area .card .card-body h6 {
   font-size: 15px;
   text-align: right;
}

.pricing-area .card .card-footer{
    border: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    background: #FFF8F8;
    color: #E43434;
}

.pricing-area .card .card-footer p{
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

.pricing-area .card .card-footer .btn{
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0;
    padding: 24px 35px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .pric-hdr-ri8 h4 {
        font-size: 24px;
        padding: 0;
    }
    .pric-hdr-ri8 .btn {
        padding: 10px;
        border-radius: 8px !important;
        font-size: 14px;
        font-weight: 400;
        margin-top: 0 !important;
    }
}

@media (max-width: 479px) {
    .counter-block p {
        font-size: 20px;
    }
    .offer__name p {
        font-size: 14px;
    }
    .service p {
        font-size: 14px;
    }
    .app-btn {
        max-width: 330px;
    }
    .customers-testimonials .big-title {
        font-size: 14px;
    }
    .pric-inner .nav {
        display: flex;
        flex-wrap: wrap; 
    }
    .pric-inner .nav-item {
        flex: 1 1 50%; 
        max-width: 50%; 
        text-align: center; 
        box-sizing: border-box; 
        padding: 10px; 
    }
    .pric-inner .nav-item .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%; 
        white-space: normal; 
        font-size: 14px;
    }
    .pric-inner .nav-item .tab-img {
        max-width: 100%;
        height: auto;
    }
    .pric-hdr h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .pric-hdr-ri8 h5 {
        font-size: 20px;
    }
    .pric-hdr-ri8 h4 {
        font-size: 22px;
        padding: 0;
    }
    .pric-hdr-ri8 p {
        font-size: 14px;
    }
    .pric-hdr-ri8 .btn {
        padding: 10px;
        border-radius: 8px !important;
        font-size: 14px;
        font-weight: 400;
        margin-top: 0 !important;
    }
    .pricing-area .form-check-label {
        font-size: 14px;
    }
    .pric-lis p {
        font-size: 14px;
    }
    .pck-slct .form-check label {
        font-size: 14px;
    }
    .pck-slct h6 {
        font-size: 14px;
    }
    .pck-slct .form-check span {
        font-size: 12px;
    }
    .pricing-area .card .card-body .form-check label {
        font-size: 14px;
    }
    .pricing-area .card .card-body h6 {
        font-size: 14px;
    }
    .partnr p {
        font-size: 14px;
    }
    .partner-inner .partnr-box p {
        font-size: 14px;
    }
    .blog-detail p {
        font-size: 14px;
    }
    .castudy-inner .case-top p {
        font-size: 14px;
    }
    .castudy-detail h3 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .castudy-detail p {
        font-size: 14px;
    }
    .postbox__details-checkmark ul li {
        font-size: 14px;
    }
    .castudy-inner .key-feat .postbox__details-checkmark ul li {
        font-size: 14px;
    }
    .castudy-inner .postbox__details-checkmark.key ul li i {
        top: 0;
        font-size: 14px;
        height: 22px;
        width: 22px;
        line-height: 22px;
    }
    .prv-nxt p {
        font-size: 14px;
    }
    .prv-nxt h5 {
        font-size: 18px;
    }
    .blogli p.post__date {
        font-size: 14px;
    }
    .partnr h3 {
        font-size: 32px;
    }
    .integrate h3 {
        font-size: 32px;
    }
    .integrate-inner .integrat-box h4 {
        font-size: 26px;
    }
    .integrate-inner .integrat-box p {
        font-size: 14px;
    }
    .feature_block_one h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .logistic-area h3{
        line-height: 36px;
    }
    .postbox__details-checkmark ul li span {
        font-size: 18px;
    }
    .sales-inner .accordion-button:not(.collapsed) {
        font-size: 14px;
        font-weight: 500;
    }
    .sales-inner .accordion-body {
        font-size: 14px;
    }
    .sales-inner .accordion-button {
        font-size: 14px;
    }
    .main-sidebar .service-sidebar-widget .service-category a {
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    }
    .main-sidebar .service-sidebar-widget .service-category a {
        font-size: 14px;
    }
    .app-downd h2 {
        font-size: 32px;
    }
    .app-downd h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .app-downd p {
        font-size: 14px;
        line-height: 20px;
    }
    .logistic-area .feature_block_one {
        padding: 50px 30px 0px 30px;
        border-radius: 30px;
    }
    .poplr-fed p {
        font-size: 14px;
    }
    .archili ul li a {
        font-size: 16px;
    }
    .blog-inner .castud p {
        font-size: 14px;
    }
}

.partnership-area .wpcf7 label{
    font-size: 0.9375rem !important;
    margin-bottom: 1rem !important;
}

.partnership-area .wpcf7 input{
    width:100%;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background-color: #fafafa;
    border:0;
}

.partnership-area .wpcf7 textarea{
    width:100%;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background-color: #fafafa;
    border:0;
}

.partnership-area .wpcf7 input[type="submit"]{
    width:100%;
    padding: 20px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(to right, #D23030, #FE6767);
    border-radius: 12px;
    border:0;
    margin-left: 0px;
}

.partnership-area .wpcf7 input[type="submit"]:hover{
    background: #000;
}

.partnership-area .wpcf7 .wpcf7-spinner{
    display:none;
}

/*E-book form*/


.ebook .wpcf7 label{
    font-size: 0.9375rem !important;
    margin-bottom: 1rem !important;
}

.ebook .wpcf7-form input{
    width:100%;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background-color: #fafafa;
    border:0;
}

.ebook .wpcf7 textarea{
    width:100%;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background-color: #fafafa;
    border:0;
}

.ebook .wpcf7 input[type="submit"]{
    width:100%;
    padding: 20px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(to right, #D23030, #FE6767);
    border-radius: 12px;
    border:0;
    margin-left: 0;
}

.ebook .wpcf7 input[type="submit"]:hover{
    background: #000;
}

.ebook .wpcf7 .wpcf7-spinner{
    display:none;
}

/*E-book form end*/

.demo-bg .wpcf7 label{
    font-size: 0.9375rem !important;
    margin-bottom: 1rem !important;
}

.demo-bg .wpcf7 input{
    width:100%;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    border:0;
    border: 1px solid #B3B3B3;
}

.demo-bg .wpcf7 select{
    width:100%;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    border:0;
    border: 1px solid #B3B3B3;
}

.demo-bg .wpcf7 textarea{
    width:100%;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    border:0;
    border: 1px solid #B3B3B3;
}

.demo-bg .wpcf7 input[type="submit"]{
    width:100%;
    padding: 20px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(to right, #D23030, #FE6767);
    border-radius: 12px;
    border:0;
    margin-left: 0;
}

.demo-bg .wpcf7 input[type="submit"]:hover{
    background: #000;
}

.demo-bg .wpcf7 .wpcf7-spinner{
    display:none;
}


/* Style for the placeholder option */
#product option:first-child {
    color: #888; /* Placeholder color */
}

/* Ensure that the select element is not styled to override the placeholder color */
#product {
    color: #000; /* Default color for selected options */
}

/* Apply the color only if the first option is selected */
#product:invalid {
    color: #888; /* Placeholder color */
}

/* Override to reset color for selected options */
#product:not(:invalid) {
    color: #000; /* Default color */
}


/* Style for the placeholder option */
#country option:first-child {
    color: #888; /* Placeholder color */
}

/* Ensure that the select element is not styled to override the placeholder color */
#country {
    color: #000; /* Default color for selected options */
}

/* Apply the color only if the first option is selected */
#country:invalid {
    color: #888; /* Placeholder color */
}

/* Override to reset color for selected options */
#country:not(:invalid) {
    color: #000; /* Default color */
}





  
  
  











































.footer {
    padding: 140px 0 15px;
    background-color: #fff;
}

.footer .footer-logo-col p {
    font-size: 16px;
}

.widget {
    padding-bottom: 2rem;
}

.textwidget h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: -0.022em;
}

.textwidget p {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.009em;
}

.footer-top {
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright, .footer-menu li a {
    font-size: 13px;
    letter-spacing: -0.0025em;
}

.footer-menu-wrapper {
    margin-bottom: 1rem;
}

.footer-menu, .widget_nav_menu ul {
    padding: 0;
}

.footer-menu li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1.7rem;
    float: left;
    list-style: none;
}

.footer ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

.footer ul li a:hover {
    color: #e43434;
}

@media (max-width: 991px) {
    .footer {
        padding: 90px 0 15px;
    }
}

@media (max-width: 479px) {
    .widget {
        padding-bottom: 0;
    }
    .footer-bottom {
        display: block;
    }
    .footer .footer-logo-col p {
        font-size: 14px;
        line-height: 26px;
    }
}


/* --------------------------------- contact -------------------------------- */

.contact-area{
    padding-top: 60px;
}

.contact h3{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

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

.contact-info-box {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.contact-info-box .icon{
    padding-right: 15px;
}

.contact-info-box h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

.contact-area p {
    color: #213343;
    font-size: 16px;
    line-height: 20px;
}

.contact-area p a{
    color: #213343;
}

.contact-info-box p {
    margin-bottom: 0;
    color: #213343;
    font-size: 16px;
    line-height: 20px;
}

.contact-area .nav-link {
    padding: 15px 50px;
    margin-right: 15px;
    background: #9E9E9E;
    color: #fff;
}

.contact-area .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #e43434;
}

.contact-area .contact-form{
    position: relative;
    padding: 40px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 25px;
}

.contact-area .contact-form .form-group {
    margin-bottom: 15px;
        padding: 0 15px;
}

.contact-area .contact-form .form-control {
    background-color: #f5f5f5 !important;
    border: none !important;
    border-radius: 6px;
    height: 50px;
    padding-left: 15px;
    color: #7b7b8a;
    font-size: 16px;
    font-weight: 400;
}

.contact-area .contact-form .form-group .form-select{
    background-color: #f5f5f5 !important;
    border: none !important;
    border-radius: 6px;
    height: 50px;
    padding-left: 15px;
    color: #7b7b8a;
    font-size: 16px;
    font-weight: 500;
}

.contact-area .contact-map iframe{
    border-radius: 8px;
}

.contact-area h3.today {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form .wpcf7-form.init{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.contact-form .wpcf7-form.sent{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.contact-form .wpcf7-form.invalid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.contact-form .wpcf7-form.submitting{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.contact-form .wpcf7-form.resetting{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner{
    background: linear-gradient(to right, #D23030, #FE6767);
    border-radius: 12px;
    padding: 18px 35px;
    font-size: 17px;
    color: #fff;
    border: 0;
    margin-left: 15px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background: #000;
}

@media (max-width: 479px) {
    .contact-area h3.today {
        font-size: 32px;
    }
    .contact-area p {
        font-size: 14px;
    }
    .contact-area .contact-form {
        padding: 20px;
    }
    .contact-area .nav-item{
        margin-bottom: 15px;
    }
}


/*Blog sidebar social media icon*/

.row.d-flex.align-items-center .sfsi_widget.sfsi_shortcode_container{
    
    margin-top: -7px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.nvr-mis.aos-init.aos-animate #sfsiid_facebook_icon{
     width: 40px !important; /* or any desired width */
    height: 40px !important; /* or any desired height */

}
.nvr-mis.aos-init.aos-animate #sfsiid_twitter_icon{
     width: 40px !important; /* or any desired width */
    height: 40px !important; /* or any desired height */
    margin-left: 15px !important;
    margin-bottom: 15px !important;
}
.nvr-mis.aos-init.aos-animate #sfsiid_linkedin_icon {
    width: 40px !important; /* or any desired width */
    height: 40px !important; /* or any desired height */
    margin-left: 30px !important;
    margin-bottom: 30px !important;
}


/*Pagination*/

/* Style the pagination container */
.pagination {
    display: flex;
    justify-content: center; /* Center align pagination links */
    margin-top: 20px; /* Add space above pagination */
    margin-bottom: 20px; /* Add space below pagination */
    gap: 10px; 
}

/* Style pagination links */
.pagination a,
.pagination span {
    text-decoration: none; /* Remove underline from links */
    color: #000; /* Link color */
    width: 40px; /* Set a fixed width for a circular shape */
    height: 40px; /* Set a fixed height for a circular shape */
    line-height: 40px; /* Align text vertically */
    border-radius: 50%; /* Rounded corners for a circular appearance */
    background-color: #fff2f2; /* Background color */
    display: inline-block; /* Make sure padding works */
    margin: 0 2px; /* Reduce space between links */
    text-align: center; /* Center align text horizontally */
}

/* Style the current page link */
.pagination .current {
    background-color: #e43434; /* Background color for the current page */
    color: #fff; /* Text color for the current page */
    border: none; /* Remove border color for the current page */
}

/* Hover effect for pagination links */
.pagination a:hover {
    background-color: #e43434; /* Change background on hover */
    color: #fff; 
}




/*Blog inner page*/

.blog-inner .sfsi_widget.sfsi_shortcode_container{
    display: flex;
    align-items: center;
}



.blogli .card img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    height: 300px;
    object-fit: cover;
}










