File: /home/imensosw/.trash/sass/_deven.scss
html, body {
scroll-behavior: smooth;
}
.text-blur {
opacity: 0.5;
}
.heading-small {
font-size: 58px !important;
}
.small-text {
font-size: .9em;
}
.banner_single_logo {
img {
width: 60px;
margin-right: 50px;
}
}
.tech-logo-icon {
background: $color__contrast;
width: 50px;
height: 50px;
border-radius: 50%;
img {
width: 30px;
}
}
.red-text {
color: $color__contrast
}
.dot-shape {
background: $color__contrast;
width: 12px;
height: 12px;
border-radius: 50%;
}
.b-border {
position: relative;
&:after {
content:"";
position: absolute;
left: 0;
bottom: -20px;
border-bottom: 1px solid #dee2e6;
width:100%;
}
}
.requirement_points {
h6 {
margin-top: 5px;
text-transform: uppercase;
font-size: 14px;
}
}
.services_industry_info {
margin-bottom: 40px;
.services_industry_icon {
display: flex;
align-items: center;
img {
width: 50px;
margin-right: 20px;
}
p {
margin-bottom: 0px;
font-weight: 500;
font-size: .9em;
}
}
}
.technologies_links {
padding-left: 20px;
li {
position: relative;
list-style: none;
display: flex;
justify-content: space-between;
padding: 5px 0;
font-size: .9em;
img {
width: 32px;
opacity: 0;
transition: all ease-out .3s;
margin-right: 20px;
}
p {
margin-bottom: 0px;
}
&:before {
content: "";
position: absolute;
left: -20px;
top: 16px;
background: #cf307d;
width: 8px;
height: 8px;
border-radius: 50%;
}
&:hover img {
opacity: 1;
margin-right: 0px;
}
}
}
.card {
border-left: 1px solid #dee2e6;
box-shadow: none;
border-radius: 0px;
}
.services_approach {
.card {
border-left: 1px solid #dee2e6;
box-shadow: none;
border-radius: 0px;
p {
margin-bottom: 0px;
}
.card-body {
padding: 0px;
}
.card_number {
width: 40px;
height: 40px;
background: #cf307d;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
}
}
}
.services_approach_2 {
.approach_info {
img {
width: 60px;
margin-bottom: 20px;
}
}
.card-body {
padding: 0px;
min-height: 360px;
/*display: flex;
flex-direction: column;
justify-content: space-between;*/
}
.approach_info {
margin-top: 80px;
}
}
.services_technology {
.tech_box {
min-height: 300px;
justify-content: space-between;
border-radius: 4px;
img {
width:50px;
}
}
}
.light-bg-1 {
background-color:#ebdfdf;
}
.light-bg-2 {
background-color:#bbe7d4;
}
.light-bg-3 {
background-color:#e7deb1;
}
.sticky-menu {
z-index: 9999999;
background: #fff;
position: sticky;
top: calc(30% - 62px);
display: flex;
align-items: center;
.sticky-sub-menu {
margin-bottom: 0px;
padding-left: 0px;
li {
list-style: none;
margin-bottom: 15px;
a {
font-size: .9em;
font-weight: 500;
}
i {
color: #ffdedf;
margin-right: 20px;
}
}
}
}
.why_us {
background-image: url("../images/Modern_abstract_blue_transparent_crystal_pattern_background.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.why_us_stats {
min-height: 300px;
display: flex;
flex-direction: column;
justify-content: end;
padding: 40px;
.stats-head {
font-size: 60px;
margin-bottom: 0;
}
}
.timeline {
border-left: 2px solid #f0f4f7;
position: relative;
padding: 50px;
list-style: none;
text-align: left;
h4 {
font-size: 20px;
}
}
.timeline .event {
border-bottom: 1px solid #f0f4f7;
padding-bottom: 25px;
margin-bottom: 50px;
position: relative;
}
.timeline .event:last-of-type {
padding-bottom: 0;
margin-bottom: 0;
border: none;
}
.timeline .event:before,
.timeline .event:after {
position: absolute;
display: block;
top: 0;
}
.timeline .event:before {
left: -100px;
content: attr(data-date);
top: 2px;
}
.timeline .event:after {
box-shadow: 0 0 0 4px #fedc86;
left: -57.85px;
background: #fedc86;
border-radius: 50%;
height: 11px;
width: 11px;
content: "";
top: 10px;
}
.active {
color: #fd2e35;
i {
color: #fd2e35 !important;
}
}
.dark_bg {
background-color: #333;
}
.full-width-image {
background-image: url("../images/life.jpg");
background-repeat: no-repeat;
background-size: cover;
height: 400px;
display: inline-block;
width: 100%;
background-position: center;
}
.why_choose_us {
h3 {
font-size: 20px;
margin-bottom: 20px;
}
p {
font-size: 0.9em;
}
}
.why_us_tabs {
#experienceTab.nav-pills .nav-link.active {
color: #fd2e35 !important;
background-color: transparent;
border-radius: 0px;
border-left: 3px solid #fd2e35;
}
#experienceTab.nav-pills .nav-link {
border-radius: 0px;
border-left: 2px solid #ddd;
}
.active {
color: #000 !important;
}
/* STUB LINKS */
a {
color: #000;
transition: 0.3s eas-in-out;
}
a:hover {
color: #fd2e35;
}
}