﻿:root{--rr-ff-body:'Archivo',sans-serif;--rr-ff-heading:'Titillium Web',serif;--rr-ff-p:'Archivo',sans-serif;--rr-fw-normal:normal;--rr-fw-thin:100;--rr-fw-elight:200;--rr-fw-light:300;--rr-fw-regular:400;--rr-fw-medium:500;--rr-fw-sbold:600;--rr-fw-bold:700;--rr-fw-ebold:800;--rr-fw-black:900;--rr-fs-body:16px;--rr-fs-p:16px;--rr-fs-h1:54px;--rr-fs-h2:40px;--rr-fs-h3:24px;--rr-fs-h4:20px;--rr-fs-h5:16px;--rr-fs-h6:14px;--rr-color-common-white:#fff;--rr-color-common-black:#000;--rr-color-common-dark:#232323;--rr-color-heading-primary:#171717;--rr-color-text-body:#171717;--rr-color-theme-primary:#0070bf;--rr-color-theme-secondary:#fedb5c;--rr-color-theme-green:#2ab97e;--rr-color-theme-yellow:#fedb5c;--rr-color-theme-dark:#232323;--rr-color-grey-1:#f8f8f8;--rr-color-border-1:#ddd;}.blog-carousel{position:relative;}.post-card .post-thumb{position:relative;height:237px;overflow:hidden;}.post-card .post-thumb img{width:100%;height:100%;object-fit:cover;transition:.3s ease-in-out;}.post-card .post-thumb .category{background-color:var(--rr-color-theme-primary);color:var(--rr-color-common-white);font-size:16px;font-weight:600;padding:10px 15px;border-radius:0;position:absolute;top:20px;right:20px;text-transform:uppercase;margin-bottom:0;}.post-card .post-content-wrap .post-meta{background-color:var(--rr-color-grey-1);display:flex;align-items:center;list-style:none;padding:15px 30px;flex-wrap:wrap;row-gap:10px;}.post-card .post-content-wrap .post-meta li{font-family:var(--rr-ff-body);color:var(--rr-color-text-body);font-size:16px;font-weight:400;display:flex;align-items:center;column-gap:10px;}.post-card .post-content-wrap .post-meta li i{font-size:14px;color:var(--rr-color-heading-primary);}.post-card .post-content-wrap .post-meta li:not(:last-of-type){margin-right:20px;}.post-card .post-content-wrap .post-meta li a:hover{color:var(--rr-color-theme-primary);}.post-card .post-content{padding:30px 30px;border-top:0;box-shadow:0 0 20px 0 rgba(19,16,34,.1);}@media only screen and (max-width:767px){.post-card .post-content{padding:30px 20px;}}.post-card .post-content .title{font-size:24px;font-weight:700;line-height:1.5;width:100%;margin-bottom:15px;text-transform:capitalize;}.post-card .post-content .title a{background:linear-gradient(var(--rr-color-theme-primary) 0%,var(--rr-color-theme-primary) 98%);background-size:0 2px;background-repeat:no-repeat;background-position:left 100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.post-card .post-content .title a:hover{color:var(--rr-color-theme-primary);background-size:100% 2px;}.post-card .post-content .desc{margin-bottom:20px;}.post-card .post-content .read-more{font-family:var(--rr-ff-heading);color:var(--rr-color-heading-primary);font-size:14px;font-weight:600;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;column-gap:10px;line-height:1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.post-card .post-content .read-more:hover{color:var(--rr-color-theme-primary);}.post-card .post-review-wrap{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;}.post-card .post-review-wrap .review{list-style:none;}.post-card .post-review-wrap .review li{display:inline-flex;font-size:14px;color:var(--rr-color--secondary);margin-right:5px;}.post-card .post-review-wrap .review li span{line-height:1;}.post-card .post-review-wrap a{font-family:var(--rr-ff-body);color:var(--rr-color-text-body);display:inline-block;align-items:center;font-size:14px;line-height:1;font-weight:600;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.post-card .post-review-wrap a:hover{color:var(--rr-color-theme-primary);}.post-card:hover .post-thumb img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}.post-card.blog-2 .post-thumb-wrap{position:relative;}.post-card.blog-2 .post-thumb-wrap .category{background-color:var(--rr-color-theme-primary);color:var(--rr-color-common-white);font-family:var(--rr-ff-body);font-size:16px;font-weight:400;padding:15px 20px;border-radius:0;position:absolute;bottom:-32px;right:20px;display:flex;align-items:center;}@media only screen and (max-width:767px){.post-card.blog-2 .post-thumb-wrap .category{bottom:-20px;}}.post-card.blog-2 .post-thumb-wrap .category i{font-size:13px;margin-right:10px;}.post-card.blog-2 .post-content-wrap .post-meta{background-color:var(--rr-color-common-white);padding:0;margin-bottom:20px;}.post-card.blog-2 .post-content-wrap .post-meta i{color:var(--rr-color-theme-primary);margin-bottom:2px;}.post-card.blog-2 .post-content-wrap .post-content p{margin-bottom:25px;}.post-card.blog-2 .post-content-wrap .post-content .rr-primary-btn{background-color:transparent;color:var(--rr-color-heading-primary);border:1px solid var(--rr-color-theme-primary);}.post-card.blog-2 .post-content-wrap .post-content .rr-primary-btn:before{background-color:var(--rr-color-heading-primary);}.post-card.blog-2 .post-content-wrap .post-content .rr-primary-btn:hover{color:var(--rr-color-common-white);border:1px solid var(--rr-color-heading-primary);}.post-card.blog-page{margin-bottom:60px;}.post-card.blog-page .post-thumb-wrap .post-thumb{height:420px;}.post-card.blog-page .post-thumb-wrap .category-wrap{display:flex;align-items:center;position:absolute;bottom:-32px;right:20px;width:100%;}.post-card.blog-page .post-thumb-wrap .category-wrap .category{background-color:var(--rr-color-heading-primary);color:var(--rr-color-common-white);position:inherit;bottom:0;right:0;}.post-card.blog-page .post-thumb-wrap .category-wrap .category i{color:var(--rr-color-theme-primary);}.post-card.blog-page .post-content .title{font-size:30px;}@media only screen and (max-width:767px){.post-card.blog-page .post-content .title br{display:none;}}.pagination-wrap{display:flex;align-items:center;justify-content:center;list-style:none;column-gap:10px;}.pagination-wrap li a{background-color:var(--rr-color-grey-1);font-family:var(--rr-ff-heading);color:var(--rr-color-heading-primary);font-weight:700;height:60px;width:60px;font-size:20px;display:flex;align-items:center;justify-content:center;line-height:1;}.pagination-wrap li a:hover{background-color:var(--rr-color-theme-primary);color:var(--rr-color-common-white);}.pagination-wrap li .active{background-color:var(--rr-color-theme-primary);color:var(--rr-color-common-white);}.blog-section-4 .post-card-4{background:var(--rr-color-common-white);box-shadow:0 0 60px rgba(0,0,0,.05);border-radius:20px;}.blog-section-4 .post-card-4 .post-thumb-wrap-4 .post-thumb{position:relative;background:var(--rr-color-common-white);height:266px;}.blog-section-4 .post-card-4 .post-thumb-wrap-4 .post-thumb img{width:100%;height:100%;object-fit:cover;transition:.3s ease-in-out;border-radius:20px 20px 0 90px;}.blog-section-4 .post-card-4 .post-thumb-wrap-4 .post-thumb .text{background:#fedb5c;width:74px;height:74px;display:flex;align-items:center;justify-content:center;border-radius:50%;position:absolute;top:86%;left:7%;}@media only screen and (max-width:767px){.blog-section-4 .post-card-4 .post-thumb-wrap-4 .post-thumb .text{width:66px;height:66px;}}.blog-section-4 .post-card-4 .post-thumb-wrap-4 .post-thumb .text h3{font-family:var(--rr-ff-heading);color:var(--rr-color-heading-primary);text-align:center;font-style:normal;font-weight:700;font-size:15px;line-height:18px;text-align:center;text-transform:uppercase;margin-bottom:0;}.blog-section-4 .post-card-4 .post-thumb-wrap-4 .post-thumb .category{background-color:var(--rr-color-theme-primary);color:var(--rr-color-common-white);font-size:16px;font-weight:600;padding:10px 15px;border-radius:0;position:absolute;top:20px;right:20px;text-transform:uppercase;margin-bottom:0;}.blog-section-4 .post-card-4 .post-content-wrap-4 .post-meta{list-style:none;flex-wrap:wrap;display:flex;gap:10px;margin-bottom:25px;margin-left:85px;}@media only screen and (max-width:767px){.blog-section-4 .post-card-4 .post-content-wrap-4 .post-meta{margin-left:0;margin-top:25px;margin-bottom:10px;}}.blog-section-4 .post-card-4 .post-content-wrap-4 .post-meta li a{font-family:var(--rr-ff-heading);color:#6e777d;font-style:normal;font-weight:600;font-size:14px;line-height:21px;text-transform:uppercase;display:flex;align-items:center;column-gap:10px;}@media only screen and (max-width:767px){.blog-section-4 .post-card-4 .post-content-wrap-4 .post-meta li a{font-size:12px;}}.blog-section-4 .post-card-4 .post-content-wrap-4 .post-meta li a i{font-size:14px;color:#6e777d;}.blog-section-4 .post-card-4 .post-content-wrap-4 .post-meta li a:hover{color:var(--rr-color-theme-green);}.blog-section-4 .post-card-4 .post-content-4{padding:16px 30px 30px 30px;border-top:0;}@media only screen and (max-width:767px){.blog-section-4 .post-card-4 .post-content-4{padding:8px 20px 30px 20px;}}.blog-section-4 .post-card-4 .post-content-4 .title{font-size:23px;font-weight:700;line-height:1.5;width:100%;margin-bottom:15px;text-transform:capitalize;}.blog-section-4 .post-card-4 .post-content-4 .title a{background:linear-gradient(var(--rr-color-theme-green) 0%,var(--rr-color-theme-green) 98%);background-size:0 2px;background-repeat:no-repeat;background-position:left 100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.blog-section-4 .post-card-4 .post-content-4 .title a:hover{color:var(--rr-color-theme-green);background-size:100% 2px;}.blog-section-4 .post-card-4 .post-content-4 .blog-section-4-btn{font-family:var(--rr-ff-heading);color:var(--rr-color-heading-primary);font-weight:var(--rr-fw-sbold);font-style:normal;font-size:14px;line-height:21px;text-transform:uppercase;border-bottom:1px solid #ddd;padding:0;border-radius:0;}.blog-section-4 .post-card-4 .post-content-4 .blog-section-4-btn:hover{color:var(--rr-color-theme-green);}.blog-section-5 .section-heading-4 .sub-heading{letter-spacing:0;}.blog-section-5 .section-heading-4 .sub-heading::before{display:none;}.blog-section-5 .section-heading-4 .sub-heading::after{display:none;}.blog-section-5 .post-card-5 .post-thumb-wrap-5 .post-thumb{position:relative;overflow:hidden;background:var(--rr-color-common-white);}.blog-section-5 .post-card-5 .post-thumb-wrap-5 .post-thumb img{width:100%;height:100%;object-fit:cover;transition:.3s ease-in-out;border-radius:20px;}.blog-section-5 .post-card-5 .post-thumb-wrap-5 .post-thumb .category{background-color:var(--rr-color-theme-primary);color:var(--rr-color-common-white);font-size:16px;font-weight:600;padding:10px 15px;border-radius:0;position:absolute;top:20px;right:20px;text-transform:uppercase;margin-bottom:0;}.blog-section-5 .post-card-5 .post-thumb-wrap-5 .post-thumb .text{background:var(--rr-color-theme-secondary);display:flex;align-items:center;border-radius:20px 0;position:absolute;top:84%;left:0;padding:16px;}.blog-section-5 .post-card-5 .post-thumb-wrap-5 .post-thumb .text h3{font-family:var(--rr-ff-heading);color:var(--rr-color-heading-primary);text-align:center;font-style:normal;font-weight:700;font-size:15px;line-height:18px;text-align:center;text-transform:uppercase;margin-bottom:0;}.blog-section-5 .post-card-5 .post-content-wrap-5 .post-meta{list-style:none;flex-wrap:wrap;display:flex;gap:10px;margin-top:20px;margin-bottom:12px;}.blog-section-5 .post-card-5 .post-content-wrap-5 .post-meta li a{font-family:var(--rr-ff-body);color:#6e777d;font-style:normal;font-weight:400;font-size:16px;line-height:29px;text-transform:inherit;display:flex;align-items:center;column-gap:8px;}.blog-section-5 .post-card-5 .post-content-wrap-5 .post-meta li a i{font-size:16px;color:#6e777d;}.blog-section-5 .post-card-5 .post-content-wrap-5 .post-meta li a:hover{color:var(--rr-color-theme-green);}.blog-section-5 .post-card-5 .post-content-5{border-top:0;}.blog-section-5 .post-card-5 .post-content-5 .title{font-family:var(--rr-ff-heading);color:var(--rr-color-heading-primary);font-style:normal;font-weight:700;font-size:24px;line-height:36px;letter-spacing:-.72px;margin-bottom:20px;}.blog-section-5 .post-card-5 .post-content-5 .title a{background:linear-gradient(var(--rr-color-theme-green) 0%,var(--rr-color-theme-green) 98%);background-size:0 2px;background-repeat:no-repeat;background-position:left 100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.blog-section-5 .post-card-5 .post-content-5 .title a:hover{color:var(--rr-color-theme-green);background-size:100% 2px;}.blog-section-5 .post-card-5 .post-content-5 .blog-section-5-btn{font-family:var(--rr-ff-heading);font-weight:var(--rr-fw-sbold);color:#232323;font-style:normal;font-size:14px;line-height:21px;text-transform:uppercase;padding:0;border-radius:0;display:flex;align-items:center;gap:10px;}.blog-section-5 .post-card-5 .post-content-5 .blog-section-5-btn:hover{color:var(--rr-color-theme-green);}.blog-section-6 .blog-6-title-wrap .sub-heading-7{font-family:var(--rr-ff-heading);margin-bottom:10px;position:relative;font-style:normal;font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:#2ab97e;}.blog-section-6 .blog-6-title-wrap .sub-heading-7::before{background:var(--rr-color-theme-green);position:absolute;height:1px;width:100px;content:"";bottom:-1px;left:0;}.blog-section-6 .blog-6-title-wrap .blog-btn{background:transparent;border:1px solid #6e777d;border-radius:12px;}.blog-section-6 .blog-6-title-wrap .blog-btn:hover{border-color:var(--rr-color-theme-green);}.blog-section-6 .post-card-6{display:flex;align-items:center;gap:30px;margin-top:30px;}@media(max-width:1170px){.blog-section-6 .post-card-6{flex-wrap:wrap;row-gap:20px;}}@media(max-width:1399px){.blog-section-6 .post-card-6 .post-thumb-wrap-6{width:100%;max-width:100%;}}.blog-section-6 .post-card-6 .post-thumb-wrap-6 .post-thumb{position:inherit;width:300px;height:229px;}@media(max-width:1399px){.blog-section-6 .post-card-6 .post-thumb-wrap-6 .post-thumb{width:100%;max-width:100%;}}.blog-section-6 .post-card-6 .post-thumb-wrap-6 .post-thumb .text{top:-25px;left:80px;z-index:1;transform:translateX(-50%);}.blog-section-6 .post-card-6 .post-content-wrap-5 .post-content-5 .post-meta{margin-top:0;margin-bottom:10px;}.blog-section-6 .post-card-6 .post-content-wrap-5 .post-content-5 .post-meta li a{font-family:var(--rr-ff-heading);font-style:normal;font-weight:600;font-size:14px;line-height:21px;text-transform:uppercase;color:#6e777d;}.blog-section-6 .post-card-6 .post-content-wrap-5 .post-content-5 .title a{font-family:var(--rr-ff-heading);font-style:normal;font-weight:700;font-size:24px;line-height:36px;letter-spacing:-.72px;color:#171717;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.blog-section-6 .post-card-6 .post-content-wrap-5 .post-content-5 .title a:hover{color:var(--rr-color-theme-green);}