.tb-icon-box.tb-style1 {
background-color: #ffffff;
padding: 65px 35px 50px;
height: 100%;
}
.tb-icon-box.tb-style1 .tb-icon {
color: #5752d0;
}
.tb-icon-box.tb-style2 .tb-icon {
color: #5752d0;
}
.tb-icon-box.tb-style2 .tb-box-time {
padding-top: 17px;
position: relative;
border-top: 2px solid #eaeaea;
width: calc(100% + 30px);
margin-left: -15px;
margin-bottom: -5px;
}
.tb-icon-box.tb-style2 .tb-box-time:before {
content: "";
height: 16px;
width: 16px;
border-radius: 50%;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
top: -9px;
border: 2px solid #eaeaea;
background: #fff;
}
.tb-roadmap.tb-color1 .tb-icon-box.tb-style2 .tb-icon {
color: #b5b5b5;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-roadmap.tb-color1 .tb-icon-box.tb-style2:hover .tb-icon {
color: #666;
} .tb-icon-box.tb-style3 {
position: relative;
padding: 30px;
padding-left: 100px;
border: 1px solid transparent;
border-radius: 4px;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
transition: all 0.45s ease;
min-height: 122px;
}
.tb-icon-box.tb-style3:hover {
border: 1px solid #eaeaea;
}
.tb-icon-box.tb-style3 .tb-icon {
position: absolute;
left: 30px;
top: 30px;
height: 50px;
width: 50px;
border-radius: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
font-size: 25px;
-webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 2.25);
-o-transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 2.25);
transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 2.25);
}
.tb-icon-box.tb-style3:hover .tb-icon {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.tb-icon-box.tb-style3.tb-mkt-green .tb-icon {
background-color: #4ed55f;
}
.tb-icon-box.tb-style3.tb-mkt-orange .tb-icon {
background-color: #f99205;
}
.tb-icon-box.tb-style3.tb-mkt-blue .tb-icon {
background-color: #5ac4f6;
}
.tb-icon-box.tb-style3.tb-type1 {
border-color: #eaeaea;
padding-left: 105px;
padding-right: 20px;
}
.tb-icon-box.tb-style3 .tb-icon {
left: 20px;
top: 25px;
height: 65px;
width: 65px;
border-radius: 50%;
border: 1px solid #eaeaea;
} .tb-icon-box.tb-style4 {
padding: 60px 30px;
border-radius: 4px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
background-color: #fff;
}
.tb-icon-box.tb-style4:hover {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
}
.tb-icon-box.tb-style4 .tb-icon {
color: #5c6ac4;
} .tb-icon-box.tb-style6 {
background-color: rgba(0, 0, 0, 0.9);
padding: 70px 45px;
} .tb-icon-box.tb-style7 {
padding-left: 65px;
position: relative;
max-width: 330px;
}
.tb-icon-box.tb-style7 .tb-icon {
position: absolute;
left: 0;
top: 0;
} .tb-icon-box.tb-style8 .tb-icon {
height: 65px;
width: 65px;
background-color: rgba(92, 106, 196, 0.1);
color: #5c6ac4;
} .tb-icon-box.tb-style9 {
padding: 40px 30px 35px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
transition: all 0.3s ease;
}
.tb-icon-box.tb-style9:hover {
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
.tb-icon-box.tb-style9:before {
content: "";
position: absolute;
height: 100%;
width: 100%;
border-radius: 4px;
border: 1px solid #eaeaea;
left: 0;
top: 0;
opacity: 1;
visibility: visible;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-icon-box.tb-style9:hover:before {
opacity: 0;
visibility: hidden;
}
.tb-icon-box.tb-style9 .tb-icon,
.tb-icon-box.tb-style10 .tb-icon,
.tb-icon-box.tb-style11 .tb-icon {
height: 48px;
width: 48px;
}
.tb-icon-box.tb-style9 .tb-iconbox-text {
min-height: 88px;
}
.tb-icon-box.tb-style9 .tb-iconbox-text-in {
overflow: hidden;
height: 88px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-icon-box.tb-style9:hover .tb-iconbox-text-in {
height: 44px;
}
.tb-icon-box.tb-style9 .tb-icon-box-btn {
height: 0;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
bottom: 40px;
left: 30px;
}
.tb-icon-box.tb-style9 .tb-btn.tb-style1 {
color: #fff;
}
.tb-icon-box.tb-style9:hover .tb-icon-box-btn {
height: 22px;
}
.tb-icon-box.tb-style9.tb-color1 .tb-icon {
background-color: rgba(87, 82, 208, 0.1);
color: #5752d0;
}
.tb-icon-box.tb-style9.tb-color2 .tb-icon {
color: #de3618;
background-color: rgba(222, 54, 24, 0.1);
}
.tb-icon-box.tb-style9.tb-color3 .tb-icon {
background-color: rgba(156, 106, 222, 0.1);
color: #9c6ade;
}
.tb-icon-box.tb-style9.tb-color4 .tb-icon {
background-color: rgba(0, 122, 206, 0.1);
color: #007ace;
}
.tb-iconbox-heading {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-icon-box.tb-style9.tb-color1:hover {
background-image: -webkit-linear-gradient(330deg, rgba(87, 82, 208, 0.6) 0%, #5752d0);
background-image: -o-linear-gradient(330deg, rgba(87, 82, 208, 0.6) 0%, #5752d0);
background-image: linear-gradient(120deg, rgba(87, 82, 208, 0.6) 0%, #5752d0);
-webkit-box-shadow: 0px 10px 19px 1px rgba(87, 82, 208, 0.2);
box-shadow: 0px 10px 19px 1px rgba(87, 82, 208, 0.2);
}
.tb-icon-box.tb-style9.tb-color2:hover {
background-image: -webkit-linear-gradient(330deg, rgba(222, 54, 24, 0.6) 0%, #de3618);
background-image: -o-linear-gradient(330deg, rgba(222, 54, 24, 0.6) 0%, #de3618);
background-image: linear-gradient(120deg, rgba(222, 54, 24, 0.6) 0%, #de3618);
-webkit-box-shadow: 0px 10px 19px 1px rgba(222, 54, 24, 0.2);
box-shadow: 0px 10px 19px 1px rgba(222, 54, 24, 0.2);
}
.tb-icon-box.tb-style9.tb-color3:hover {
background-image: -webkit-linear-gradient(330deg,
rgba(156, 106, 222, 0.6) 0%,
#9c6ade);
background-image: -o-linear-gradient(330deg,
rgba(156, 106, 222, 0.6) 0%,
#9c6ade);
background-image: linear-gradient(120deg,
rgba(156, 106, 222, 0.6) 0%,
#9c6ade);
-webkit-box-shadow: 0px 10px 19px 1px rgba(156, 106, 222, 0.2);
box-shadow: 0px 10px 19px 1px rgba(156, 106, 222, 0.2);
}
.tb-icon-box.tb-style9.tb-color4:hover {
background-image: -webkit-linear-gradient(330deg, rgba(0, 122, 206, 0.6) 0%, #007ace);
background-image: -o-linear-gradient(330deg, rgba(0, 122, 206, 0.6) 0%, #007ace);
background-image: linear-gradient(120deg, rgba(0, 122, 206, 0.6) 0%, #007ace);
-webkit-box-shadow: 0px 10px 19px 1px rgba(0, 122, 206, 0.2);
box-shadow: 0px 10px 19px 1px rgba(0, 122, 206, 0.2);
}
.tb-icon-box.tb-style9 .tb-btn.tb-style1:after {
opacity: 1;
background-color: #fff;
}
.tb-icon-box.tb-style9 .tb-btn.tb-style1:before {
background-color: rgba(255, 255, 255, 0.7);
}
.tb-icon-box.tb-style9:hover .tb-icon {
background-color: rgba(255, 255, 255, 0.1) !important;
}
.tb-icon-box.tb-style9:hover .tb-icon,
.tb-icon-box.tb-style9:hover .tb-iconbox-heading {
color: #fff !important;
}
.tb-icon-box.tb-style9:hover .tb-iconbox-text-in {
color: rgba(255, 255, 255, 0.7) !important;
}
.tb-icon-box.tb-style10.tb-color1 .tb-icon {
color: #007ace;
background-color: rgba(0, 122, 206, 0.1);
}
.tb-icon-box.tb-style10.tb-color2 .tb-icon {
color: #50b83c;
background-color: rgba(80, 184, 60, 0.1);
}
.tb-icon-box.tb-style11.tb-color1 .tb-icon {
color: #5752d0;
background-color: rgba(87, 82, 208, 0.1);
}
.tb-icon-box.tb-style11 {
padding: 40px 30px 35px;
background-color: #fff;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-icon-box.tb-style11:hover {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 14.25px 0.75px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
.tb-icon-box.tb-style1 {
padding: 65px 25px 50px;
}
}
@media screen and (max-width: 991px) {
.tb-icon-box.tb-style9.tb-mt-30 {
margin-top: 0;
}
}
@media screen and (max-width: 767px) {
.tb-icon-box.tb-style3 {
padding: 15px 30px;
padding-left: 100px;
min-height: 90px;
}
.tb-icon-box.tb-style3 .tb-icon {
top: 15px;
}
}
@media screen and (max-width: 575px) {
.tb-icon-box.tb-style7 {
max-width: 100%;
}
}.tb-image-box.tb-style1 .tb-image {
height: 400px;
}
.tb-image-box .tb-bg {
height: 100%;
width: 100%;
}
.tb-image-box.tb-style1 h3,
.tb-image-box.tb-style4 h3 {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-image-box.tb-style1 h3 {
padding-bottom: 5px;
}
.tb-slider.tb-style1.tb-color1 .tb-image-box.tb-style1:hover h3 {
color: #13ce66;
}
.tb-image-box.tb-style1.tb-type1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
height: 550px;
}
.tb-image-box.tb-style1.tb-type1 .tb-image {
width: 100%;
}
.tb-image-box.tb-style1.tb-size1 .tb-image {
height: 390px;
}
.tb-image-box.tb-style1.tb-size2 .tb-image {
height: 550px;
}
.tb-image-box.tb-style1.tb-size3 .tb-image {
height: 250px;
}
.tb-image-box.tb-style1.tb-size4 .tb-image {
height: 450px;
}
.tb-image-box.tb-style1.tb-size5 .tb-image {
height: 300px;
} .tb-image-box.tb-style2 .tb-image-meta {
padding: 20px;
}
.tb-image-box.tb-style2 .tb-image-meta a:hover {
opacity: 0.8
}
.tb-image-box.tb-style2.tb-height1 .tb-bg,
.tb-image-box.tb-style5.tb-height1 .tb-bg {
height: 540px;
}
.tb-image-box.tb-style2.tb-height2 .tb-bg,
.tb-image-box.tb-style5.tb-height2 .tb-bg {
height: 255px;
}
.tb-image-box.tb-style2.tb-type1.tb-height1 .tb-bg {
height: 460px;
}
.tb-image-box.tb-style2.tb-type1.tb-height2 .tb-bg {
height: 175px;
}
.tb-image-box.tb-style2.tb-height3 .tb-bg {
height: 210px;
}
.tb-image-box.tb-style2.tb-height4 .tb-bg {
height: 350px;
}
.tb-image-box.tb-style2.tb-height5 .tb-bg {
height: 300px;
}
.tb-image-box.tb-style2.tb-height6 .tb-bg {
height: 700px;
}
.tb-image-box.tb-style2.tb-height7 .tb-bg {
height: 400px;
}
.tb-image-box.tb-style2.tb-height8 .tb-bg {
height: 600px;
}
.tb-image-box.tb-style2.tb-height9 .tb-bg {
height: 800px;
} .tb-image-box.tb-style3 .tb-image {
height: 155px;
border-radius: 4px 4px 0 0;
}
.tb-image-box.tb-style3:hover a {
color: #13ce66;
}
.tb-image-box.tb-style3 .tb-image-meta {
padding: 30px;
padding-bottom: 40px;
}
.tb-image-box.tb-style3 .tb-list li {
position: relative;
padding-left: 25px;
margin-bottom: 8px;
}
.tb-image-box.tb-style3 .tb-list li:last-child {
margin-bottom: 0;
}
.tb-image-box.tb-style3 .tb-list li i {
position: absolute;
top: 5px;
left: 0;
color: #00c853;
}
.tb-image-box.tb-style3 .tb-image-box-btn {
padding: 13px 30px;
border-top: 1px solid #eaeaea;
} .tb-image-box.tb-style4 .tb-image {
height: 245px;
}
.tb-image-box.tb-style4 .tb-image-meta,
.tb-image-box.tb-style4 .tb-image-box-btn {
padding: 0 30px;
}
.tb-image-box.tb-style4 {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: #fff;
}
.tb-image-box.tb-style4:hover {
-webkit-transform: translateY(-8px);
-ms-transform: translateY(-8px);
transform: translateY(-8px);
-webkit-box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
box-shadow: 0 50px 30px -40px rgba(0, 0, 0, .1);
}
.tb-image-box.tb-style4:hover h3 {
color: #5c6ac4;
}
.tb-image-box.tb-style4.tb-type1 .tb-image {
height: 200px;
}
.tb-image-box.tb-style4.tb-type1 .tb-image-meta {
padding: 0 15px;
}
.tb-image-box.tb-style4.tb-type1:hover h3 {
color: #222;
}
.tb-image-box.tb-style2 .tb-image-link {
position: relative;
display: block;
overflow: hidden;
}
.tb-image-box.tb-style2 .tb-image-link:before {
content: '';
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 1;
background: #000;
opacity: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-image-box.tb-style2 .tb-image-link:hover:before {
opacity: 0.5
}
.tb-image-box.tb-style2 img {
width: 0;
} .tb-image-box6-wrap {
border: 1px solid #eaeaea;
border-radius: 4px;
overflow: hidden;
}
.tb-image-box.tb-style6 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 20px;
border-bottom: 1px solid #eaeaea;
}
.tb-image-box6-wrap .tb-image-box.tb-style6:last-child {
border-bottom: none;
}
.tb-image-box.tb-style6:hover {
background-color: #fbfbfb;
}
.tb-image-box.tb-style6 .tb-image {
width: 160px;
height: 160px;
overflow: hidden;
margin-right: 20px;
}
.tb-image-box.tb-style6 .tb-image-in {
width: 100%;
min-height: 125px;
height: 100%;
}
.tb-image-box.tb-style6 .tb-image-box-meta {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
}
.tb-image-box.tb-style6:first-child .tb-image-box-meta {
border-top: none;
}
.tb-image-box.tb-style6 .tb-image-box-text-in {
padding-right: 20px;
max-width: 700px;
}
.tb-image-box.tb-style6 .tb-image-box-info {
width: 100%;
}
.tb-image-box.tb-style6 .tb-image-box-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.tb-image-box.tb-style6 .tb-btn {
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.tb-image-box.tb-style6:hover .tb-btn {
background-color: #1db954;
border-color: #1db954;
color: #fff;
}
.tb-image-box.tb-style7,
.tb-image-box.tb-style8 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.tb-image-box.tb-style7 img,
.tb-image-box.tb-style8 img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.tb-image-box.tb-style7 .tb-image-box-img,
.tb-image-box.tb-style8 .tb-image-box-img {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
}
.tb-image-box.tb-style8 .tb-play-btn.tb-style1 {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tb-image-box.tb-style7 .tb-image-box-text,
.tb-image-box.tb-style8 .tb-image-box-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #fafafa;
}
.tb-image-box.tb-style7 .tb-image-box-text-in,
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 40px 100px;
width: 100%;
}
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 0 20%;
}
.tb-image-box.tb-style7 .tb-image-box-title,
.tb-image-box.tb-style8 .tb-image-box-title {
font-size: 48px;
font-weight: 700;
margin-bottom: 18px;
}
.tb-image-box.tb-style7 .tb-image-box-subtitle,
.tb-image-box.tb-style8 .tb-image-box-subtitle {
font-size: 16px;
line-height: 1.6em;
margin-bottom: 35px;
max-width: 560px;
}
@media screen and (max-width: 1500px) {
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 40px 100px;
}
}
@media screen and (max-width: 1199px) {
.tb-image-box.tb-style7 .tb-image-box-text-in,
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 40px 50px;
}
}
@media screen and (max-width: 991px) {
.tb-image-box.tb-style7 .tb-image-box-title,
.tb-image-box.tb-style8 .tb-image-box-title {
font-size: 35px;
}
.tb-image-box.tb-style7 .tb-image-box-subtitle,
.tb-image-box.tb-style8 .tb-image-box-subtitle {
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.tb-image-box.tb-style6 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-image-box.tb-style6 .tb-image-box-meta {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
padding-top: 15px;
}
.tb-image-box.tb-style6 .tb-image-box-text {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-image-box.tb-style6 .tb-image-box-btn {
margin-top: 20px;
}
.tb-image-box.tb-style6 .tb-image-box-info {
padding-right: 0;
}
.tb-image-box.tb-style7 .tb-image-box-text-in,
.tb-image-box.tb-style8 .tb-image-box-text-in {
padding: 30px 30px 40px;
}
}
@media screen and (max-width: 575px) {
.tb-image-box.tb-style1.tb-type1 {
height: 400px;
}
.tb-image-box.tb-style1.tb-size1 .tb-image,
.tb-image-box.tb-style1.tb-size2 .tb-image,
.tb-image-box.tb-style1.tb-size3 .tb-image,
.tb-image-box.tb-style1.tb-size4 .tb-image,
.tb-image-box.tb-style1.tb-size5 .tb-image {
height: 100%;
}
.tb-image-box.tb-style8,
.tb-image-box.tb-style7 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tb-image-box.tb-style8 {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.tb-image-box.tb-style7 .tb-image-box-img,
.tb-image-box.tb-style8 .tb-image-box-img,
.tb-image-box.tb-style7 .tb-image-box-text,
.tb-image-box.tb-style8 .tb-image-box-text {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
width: 100%;
}
}