:root {
    --body-font: 'Mulish', sans-serif;
    --heading-font: 'Arvo', serif;
    --color-body: #535353;
    --color-black: #161735;
    --color-white: #ffffff;
    --color-yellow: #fe8c00;
    --color-orenge: #f83600;
    --color-yellow-rgb: rgb(254, 140, 0);
    --color-gradient1: linear-gradient(90deg, rgba(254, 140, 0, 1) 0%, rgba(248, 54, 0, 1) 100%);
    --color-gradient3: linear-gradient(90deg, rgba(248, 54, 0, 1) 0%, rgba(254, 140, 0, 1) 100%);
    --color-gradient2: linear-gradient(0deg, rgba(254, 140, 0, 1) 0%, rgba(248, 54, 0, 1) 100%);
    --color-gradient-white: linear-gradient(152deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 100%);
    --color-form: #eff2f6;
    --shadow-white: rgb(0 0 0 / 8%);
    --border-white: #f1f1f1;
}

section.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1320px;
}


/* ==================================
===== SLIDER CSS ======
================================== */

.animated {
    transition: all 0.5s ease;
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-arrow {
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-prev {
    left: 3%;
    background: #000;
    text-align: center;
    padding-top: 8px;
    font-size: 30px;
    opacity: .5;
    color: #fff;
    z-index: 1;
}

.slick-next {
    left: auto;
    right: 3%;
    background: #000;
    text-align: center;
    padding-top: 8px;
    font-size: 30px;
    opacity: .5;
    color: #fff;
}


/* ---------------------- */

.slider-buttons.buttons {
    margin-top: 35px;
}

.slider-buttons a.theme-btns.s-btn1 {
    margin-right: 15px;
}

.slider-item {
    padding: 200px 0;
    position: relative;
    z-index: 9999;
}

.slider-area .slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.slider-item:after {
    content: "";
    background: rgb(0 0 0 / 60%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slider-content-box {
    z-index: 99;
}

.slider-small-title {
    font-size: 24px;
    color: var(--color-yellow);
    font-weight: normal;
    font-family: var( --heading-font);
    line-height: 30px;
    margin-bottom: 10px;
}

.slider-title {
    font-size: 70px;
    color: #ffffff;
    line-height: 101px;
    margin-bottom: 10px;
}

.sty_des {
    color: #fff;
}


/*=========================================
======== Rico SERVICE ========
=========================================*/

.single-service-box {
    padding: 40px 20px;
    margin-bottom: 30px;
    text-align: center;
    background: var( --color-white);
    box-shadow: 0px 0px 33px 7px rgb(0 0 0 / 9%);
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
}

.single-service-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1s ease;
    background: var(--color-gradient2);
    opacity: 0;
}

.single-service-box:hover::after {
    opacity: 1;
}

.services-item {
    position: relative;
    z-index: 3;
}

.single-service-box:hover .servie-title a,
.single-service-box:hover .servie-dec {
    color: #fff;
}

.servie-icon {
    display: inline-block;
    box-shadow: inset 1px 1px 0px 4px white;
    border-radius: 100%;
    font-size: 30px;
    padding: 30px;
    text-align: center;
    background-color: var(--color-yellow);
    border: 2px solid var(--color-yellow);
    color: var(--color-white);
}

.servie-icon svg {
    height: 50px;
    width: 50px;
}

.servie-title {
    font-size: 24px;
    margin: 0;
    line-height: 36px;
    margin-top: 18px;
    margin-bottom: 15px;
}


/*==================================
    ============= COUNTER  =============
    ===================================*/

.counter-box {
    text-align: center;
    color: var(--color-white);
    padding: 100px 0;
}

.counter {
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 20px;
    font-family: var(--heading-font)
}

.count-number {
    display: inline-block;
}

.counter-title {
    font-size: 24px;
    font-weight: bold;
    font-family: arvo;
}


/* ==================================
===== Rico About section CSS ======
================================== */

.about-section-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 67%;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
}

.about-section-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
}

.about-section-content {
    background-color: #ffffff;
    padding: 55px;
    border-radius: 10px;
    box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 15%);
}

.about-section-item {
    padding: 110px 0;
}

.about-section-small-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-yellow);
    text-transform: uppercase;
}

.about-section-title {
    font-size: 52px;
    line-height: 63px;
    margin: 0;
}

.about-section-content .dec {
    margin: 30px 0;
}

.about-section-list-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-section-list ul li {
    line-height: 33px;
    position: relative;
    padding-left: 34px;
}

.about-section-list ul li:after {
    content: "\F26E";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    color: var(--color-yellow);
    font-size: 30px;
}

.about-section-list-area {
    margin-bottom: 30px;
}

.expariance-box {
    background: var(--color-gradient1);
    padding: 30px 35px;
    text-align: center;
    border-radius: 15px;
    margin-left: 60px;
}

.expariance-box h2 {
    font-size: 48px;
    color: var(--color-white);
}

.expariance-box span {
    font-size: 18px;
    color: var(--color-white);
}

.video-icon {
    height: 100%;
}

.video-icon-link {
    background-image: linear-gradient(to right, #f83600 0%, #fe8c00 51%, #f83600 100%);
    padding: 30px;
    width: 85px;
    font-size: 30px;
    color: var(--color-white);
    border-radius: 10px;
    height: 85px;
    margin: auto;
    transition: .5s;
    transition: 0.5s;
    background-size: 200% auto;
}

.video-icon-link:hover {
    background-position: right center;
    color: var(--color-white);
}


/* ==================================
===== RICO PROJECT  CSS ======
================================== */

.project-items {
    margin-bottom: 30px;
}

.project-image {
    position: relative;
}

.project-items .project-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 350px;
}

.project-content-box {
    background: var(--color-gradient1);
    position: absolute;
    left: 0;
    width: 90%;
    height: 90%;
    padding: 30px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
    right: 0;
    margin: 0 auto;
    top: 0;
    transform: translate( 0, 5%);
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
}

.project-image:hover .project-content-box {
    opacity: 1;
    visibility: visible;
   
}

.project-content-box .project-title a {
    color: var(--color-white);
    margin: 0;
}

.project-title {
    font-size: 24px;
    line-height: 36px;
}

.p-btn {
    border: none;
    background: var(--color-white);
    color: var(--color-black);
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.p-btn:hover {
    background: var(--color-black);
}


/* ===== Rico Project section CSS ====*/

.project-datails-img img {
    width: 100%;
}

.project-details-content {
    padding: 30px;
    background: var(--color-gradient1);
    margin: 30px 0;
    border-radius: 5px;
}

.project-meddile-item {
    border-right: 1px solid var(--border-white);
    border-left: 1px solid var(--border-white);
}

.p-name {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-white);
}

.p-title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 6px;
    color: var(--color-white);
}


/* ==================================
========= PROJECT THREE CSS ===========
================================== */

.project-v2-section-wraper .project-three-column:nth-child(1),
.project-v2-section-wraper .project-three-column:nth-child(2),
.project-v2-section-wraper .project-three-column:nth-child(6),
.project-v2-section-wraper .project-three-column:nth-child(7),
.project-v2-section-wraper .project-three-column:nth-child(11),
.project-v2-section-wraper .project-three-column:nth-child(12) {
    width: 50%;
}

.project-three-detail {
    display: block;
}

.project-three-item {
    height: 350px;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.project-three-content {
    background: rgb(5 0 0 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: table;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    display: inline-flex;
    align-items: center;
}

.project-three-title a {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    color: var(--color-white);
    margin: 0;
    transition: .4s;
}

.project-three-des {
    color: var(--color-white);
}

.project-three-item:hover .project-three-content {
    visibility: visible;
    opacity: 1;
}

.project-v3-title-wrapper {
    background: var(--color-gradient1);
    width: 100%;
    height: 350px;
    padding: 30px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.p-title-label {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-white);
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 3px solid var(--color-white);
}

.project-v3-title {
    font-size: 25px;
    color: var(--color-white);
    margin: 0;
    padding: 25px 0;
    line-height: 28px;
}

.project-v3-title:hover {
    color: var(--color-white);
}

.project-v3-des {
    color: var(--color-white);
}

.project-button a {
    color: var(--color-white);
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid var(--color-white);
    margin-top: 25px;
}

.project-v3-static-content {
    display: flex;
    align-items: center;
}

a.all-project:hover {
    color: var(--color-white);
}


/* ======================================
===== Rico Testimonial section CSS ======
========================================= */

.testi-section-item {
    padding: 110px 0;
}

.testi-section-bg {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 10px;
}

.testi-section-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    border-bottom-left-radius: 10px;
}

.testi-section-items {
    position: relative;
    background: var(--color-gradient2);
    border-radius: 10px;
    box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 19%);
}

.testi-section-content {
    padding: 55px 70px;
}
.testi-small-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-white);
    text-transform: uppercase;
    display: inline-block;
}

.testi-section-content .testi-img img {
    border-radius: 10px;
}

.testi-img {
    max-height: 150px;
    max-width: 150px;
    object-fit: cover;
    display: inline-block;
}

.testi-title {
    font-size: 52px;
    line-height: 63px;
    margin: 0;
    margin-top: 10px;
    color: var(--color-white);
}

.testi-dec {
    margin: 30px 0;
    color: var(--color-white);
    font-size: 20px;
    line-height: 34px;
    position: relative;
    z-index: 0;
}

.testi-box-des {
    margin: 30px 0;
    padding-right: 30px;
    color: var(--color-white);
}

.info-name {
    font-size: 24px;
    margin: 0;
    color: var(--color-white);
}

.designation {
    color: var(--color-white);
}

.quote {
    font-size: 61px;
    position: absolute;
    top: 0;
    left: -18px;
    color: rgb(254 137 0);
    opacity: .5;
    z-index: -1;
}


/* Testimonial Slider Btn style */

.testimonial-arrow {
    padding-bottom: 70px;
}

.testimonial-arrow-wrapper {
    position: absolute;
    bottom: 55px;
    left: 70px;
}

.testimonial-arrow-wrapper button {
    position: relative;
    margin-right: 7px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: transparent;
    color: #ffffff;
    font-size: 21px;
}

.testimonial-arrow-wrapper button:hover {
    color: var(--color-black);
    background: var(--color-white);
}


/* ==========================================
========= TESTIMONIAL TWO STYLE CSS ===========
=========================================== */

.testimonial-two-slider {
    box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 15%);
}

.testimonial-two-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 30px;
}

.testimonial-two-content-item .testimonial-two-image img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.testi-two-img {
    width: 170px;
    height: 170px;
}

.test-two-body {
    text-align: center;
    padding: 0 100px;
}

.testi-two-item .testi-two-name {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.testi-two-item .testi-two-desig {
    font-size: 18px;
    padding: 15px;
    display: inline-block;
    color: black;
}

.testi-two-item .share {
    font-size: 18px;
    margin-top: 20px;
    color: var(--color-yellow);
}

.testi-two-item .share i {
    padding: 0px 4px;
}

.testimonial-two-comment-right:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 38%);
    border-radius: 100%;
}

.testimonial-right-text {
    position: absolute;
    top: 50%;
    left: auto;
    transform: translate( 1%, -40%);
    color: var(--color-white);
    font-size: 22px;
    display: inline-block;
    line-height: 36px;
    font-weight: bold;
    word-break: break-word;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

.testimonial-two-content-item .testimonial-two-comment-right {
    height: 170px;
    width: 170px;
    position: relative;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



/* ==================================
===== Rico SECTION TITLE CSS ======
================================== */

.rico-section-stitle {
    color: var(--color-orenge);
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.rico-t-title {
    font-size: 52px;
    margin: 0;
    padding: 20px 140px 0;
    line-height: 62px;
}

.rico-section-description {
    text-align: center;
    padding: 20px 300px;
}


/* ==================================
========= CLIENT LOGO SECTION CSS ===========
================================== */

.rico-client-items {
    text-align: center;
}

.clients {
    padding: 20px;
    margin-top: 20px;
}

.rico-client-wrapper .slick-dots {
    position: unset;
}

.client-logo-item img {
    display: inline-block;
}


/* ==================================
========= RICO  TEAM SECTION CSS ===========
================================== */

.team-item {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 11%);
    margin-bottom: 30px;
}

.team-item .team-img img {
    width: 100%;
    border-radius: 10px;
}

.team-title {
    margin-top: 35px;
    font-size: 24px;
    line-height: 26px;
    color: var(--color-black);
}

.team-subtitles {
    font-size: 18px;
    line-height: 26px;
}

.social-icons {
    padding: 30px 0;
}

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

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a {
    width: 35px;
    height: 35px;
    background: var(--color-gradient2);
    color: var(--color-white);
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 4px 0;
    margin-left: 10px;
    transition: .8s;
}

.social-icons ul li a:hover {
    background: var(--color-orenge);
}


/* ========= RICO  TEAM D CSS ===========/*/

.team-sort-info-wrapper {
    padding: 15px 30px;
}

.team-title-wrapper h2 {
    font-size: 24px;
    line-height: 26px;
}

.team-title-wrapper h4 {
    font-size: 18px;
    line-height: 28px;
    color: var(--color-orenge);
    margin: 0;
}

.team-sort-dec {
    padding: 25px 0;
    line-height: 26px;
}

.team-info-list-wrapper {
    padding-bottom: 30px;
}

.team-info-list-wrapper ul {
    padding: 0;
    margin: 0;
}

.team-info-list-wrapper ul li {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.social-title h2 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 10px;
}

.team-social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-social-area ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.team-social-area ul li a {
    width: 40px;
    height: 40px;
    color: var(--color-white);
    display: block;
    border-radius: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    margin-right: 10px;
}

.team-image img {
    width: 100%;
    height: 100%;
}


/* ==================================
========= EVENT SECTION CSS ===========
================================== */

.event-item {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: -1PX 7PX 33PX 0PX rgb(0 0 0 / 19%);
}

.event-img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.event-item .event-img img {
    width: 100%;
    height: 100%;
    max-height: inherit;
    border-radius: 10px;
}

.event-content-wraper {
    padding-left: 30px;
}

.event-meta-box .event-date a {
    font-size: 18px;
    color: var(--color-orenge);
    font-family: var(--heading-font);
}

.event-meta-box .event-date a:hover {
    color: var(--color-black);
}

.event-title {
    font-size: 24px;
    line-height: 34px;
    color: var(--color-black);
    padding: 12px 0;
    margin: 0;
}

.event-des {
    line-height: 26px;
}


/* ========= ================= =========== */


/* ========= Event Details Page CSS =========== */


/* ========= ============== =========== */

.event-details-content {
    background: var(--color-gradient1);
    margin-top: 30px;
    padding: 30px 30px 20px;
    border-radius: 5px;
}

.event-date-title .title,
.event-location-title .title {
    font-size: 24px;
    line-height: 26px;
    color: var(--color-white);
}

.event-date ul,
.event-location ul {
    list-style: none;
    padding: 0;
}

.event-date ul li,
.event-location ul li {
    color: var(--color-white);
}

.event-time-item {
    border-right: 1px solid;
    border-color: var(--border-white);
}

.event-location-item {
    padding-left: 80px;
}

.event-time-item {
    padding-right: 80px;
}

.team-info-list-wrapper .info-label {
    font-weight: bold;
    padding-right: 5px;
    color: var(--color-black);
}

.info-label {
    font-weight: bold;
    padding-right: 5px;
}

.event-datails-img img {
    height: 100%;
    width: 100%;
}


/* ==================================
========= EVENT TWO CSS ===========
================================== */

.event-first .event-item {
    display: block;
}

.event-first .event-item .event-img {
    max-width: 100%;
    max-height: 500px;
}

.event-first .event-item .event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-first .event-content-wraper {
    padding: 30px 0px 10px;
}


/* ==================================
========= BLOG SECTION CSS ===========
================================== */

.blog-item {
    align-items: center;
    border-radius: 10px;
    box-shadow: -1PX 7PX 33PX 0PX rgb(0 0 0 / 19%);
    margin-bottom: 30px
}

.blog-img {
    margin: auto;
    height: 300px;
    padding: 30px 30px 0;
}

.blog-item .blog-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 10px 10px;
}

.blog-content-wrapper {
    padding: 30px;
}

.blog-meta-box .blog-date a {
    font-size: 18px;
    display: inline-block;
    color: var(--color-orenge);
    font-family: var(--heading-font);
}

.blog-meta-box .blog-date a:hover {
    color: var(--color-black);
}

.blog-title {
    font-size: 24px;
    line-height: 35px;
    color: var(--color-black);
    padding: 20px 0;
    margin: 0;
}

.blog-des {
    line-height: 26px;
}

.blog-buttom {
    background: #f1f6f9;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-comment {
    background: var(--color-gradient1);
    padding: 10px 20px 8px;
    font-size: 18px;
    color: var(--color-white);
}

.b-cat {
    font-size: 18px;
}

.blog-comment span {
    position: relative;
    top: -2px;
    left: 5px;
}

.blog-catagory {
    word-break: break-word;
}

.blog-buttom .blog-catagory a {
    margin-left: 5px;
}

.blog-buttom .blog-catagory a:first-child {
    margin-left: 0;
}


/* ==================================
========= BLOG TWO STYLE CSS ===========
================================== */

.blog-v2-items {
    display: flex;
    /* justify-content: space-evenly; */
}

.blog-v2-image-box {
    max-height: 100%;
    min-width: 200px;
    width: 100%;
}

.blog-v2-item-wrapper .blog-v2-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-v2-content-box {
    padding: 30px;
}

.b-two {
    padding: 0;
}

.blog-v2-top-content .blog-two-date a {
    font-size: 16px;
    color: var(--color-orenge);
    font-family: var(--heading-font);
    display: inline-block;
}

.blog-two-title {
    font-size: 20px;
    line-height: 30px;
    color: var(--color-black);
    padding: 10px 0px 20px;
    margin: 0;
}

.blog-v2-author-wrapper {
    display: inline-flex;
}

.blog-author-img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 12px;
}

.blog-v2-author-wrapper .blog-author-img img {
    border-radius: 100%;
}

.blog-author-item .blog-author-title {
    font-size: 18px;
    line-height: 30px;
    color: var(--color-black);
    margin: 0;
}

.blog-two-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.blog-two-buttom {
    background: #f1f6f9;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-two-comment span {
    position: relative;
    top: -2px;
    left: 5px;
}


/* ==================================
========= DONATION CSS ===========
================================== */

.donation-scetion {
    align-items: center;
    box-shadow: -1PX 7PX 33PX 0PX rgb(0 0 0 / 19%);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.donation-scetion .donation-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.donation-img {
    position: relative;
    padding-bottom: 30px;
}

.donation-title {
    font-size: 24px;
    line-height: 35px;
    color: var(--color-black);
}

.donation-des {
    line-height: 26px;
    padding: 10px 0px 25px;
}

.goal-status .status-label {
    font-weight: bold;
}

.donate-progress-bar .progress {
    height: 8px;
}

.progress-bar {
    background: var(--color-orenge);
}

.donate-price-area {
    padding: 7px 0px 30px;
}


/*=================================
======= Rico ABOUT US CSS =======
=================================*/

.about-us-content {
    padding: 20px;
}

.rico-about-stitle {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-yellow);
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 5px;
}

.about-us-content .rico-about-title {
    font-size: 52px;
    line-height: 70px;
    margin: 0;
    padding: 0;
}

.rico-about-us-dec {
    margin: 25px 0;
}

.rico-about-us-dec ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rico-about-us-dec ul li {
    line-height: 33px;
    position: relative;
    padding-left: 34px;
}

.rico-about-us-dec ul li:after {
    content: "\F26E";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    color: var(--color-yellow);
    font-size: 30px;
}

.about-video-icon-link {
    border-radius: 5px;
    background-image: linear-gradient(to right, #f83600 0%, #fe8c00 51%, #f83600 100%);
    padding: 17px 25px;
    font-size: 18px;
    color: var(--color-white);
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    margin-left: 20px;
    transition: 0.5s;
    background-size: 200% auto;
}

.about-video-icon-link:hover {
    background-position: right center;
    color: var(--color-white);
}

.about-us-button {
    display: inline-flex;
    flex-wrap: nowrap;
    margin-top: 30px;
}

.about-video-icon span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
}


/* ==================================
====== IMAGE WITH EXPRERIANCE STYLE ======
================================== */

.image-with-expariance-inner {
    padding: 70px 0px 15px;
}

.image-exparince-big {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 500px;
    width: 80%;
    background-size: cover;
    object-fit: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 0;
}

.image-exparince-big:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 95%;
    background: #fe8c00;
    left: -31px;
    bottom: 0;
    z-index: -1;
}

.image-exparince-small-box-wrapper {
    position: relative;
    z-index: 999;
}

.image-exparince-number {
    font-size: 48px;
    font-weight: bold;
    color: black;
    font-family: arvo;
    padding: 20px 0;
}

.image-exparince-title {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    word-break: break-word;
    text-overflow: ellipsis;
    clear: both;
    max-width: 94px;
}

.image-exparince-small-box-wrapper .image-expariance-small img {
    border: 10px solid;
    color: white;
    width: 300px;
    height: 300px;
}


/* ==================================
====== IMAGE WITH PROGRESS BAR STYLE ======
================================== */

.image-with-progress-bar-inner {
    padding: 200px 0px 0px;
}

.image-progress-bar-big {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    max-height: 500px;
    width: 90%;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 0;
}

.image-progress-bar-big:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: red;
    right: -10px;
    top: -10px;
    z-index: -1;
    border-radius: 0px 10px 0px 0px;
}

.image-progress-bar-small {
    width: 300px;
    height: 300px;
    margin: auto;
}

.image-progress-bar-small-box-wrapper {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: -90px;
}

.image-progress-bar-small-box-wrapper .image-progress-bar-small img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    border-radius: 10px;
}

.progress-bar-icon {
    font-size: 30px;
    background: var(--color-yellow);
    color: var(--color-white);
    padding: 10px;
    border-radius: 25px;
    margin: 20px;
    font-size: 30px;
}

.rico-progress-text,
.progress-text-value {
    font-size: 16px;
    margin: 0;
    color: var(--color-black);
    display: inline-block;
    line-height: 28px;
}

.rico-progress-text {
    padding-right: 30px;
}

.image-progress-bar-box {
    display: inline-flex;
    align-items: center;
}

.progress {
    display: flex;
    height: 7px;
    overflow: hidden;
    background-color: #e9ecef;
    border-radius: 25px;
}

.progress-bar {
    width: 50%;
    background: var(--color-yellow);
}

.progress-bar-information {
    margin-bottom: 5px;
}


/* ==================================
========= PROJECT TWO CSS ===========
================================== */

.project-two-section-content {
    box-shadow: -1PX 7PX 33PX 0PX rgb(0 0 0 / 19%);
	height: 300px;
    align-items: center;
}
.p-two {
    padding: 0;
}

.project-two-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: block;
}
.project-two-contents {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    align-content: center;
    flex-direction: row;
    text-align: center;
}

.project-two-title {
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}

.project-two-des {
    margin: 0;
    padding: 20px 10px 25px;
}

.project-two-wrap [class*='col-']:nth-child(odd) .project-two-default-content {
    display: none;
}

.project-two-wrap [class*='col-']:nth-child(even) .td-post-zigzag-content {
    display: none;
}

.project-two-default-content:hover,
.td-post-zigzag-content:hover {
    background: var(--color-yellow);
    color: var(--color-white);
    transition: all .5s ease;
}

.project-two-default-content:hover .project-two-title a,
.td-post-zigzag-content:hover .project-two-title a {
    color: var(--color-white);
}

.project-two-default-content:hover .project-v1-btn,
.td-post-zigzag-content:hover .project-v1-btn {
    background: var(--color-white);
    color: var(--color-black);
}

.project-v1-btn:hover {
    background: var(--color-white);
    color: var(--color-black);
}


/* ==================================
========= TEAM TWO STYLE CSS ===========
================================== */

.team-two-img {
    position: relative;
    overflow: hidden;
    z-index: 99999;
}

.team-two-img:after {
    background: rgb(35 34 34 / 60%);
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: .4s;
}

.team-two-item:hover .team-two-img:after {
    opacity: 1;
    border-radius: 5px;
}

.team-two-social-area ul li a {
    width: 34px;
    height: 35px;
    color: var(--color-white);
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 4px 0;
    margin-left: 8px;
    background: var(--color-gradient1);
    transition: all .5s ease;
}

.team-two-social-area ul li a:hover {
    background: var(--color-orenge);
}

.social-icons.team-two-social-area {
    position: absolute;
    width: 100%;
    height: 72px;
    top: 50%;
    transform: translate( 0%, -50%);
    margin-top: 210px;
    z-index: 9;
    transition: all .5s ease;
}

.team-two-item:hover .social-icons.team-two-social-area {
    margin-top: 0;
}


/* ==================================
========= VIDEO BUTTON CSS ===========
================================== */

.video-icons {
    color: var(--color-white);
    background: var(--color-yellow);
    box-shadow: inset 1px 1px 0px 2px white;
    border: 1px solid var(--color-yellow);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    padding: 26px 30px;
    transition: all 0.4s ease;
    font-size: 30px;
}

.video-button-wrapper a .video-icons:hover {
    background: var(--color-white);
    color: var(--color-black);
    border: 1px solid var(--color-white);
}

.video-icons svg {
    height: 36px;
    width: 36px;
}


/*=================================
==== PROGRESSBAR SECTION CSS =====
=================================*/

.rico-progress-box {
    text-align: center;
}

.rico-progressbar-wrapper .rico-circle-progress-item {
    position: relative;
    display: inline-block;
}

.rico-progressbar-wrapper .rico-circle-progress-item .rico-count-numbers {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    text-align: center;
}

.rico-progressbar-wrapper .rico-circle-progress-item .rico-count-numbers span {
    font-size: 30px;
    font-weight: bold;
    line-height: 106px;
    color: var(--color-black);
}

.rico-progressbar-wrapper .rico-progress-box {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px;
}

.rico-progressbar-wrapper .rico-progress-box .rico-progress-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-top: 15px;
    line-height: 30px;
}

.rico-progressbar-wrapper .rico-progress-box .rico-progress-content p {
    margin-bottom: 0;
}


/*=================================
==== ICON FEATURED ICON CSS =====
=================================*/

.icon-box-wrapper {
    display: block;
    text-align: center;
    background: var(--color-gradient2);
    padding: 40px 25px;
}

.icon-box-wrapper-inner {
    display: flex;
    align-items: center;
}

.icon-box-icon {
    padding: 10px 20px;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: var(--color-white);
    font-size: 40px;
    text-align: center;
}

.icon-box-icon a {
    color: var(--color-white);
}

.icon-box-icon a:hover {
    color: var(--color-yellow);
}

.icon-box-content .icon-box-title {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    padding: 15px 0;
    color: var(--color-white);
}

.icon-box-title a {
    color: var(--color-white);
}

.icon-box-description {
    color: var(--color-white);
}

.icon-box-icon svg {
    height: 50px;
    width: 50px;
}


/* ==================================
========= ACCORDION STYLE CSS ===========
================================== */

.faq-accordion .accordion-item {
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    -webkit-box-shadow: -1PX 7PX 33PX 0PX rgb(0 0 0 / 15%);
    box-shadow: -1PX 7PX 33PX 0PX rgb(0 0 0 / 15%);
}

.accordion-header {
    border-bottom: 1px solid #eee;
}

.faq-accordion .accordion-button {
    border: none;
    color: var(--color-black);
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 25px;
    background: transparent;
    text-align: left;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    padding: 20px 42px;
}

.faq-accordion .accordion-button::after {
    position: absolute;
    right: 30px;
    background-image: none;
    content: "\e93e";
    font-family: 'iconfont'!important;
    padding: 0;
    font-size: 22px;
    width: auto;
    height: auto;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\e93d";
}


/*=========================================
======== RICO CONTACT FORM 7 CSS ========
=========================================*/

.rico-input-area input[type="text"],
.rico-input-area input[type="email"],
.rico-input-area textarea {
    background: #f1f1f1;
    margin-bottom: 25px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: var(--color-yellow);
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    color: var(--color-form);
    transition: .4s;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: var(--color-black);
}


/*====================================
======= RESTL YSOCIAL ICON CSS =======
====================================*/

.social_icon_title {
    font-size: 36px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 30px;
}

.social-icon-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-icon-box ul li {
    display: inline-block;
}

.social-icon-box ul li a {
    display: block;
    padding: 15px 30px;
    font-weight: bold;
    background: #f1f1f1;
    color: var(--color-black);
    border-radius: 5px;
    text-align: center;
    transition: .4s;
    margin-right: 7px;
    line-height: 1;
    margin-bottom: 10px;
}

.social-icon-box ul li a:hover {
    background: var(--color-yellow);
    color: var(--color-white);
}


/* ==================================
========= HOME BANNER CSS ===========
================================== */

.rico-home-banner-btn {
    display: block;
    clear: both;
    margin-top: 35px;
}

.rico-home-banner-contents {
    padding: 200px 0;
}

.rico-banner-stitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #ffffff;
    margin-bottom: 20px;
}

.rico-banner-title {
    font-size: 72px;
    font-weight: bolder;
    font-family: 'Nunito';
    line-height: 82px;
    color: #ffffff;
}

.rico-home-banner {
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
}

.video-button {
    width: 57px;
    height: 57px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    color: #104cba;
    line-height: 1;
    padding: 21px 0;
    text-align: center;
    margin-left: 20px;
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
}

.video-button:hover {
    box-shadow: 0 0 1px 15px rgb(255 255 255 / 40%), 0 0 1px 30px rgb(255 255 255 / 10%), 0 0 1px 45px rgb(255 255 255 / 6%);
}

.rico-home-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(16 76 186 / 24%);
    z-index: -1;
}


/*** Home Four Banner */

a.theme-btns.no-bg {
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 19px 34px;
    margin-left: 15px;
}

a.theme-btns.no-bg:hover {
    background-color: #ffffff;
    color: #1d2c38;
}

.rico-home-banner-forms {
    background: #ffffff;
    padding: 50px;
}

.rico-home-banner-forms .rico-banner-form-title {
    font-size: 35px;
    line-height: 1;
    margin: 0;
    font-family: 'Nunito';
}

.rico-home-banner-forms .rico-banner-form-stitle {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
    color: #454545;
    font-family: 'Rubik';
    font-weight: 400;
}

.rico-home-banner-forms .form-shortcode label {
    font-size: 18px;
    font-weight: bolder;
    color: #001d23;
    font-family: 'Nunito';
    margin-bottom: 13px;
}

.rico-home-banner-forms .form-input.inputlist {
    margin-bottom: 20px;
}

.rico-home-banner-forms input {
    vertical-align: middle;
    min-width: 100%;
    border: 2px solid #dddddd;
    outline: 0!important;
    max-height: calc(12.2em + 18px);
    height: calc(2.2em + 19px);
    padding: 13px 10px 10px;
    -webkit-appearance: none;
    background-size: 12px;
    max-width: 100%;
    background: transparent;
}

.rico-home-banner-forms .wpcf7-submit.theme-btns {
    min-width: auto;
}

.rico-home-banner-forms .wpcf7-response-output {
    margin: 0 !important;
}

.rico-home-banner-wrapper.banner-two .rico-home-banner-contents {
    padding: 300px 0;
}

.rico-home-banner-forms span.ajax-loader {
    display: inline;
}

.rico-home-banner-wrapper.banner-two .rico-home-banner-contents {
    margin-right: 50px;
}


/*=================================
== Rico IMAGE WITH EFFECT CSS ===
=================================*/

.image-shape {
    background: #104cba;
    animation: morph 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 70%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 86%;
    position: absolute;
    bottom: 42px;
    z-index: 0;
    left: -9px;
}

.image-shape2 {
    background: #273540;
    animation: morph2 8s ease-in-out infinite;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 97%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 76%;
    position: absolute;
    top: 13px;
    z-index: 0;
    left: 13px;
}

.rico-image {
    position: relative;
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes morph2 {
    0% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }
    50% {
        border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
    }
    100% {
        border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
    }
}


/*=================================
======= Rico COUNTER CSS ========
=================================*/

.counter-nmber {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Nunito';
    line-height: 46px;
    color: #fff;
    display: inline-block;
}

.resty-counter-title {
    font-size: 22px;
    color: #fff;
    font-family: 'Rubik';
    margin: 0;
    line-height: 46px;
    margin-top: 10px;
    font-weight: 500;
}

.rico-counter {
    text-align: center;
}

.rico-counter-wrapper.style-two {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background: #ffffff;
    padding: 46px 0;
    border: 8px solid rgb(231 231 233 / 56%);
}


/*=================================
=== Rico PORTFOLIO INFO CSS =====
=================================*/

.rico-protfolio-info-list ul li:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #104cba;
    left: 0;
    top: 3px;
    bottom: 0;
    border-radius: 100%;
}

.rico-protfolio-info-list {
    padding: 35px 45px;
    background-color: #F3F7FF;
    border-radius: 5px;
}

.rico-protfolio-info-list .portfolio-info-title {
    font-size: 26px;
    font-weight: 900;
    font-family: 'Nunito';
    line-height: 46px;
    margin-bottom: 30px;
    padding: 0;
    margin-top: 0;
    color: #1D2C38;
}

.rico-protfolio-info-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.rico-protfolio-info-list ul li label {
    display: block;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Nunito';
    margin: 0;
    padding: 0;
    line-height: 1em;
    color: #1d2c38;
    margin-bottom: 16px;
    letter-spacing: -0.20px;
    margin-left: 20px;
}

.site-main.content-area.sidebar-no-bg-main .all-posts-wrapper {
    padding: 0;
}

.rico-protfolio-info-list ul li {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Nunito';
    color: #1D2C38;
    font-weight: 400;
    border-bottom: 1px solid #d9dfea;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.rico-protfolio-info-list ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.rico-protfolio-info-list ul li a {
    margin-right: 7px;
    position: relative;
    font-size: 18px;
    font-family: 'Nunito';
    color: #1d2c38;
    font-weight: 400;
}

.rico-protfolio-info-list ul li a:after {
    content: ",";
    margin-left: 1px;
}

.rico-protfolio-info-list ul li a:last-child:after {
    content: "";
}

.rico-protfolio-info-list ul li a:hover {
    color: #104cba;
}

.rico-portfolio-dec2 {
    position: absolute;
    bottom: 0px;
    z-index: 11;
    width: 100%;
    padding-left: 30px;
}

.portfolio-style-two .rico-portfolio-item:after {
    background: rgb(9, 29, 62);
    background: linear-gradient(0deg, rgb(7 21 44) 0%, rgb(255 255 255 / 20%) 100%);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rico-portfolio-dec2 h6 a {
    color: #fff;
}

.rico-portfolio-dec2 h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Nunito';
    line-height: 46px;
    border-bottom: 1px solid rgb(66 83 123 / 61%);
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.rico-portfolio-btn {
    line-height: 1;
    padding: 15px 0;
}

.rico-portfolio-btn a.theme-btns2 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito';
}

.rico-portfolio-items.portfolio-style-two .rico-portfolio-item {
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rico-portfolio-btn a.theme-btns2 i {
    margin-left: 8px;
}

.rico-portfolio-dec2 h6 a:hover,
.rico-portfolio-btn a.theme-btns2:hover {
    color: #104cba;
}

.rico-portfolio-cats a:last-child {
    display: block;
}

.rico-portfolio-cats a {
    display: none;
}


/*=================================
===== Rico PORTFOLIO FIVE CSS =====
=================================*/

.rico-portfolio-item-five {
    position: relative;
    min-height: 370px;
    background-position: center center;
    background-size: cover;
    width: 100%;
    z-index: 1;
}

.portfolio-style-five .rico-portfolio-decs {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

.rico-portfolio-item-five:after {
    content: "";
    background: rgb(14 30 42 / 53%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.portfolio-style-five .rico-portfolio-content h6 {
    font-size: 24px;
    font-weight: bold;
}

.portfolio-style-five .rico-portfolio-content a {
    color: #ffffff;
}

.portfolio-style-five .rico-portfolio-content p {
    color: #ffffff;
}

.portfolio-style-five .rico-portfolio-content {
    padding: 0 19px;
}

.portfolio-style-five .rico-portfolio-content a:hover {
    color: #104cba;
}

.portfolio-style-five .portfolio-btn a {
    background: #104cba;
    padding: 10px 12px;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
}

.portfolio-style-five .portfolio-btn {
    position: absolute;
    right: 10px;
    top: -11px;
}

.portfolio-style-five .portfolio-btn a:hover {
    background-color: #0e1e2a;
}


/*=================================
===== Rico CONTACT INFO CSS =====
=================================*/

.contact-small-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-yellow);
    text-transform: uppercase;
}

.rico-contact-info {
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 11%);
}

.rico-contact-info .contact-info-title {
    color: var(--color-black);
    font-size: 48px;
    line-height: 62px;
    margin: 0;
    margin-bottom: 50px;
    margin-top: 20px;
}

.rico-cinfo {
    display: flex;
    margin-bottom: 45px;
}

.rico-cinfo:last-child {
    margin-bottom: 0 !important;
}

.rico-cinfo .rico-cinfo-icon {
    width: 60px;
    height: 60px;
    background: var(--color-yellow);
    color: var(--color-white);
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    line-height: 42px;
    margin-right: 20px;
    padding: 10px;
    display: block;
}

.rico-cinfo-dec .cinfo-title {
    font-size: 18px;
    color: var(--color-black);
    line-height: 28px;
    margin: 0;
    margin-bottom: 5px;
}

.rico-cinfo-dec p {
    font-size: 16px;
    color: var(--color-black);
    margin: 0;
    line-height: 26px;
}

.rico-cinfo-icon svg {
    height: 40px;
    width: 40px;
    margin-top: -14px;
}

.cinfo-contact {
    display: block;
}


/*=================================
=====   Rico PORTFOLIO CSS  =====
=================================*/

.rico-portfolio-item {
    position: relative;
    overflow: hidden;
    transition: .4s;
}

.rico-portfolio-dec {
    position: absolute;
    bottom: -190px;
    width: 90%;
    background: rgb(0 0 0 / 80%);
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    padding: 13px 20px;
    transition: .4s;
}

.rico-portfolio-dec a {
    color: #ffffff;
}

.rico-portfolio-dec>a {
    font-size: 12px;
    font-family: 'Rubik';
    font-weight: 600;
    line-height: 1;
    margin-right: 5px;
    text-transform: capitalize;
    position: relative;
}

.rico-portfolio-dec h6 {
    margin: 0;
}

.rico-portfolio-dec h6 a {
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito';
}

.rico-portfolio-dec a:hover {
    color: #104cba;
}

.rico-portfolio-dec>a:after {
    content: ",";
    margin-left: 1px;
}

.rico-portfolio-dec a:last-of-type:after {
    content: "";
}

.rico-portfolio-item:hover .rico-portfolio-dec {
    transition: .4s;
    bottom: 20px;
}

.rico-portfolio-item img {
    object-fit: cover;
}

img.img-responsive.portfolio-three-image.wp-post-image {
    height: max-content;
    object-fit: cover;
    border-radius: 5px;
}

.rico-portfolio-three-content .rico-portfolio-dec {
    bottom: 13px;
    background-color: #ffffff;
}

.rico-portfolio-three-content .rico-portfolio-dec h6 a {
    color: #1d2c38;
}

.rico-portfolio-three-content .rico-portfolio-dec:hover {
    background: #104cba;
}

.rico-portfolio-three-content .rico-portfolio-dec:hover h6 a {
    color: #ffffff;
}

.rico-portfolio-three .owl-nav>div {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #ffffff;
    margin-right: 15px;
    text-align: center;
    transition: .4s;
    font-size: 0;
    padding: 9px;
}

.rico-portfolio-three .owl-nav .owl-prev:before,
.rico-portfolio-three .owl-nav .owl-next:before {
    font-size: 22px;
    color: #104cba;
}

.rico-portfolio-three .owl-nav .owl-prev:hover:before,
.rico-portfolio-three .owl-nav .owl-next:hover:before {
    color: #ffffff;
}

.rico-portfolio-three .owl-nav .owl-prev:before {
    content: "\f12c";
    font-family: 'bootstrap-icons';
    color: #104cba;
    font-weight: bold;
    font-size: 23px;
}

.rico-portfolio-three .owl-nav .owl-next:before {
    content: "\f135";
    font-family: 'bootstrap-icons';
    color: #104cba;
    font-weight: bold;
}

.rico-portfolio-three .owl-nav>div:hover {
    background-color: #104cba;
}

.rico-portfolio-three-content button.slick-arrow:hover:before {
    color: #ffffff;
}

.rico-portfolio-static-contents h2 {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Nunito';
    line-height: 46px;
    padding-right: 30px;
}

.rico-portfolio-static-contents h3 {
    font-size: 16px;
    color: #104cba;
    margin: 0;
    line-height: 46px;
}

.rico-portfolio-three-slides {
    left: 28%;
    position: relative;
    margin-top: -199px;
}

.rico-portfolio-three .owl-nav {
    position: absolute;
    left: -328px;
    top: 50%;
}

.rico-portfolio-three .owl-nav>div {
    display: inline-block;
}

.rico-portfolio-with-menu-wrapper .rico-portfolio-dec h6 a {
    line-height: 30px;
    padding: 8px 0;
}

.rico-portfolio-related-wrapper {
    margin-bottom: 120px;
}


/*=================================
=====   Rico PORTFOLIO STYLE FOUR CSS  =====
=================================*/

.rico-portfolio-items.portfolio-style-four .rico-portfolio-dec {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: 0;
    vertical-align: bottom;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    background-color: #0e1e2a;
    opacity: 0;
    visibility: hidden;
}

.rico-portfolio-items.portfolio-style-four .portfolio-hover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: 100%;
    top: 0;
    bottom: 0;
}

.portfolio-hover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 100px;
    width: 100%;
    top: 0;
    bottom: 0;
}

.rico-portfolio-items.portfolio-style-four .rico-portfolio-dec h6 {
    margin: 6px 0px 15px 0;
}

a.portfolio-btn {
    font-size: 24px;
}

.rico-portfolio-items.portfolio-style-four .rico-portfolio-item:hover .rico-portfolio-dec {
    opacity: 85%;
    visibility: visible;
}


/*=================================
========   Rico BLOG CSS  =======
=================================*/

.rico-blog-post-item.rico-blog-one {
    box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
    border-radius: 5px;
    overflow: hidden;
}

.rico-blog-post-content .post-meta-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rico-blog-top-area {
    padding: 25px 25px 0 25px;
}

.rico-blog-post-content .post-meta-item ul li {
    display: inline-block;
    margin-right: 26px;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 27px;
}

.rico-blog-post-content .post-meta-item ul li i {
    margin-right: 10px;
    color: #104cba;
}

.rico-blog-post-content .post-meta-item ul li a {
    color: #454545;
}

.rico-blog-post-title a {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Rubik';
    line-height: 28px;
    margin: 13px 0;
    display: block;
}

.rico-blog-one .rico-blog-post-author {
    padding: 14px 25px;
    border-top: 1px solid #e3e3e3;
    margin-top: 22px;
}

.rico-blog-post-author img {
    border-radius: 100% !important;
    width: 35px;
    height: 35px !important;
    object-fit: cover;
    margin-right: 15px;
}

.rico-blog-post-author {
    font-weight: 600;
    font-size: 15px;
    font-family: 'Rubik';
}

.rico-blog-post-author span.author.vcard a {
    text-transform: capitalize !important;
    margin-left: 6px;
}

.rico-blog-post-author .byline {
    text-transform: capitalize;
}

li.postby-tow {
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 28px;
}

li.postby-tow span a {
    margin-left: 6px;
}

.rico-blog-two .rico-blog-post-author {
    position: absolute;
    top: -20px;
}

.rico-blog-two .post-meta-item {
    margin-top: 5px;
}

.rico-blog-two .rico-blog-top-area {
    box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
    background: #fff;
    margin-top: -28px;
    border-radius: 5px;
    padding-bottom: 15px;
    position: relative;
}

.rico-blog-two .rico-blog-post-content {
    padding-right: 30px;
}

.rico-blog-post-img img {
    height: 230px !important;
    object-fit: cover;
}

.rico-blog-post-item.rico-blog-two .rico-blog-post-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.rico-blog-post-content .post-meta-item ul li a:hover {
    color: #104cba;
}


/*=================================
==== Rico FEATURED ICON CSS =====
=================================*/

.no-slide .rico-client-logo-items img {
    margin: 0 65px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.no-slide .rico-client-logo-items img:last-child {
    margin-right: 0;
}

.no-slide .rico-client-logo-items img:first-child {
    margin-left: 0;
}

.rico-client-logo-wrapper.enable-slide img {
    width: auto !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rico-client-logo-wrapper.enable-slide ul.slick-dots {
    margin-top: 31px;
}

.rico-client-logo-wrapper.enable-slide img {
    margin: 0 50px;
}

.rico-client-logo-items .slick-slide {
    text-align: center;
}


/*=================================
====== Rico SUBSCRIBE CSS =======
=================================*/

.rico-subscribe-innter .mc4wp-form-fields input[type=email] {
    border: 2px solid #88a6dd;
    border-radius: 5px;
}

.rico-subscribe-innter .mc4wp-form-fields button {
    width: auto;
    height: auto;
    border-radius: 5px;
    padding: 10px 30px;
    margin: 6px;
    background-color: #ffffff;
    color: #091d3e;
    font-weight: 600;
}

.rico-subscribe-innter .mc4wp-form-fields button:hover {
    background-color: #091d3e;
    color: #ffffff;
}


/*=========================================
====== Rico PORTFOLIO WITH MENU CSS =====
=========================================*/

.rico-portfolio-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}

.rico-portfolio-menu ul li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Nunito';
    line-height: 38px;
    color: #091d3e;
    padding: 0px 20px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rico-portfolio-menu ul li.active {
    background-color: #104cba;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rico-portfolio-menu {
    margin-bottom: 16px;
}


/*=========================================
====== Rico CONTACT INFO BOX CSS ========
=========================================*/

.rico-contact-info-box {
    text-align: center;
}

.rico-cinfo-box-icon i {
    font-size: 40px;
    color: #104cba;
    line-height: 32px;
    margin-bottom: 20px;
}

.rico-cinfo-box-dec {
    font-size: 18px;
    line-height: 28px;
    padding: 0 30px;
    font-weight: 500;
    color: #8a8a8a;
}

.rico-cinfo-box-dec a {
    display: block;
    color: #8a8a8a;
}

.rico-cinfo-box-dec a:hover {
    color: #104cba;
}

.rico-contact-info-box {
    position: relative;
}

.cinfo-line {
    position: absolute;
    right: -48px;
    width: 89px;
    height: 113px;
    clip-path: polygon(50% 0, 45% 100%, 55% 100%);
    background: #e9e9e9;
    top: 0;
}

.rico-cinfo-box-dec p {
    margin: 0;
}


/*====================================
======== Rico DOT SHAPE CSS ========
====================================*/

.shapeanimation {
    position: absolute;
    top: 95px;
    left: 250px;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* custom animations */

@-webkit-keyframes shapeMover {
    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes shapeMover {
    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes shapeMover {
    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

.dot-shapes {
    position: absolute;
    width: 20em;
    height: 20em;
    z-index: 0;
    top: 0;
    background: #104cba;
}

.dot-shapes.shape_left_pos {
    left: -30em
}

.dot-shapes.shape_center_pos {
    left: 0;
    right: 0;
    margin: auto
}

.dot-shapes.shape_right_pos {
    right: -30em
}

.dot-shapes.shape_circle {
    border-radius: 50%
}

.dot-shapes.shape_egg {
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%
}

.dot-shapes.shape_organic_1 {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.dot-shapes.shape_organic_1_rotate {
    border-radius: 70% 30% 30% 70%/70% 70% 30% 30%
}

.dot-shapes.shape_organic_2 {
    border-radius: 70% 30% 70% 30%/30% 70% 30% 70%
}

.dot-shapes.shape_organic_2_rotate {
    border-radius: 30% 70% 30% 70%/70% 30% 70% 30%
}

.dot-shapes.shape_dots {
    -webkit-mask-image: url(../img/dots.svg);
    mask-image: url(../img/dots.svg);
    z-index: -1;
    -webkit-mask-size: 18px;
}


/*====================================
== Rico ELEMENTOR NAV WIDGET CSS ===
====================================*/

.elementor-widget-wp-widget-nav_menu ul {
    list-style: none;
    padding: 0;
}

.elementor-widget-wp-widget-nav_menu ul li {
    display: block;
}

.elementor-widget-wp-widget-nav_menu ul li a {
    display: block;
    padding: 20px 020px;
    border: 2px solid #e6ecf7;
    margin: 10px 0;
    font-size: 18px;
    color: #1d2c38;
    font-weight: bold;
    font-family: 'Nunito';
    line-height: 1.5;
    position: relative;
    border-radius: 5px;
}

.elementor-widget-wp-widget-nav_menu ul li a:hover,
.elementor-widget-wp-widget-nav_menu ul li.current-menu-item a {
    border-color: var(--color-yellow);
}

.elementor-widget-wp-widget-nav_menu ul li a:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    right: 20px;
    position: absolute;
    font-size: 14px;
    line-height: 2.5;
    color: #8e959b;
}


/*====================================
======= RESTL YSOCIAL ICON CSS =======
====================================*/

.rico-social-icon-box ul li a:hover {
    color: #ffffff;
    background: #104cba;
}

.rico-social-icon-box ul li:last-child {
    margin-right: 0;
}

.rico-social-icon-box h2 {
    font-size: 24px;
    font-weight: bold;
}

.rico-social-icon-box h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Nunito';
    line-height: 46px;
}


/****** Rico Tab ****/

.rico-section-tabs-wrapper ul {
    display: block;
    margin-bottom: 70px;
    border-bottom: 2px solid #1a2935;
}

.rico-section-tabs-wrapper ul li {
    display: inline-block;
}

.rico-section-tabs-wrapper ul li button {
    background: transparent;
}

.rico-section-tabs-wrapper ul li button.nav-link {
    background: transparent;
    color: #ffffff;
    font-size: 22px;
    padding-right: 40px;
}

.rico-section-tabs-wrapper .nav-tabs .nav-item .nav-link,
.rico-section-tabs-wrapper .nav-tabs .nav-link {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 30px;
}

.rico-section-tabs-wrapper .nav-tabs .nav-link.active:after,
.rico-section-tabs-wrapper .nav-tabs .nav-link:hover:after {
    content: "";
    background: #2058bf;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: .4s;
}

.rico-section-tabs-wrapper ul li button i {
    margin-right: 16px;
    line-height: 1;
    font-size: 28px;
    vertical-align: middle;
    transition: .4s;
}

.rico-section-tabs-wrapper ul li button.active i,
.rico-section-tabs-wrapper ul li button:hover i {
    color: #2058bf;
    transition: .4s;
}

.navbar-collapse.nav-menu.stellarnav.elementornavs .full:nth-child(2) {
    display: none;
}

.elementornavs .button.search-open {
    margin-right: 30px;
    cursor: pointer;
}

.elementor-header-search .button.search-open {
    cursor: pointer;
}

.company-info-widget ul li i.fright {
    left: auto;
    right: 0;
}

.rico-recent-post-wrapper ul.rico-widget-post-thum li {
    display: block;
}

.rico-recent-post-wrapper ul.rico-widget-post-thum li img {
    margin-right: 20px;
}


/** SERVICE V2 ***/

.rico-service-v2-icon i {
    width: 70px;
    height: 70px;
    background: #FF4757;
    border-radius: 100%;
    text-align: center;
    padding: 23px;
    font-size: 25px;
    color: #ffffff;
    display: inline-block;
}

.rico-service-v2-title {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    margin-bottom: 10px;
}

.rico-service-v2-inner {
    text-align: center;
}

.rico-service-v2-icon {
    margin-bottom: 20px;
}

.rico-service-v2-title a:hover {
    color: #2f97f7;
}

span.bar.bar-ani {
    height: 2px;
    display: block;
    background: #ff4757;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    position: relative;
}

.service-line {
    margin-bottom: 13px;
}

.rico-service-v2-inner {
    box-shadow: 0px 0px 40px rgb(9 9 9 / 8%);
    padding: 30px;
}

.rico-service-v2-content p {
    margin: 0;
}


/** version 1.1.3 All code **/

.hero-content-seven p {
    font-size: 20px;
    line-height: 1.7;
}

.hero-right-part .data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 260px;
    background: white;
    padding: 25px 30px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 50px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 50px rgb(0 0 0 / 5%);
}

.hero-right-part .data-item {
    left: 15%;
    top: 0;
}

.hero-right-part .data-item img,
.hero-right-part .data-item i {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
}

.hero-right-part .data-item i {
    font-size: 54px;
    color: #104cba;
}

.data-item-content {
    overflow: hidden;
}

.hero-right-part .data-item .data-item-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.4;
}


/** Counter **/

.rico-counter-wrapper.new .rico-counter {
    box-shadow: 0px 10px 30px rgba(30, 115, 190, 0.13);
    border-radius: 10px;
    vertical-align: middle;
    padding: 10px;
    position: relative;
}

.new .counter-nmber {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: rgba(20, 20, 43, 0.8);
}

.new .resty-counter-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #666F9D;
    margin: 0;
}

.counter-new-icon {
    display: inline-block;
    font-size: 25px;
    vertical-align: middle;
    margin-right: 16px;
    color: #44C5E5;
    background: rgba(68, 197, 229, 0.15);
    padding: 13px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.counter-new-content {
    display: inline-block;
    vertical-align: middle;
}

.bg-text.counter-numbers {
    position: absolute;
    z-index: -1;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 1px white;
    width: 100%;
    top: 0;
    padding: 30px 0;
    text-align: center;
}

.bg-text.counter-numbers .counter-nmber {
    font-size: 110px;
    margin-bottom: 15px;
    font-family: "Rubik", sans-serif;
    -webkit-text-stroke: 1px white;
    font-weight: 700;
}


/* News Style Four */

.blog-carousel {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-style-v3 {
    margin: 15px;
    border-radius: 10px 10px 0px 0px;
}

.blog-style-v3 .image img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.blog-v3-content {
    padding: 25px 40px 40px;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 375px) {
    .blog-v3-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.blog-v3-content .date {
    font-size: 14px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-v3-content .date i {
    margin-right: 8px;
}

.blog-v3-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
    display: block;
}

@media only screen and (max-width: 375px) {
    .blog-v3-title {
        font-size: 20px;
    }
}

.blog-next-prev button {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    background: white;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border: none;
}

.blog-next-prev button:focus,
.blog-next-prev button:hover {
    color: white;
    background: #2969E6;
}

@media only screen and (max-width: 375px) {
    .testimonial-v3-author-designation {
        padding: 20px 0 45px;
    }
}

.blog-v3-left .sub-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    background: #FF7A41;
    margin-bottom: 20px;
}

.blog-v3-static-title {
    font-size: 48px;
    color: #000F5C;
    line-height: 1.33;
    font-weight: bold;
}

.blog-v3-static-stitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 12px;
}

.blog-v3-left .section-title {
    margin-top: 15px;
    margin-bottom: 30px;
}

.blog-next-prev {
    margin-top: 45px;
}

@-webkit-keyframes zoomInOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes zoomInOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

span.bar.bar-ani:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    left: 6px;
    background: #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}


/*****Main Slider********/

.main-slider-wrap .image {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-slider-wrap .image img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

.main-slider-wrap .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#03091F), to(rgba(3, 9, 31, 0.5)));
    background: -webkit-linear-gradient(left, #03091F 0%, rgba(3, 9, 31, 0.5) 100%);
    background: -o-linear-gradient(left, #03091F 0%, rgba(3, 9, 31, 0.5) 100%);
    background: linear-gradient(90deg, #03091F 0%, rgba(3, 9, 31, 0.5) 100%);
}

.main-slider-wrap .slider-caption {
    z-index: 2;
    min-height: 828px;
    position: relative;
    padding-top: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 100px;
}

@media only screen and (max-width: 1500px) {
    .main-slider-wrap .slider-caption {
        min-height: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider-wrap .slider-caption {
        min-height: 600px;
    }
}

.main-slider-wrap .slick-arrow {
    top: 50%;
    z-index: 2;
    opacity: 0.2;
    font-size: 22px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #F43336;
    position: absolute;
    width: 60px;
    height: 60px;
    background: white;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent;
}

@media only screen and (max-width: 575px) {
    .main-slider-wrap .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
}

.main-slider-wrap .slick-arrow i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #F43336;
}

.main-slider-wrap .slick-arrow.prev {
    left: 200px;
}

@media only screen and (max-width: 1500px) {
    .main-slider-wrap .slick-arrow.prev {
        left: 25px;
    }
}

.main-slider-wrap .slick-arrow.next {
    right: 200px;
}

@media only screen and (max-width: 1500px) {
    .main-slider-wrap .slick-arrow.next {
        right: 25px;
    }
}

.main-slider-wrap .slick-arrow:hover,
.main-slider-wrap .slick-arrow:focus {
    background: #F43336;
}

.main-slider-wrap .slick-arrow:hover i,
.main-slider-wrap .slick-arrow:focus i {
    color: white;
}

.main-slider-wrap:hover .slick-arrow {
    opacity: 1;
}

.main-slider-content {
    max-width: 610px;
}

.main-slider-content .sub-title {
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
}

.main-slider-content .slider-title {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 84px;
    color: #ffffff;
    font-weight: bold;
}

.slider-dec {
    font-size: 18px;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 25px;
}

a.theme-btns.slider-btn2 {
    margin-left: 30px;
    background: #ffffff;
    color: #1d2c38;
}

a.theme-btns.slider-btn1,
a.theme-btns.slider-btn2:hover {
    background: #F43336;
    color: #ffffff;
}

a.theme-btns.slider-btn1:hover {
    background-color: #ffffff;
    color: #1d2c38;
}

@media only screen and (max-width: 1500px) {
    .main-slider-content h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider-content h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-content h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-content h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider-content h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 375px) {
    .main-slider-content h1 {
        font-size: 30px;
    }
}

.main-slider-content p {
    font-size: 18px;
    max-width: 555px;
}

@media only screen and (max-width: 480px) {
    .main-slider-content p {
        font-size: 16px;
    }
}

.main-slider-content .slider-btns {
    padding-top: 20px;
}

.main-slider-content .slider-btns .theme-btn {
    margin-top: 15px;
}

.main-slider-content .slider-btns .theme-btn:not(:last-child) {
    margin-right: 30px;
}

.main-slider-content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slick-active * {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slick-active h1 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.slick-active p {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slick-active .slider-btns {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}


/* Service Eight */

.services-eight:after,
.services-eight:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
}

.services-eight:before {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services-eight:after {
    opacity: 0.95;
    background: #F8F8F8;
}

.service-slider-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.service-slider-wrap .slick-dots {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service-slider-wrap .slick-dots li {
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 22px;
    height: 22px;
    background: transparent;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid transparent;
}

.service-slider-wrap .slick-dots li button {
    text-indent: 100px;
    background: transparent;
}

.service-slider-wrap .slick-dots li:before {
    content: '';
    width: 5px;
    height: 5px;
    left: 50%;
    top: 50%;
    position: absolute;
    border-radius: 50%;
    background: #F43336;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service-slider-wrap .slick-dots li.slick-active {
    border-color: #F43336;
}

.service-slider-wrap .slick-dots li.slick-active:before {
    background: #F43336;
}

.service-item-eight {
    padding: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: white;
    margin-bottom: 30px;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.service-item-eight .icon {
    font-size: 50px;
    color: #F43336;
    margin-bottom: 22px;
    width: 100px;
    height: 100px;
    background: #F8F8F8;
    line-height: 100px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.service-item-eight .icon img {
    display: inline-block;
}

.service-item-eight .icon i:before {
    line-height: inherit;
}

.service-item-eight .learn-more {
    font-weight: 600;
}

.service-item-eight .learn-more i {
    font-size: 16px;
    color: #F43336;
}

.service-item-eight .sslier-dec {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service-item-eight:hover {
    background: #030A15;
}

.service-item-eight:hover .service-slider-title a,
.service-item-eight:hover .sslier-dec {
    color: white;
}

.sslier-dec {
    margin-bottom: 10px;
}

.service-slider-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.service-item-eight:hover .learn-more {
    color: #F43336;
}

.service-item-eight:hover .learn-more:hover {
    text-decoration: underline;
}

.service-slider-wrap ul.slick-dots li.slick-active button {
    background-color: transparent;
}


/*************************************
******** SKILLBAR BOX CSS  **********
*************************************/

.rico-skills-wrapper .skillbar-item {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.rico-skills-wrapper .skillbar-item .skill-title {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    font-family: 'Arvo';
}

.rico-skills-wrapper .skillbar-item .skillbar {
    height: 6px;
    background: var(--color-form);
    position: relative;
    text-align: right;
}

.rico-skills-wrapper .skillbar-item .skillbar .skill-percent-count-wrap {
    position: absolute;
    right: 0;
    top: -37px;
}

.rico-skills-wrapper .skillbar-item .skillbar .count-bar {
    background: var(--color-yellow);
    height: 100%;
    position: relative;
    text-align: right;
    position: relative;
    text-align: right;
    padding-right: 0;
    border-radius: 10px;
    overflow: visible !important;
    width: 0;
}

@media all and (min-width: 1200px) and (max-width: 1800px) {
    .rico-portfolio-three-slides {
        left: 0;
        margin-top: 0
    }
    .rico-portfolio-three .owl-nav,
    .rico-portfolio-static-area {
        display: none;
    }
    .header-two .myheader::before {
        width: 21%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
    .rico-home-banner-forms {
        padding: 36px;
    }
    .expariance-box {
        margin-left: 0;
    }
    .progress-bar-icon {
        margin-right: 10px;
        font-size: 25px;
        margin: 0px 10px 0px 0px;
    }
    .rico-progress-text {
        padding: 0px 10px 0px 0px;
    }
    .progress {
        margin-top: 10px;
        margin-right: 15px;
    }
    .about-us-content .rico-about-title {
        font-size: 48px;
        line-height: 65px;
    }
}

@media all and (min-width: 993px) and (max-width: 1024px) {
    .rico-service-hover.service-normal-hover {
        padding: 60px 27px;
    }
    .about-section-title {
        font-size: 48px;
        line-height: 60px;
    }
    .image-exparince-big {
        width: 74%;
    }
}

@media (min-width: 1024px) and (max-width: 1080px) {
    .header-two .myheader::before {
        width: 18%;
    }
}

@media all and (min-width: 993px) and (max-width: 1199px) {
    .portfolio-style-two .rico-portfolio-item {
        margin-bottom: 30px;
    }
    .rico-portfolio-three-slides {
        left: 0;
        margin-top: 0;
    }
    .rico-portfolio-three .owl-nav,
    .rico-portfolio-static-area {
        display: none;
    }
    .rico-blog-post-content .post-meta-item ul li:last-child {
        margin-right: 0;
    }
    .rico-blog-post-content .post-meta-item ul li {
        margin-right: 9px;
    }
    .rico-pricing-two .rico-pricing-header:after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }
    .rico-pricing-two .rico-pricing-header {
        padding-bottom: 25px;
    }
    .rico-pricing-warpper.rico-pricing-two .rico-pricing-header {
        border-radius: 0;
    }
    .rico-section-description {
        padding: 20px 150px;
    }
    .button.search-open {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .button.search-open {
        position: absolute;
        right: 264px;
        top: 40px;
    }
    .button.d-flex.cta {
        position: absolute;
        right: 80px;
        top: 23px;
    }
    .stellarnav.mobile.active>.button {
        opacity: 0;
        transition: .4s;
    }
    .testimonial-two-content-item {
        display: block;
        padding: 60px 10px 30px;
    }
    .testimonial-two-right-wrapper {
        display: none;
    }
    .testi-two-img img {
        text-align: center;
    }
    .testi-two-img {
        margin: auto;
    }
    .test-two-body {
        padding: 40px 20px 30px;
    }
    .testi-two-item .testi-two-desig {
        padding: 18px;
    }
    .about-us-content .rico-about-title {
        font-size: 40px;
        line-height: 60px;
    }
    .progress-bar-icon {
        margin-right: 10px;
        font-size: 25px;
        margin: 0px 10px 0px 0px;
    }
    .rico-progress-text {
        padding: 0px 10px 0px 0px;
    }
    .image-progress-bar-small {
        width: 250px;
        height: 250px;
    }
    .progress {
        margin-top: 10px;
        margin-right: 15px;
    }
	.testi-section-content {
    	padding: 50px 30px;
	}
}

@media all and (min-width: 768px) and (max-width: 992px) {
    .portfolio-style-two .rico-portfolio-item {
        margin-bottom: 30px;
    }
    .rico-portfolio-three-content .slick-list {
        margin-right: 0;
    }
    .rico-portfolio-static-contents h2 {
        font-size: 27px;
        padding-right: 0;
    }
    .rico-portfolio-three-slides {
        left: 0;
        margin-top: 0;
    }
    .rico-portfolio-three .owl-nav,
    .rico-portfolio-static-area {
        display: none;
    }
    .rico-portfolio-dec h6 a {
        line-height: 30px;
    }
    .rico-blog-post-wrapper .row>div:last-child {
        margin-top: 30px;
    }
    .rico-team-inner.team-style-one .rico-team-item {
        margin-bottom: 30px;
    }
    .rico-team-inner.team-style-two .rico-team-item {
        margin-bottom: 60px;
    }
    .rico-blog-post-content .post-meta-item ul li:last-child {
        margin-right: 0;
    }
    .team-items .single-item {
        margin-top: 0;
    }
    .rico-pricing-two .rico-pricing-header:after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }
    .rico-pricing-two .rico-pricing-header {
        padding-bottom: 25px;
    }
    .rico-pricing-warpper.rico-pricing-two .rico-pricing-header {
        border-radius: 0;
    }
    #related-portfolio-slide .item:last-child {
        margin-top: 30px;
    }
    .rico-home-banner-forms {
        padding: 50px 24px;
    }
    .about-section-title {
        font-size: 45px;
        line-height: 55px;
    }
    .expariance-box {
        margin-left: 0;
        margin-top: 30px;
    }
    .rico-section-description {
        padding: 20px 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .rico-service-hover.service-normal-hover {
        padding: 60px 27px;
    }
    .header-four .button.search-open {
        margin-right: 30px;
        position: absolute;
        right: 50px;
        top: 32px;
    }
}

@media screen and (max-width: 768px) {
    .elementornavs.mobile>.button {
        display: none;
    }
    .expariance-box {
        margin-left: 0;
        margin-top: 30px;
    }
    .about-section-title {
        font-size: 40px;
        line-height: 52px;
    }
    .testi-title {
        font-size: 36px;
        line-height: 48px;
    }
    .testi-box-des {
        padding-right: 0px;
    }
    .testi-section-content {
        padding: 50px 30px;
    }
    .testimonial-arrow-wrapper {
        left: 30px;
    }
    .testi-info {
        padding-bottom: 25px;
    }
    .project-details-content .project-d-item {
        border: none;
    }
    .event-time-item {
        padding-right: 0px;
        border: none;
        padding-bottom: 30px;
    }
    .event-location-item {
        padding-left: 0px;
    }
    .rico-contact-info .contact-info-title {
        font-size: 38px;
        line-height: 48px;
    }
    .rico-contact-info {
        padding: 30px;
    }
    .about-us-content .rico-about-title {
        font-size: 30px;
        line-height: 40px;
    }
    .rico-about-us-dec {
        margin: 20px 0;
    }
    .about-us-button {
        margin: 30px 0;
    }
    .about-video-icon {
        margin-left: 20px;
    }
    .about-video-icon-link {
        margin-left: 0;
    }
    .image-exparince-big {
        width: 65%;
    }
    .image-exparince-small-box-wrapper .image-expariance-small img {
        border: 8px solid;
        color: white;
        width: 270px;
        height: 270px;
    }
    .testimonial-two-content-item {
        display: block;
        padding: 60px 10px 30px;
    }
    .testimonial-two-right-wrapper {
        display: none;
    }
    .testi-two-img img {
        text-align: center;
    }
    .testi-two-img {
        margin: auto;
    }
    .test-two-body {
        padding: 40px 20px 30px;
    }
    .testi-two-item .testi-two-desig {
        padding: 18px;
    }
    .progress-bar-icon {
        margin-right: 10px;
        font-size: 25px;
        margin: 0px 10px 0px 0px;
    }
    .rico-progress-text {
        padding: 0px 10px 0px 0px;
    }
    .image-progress-bar-small {
        width: 240px;
        height: 240px;
    }
    .about-video-icon span {
        display: none;
    }
    .progress {
        margin-top: 10px;
        margin-right: 15px;
    }
    .project-three-content {
        text-align: center;
    }
    .project-v2-section-wraper .project-three-column:nth-child(1),
    .project-v2-section-wraper .project-three-column:nth-child(2),
    .project-v2-section-wraper .project-three-column:nth-child(6),
    .project-v2-section-wraper .project-three-column:nth-child(7),
    .project-v2-section-wraper .project-three-column:nth-child(11),
    .project-v2-section-wraper .project-three-column:nth-child(12) {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .rico-section-title {
        padding: 10px 0;
    }
    .rico-service-two-box {
        padding-left: 12px;
        padding-right: 10px;
    }
    h2.rico-banner-title {
        font-size: 60px;
        line-height: 64px;
    }
    .rico-portfolio-static-contents {
        margin-bottom: 100px;
        padding: 0 15px;
    }
    .rico-portfolio-static-contents h3,
    .rico-portfolio-static-contents h2 {
        color: #fff;
    }
    .rico-portfolio-three-content .slick-slider {
        position: relative;
    }
    .rico-blog-post-box .rico-blog-post-item {
        margin-bottom: 30px;
    }
    .rico-portfolio-three-slides {
        left: 0;
        position: relative;
        margin-top: 0;
    }
    .rico-portfolio-three .owl-nav {
        left: 14px;
        top: -75px;
    }
    .rico-portfolio-dec h6 a {
        line-height: 26px;
    }
    .rico-blog-post-content .post-meta-item ul li {
        margin-right: 12px;
    }
    .rico-portfolio-item {
        margin-bottom: 30px;
    }
    .rico-blog-post-content .post-meta-item ul li:last-child {
        margin-right: 0;
    }
    .rico-team-item {
        margin-bottom: 30px;
    }
    .rico-team-inner.team-style-two .rico-team-item {
        margin-bottom: 60px;
    }
    .team-items .single-item {
        margin-top: 0;
    }
    .rico-pricing-two .rico-pricing-header:after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }
    .rico-pricing-two .rico-pricing-header {
        padding-bottom: 25px;
    }
    .rico-pricing-warpper.rico-pricing-two .rico-pricing-header {
        border-radius: 0;
    }
    .header-four .button.search-open {
        margin-right: 30px;
        position: absolute;
        right: 50px;
        top: 32px;
    }
    .project-two-wrap [class*='col-']:nth-child(even) .td-post-zigzag-content {
        display: block;
    }
    .project-two-section-content.td-post-zigzag-content {
        display: none;
    }
    .team-sort-info-wrapper {
        padding: 30px 0 15px;
    }
    .testi-section-bg {
        width: 100%;
    }
    .testi-content-box {
        margin: 50px 10px 0;
    }

}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .event-first .event-item {
        display: flex;
    }
    .event-first .event-item .event-img {
        width: 100%;
        height: 100%;
        margin: auto;
    }
    .slider-title {
        font-size: 64px;
    }
    .event-first .event-content-wraper {
        padding-left: 30px;
    }
    .counter-box {
        padding: 70px 0;
    }
    .rico-section-description {
        padding: 20px 50px;
    }
    .rico-t-title {
        font-size: 48px;
        padding: 20px 90px 0;
        line-height: 65px;
    }
}

@media screen and (max-width: 575px) {
    .rico-portfolio-related-wrapper {
        margin-bottom: 90px;
    }
    .rico-blog-post-box>.row {
        margin: 0 -10px;
    }
    .header-top-fluid .row.align-items-center {
        padding: 0;
        margin: 0;
    }
    .rico-home-banner-forms {
        padding: 50px 26px;
        margin-bottom: 50px;
    }
    .rico-home-banner-forms h2 {
        font-size: 34px;
    }
    input.wpcf7-form-control.wpcf7-submit {
        padding: 15px 20px;
    }
    .header-four .button.search-open {
        margin-right: 30px;
        position: absolute;
        right: 50px;
        top: 32px;
    }
    .elementor-menu .button.search-open {
        display: none;
    }
    .header-two .tob-header-area::before,
    .header-three .tob-header-area::before {
        display: none;
    }
    .header-two .myheader::before {
        width: 45%;
    }
    .about-section-bg {
        width: 100%;
    }
    .video-icon-link {
        margin-bottom: 40px;
    }
    .about-section-title {
        font-size: 30px;
        line-height: 40px;
    }
    .expariance-box {
        padding: 20px 5px;
        margin-top: 40px;
        margin-left: 0;
    }
    .about-section-btn.button {
        text-align: center;
    }
    .testi-section-bg {
        width: 100%;
    }
    .testi-section-content {
        padding: 35px 20px 20px;
        margin-right: 0;
    }
    .testi-img img {
        text-align: center;
    }
    .testi-dec {
        font-size: 16px;
        line-height: 26px;
    }
    .testi-info {
        padding: 0px 0px 25px;
    }
    .testi-title {
        font-size: 35px;
        line-height: 48px;
    }
    .testi-small-title {
        font-size: 16px;
    }
    .event-first .event-content-wraper {
        padding: 0;
    }
    .event-content-wraper {
        margin-top: 30px;
        padding-left: 0;
    }
    .event-item {
        display: block;
        padding: 20px;
    }
    .project-details-content .project-d-item {
        margin-top: 27px;
        border: none;
    }
    .event-time-item {
        padding-right: 0px;
        border-right: none;
    }
    .event-location-item {
        padding-left: 0px;
    }
    .rico-contact-info .contact-info-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .rico-cinfo .rico-cinfo-icon {
        width: 50px;
        height: 50px;
        font-size: 26px;
        line-height: 32px;
    }
    .about-us-content .rico-about-title {
        font-size: 30px;
        line-height: 42px;
    }
    .rico-about-us-dec {
        margin: 20px 0;
    }
    .about-us-button {
        display: block;
        margin: 30px 0;
    }
    .about-video-icon {
        margin: 20px 0;
        display: inline-block;
    }
    .about-us-section-btn {
        display: inline-block;
    }
    .about-video-icon-link {
        margin-left: 10px;
    }
    .image-exparince-big {
        height: 100%;
        width: 100%;
        border-radius: 10px;
    }
    .image-exparince-big:after {
        content: "";
        position: unset;
    }
    .image-expariance-small {
        text-align: center;
    }
    .image-exparince-small-box-wrapper .image-expariance-small img {
        border: 5px solid;
        width: 270px;
        height: 250px;
    }
    .image-exparince-number {
        font-size: 38px;
        color: var(--color-white);
    }
    .image-exparince-title {
        color: var(--color-white);
    }
    .testimonial-two-content-item {
        display: block;
        padding: 60px 10px 30px;
    }
    .testimonial-two-right-wrapper {
        display: none;
    }
    .testi-two-img img {
        text-align: center;
    }
    .testi-two-img {
        margin: auto;
    }
    .test-two-body {
        padding: 30px 20px;
    }
    .image-progress-bar-big {
        width: 100%;
    }
    .image-progress-bar-big:after {
        display: none;
    }
    .image-progress-bar-big {
        display: none;
    }
    .image-with-progress-bar-inner {
        padding: 30px;
    }
    .image-progress-bar-small-box-wrapper {
        z-index: 0;
        display: block;
        margin-bottom: 0px;
        text-align: center;
    }
    .image-progress-bar-box {
        margin-bottom: 20px;
    }
    .rico-t-title {
        padding: 20px 10px;
        font-size: 38px;
        line-height: 48px;
    }
    .rico-section-description {
        padding: 20px 10px;
    }
    .slider-title {
        font-size: 46px;
        line-height: 62px;
    }
    .counter-box {
        padding: 50px 0;
    }
    .donation-scetion {
        margin-bottom: 25px;
    }
    .testimonial-arrow-wrapper {
        left: 20px;
    }
	.testimonial-arrow-wrapper {
    	bottom: 38px;
	}
}

@media screen and (max-width: 375px) {
    .service-four-title-area h3 {
        font-size: 21px;
    }
    .slider-buttons a.theme-btns.s-btn1 {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .about-section-content {
        padding: 30px 15px;
    }
}