<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

*{margin:0; padding:0;}
body{font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: 'Poppins', sans-serif;}
a{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
ul, ol{list-style:none; padding-left: 0;}
img{max-width:100%;}
p{font-size:16px; line-height:26px; color:#080808;}
.style_none{list-style:none; margin-bottom:0;}
.clearfix{clear: both;}
.style_none{list-style:none;}
.mt30{margin-top: 30px;}
ul.tick{ list-style: none; padding: 0;}
ul.tick li{position:relative; padding-left:30px; font-size: 18px; line-height: 42px; font-family: 'Poppins', sans-serif;}
ul.tick li:before{  
	font-family: 'Font Awesome 5 Free'; font-weight: bold;
    content: '\f0a9';
    position:absolute; top:0; left:0;
    color:#cf0d40;
}

.title{position: relative; margin-bottom:20px;}
.title h1{font-size: 58px; color: #cd0d40; font-weight: bold; line-height: 70px;}
.title h1 span{display: block;}
.title_center{text-align: center;}
.title p{font-size: 24px !important; color: #000; margin-bottom: 0; font-family: 'Poppins', sans-serif;}
.tagline{color: #ff5b2e; font-size: 20px; font-weight: bold;}
.container{max-width: 1170px;}








/****************************************
        Blog Start
****************************************/
a, .btn, button, input, select, textarea, li, img, .transition-3, h1, h2, h3, h4, h5, h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}   
.postbox__area .readmore{margin-top: 30px;}
.postbox__area .readmore a{text-decoration: none; color: #fff; border-radius: 40px; background: #cf0d40; text-transform: uppercase; box-shadow: 0px 10px 15px rgb(0 0 0 / 20%); display: inline-block; padding:17px 38px; font-size: 16px;  font-weight: bold; }
.postbox__area .readmore a:hover{background: #002768; color: #fff;}

.postbox__thumb {
    margin-bottom: -2px;
}
.postbox__thumb img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.postbox__meta {
    margin-bottom: 10px;
}
.postbox__meta span a{
    font-size: 14px;
    font-weight: 700;
    color: #8A90A2;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    margin-right: 30px;
}
.postbox__meta span i {
    color: #000;
    margin-right: 3px;
    font-weight: 500;
}
.postbox__title a{
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-decoration: none;
    display:block;
    line-height:30px;
} 
.postbox__title a:hover {
    color: #cf0d40;
}
.postbox__text p {
    margin-bottom: 28px;
    font-size: 16px;
}
.postbox__text p:empty{display:none;}

.tp-btn-yellow {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    background:#ffdc60;
    text-decoration: none; 
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
}

.basic-pagination ul li {
    display: inline-block;
}
.basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
    background: #cf0d40;
    border-color: #cf0d40;
    color: #fff;
}
.basic-pagination ul li a, .basic-pagination ul li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #f1f1f1;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.basic-pagination{margin-top: 30px; text-align: center;}
.blog_grids h3 a{font-size: 22px;}
.blog_grids h3{line-height: 24px;}
.blog_grids .postbox__thumb img{margin-bottom: 0; border-radius: 20px 20px 0 0;}
.sidebar__wrapper {
    padding-left: 40px;
}
.blog_grids .rc__post-title a{font-size: 15px !important;}
.blog_grids .postbox__content{border: 1px solid#ddd; padding: 30px; border-radius:0 0 20px 20px;}
.sidebar__widget {
    padding: 25px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}
.mb-40{margin-bottom: 40px;}
.sidebar__widget-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}

.sidebar__search {
    position: relative;
}

.sidebar__search input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f7f8fd;
    padding: 0 25px;
    text-transform: capitalize;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #f7f8fd;
    outline: none;
    padding-top: 3px;
    padding-right: 60px;
}

.sidebar__search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 24px;
    color: #fff;
    cursor: pointer;
    line-height: 60px;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    color: #000;
}
a, button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

.sidebar__widget ul li {
    list-style: none;
}

.sidebar__widget ul li:first-child {
    padding-top: 0;
}
.sidebar__widget ul li a {
    color: #777777;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 7px 15px;
    text-decoration: none;
}

.sidebar__widget ul li span {
    float: right;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.sidebar__widget ul li:hover a {
    color: #fff;
    background: #cf0d40;
}
.sidebar__widget ul li:hover span{color: #fff;}
.rc__post-thumb {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    border-radius: 10px;
}

.rc__meta span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8A879F;
}
.rc__post-title {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 22px;
}
.mr-20 {
    margin-right: 20px;
}
.rc__post-thumb {
    flex: 0 0 auto;
}
.rc__post-title a{text-decoration: none;}
.rc__post-title a:hover{color: #cf0d40;}
.mb-50 {
    margin-bottom: 50px;
}

.breadcrumb__pt-310 {
    padding-top: 300px;
    padding-bottom: 145px;
}
.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -172px;
}
.p-relative {
    position: relative;
}

.breadcrumb__title {
    font-size: 65px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.tp-btn-white-border i{padding-left: 10px;}
.tp-btn-white-border {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    background: #fff;
    height: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    text-transform: capitalize;
    border-bottom: 3px solid #5956e9;
    box-shadow: 0px 2px 55px rgb(168 182 218 / 32%);
}
.tp-btn-white-border::before, .tp-btn-white-border::after {
    content: "";
    background: #5956e9;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.tp-btn-white-border::before {
    top: 0;
    left: 0;
    right: auto;
}

.tp-btn-white-border:hover {
    color: #fff;
}

.tp-btn-white-border:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.tp-btn-white-border::after {
    bottom: 0;
    right: 0;
    left: auto;
}
.tp-btn-white-border:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


.postbox__area{padding: 80px 0;}


@media screen and (max-width: 990px){
.navbar-light .navbar-toggler {
    display: block;
    position: absolute;
    top: 10px;
    right: 46px;
    background: #ebebeb;
}
.navbar {
 float: none;
}

.navbar-nav li {
    padding: 0;
}
.navbar-light .navbar-nav .nav-link{padding: 16px 15px;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show&gt;.nav-link {
    background: #5956e9;
    font-weight: 600;
    color: #fff;

    padding: 16px 15px;
 
}
.breadcrumb__pt-310 {
    padding-top: 200px;
    padding-bottom: 145px;
}
.sidebar__wrapper {
    padding-left: 0px;
}


}

@media screen and (max-width:767px){
.postbox__title a {
    font-size: 20px;

    }

}


   </pre></body></html>