:root {
    --main-primary-color: #48B1E8;
    --main-primary-color-RGB: 0, 81, 124;
    --primary-color: #B1005B;
    --secondary-color: #0251A0;
}

.rs-breadcrumbs {
    height: 400px;
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 150px 0 160px;
}

.rs-footer .bg-wrap .footer-content .about-widget .social-links li a.fa-facebook {
    background: #1778F2;
}

.rs-footer .bg-wrap .footer-content .about-widget .social-links li a.fa-instagram {
    background: #fb3958;
}

.rs-footer .bg-wrap .footer-content .about-widget .social-links li a.fa-twitter {
    background: #1DA1F2;
}

.rs-footer .bg-wrap .footer-content .about-widget .social-links li a.fa-youtube {
    background: #FF0000;
}

.home-6 .full-width-header .rs-header .menu-area .nav-menu li.active>a::after {
    content: '';
    display: block;
    border-bottom: 3px solid var(--primary-color);
    position: absolute;
    z-index: -1;
    width: 80%;
    margin: -30px 0 0 0;
}

.home-6 .full-width-header .rs-header .menu-area.sticky .nav-menu li.active>a::after {
    content: '';
    display: block;
    border-bottom: 3px solid white;
    position: absolute;
    z-index: -1;
    width: 80%;
    margin: -30px 0 0 0;
}

.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a {
    color: black !important;
}

.home-6 .full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul li.active>a {
    color: white !important;
}
.rs-footer .bg-wrap .footer-content .widget .widget-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.rs-faq .faq-content .accordion .card .card-body {
    color: #0a0a0a;
    padding: 30px 30px 30px 30px !important;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 10px #efefef;
}
.rs-contact.contact-style2 .contact-address .address-item {
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
}
.category-product .rs-carousel .btn-part>.readon2 {
    padding: 12px 35px 10px;
    width: 100%;
    border-radius: 0px;
    border: 2px solid;
    border-image-source: linear-gradient( to right, #B1005B, #0251A0) !important;
    border-image-slice: 1;
    color: black !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: white;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease !important;
    border-radius: 30px;
}
.product-category .image-wrap img{
    height: 180px !important;
}
.rs-footer .bg-wrap .footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #13487a;
}
.category-product .rs-carousel .btn-part>.readon2:hover {
    border-radius: 0px !important;
    color: white !important;
    border: 2px solid;
    border-image-source: linear-gradient( to right, #B1005B, #0251A0) !important;
    border-image-slice: 1;
    background-image: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.category-product .rs-carousel ins {
    font-size: 19px;
}

.category-product .rs-carousel .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
    display: none;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 0;
    border: none;
    transition: all 0.3s ease;
    background: #BB0B0B;
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 25%);
}
.grievance.rs-contact.contact-style2 .contact-address .address-item .address-text{
    padding-left: 0px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 7px;
}

#nivoSlider {
    max-height: 540px;
}

#nivoSlider img {
    height: 100%;
}

.service-grid .service-icon {
    max-height: 180px;
}

.service-grid .service-icon img {
    height: 100%;
    display: block;
    margin: auto;
    filter: unset !important;
}

.rs-blog.blog-main-home .blog-item .blog-content {
    padding: 16px 10px 10px 10px !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rs-services.style1 .service-wrap .service-grid {
    padding: 15px 20px 15px;
}

.blog-item .blog-title {
    margin-bottom: 0px;
}

.rs-blog .blog-img {
    max-height: 300px;
}

.rs-blog .blog-img img {
    height: 100%;
    display: block;
    margin: auto;
}


/* .rs-slider .nivo-directionNav>a {
    font-size: 0;
    width: 0px;
} */

.rs-slider.rs-slider-style4 .nivo-directionNav>a.nivo-prevNav,
.rs-slider.rs-slider-style4 .nivo-directionNav>a.nivo-nextNav {
    background: transparent !important;
    background-color: transparent !important;
}

.home-news .blog-wrap {
    height: 500px;
}

.menu-area .logo-area img {
    padding: 10px 0px;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.desktop {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.rs-services.style1.categories {
    margin-top: 30px;
}

.categories h6 {
    font-size: 15px;
    margin-bottom: 0px;
}

.menu-area .logo-area img {
    max-width: 180px !important;
    max-height: 95px !important;
}

.canvas-contact .address-list img {
    max-width: 25px;
}

.bg-ghostwhite {
    background-color: ghostwhite;
}

.rs-slider.rs-slider-style4.slider3 .content-part .sl-title {
    font-size: 55px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 38px;
}

.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom {
    display: inline-block;
    overflow: unset;
    position: relative;
    left: 0%;
    margin-top: 20px;
}
.about-below.rs-services.chooseus-style .services-item .services-text .title a:hover {
    color: #ffffff;
}
.full-width-header .rs-header.style2 .topbar-area {
    background-image: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.bg-wrap {
    background-image: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.home-product img {
    width: auto !important;
    /* height: 320px; */
    margin: auto;
}

.home-product ins {
    text-decoration: none;
}

ins {
    text-decoration: none;
}

.rs-footer .footer-contact.bank img {
    width: 130px;
    height: 40px;
}

.rs-footer .footer-contact p {
    margin: 0px;
}

.footer-contact.bank p {
    color: white;
}

.menu-area.sticky {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.menu-area.sticky a {
    color: white !important;
}

.menu-area.sticky .logo-area {
    display: none;
}

.menu-area.sticky .light_logo.logo-area {
    display: block;
}

.rs-services.style1.categories .service-wrap .service-grid .service-icon img {
    max-width: 100% !important;
    max-height: 190px !important;
    height: 100%;
    filter: grayscale(1);
    transition: all 0.3s ease;
}

.rs-slider.slider3 .nivoSlider img {
    height: -77px;
    width: 100% !important;
    height: 400px !important;
}

.nivo-box img {
    overflow: hidden !important;
    display: none !important;
}

.nivo-slice {
    left: -128px !important;
}

.rs-footer .bg-wrap .footer-content .about-widget .logo-area a img {
    height: 100px;
    max-width: 180px !important;
    max-height: 74px !important;
}

.rs-estimate .image-part {
    position: relative;
    left: 0px;
}

.rs-blog.blog-main-home .blog-item .blog-content {
    padding: 16px 5px 0px 5px;
    min-height: 90px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
    top: 43px;
}

.achivers img {
    width: 100%;
    height: 260px;
}

.contact-icons-style .email .content-text a {
    margin-left: -35px;
}

.rs-contact.main-home .contact-icons-style.box-address .contact-item {
    background-image: url();
}

.contact-page .contact-icons-style .contact-icon {
    display: grid;
}

.bank.rs-contact.contact-style2 .contact-address .address-item .address-text a {
    color: #444444;
    font-weight: 100;
}

.rs-contact.contact-style2 .contact-address .address-item .address-icon img {
    width: 25px;
    height: 25px;
    max-width: unset;
}

div.widget-area {
    margin-top: 0px;
    margin-bottom: 65px;
    position: relative;
    padding: 0px 30px;
}

.ttm-bgcolor-grey {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.widget-area .widget-categories {
    padding: 30px 20px;
    background-color: #fff;
}

.widget-area .widget {
    position: relative;
    margin: 40px 0 40px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget-categories ul li:not(:last-child) {
    border-bottom: 2px solid var(--secondary-color);
}

.widget-categories ul li {
    padding: 12px 0;
    display: block;
    position: relative;
}

div.widget-area ul>li>i {
    position: absolute;
    left: 20px;
    color: var(--secondary-color);
    font-size: 25px;
    top: 50%;
    margin-top: -12.5px;
}

div.widget-area ul>li>span {
    padding-left: 75px;
}

div.widget-area ul>li>span {
    position: unset;
    background-color: #fff !important;
    width: 100%;
    text-align: unset;
    font-size: 15px;
    display: inline-block;
    color: var(--secondary-color);
    border-radius: 30px;
    font-weight: 600;
}

div.widget-area ul>li>b {
    font-weight: 400;
}

div.widget-area ul>li>b {
    padding-left: 75px;
}

.news-page:nth-child(even) {
    background-color: #ebebeb;
}

.document img {
    width: 100%;
    height: 400px;
}

.gallery img {
    width: 100%;
    height: 358px;
}

.gallery .gridFilter a {
    color: white;
}

.gallery .gridFilter a {
    padding: 10px 20px;
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
    border: 1px solid;
    display: inline-block;
}

.product-image img {
    width: 100%;
    height: 358px;
}

.product-image ins {
    font-size: 20px;
}

.product-detail ins {
    font-size: 20px;
}

.product-detail .single-price-info a {
    color: #eaedf1;
}

.package .rs-pricing.style1 .pricing-table img {
    width: 100% !important;
}

.package-product img {
    width: 100%;
    height: 200px;
}

.about-team img {
    width: 100%;
    height: 353px;
}

.simplePopupBackground {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 300001;
    overflow: hidden;
}

.simplePopup {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    height: 80%;
}

.simplePopup {
    display: none;
    position: fixed;
    z-index: 300001;
    color: #414141;
    border-radius: 8px;
    left: 50%;
    top: 50% !important;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.simplePopupClose {
    cursor: pointer;
    font-size: 0;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}

.simplePopupClose:before,
.simplePopupClose:after {
    content: '';
    top: 0px;
    width: 2px;
    height: 30px;
    background: #000;
    display: block;
    position: absolute;
    cursor: pointer;
    left: 50%;
    margin-left: -1px;
}

.simplePopup img {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

.simplePopup img {
    border: 0;
    height: 100%;
}

.simplePopupClose:after {
    -ms-transform: rotate(+45deg);
    transform: rotate(+45deg);
    -webkit-transform: rotate(+45deg);
}

.simplePopupClose:before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


/* .rs-slider.rs-slider-style4 .nivo-directionNav>a.nivo-prevNav {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.rs-slider.rs-slider-style4 .nivo-directionNav>a.nivo-nextNav {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
} */

.readon.consultant.orange-slide {
    background-image: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.rs-partner .owl-carousel .owl-nav [class*="owl-"] {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.rs-partner .owl-carousel .owl-nav [class*="owl-"] {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.rs-services.style1 .service-wrap .service-grid .title a:hover {
    color: var(--primary-color);
}

.sec-title4 .sub-title {
    color: var(--primary-color);
}

.sec-title4 .title {
    color: var(--secondary-color)
}

.left-line-v .draw-line.start-draw {
    background: var(--primary-color);
}

.readon2 {
    background: linear-gradient( to right, #B1005B, #0251A0);
}

.readon2:hover {
    background: linear-gradient( to right, #B1005B, #0251A0);
}

.sec-title .title:after {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.home-6 #scrollUp i {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.rs-blog.style1 .blog-wrap .blog-contant .title a:hover {
    color: var(--primary-color);
}

.rs-breadcrumbs .breadcrumbs-inner .page-title:after {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.readon.consultant {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.rs-shop-part .product-list .image-product .overley i:before {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.readon.consultant:after {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.rs-counter.style1 .counter-area .content-part .title:before {
    background: var(--primary-color);
}

.sec-title .title span {
    color: var(--primary-color);
}

.rs-team.style1 .team-wrap .team-content .team-name a:hover {
    color: var(--primary-color);
}

.loader .loader-container:before {
    border-top: 4px solid var(--primary-color);
}

.rs-slider.rs-slider-style4.slider3 .content-part .sl-subtitle {
    color: var(--primary-color);
}

.rs-slider.rs-slider-style4.slider3 .content-part .sl-title {
    color: var(--secondary-color);
}

.home-6 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
    background: var(--primary-color);
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta:after {
    border-bottom: 47px solid var(--primary-color);
}

.rs-carousel .owl-dots .owl-dot {
    background: var(--primary-color);
}

.rs-shop-part .product-list .content-desc .price {
    color: var(--primary-color);
}

.rs-single-shop .single-price-info .single-price {
    color: var(--primary-color);
}

.product-detail .add-btn {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.readon.submit {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.readon.price.price2 {
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
    border-color: var(--secondary-color);
    background: linear-gradient( to right, #B1005B, #0251A0) !important;
}

.package-product a:hover {
    color: var(--primary-color);
}

.menu-area.menu-sticky.sticky .sub-menu a {
    color: #000 !important;
}

/* .home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover {
    color: var(--primary-color) !important;
} */
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu>ul>li>a:hover {
    content: '';
    display: initial;
    border-bottom: 3px solid var(--primary-color);
    width: 80% !important;
    padding-bottom: 8px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
    color: var(--primary-color);
}

.menu-area.menu-sticky .light_logo {
    display: none;
}

.rs-footer a:hover {
    color: black !important;
}

.premam-title {
    color: #000;
    font-size: 28px;
    position: relative;
    display: inline-block;
}

.premam-title::before {
    content: '';
    position: absolute;
    border-bottom: 3px solid yellow;
    width: 60%;
    bottom: 0;
}

.premam-title::after {
    content: 'Do Help to Get Help';
    position: absolute;
    width: 100%;
    font-size: 20px;
    bottom: -16px;
    left: 62%;
    font-style: italic;
}

.premam-title span {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .simplePopup {
        left: 50%;
    }
}

@media (max-width: 767px) {
    .simplePopup {
        width: calc(100% - 30px);
        height: calc(100% - 50px);
    }
    .simplePopup img {
        width: calc(100%);
        height: auto;
    }
}

@media(max-width: 767px) {
    .contact-icons-style .email .content-text a {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .rs-slider.rs-slider-style4 .nivo-directionNav,
    .rs-slider .nivo-directionNav {
        display: inline;
    }
}

@media only screen and (max-width: 767px) {
    .full-width-header .rs-header .menu-area .row-table .col-cell.desktop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .menu-area.menu-sticky {
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .menu-area .logo-area img {
        padding: 0px 0px 15px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .menu-area .light_logo {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .watermark {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .rs-breadcrumbs {
        height: 200px;
    }
    .rs-breadcrumbs .breadcrumbs-inner {
        padding: 65px 0 65px;
    }
}

@media only screen and (max-width: 767px) {
    #nivoSlider {
        width: 100%;
        height: auto;
    }
    #nivoSlider img {
        width: 100% !important;
        height: 230px !important;
    }
    .achivers img {
        height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .rs-breadcrumbs {
        height: 150px;
    }
    .rs-breadcrumbs .breadcrumbs-inner {
        padding: 40px 0 40px;
    }
    .premam-title {
        font-size: 22px;
    }
    .premam-title::before {
        width: 50%;
    }
    .premam-title::after {
        font-size: 16px;
        left: 52%;
        bottom: -12px;
    }
    .premam-title span {
        font-size: 32px;
    }
}

.full-width-header .rs-header .menu-area .rs-menu-area {
    margin-right: 0px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 20px;
}

.rs-blog.blog-main-home .owl-stage-outer {
    padding: 0;
    margin: 0;
}

.rs-carousel .owl-dots {
    margin-top: 0;
}

.rs-contact.main-home.office-modify1 .contact-box {
    min-height: 100%;
}

.carousel-item img {
    min-height: 175px;
    height: 100%;
}

.widget-categories-1 {
    background: transparent !important;
    margin: 40px 0 40px;
    padding: 0 !important;
}

.widget-categories-1 img {
    display: block;
    margin: auto;
}


@media  only screen and (max-width: 414px) {
    .rs-footer  .pattern-right {
       padding-bottom: 185px !important;
    }
    
}

@media  only screen and (min-width: 767px) {
    .footer-bottom  br {
       display: none;
    }
    
}
.rs-footer .bg-wrap .about-widget.footer{
    position: relative;
    z-index: 1;
} 