Style
Style
a {
color: #FF6F61;
transition: 0.5s;
}
a:hover,
a:active,
a:focus {
color: #000000;
outline: none;
text-decoration: none;
}
p {
padding: 0;
margin: 0 0 15px 0;
color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 15px 0;
padding: 0;
color: #000000;
font-weight: 600;
}
h4,
h5,
h6 {
font-weight: 400;
}
.back-to-top {
position: fixed;
display: none;
background: #FF6F61;
color: #ffffff;
width: 35px;
height: 35px;
text-align: center;
line-height: 1;
font-size: 16px;
right: 15px;
bottom: 15px;
transition: background 0.5s;
border-radius: 4px;
z-index: 11;
}
.back-to-top:hover {
background: #000000;
}
.back-to-top i {
padding-top: 9px;
color: #ffffff;
}
/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control,
.custom-select {
width: 100%;
height: 35px;
padding: 5px 15px;
color: #999999;
border: 1px solid #cccccc;
margin-bottom: 15px
}
.form-control:focus,
.custom-select:focus {
box-shadow: none;
border-color: #FF6F61;
}
.custom-radio,
.custom-checkbox {
margin-bottom: 15px;
}
.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
border-color: #cccccc;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
color: #ffffff;
background: #FF6F61;
}
[Link] {
color: #ffffff;
background: #000000;
border: 1px solid #000000;
}
[Link]:hover {
color: #ffffff;
background: #FF6F61;
border-color: #FF6F61;
}
/**********************************/
/*********** Top Bar CSS **********/
/**********************************/
.top-bar {
padding: 2px 0;
background: #000000;
}
.top-bar .tb-contact p {
display: inline-block;
margin: 0;
color: #FF6F61;
font-size: 14px;
}
.top-bar .tb-contact p i {
margin-right: 6px;
}
.top-bar .tb-menu {
font-size: 0;
text-align: right;
}
.top-bar .tb-menu a {
color: #FF6F61;
font-size: 14px;
margin: 0 8px;
}
/**********************************/
/*********** Brand CSS ************/
/**********************************/
.brand {
margin: 15px 0;
background: #ffffff;
}
.brand .b-logo {
text-align: left;
overflow: hidden;
}
.brand .b-ads {
overflow: hidden;
}
.brand .b-search {
width: 100%;
}
.brand .b-search {
margin-bottom: 0;
}
}
/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
position: relative;
}
.[Link]-sticky {
position: fixed;
top: 0;
width: 100%;
box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
z-index: 999;
}
.nav-bar .navbar {
height: 100%;
padding: 0;
}
.nav-bar .dropdown-menu {
margin-top: 0;
border: 0;
border-radius: 0;
background: #f8f9fa;
}
.nav-bar .navbar-brand {
display: none;
}
.nav-bar [Link]-link {
padding: 8px 15px;
font-size: 15px;
text-transform: uppercase;
}
}
.nav-bar [Link]-link {
padding: 5px;
}
.nav-bar .dropdown-menu {
box-shadow: none;
}
.nav-bar .social {
display: none;
}
}
.nav-bar .social {
font-size: 0;
overflow: hidden;
}
.nav-bar .social a {
display: inline-block;
margin-left: 5px;
width: 30px;
height: 30px;
padding: 3px 0;
text-align: center;
font-size: 14px;
background: #FF6F61;
border: 1px solid #ffffff;
border-radius: 4px;
}
.nav-bar .social a i {
color: #ffffff;
}
/**********************************/
/********** Top News CSS **********/
/**********************************/
.top-news {
position: relative;
width: 100%;
padding: 30px 0 0 0;
}
.top-news .tn-img {
position: relative;
overflow: hidden;
}
.top-news .tn-title {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 15px 10px 15px 20px;
background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0,
0, 0, .9));
display: flex;
align-items: flex-end;
}
.top-news .tn-title a {
display: block;
width: 100%;
color: #ffffff;
font-size: 18px;
font-weight: 400;
transition: .3s;
}
.top-news .tn-left {
margin-bottom: 30px;
}
.top-news .tn-right {
margin-bottom: 60px;
padding: 0 30px;
}
.top-news .slick-prev,
.top-news .slick-next {
width: 28px;
height: 28px;
z-index: 1;
transition: .5s;
color: #ffffff;
background: #000000;
border-radius: 4px;
}
.top-news .slick-prev {
left: 30px;
}
.top-news .slick-next {
right: 30px;
}
.top-news .slick-prev:hover,
.top-news .slick-prev:focus,
.top-news .slick-next:hover,
.top-news .slick-next:focus {
color: #ffffff;
background: #FF6F61;
}
.top-news .slick-prev::before,
.top-news .slick-next::before {
font-family: "Font Awesome 5 Free";
font-size: 18px;
font-weight: 900;
color: #ffffff;
}
.top-news .slick-prev::before {
content: "\f104";
}
.top-news .slick-next::before {
content: "\f105";
}
/**********************************/
/******* Category News CSS ********/
/**********************************/
.cat-news {
position: relative;
width: 100%;
padding: 0;
}
.cat-news .col-md-6 {
margin-bottom: 30px;
}
.cat-news h2 {
color: #000000;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 3px double #000000;
}
.cat-news .cn-img {
position: relative;
overflow: hidden;
}
.cat-news .cn-title {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 15px 10px 15px 20px;
background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0,
0, 0, .9));
display: flex;
align-items: flex-end;
}
.cat-news .cn-title a {
display: block;
width: 100%;
color: #ffffff;
font-size: 18px;
font-weight: 400;
transition: .3s;
}
.cat-news .slick-prev,
.cat-news .slick-next {
top: -62px;
width: 28px;
height: 28px;
z-index: 1;
transition: .5s;
color: #ffffff;
background: #000000;
border-radius: 4px;
}
.cat-news .slick-prev {
left: calc(100% - 85px);
}
.cat-news .slick-next {
right: 14px;
}
.cat-news .slick-prev:hover,
.cat-news .slick-prev:focus,
.cat-news .slick-next:hover,
.cat-news .slick-next:focus {
color: #ffffff;
background: #FF6F61;
}
.cat-news .slick-prev::before,
.cat-news .slick-next::before {
font-family: "Font Awesome 5 Free";
font-size: 18px;
font-weight: 900;
color: #ffffff;
}
.cat-news .slick-prev::before {
content: "\f104";
}
.cat-news .slick-next::before {
content: "\f105";
}
/**********************************/
/********** Tab News CSS **********/
/**********************************/
.tab-news {
position: relative;
}
.tab-news .col-md-6 {
margin-bottom: 60px;
}
.tab-news .tab-content {
padding: 30px 15px 15px 15px;
background: rgba(0, 0, 0, .05);
}
.tab-news .tn-news {
display: flex;
align-items: center;
margin-bottom: 15px;
background: #ffffff;
}
.tab-news .tn-img {
width: 150px;
}
.tab-news .tn-title {
padding: 10px 15px;
}
.tab-news .tn-title a {
color: #000000;
font-size: 18px;
font-weight: 400;
transition: all .3s;
}
.main-news .col-md-4 {
margin-bottom: 30px;
}
.main-news .mn-img {
position: relative;
overflow: hidden;
}
.main-news .mn-title {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 15px 10px 15px 20px;
background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0,
0, 0, .9));
display: flex;
align-items: flex-end;
}
.main-news .mn-title a {
display: block;
width: 100%;
color: #ffffff;
font-size: 18px;
font-weight: 400;
transition: .3s;
}
.main-news .mn-list {
margin-bottom: 30px;
}
.main-news .mn-list h2 {
color: #000000;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 3px double #000000;
}
.main-news .mn-list ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-news .mn-list ul li {
margin: 0 0 12px 22px;
}
.main-news .mn-list ul li a {
color: #000000;
display: block;
line-height: 23px;
}
/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
position: relative;
width: 100%;
background: #ffffff;
}
.breadcrumb-wrap .breadcrumb {
margin: 25px 0 0 0;
padding: 0;
background: none;
}
/**********************************/
/********* Single News CSS ********/
/**********************************/
.single-news {
position: relative;
width: 100%;
padding: 25px 0 0 0;
margin-bottom: 15px;
}
.single-news .sn-img {
position: relative;
overflow: hidden;
}
.single-news .sn-content {
position: relative;
width: 100%;
padding: 30px 0;
}
.single-news .sn-related {
margin-bottom: 45px;
}
.single-news .sn-related h2 {
color: #000000;
margin-bottom: 30px;
padding-bottom: 15px;
border-bottom: 3px double #000000;
}
/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
position: relative;
width: 100%;
}
.sidebar .sidebar-widget {
position: relative;
width: 100%;
margin-bottom: 45px;
}
.sidebar .category ul {
margin: 0;
padding: 0;
list-style: none;
}
.sidebar .category ul li {
margin: 0 0 12px 22px;
}
.sidebar .category ul li a {
display: inline-block;
color: #000000;
line-height: 23px;
}
/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
position: relative;
padding: 25px 0 15px 0;
}
.contact .contact-form,
.contact .contact-info {
margin-bottom: 45px;
}
.contact .contact-info h4 {
margin-bottom: 10px;
font-size: 16px;
font-weight: 400;
}
.contact .contact-info h4 i {
color: #000000;
margin-right: 5px;
}
.contact .social {
position: relative;
width: 100%;
}
.contact .social a {
display: inline-block;
margin: 10px 10px 0 0;
width: 40px;
height: 40px;
padding: 7px 0;
text-align: center;
font-size: 18px;
border: 1px solid #000000;
border-radius: 4px;
}
.contact .social a i {
color: #000000;
}
/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
position: relative;
padding: 60px 0 0 0;
background: #111111;
}
.footer .footer-widget {
position: relative;
width: 100%;
margin-bottom: 60px;
}
.footer .footer-widget p {
color: #ffffff;
}
.footer .footer-widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer .footer-widget ul li {
margin-bottom: 12px;
}
.footer .footer-widget ul li a {
color: #ffffff;
white-space: nowrap;
display: block;
line-height: 23px;
}
.footer .contact-info p {
margin-bottom: 10px;
color: #ffffff;
font-size: 16px;
}
.footer .contact-info p i {
color: #ffffff;
margin-right: 5px;
}
.footer .social {
position: relative;
width: 100%;
}
.footer .social a {
display: inline-block;
margin: 10px 5px 0 0;
width: 35px;
height: 35px;
padding: 5px 0;
text-align: center;
font-size: 18px;
background: #ffffff;
border-radius: 4px;
}
.footer .social a i {
color: #111111;
}
.footer .newsletter {
position: relative;
width: 100%;
}
/**********************************/
/******** Footer Menu CSS *********/
/**********************************/
.footer-menu {
position: relative;
background: #111111;
}
.footer-menu .container {
padding: 15px 0;
border-top: 1px solid #000000;
}
.footer-menu .f-menu {
font-size: 0;
text-align: center;
}
.footer-menu .f-menu a {
color: #ffffff;
font-size: 14px;
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid #ffffff;
}
/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
position: relative;
padding: 25px 0;
background: #000000;
}
.footer-bottom .copyright {
text-align: left;
}
.footer-bottom .template-by {
text-align: right;
}
.footer-bottom .copyright p,
.footer-bottom .template-by p {
color: #ffffff;
font-weight: 400;
margin: 0;
}
.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
font-weight: 600;
}