Current File : /home/tradevaly/demo.tradevaly.com.bd/content/Tradevaley Bootstrap project/css/styleold.css |
/* Authore: Md. Habibur Rahman Raju
Mobile : +880 1737 077922
email : habiburrahman99raju@gmail.com
Skype : 01737077922
*/
/*-- Start Basic Code --*/
* {
border: 0;
margin: 0;
padding: 0;
outline: 0;
box-sizing: border-box;
}
a {
color: #000;
text-decoration: none;
transition: .3s;
}
ul li {
list-style: none;
}
.container {
width: 1170px;
margin: auto;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.fix {
overflow: hidden;
}
body {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
/*-- End Basic Code --*/
/*-- Start Column Code --*/
.col-2 {
width: 16.66%;
float: left;
padding: 0 15px;
}
.col-3 {
width: 25%;
float: left;
padding: 0 15px;
}
.col-4 {
width: 33.33%;
float: left;
padding: 0 15px;
}
.col-6 {
width: 50%;
float: left;
padding: 0 15px;
}
.col-8 {
width: 75%;
float: left;
padding: 0 15px;
}
.col-11 {
width: 83.34%;
float: left;
padding: 0 15px;
}
.col-12 {
width: 100%;
padding: 0 15px;
}
/*-- End Column Code --*/
/*-- Start Top Bar --*/
.top-bar {
width: 100%;
height: 35px;
background: #292929;
}
.top-nav {}
.top-nav ul {}
.top-nav ul li {
float: left;
margin-right: 20px;
}
.top-nav ul li a {
display: block;
font-size: 15px;
color: #fff;
font-weight: normal;
line-height: 35px;
}
.top-nav ul li:hover a {
color: red;
}
.top-nav ul li a i {
padding-right: 10px;
}
.login-btn {
text-align: right;
}
.login-btn a {
display: block;
float: left;
color: #fff;
font-size: 15px;
height: 35px;
line-height: 35px;
padding-right: 25px;
padding-left: 25px;
}
.login-btn a:hover, .login-btn a.selected {
border-radius: 18px;
font-weight: bold;
background: red;
}
/*-- End Top Bar --*/
/*-- Start Header --*/
.logo {
margin-top: 10px;
}
.header-area {
width: 100%;
height: 100px;
}
.menu {
text-align: right;
}
.menu ul {}
.menu ul li {
display: inline-block;
margin-right: 35px;
}
.menu ul li a {
font-size: 15px;
color: #333333;
font-weight: normal;
line-height: 100px;
}
.menu ul li:hover a {
color: red;
}
.menu ul li a i {
padding-right: 10px;
}
/*-- End Header --*/
/*-- Start Search Area --*/
.search-area {
background: url("../images/bnr-back.png") no-repeat top left;
width: 100%;
height: auto;
padding: 60px 0;
}
.search-bar {
position: relative;
background: #EFF3FB;
border-radius: 35px;
border: 5px solid red;
width: 100%;
height: 70px;
margin: auto;
margin-bottom: 50px;
}
.slct-area {
background: #EFF3FB;
border-radius: 35px;
border: 5px solid red;
width: 13%;
float: left;
height: 70px;
text-align: center;
padding: 0 25px;
margin: -5px 0 0 -5px;
}
.search-opt {
background: #EFF3FB;
text-align: center;
font-size: 20px;
height: 40px;
margin-top: 12px;
}
.input-fld {
width: 80%;
float: left;
}
.inpt-01 {
background: #EFF3FB;
width: 80%;
height: 60px;
padding-left: 25px;
font-size: 20px;
}
.srch-btn {
position: absolute;
background: red;
border-radius: 35px;
border: 5px solid #fff;
width: 20%;
height: 70px;
font-size: 22px;
color: #fff;
right: 0;
margin: -5px -15px 0 0;
}
/*-- End Search Area --*/
/*-- Start Image box Area --*/
.img-box {
overflow: hidden;
}
.box {
background: #fff;
width: 110px;
height: 110px;
border-radius: 5px;
padding: 10px;
text-align: center;
float: left;
margin-right: 25px;
}
.box img {
width: auto;
height: 50px;
}
.box h2 {
color: #000;
font-size: 14px;
margin-top: 5px;
}
/*-- End Image box Area --*/
.add-area {
margin-top: 50px;
margin-bottom: 50px;
}
.small-add {
margin-top: 20px;
}
.add-box2 {
margin-top: 40px;
}
.top-category-area {
margin: 60px 0 0 0;
}
.hdng {
width: 100%;
text-align: center;
margin-bottom: 60px;
}
.hdng b {
font-size: 24px;
color: #2E2E2E;
border-bottom: 1px solid #CBCBCB;
padding: 0 20px 10px 20px;
margin: 60px 0;
}
.cat-list {
position: relative;
width: 400px;
background: #F2F4FF;
border: 1px solid #E1E1E1;
border-radius: 5px;
padding: 60px 30px 30px 30px;
margin-top: 40px;
}
.cat-list img {
position: absolute;
text-align: center;
top: -40px;
left: 170px;
}
.hdng-02 {
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.hdng-02 b {
text-align: center;
font-size: 18px;
color: #2E2E2E;
border-bottom: 1px solid #CBCBCB;
padding-bottom: 3px;
}
.cat-list ul li {
text-overflow: ellipsis;
margin-bottom: 5px;
}
.cat-list ul li a:hover {
color: red;
}
.cat-list ul li a {
font-size: 15px;
color: #2E2E2E;
}
.cat-list ul li a i {
color: red;
}
.view-btn {
text-align: center;
margin-top: 30px;
}
.view-btn a {
font-size: 15px;
padding: 5px 30px;
background: red;
border-radius: 30px;
color: #fff;
}
/*-- Start Toptrend --*/
.hdng-04 {
width: 100%;
text-align: center;
margin-top: 60px;
margin-bottom: 60px;
}
.hdng-04 b {
font-size: 24px;
color: #2E2E2E;
border-bottom: 1px solid #CBCBCB;
padding: 0 20px 10px 20px;
}
.toptrend-item {
margin-left: 25px;
}
.item-box {
width: 280px;
border-radius: 5px;
border: 1px solid #D2D2D2;
}
.hdng-03 {
border-radius: 5px 5px 0 0;
background: #444444;
height: 50px;
}
.hdng-03 h3 {
font-size: 17px;
color: #fff;
padding: 5px 0 0 15px;
}
.hdng-03 p {
font-size: 12px;
color: #fff;
padding: 3px 0 0 15px;
}
.post-details {
padding: 15px;
}
.post-details h3 {
font-size: 14px;
color: #4E4E4E;
margin-bottom: 10px;
}
.post-details h3 i {
font-size: 18px;
}
.post-details h4 {
font-size: 15px;
color: #4E4E4E;
margin-bottom: 20px;
}
.post-details p {
font-size: 15px;
color: #4E4E4E;
margin-bottom: 15px;
}
.view-btn-02 {
height: 50px;
text-align: center;
background: red;
border-radius: 0 0 5px 5px;
}
.view-btn-02 a {
line-height: 50px;
font-size: 15px;
color: #fff;
font-weight: bold;
}
.toptrend-active .owl-nav button {
left: 0;
position: absolute;
top: 40%;
}
.toptrend-active .owl-nav button.owl-next {
font-size: 40px;
color: red;
right: 0;
left: auto;
}
.toptrend-active .owl-nav button.owl-prev {
font-size: 40px;
color: red;
left: 0;
right: auto;
}
/*-- End Advertisers --*/
/*-- Start Slider --*/
.slider-area {
margin-top: 70px;
margin-bottom: 100px;
}
.slider-active .owl-nav button {
left: 0;
position: absolute;
top: 40%;
}
.slider-active .owl-nav button.owl-next {
font-size: 30px;
color: rgba(0,0,0,0.50);
right: 0;
left: auto;
margin-right: 50px;
}
.slider-active .owl-nav button.owl-prev {
font-size: 30px;
color: rgba(0,0,0,0.50);
left: 0;
right: auto;
margin-left: 50px;
}
/*-- End Slider --*/
.promo-video-area {
width: 100%;
padding: 50px;
background: url("../images/bg2.jpg") no-repeat top center;
}
.promo-video-area h2 {
font-size: 24px;
color: #fff;
text-align: center;
margin-bottom: 50px;
}
.video-box {
text-align: center;
}
.promo-video-area p {
width: 50%;
font-size: 18px;
color: #fff;
text-align: center;
margin: 50px auto;
}
.service-area {
width: 100%;
padding: 50px;
text-align: center;
margin-top: 50px;
}
.service-area h2 {
font-size: 19px;
color: #2E2E2E;
text-align: center;
margin-top: 30px;
}
.service-area p {
font-size: 15px;
color: #2E2E2E;
text-align: center;
padding: 25px;
}
.open-area {
width: 100%;
height: 650px;
text-align: left;
background: url("../images/bg3.jpg") no-repeat center;
}
.open-area h2 {
max-width: 400px;
font-size: 50px;
color: #fff;
margin-top: 150px;
}
.open-area p {
max-width: 400px;
font-size: 16px;
color: #fff;
margin-top: 25px;
}
.hdng-05 {
width: 100%;
text-align: center;
margin-top: 50px;
margin-bottom: 30px;
}
.hdng-05 b {
font-size: 24px;
color: #2E2E2E;
border-bottom: 1px solid #CBCBCB;
padding: 0 20px 10px 20px;
}
.video-area2 {
width: 100%;
margin-top: 100px;
margin-bottom: 100px;
}
.video-details ul {
text-align: left;
margin-top: 50px;
}
.video-details ul li {
margin-bottom: 30px;
}
.video-details ul li a {
font-size: 18px;
color: #2E2E2E;
line-height: 20px;
}
.video-details ul li a i {
font-size: 25px;
color: red;
}
.pagination-area ul {
text-align: center;
}
.pagination-area ul li {
display: inline-block;
margin-right: 15px;
}
.pagination-area ul li a {
display: block;
width: 30px;
height: 30px;
border: 1px solid red;
border-radius: 50%;
font-size: 18px;
line-height: 30px;
font-weight: bold;
color: #2E2E2E;
text-transform: uppercase;
}
.pagination-area ul li a:hover, .pagination-area ul li a.selected {
background: red;
color: #fff;
}
.category-area {
}
.hdng-06 {
text-align: center;
margin-top: 30px;
margin-bottom: 40px;
}
.hdng-06 b {
font-size: 24px;
color: #2E2E2E;
border-bottom: 1px solid #CBCBCB;
padding: 0 10px 5px 10px;
}
.cat-list-02 {
width: 100%;
border: 1px solid #cccccc;
border-radius: 5px;
}
.cat-list-02 ul {
width: 90%;
margin: 20px auto;
}
.cat-list-02 ul li {
margin-bottom: 10px;
}
.cat-list-02 ul li a {
font-size: 14px;
color: #444;
}
.cat-list-02 ul li a:hover {
color: red;
}
.hdng-07 {
line-height: 50px;
background: #333;
color: #fff;
font-size: 16px;
padding-left: 15px;
border-radius: 5px 5px 0 0;
}
.view-btn-02 {
line-height: 40px;
background: red;
color: #fff;
font-size: 18px;
text-align: center;
border-radius: 0 0 5px 5px;
}
.add-area-02 {
margin-top: 50px;
margin-bottom: 50px;
}
.small-add-02 {
margin-top: 20px;
}
.add-box-02 img {
width: 100%;
}
.importer-list {
border-radius: 5px;
border: 1px solid #ccc;
padding: 20px;
}
.cat-list-03 {
width: 100%;
}
.cat-list-03 ul {
width: 90%;
margin: 20px auto;
}
.cat-list-03 ul li {
margin-bottom: 10px;
}
.cat-list-03 ul li a {
font-size: 14px;
color: #444;
}
.cat-list-03 ul li a:hover {
color: red;
}
.view-btn-03 {
text-align: center;
}
.view-btn-03{
background: red;
line-height: 35px;
border-radius: 35px;
padding: 5px 25px;
}
/*-- Start Footer Area --*/
.footer-area {
background: #1D262D;
margin-top: 50px;
padding-top: 50px;
padding-bottom: 50px;
}
.footer-nav h3 {
font-size: 17px;
color: #fff;
margin-bottom: 20px;
}
.footer-nav ul li {
margin-bottom: 10px;
}
.footer-nav ul li a {
font-size: 15px;
color: #4E7594;
}
.ftr-logo img {
width: 100%;
}
.social h3 {
font-size: 17px;
color: #fff;
margin-bottom: 10px;
margin-top: 25px;
}
.social img {
width: 280px;
height: auto;
}
.social ul li {
display: inline-block;
margin-right: 15px;
}
.social ul li a img {
height: 40px;
width: 40px;
}
.cpy-rht {
background: #293741;
width: 100%;
height: 50px;
text-align: center;
}
.cpy-rht p {
line-height: 50px;
font-size: 13px;
color: #B4CCDE;
}
/*-- End Footer Area --*/