Viewing File: /home/maglabs/keymed/wp-content/themes/intime/assets/scss/elements.scss
#ct-mouse-move {
position: fixed;
z-index: 9999;
.circle-cursor {
position: fixed;
top: inherit;
left: inherit;
pointer-events: none;
}
.circle-cursor--inner {
width: 6px;
height: 6px;
background-color: $primary_color;
@include border-radius(6px);
margin-top: -5px;
margin-left: -4px;
}
.circle-cursor--outer {
width: 30px;
height: 30px;
border: 1px solid rgba($primary_color_hex, 0.5);
@include border-radius(30px);
margin-top: -17px;
margin-left: -16px;
@include transition(all 40ms linear 0ms);
}
}
@media #{$max-md} {
.rs-parallax-wrap.pxl-group-center {
min-width: 600px;
top: 50% !important;
@include transform(translate(0, -50%));
}
}
.revslider-initialised {
margin-bottom: 0 !important;
cite {
font-style: normal;
color: $primary_color;
}
.space-left {
margin-left: 6px;
}
.space-right {
margin-right: 6px;
}
.btn {
&.size-slider1 {
line-height: 60px;
padding: 0 48px;
letter-spacing: 0.075em;
@media screen and (max-width: 1024px) {
padding: 0 32px;
line-height: 50px;
}
}
&.size-slider2 {
line-height: 61px;
padding: 0 42px;
font-size: 18px;
font-family: 'Poppins', sans-serif;
text-transform: capitalize;
@include border-radius(61px);
@media #{$max-sm} {
padding-left: 32px;
padding-right: 32px;
}
}
&.style-slider1 {
line-height: 56px;
padding: 0 28px;
@include border-radius(56px);
font-size: 16px;
text-transform: capitalize;
@media #{$max-sm} {
padding: 0 24px;
}
.flaticon-user, .flaticon-cog {
font-size: 16px;
}
&.btn-secondary:hover {
background-color: $secondary_color;
}
}
}
.ct-slider-title {
padding-bottom: 10px;
}
.intime-slider-number-one, .intime-slider-number-two {
.tp-bullet {
&:nth-child(1):before {
content: '1';
}
&:nth-child(2):before {
content: '2';
}
&:nth-child(3):before {
content: '3';
}
&:nth-child(4):before {
content: '4';
}
&:nth-child(5):before {
content: '5';
}
&:nth-child(6):before {
content: '6';
}
&:nth-child(7):before {
content: '7';
}
&:nth-child(8):before {
content: '8';
}
&:nth-child(9):before {
content: '9';
}
&:nth-child(10):before {
content: '10';
}
}
}
.intime-slider-number-one {
height: auto !important;
@media #{$max-lg} {
display: none;
}
.tp-bullet {
width: 32px;
height: 32px;
background-color: #fff;
border: 1px solid #a6a6a6;
font-size: 16px;
font-weight: 700;
color: #191919;
@include font-family-heading($heading_default_font);
@include transition(.3s cubic-bezier(.24,.74,.58,1));
z-index: 1;
position: relative !important;
top: auto !important;
left: auto !important;
&:before {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
}
&:after {
content: '';
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba($primary_color_hex, 0.8);
opacity: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.tp-bullet-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
z-index: -2;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
}
+ .tp-bullet {
margin-top: 10px;
}
&.selected {
border: 3px solid #fff;
color: #fff;
height: 44px;
width: 44px;
margin-left: -12px;
&:after {
opacity: 1;
}
.tp-bullet-image {
opacity: 1;
}
}
}
}
.intime-slider-number-two {
@media #{$max-lg} {
display: none;
}
.tp-bullet {
width: 48px;
height: 48px;
background-color: #212121;
font-size: 18px;
font-weight: 500;
color: #fff;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
z-index: 1;
position: relative !important;
top: auto !important;
left: auto !important;
@include border-radius(100%);
overflow: hidden;
&:before {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
}
&:after {
content: '';
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(#002105, 0.2);
opacity: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
+ .tp-bullet {
margin-top: 13px;
}
.tp-bullet-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
z-index: -2;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
@include border-radius(100%);
}
&.selected {
height: 74px;
width: 74px;
margin-left: -13px;
&:after {
opacity: 1;
}
.tp-bullet-image {
opacity: 1;
}
}
}
}
.intime-slider-arrow-1 {
width: 65px;
height: 65px;
line-height: 65px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@include border-radius(5px);
background-color: rgba($primary_color_hex, 0.35);
@media #{$max-sm} {
display: none;
}
&:hover {
background-color: rgba(#0346a3, 0.7);
}
&:before, &:after {
position: absolute;
top: 50%;
left: 50%;
color: #fff;
font-size: 18px;
font-weight: 900;
@include transform(translate(-50%, -50%));
font-family: "Font Awesome 5 Pro";
}
&.tp-leftarrow:before {
content: '\f060';
}
&.tp-rightarrow:before {
content: '\f061';
}
}
}
.slider-video-button {
display: inline-flex;
align-items: center;
.slider-video-title {
font-size: 14px;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.075em;
border-bottom: 2px solid rgba(#fff, 0.45);
font-weight: 700;
line-height: 1.2;
}
.slider-video {
height: 56px;
width: 56px;
position: relative;
font-size: 15px;
color: #fff;
display: inline-block;
@include border-radius(100%);
border: 2px solid #dedbd9;
z-index: 99;
margin-right: 20px;
i {
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
}
.line-video-animation {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid rgba(#dedbd9, 0.24);
@include border-radius(60px);
animation: squares 3.9s linear 0s infinite;
-webkit-animation: squares 3.9s linear 0s infinite;
-ms-animation: squares 3.9s linear 0s infinite;
-o-animation: squares 3.9s linear 0s infinite;
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
opacity: 0;
&.line-video-2 {
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;
}
&.line-video-3 {
-webkit-animation-delay: 2.6s;
-moz-animation-delay: 2.6s;
-o-animation-delay: 2.6s;
animation-delay: 2.6s;
}
}
&:hover, &:focus {
color: #fff;
.line-video-animation {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
}
}
.slider-style2 {
height: 61px;
width: 61px;
background-color: $primary_color;
border-color: $primary_color;
.line-video-animation {
border-width: 1px;
}
}
}
.ct-list {
.ct-list-icon {
margin-right: 15px;
i {
color: $primary_color;
font-size: 115%;
margin-top: 3px;
display: inline-block;
}
}
.ct-list-item {
display: flex;
flex-wrap: nowrap;
+ .ct-list-item {
margin-top: 12px;
}
}
}
.ct-image-single {
@include border-radius(inherit);
a {
@include border-radius(inherit);
}
img {
width: auto;
@include border-radius(inherit !important);
}
.ct-image-bg {
min-height: 300px;
display: inline-block;
width: 100%;
}
}
// Start Heading
//--------------------------------------------------
.ct-heading {
.item--sub-title {
span {
display: inline-block;
}
&.style-default {
font-size: 17px;
text-transform: uppercase;
letter-spacing: 0.1em;
color: $primary_color;
font-weight: 700;
margin-bottom: 8px;
span {
position: relative;
padding-left: 62px;
&:before {
content: '';
width: 48px;
height: 3px;
background-color: $primary_color;
position: absolute;
top: 50%;
left: 0;
@include transform(translate(0, -50%));
}
}
}
&.style-divider-right {
font-size: 17px;
color: $primary_color;
font-weight: 700;
margin-bottom: 11px;
span {
position: relative;
padding-right: 45px;
&:before {
content: '';
width: 37px;
height: 3px;
background-color: $primary_color;
position: absolute;
top: 50%;
right: 0;
@include transform(translate(0, -50%));
}
}
}
&.style-divider-center {
font-size: 17px;
text-transform: uppercase;
letter-spacing: 0.1em;
color: $primary_color;
font-weight: 700;
margin-bottom: 8px;
@media #{$max-md} {
font-size: 14px;
letter-spacing: 0.05em;
}
span {
padding-left: 62px;
padding-right: 62px;
position: relative;
&:before, &:after {
content: '';
width: 48px;
height: 3px;
background-color: $primary_color;
position: absolute;
top: 50%;
@include transform(translate(0, -50%));
}
&:before {
left: 0;
}
&:after {
right: 0;
}
}
&.small {
letter-spacing: 0px;
text-transform: capitalize;
margin-bottom: 4px;
span {
padding-left: 45px;
padding-right: 45px;
&:before, &:after {
width: 37px;
}
}
}
}
&.style-box-gray {
margin-bottom: 15px;
span {
font-size: 16px;
font-weight: 700;
line-height: 28px;
background-color: #ebebeb;
letter-spacing: 0em;
@include border-radius(28px);
display: inline-block;
color: #212121;
padding: 0 16px;
text-transform: capitalize;
&:before {
display: none;
}
}
}
&.style-divider-top {
font-size: 18px;
color: $primary_color;
font-weight: 700;
margin-bottom: 7px;
font-family: 'Poppins', sans-serif;
span {
position: relative;
padding-top: 16px;
&:before {
content: '';
width: 20px;
height: 4px;
background-color: $primary_color;
position: absolute;
top: 0;
left: 0;
}
}
}
}
.item--title {
text-underline-offset: 3px;
cite {
font-style: normal;
color: $primary_color;
}
small {
font-size: inherit;
}
i {
color: $primary_color;
font-weight: 400;
}
}
h3.item--title {
font-size: 36px;
line-height: 1.277777777;
}
&.item-st-divider-right .item--title span {
position: relative;
padding-right: 33px;
display: inline-block;
&:before {
content: '';
width: 24px;
height: 2px;
background-color: $primary_color;
position: absolute;
top: 50%;
right: 0;
@include transform(translate(0, -50%));
}
}
&.item-st-divider-bottom .item--title span {
position: relative;
padding-bottom: 7px;
display: inline-block;
&:before {
content: '';
width: 28px;
height: 2px;
@include background-horizontal($gradient_color_to, $gradient_color_from);
position: absolute;
left: 0;
bottom: 0;
}
}
}
// Start Editor
//--------------------------------------------------
.ct-text-editor {
.first-letter {
font-weight: 600;
display: inline-block;
float: left;
margin: 5px 20px 0 0;
width: 45px;
height: 45px;
text-align: center;
color: #282828;
font-size: 40px;
line-height: 45px;
}
.first-letter.style2 {
font-size: 25px;
@include border-radius(100%);
background-color: $secondary_color;
color: #fff;
}
.first-letter.style3 {
background-color: $primary_color;
color: #fff;
font-size: 25px;
}
}
// End Editor
//--------------------------------------------------
// Start Mailchimp
//--------------------------------------------------
.ct-mailchimp1 {
.mc4wp-form {
.mc4wp-response {
font-size: 14px;
line-height: 24px;
margin-top: 15px;
color: #999;
p {
margin-bottom: 0;
}
}
}
&.style1 {
.mc4wp-form {
.mc4wp-response {
font-size: 14px;
line-height: 24px;
margin-top: 15px;
color: #999;
p {
margin-bottom: 0;
}
}
.mc4wp-form-fields {
position: relative;
overflow: hidden;
input[type="email"], input[type="text"] {
border: none;
background-color: #212222;
border: 2px solid #313131;
@include border-radius(0px);
height: 46px;
font-size: 14px;
font-weight: 400;
color: #ffffff;
padding-left: 20px;
padding-right: 70px;
&:focus {
border-color: $primary_color;
}
}
.fac-envelope {
position: absolute;
top: 50%;
left: 20px;
@include transform(translate(0, -50%));
color: #646464;
}
input[type="submit"] {
@include border-radius(0px);
position: absolute;
bottom: 0;
right: 0;
height: 46px;
width: 62px;
padding: 0;
opacity: 0;
z-index: 3;
}
&:before, &:after {
font-weight: 400;
font-family: "Font Awesome 5 Pro";
height: 46px;
width: 62px;
font-size: 16px;
position: absolute;
bottom: 0;
right: 0;
color: #fff;
text-align: center;
line-height: 46px;
z-index: 1;
overflow: hidden;
@media #{$max-md} {
width: 46px;
}
}
&:before {
content: '';
background-color: $primary_color;
}
&:after {
z-index: 2;
content: '\f1d8';
}
&:hover:after {
-o-animation: toTopFromBottom 0.3s forwards;
-ms-animation: toTopFromBottom 0.3s forwards;
-webkit-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
}
}
}
&.style2 {
padding: 42px 38px 44px;
position: relative;
z-index: 1;
@media #{$max-lg} {
padding: 32px 20px 34px;
}
.mc4wp-form {
display: flex;
.mc4wp-response {
color: #fff;
}
}
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: rgba(#000000, 0.65);
}
.ct-mailchimp-meta {
margin-bottom: 32px;
h4 {
margin-bottom: 18px;
color: #fff;
font-size: 22px;
}
p {
margin-bottom: 0;
font-size: 16px;
line-height: 24px;
color: #e1e1e1;
}
}
.mc4wp-form-fields {
input[type="email"], input[type="text"] {
height: 58px;
border: 1px solid #b9b8b7;
border-radius: 1px;
font-size: 16px;
color: #191919;
&:focus, &:hover {
border-color: $primary_color;
@include box-shadow(0 0 0 1px $primary_color inset);
}
}
input[type="submit"] {
padding: 0 30px;
line-height: 58px;
@include font-family-heading($heading_default_font);
text-transform: capitalize;
font-size: 16px;
&:hover, &:focus {
background-color: #fff;
color: $secondary_color;
}
}
.field-input + .field-input {
margin-top: 24px;
}
}
}
&.style3 {
background-color: #045ba8;
padding: 65px 30px 55px;
display: flex;
flex-wrap: wrap;
align-items: center;
@include border-radius(inherit);
@media #{$max-lg} {
padding-left: 15px;
padding-right: 15px;
}
.ct-mailchimp-meta {
width: 45%;
padding: 0 30px;
@media #{$max-lg} {
padding-left: 15px;
padding-right: 15px;
}
@media #{$max-sm} {
width: 100%;
padding-right: 0;
}
h6 {
margin-bottom: 8px;
font-family: 'Poppins', sans-serif;
font-size: 21px;
text-transform: uppercase;
color: #fff;
position: relative;
padding-top: 19px;
font-weight: 700;
@media #{$max-lg} {
font-size: 18px;
}
@media #{$max-sm} {
font-size: 16px;
}
&:before {
content: '';
width: 24px;
height: 4px;
background-color: #fff;
position: absolute;
top: 0;
left: 0;
}
}
h3 {
margin-bottom: 0;
font-family: 'Poppins', sans-serif;
font-size: 48px;
line-height: 1.25;
color: #fff;
@media #{$max-lg} {
font-size: 36px;
}
@media #{$max-sm} {
font-size: 30px;
}
}
}
.mc4wp-form {
width: 55%;
padding: 0 30px;
display: flex;
> .mc4wp-form-fields {
width: 100%;
}
@media #{$max-lg} {
padding-left: 15px;
padding-right: 15px;
}
@media #{$max-sm} {
width: 100%;
margin-top: 30px;
display: block;
}
.field-group {
display: flex;
flex-wrap: nowrap;
align-items: center;
.field-input {
@media #{$max-sm} {
margin-top: 10px;
}
&:first-child {
flex-grow: 1;
}
}
@media #{$max-sm} {
display: block;
}
}
input[type="email"], input[type="text"] {
padding-left: 30px;
height: 72px;
font-size: 18px;
color: #999999;
@include border-radius(8px 0 0 8px);
border-color: #fff;
@media #{$max-sm} {
@include border-radius(8px);
height: 60px;
font-size: 16px;
}
}
input[type="submit"] {
padding: 0 45px;
line-height: 72px;
font-size: 18px;
@include border-radius(0 8px 8px 0);
text-transform: capitalize;
font-weight: 700;
font-family: 'Poppins', sans-serif;
@media #{$max-md} {
padding: 0 22px;
}
@media #{$max-sm} {
@include border-radius(8px);
font-size: 16px;
width: 100%;
line-height: 60px;
}
}
}
}
&.style4 {
.mc4wp-form {
input[type="email"], input[type="text"] {
height: 54px;
background-color: #fff;
border: 1px solid #e5e5e5;
color: #999;
@include border-radius(5px);
&:focus {
border-color: $primary_color;
}
}
.mc4wp-form-fields {
input[type="submit"] {
@include border-radius(0px);
position: absolute;
top: 0;
right: 0;
height: 54px;
width: 62px;
padding: 0;
opacity: 0;
z-index: 3;
}
&:after {
font-weight: 400;
font-family: "Font Awesome 5 Pro";
height: 54px;
width: 62px;
font-size: 16px;
position: absolute;
top: 0;
right: 0;
color: #999999;
text-align: center;
line-height: 54px;
z-index: 1;
overflow: hidden;
}
&:after {
z-index: 2;
content: '\f0e0';
}
}
}
}
}
// End Mailchimp
//--------------------------------------------------
// Start Icons
//--------------------------------------------------
.ct-icon1 {
margin-left: -10px;
a {
font-size: 16px;
color: #494949;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
margin-right: 4px;
&:hover {
color: $primary_color;
@include transform(translate(0, -4px));
}
}
&.icon-align-right {
margin-left: 0;
margin-right: -10px;
}
}
// Start Contact Info
//--------------------------------------------------
.ct-contact-info1 {
list-style: none;
margin-bottom: 0;
font-size: 14px;
line-height: 24px;
color: #9d9d9d;
i {
color: $primary_color;
margin-top: 2px;
}
li {
display: flex;
flex-wrap: nowrap;
+ li {
margin-top: 10px;
}
a {
color: inherit;
&:hover {
color: inherit;
}
}
}
.ct-contact-icon {
display: inline-block;
margin-right: 10px;
min-width: 12px;
}
}
// Start Post Gallery
//--------------------------------------------------
.ct-gallery {
margin: 4px -15px 0 -15px;
display: flex;
flex-wrap: wrap;
.ct-gallery-item {
margin-bottom: 30px;
padding: 0 15px;
position: relative;
img {
width: 100%;
}
}
.btn-video {
height: 80px;
width: 80px;
line-height: 80px;
position: absolute;
background-color: #fff;
@include border-radius(80px);
text-align: center;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
&:before {
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(#fff, 0.63);
border-radius: 50%;
animation: pulse-border2 1500ms ease-out infinite;
-webkit-animation: pulse-border2 1500ms ease-out infinite;
z-index: -2;
}
&:after {
display: block;
content: '';
background-color: inherit;
background-image: inherit;
@include border-radius(inherit);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
&:hover, &:focus {
&:before {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
}
&:hover {
background-color: $primary_color;
color: #fff;
}
}
&.gallery-2-columns .ct-gallery-item {
width: 50%;
@media #{$max-xs} {
width: 100%;
}
}
&.gallery-3-columns .ct-gallery-item {
width: 33.33%;
@media #{$max-sm} {
width: 50%;
}
@media #{$max-xs} {
width: 100%;
}
}
&.gallery-4-columns .ct-gallery-item {
width: 25%;
@media #{$max-sm} {
width: 50%;
}
@media #{$max-xs} {
width: 100%;
}
}
&.gallery-5-columns .ct-gallery-item {
width: 20%;
@media #{$max-md} {
width: 33.33%;
}
@media #{$max-sm} {
width: 50%;
}
@media #{$max-xs} {
width: 100%;
}
}
}
// Start Blog Grid
//--------------------------------------------------
.ct-blog-grid-layout1, .ct-blog-carousel-layout1 {
.item--date {
@extend .entry-date;
}
.item--title {
font-size: 24px;
line-height: 32px;
border-bottom: 1px solid #eaeaea;
padding-bottom: 15px;
position: relative;
margin-bottom: 13px;
&:before {
content: '';
width: 37px;
height: 3px;
bottom: -1px;
left: 0;
position: absolute;
background-color: $primary_color;
}
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item--featured {
position: relative;
img {
width: 100%;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--date {
position: absolute;
bottom: -24px;
left: 27px;
}
}
.item--meta {
margin-top: 3px;
margin-bottom: 3px;
}
.item--body {
background-color: #fff;
padding: 30px 27px 27px;
}
.item--featured + .item--body {
padding-top: 48px;
}
.item--readmore {
margin-top: 5px;
display: none;
}
.grid-item-inner {
margin-bottom: 45px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:hover {
@include box-shadow(0 23px 29px rgba(#000000, 0.18));
.item--featured img {
-webkit-filter: grayscale(90%);
filter: grayscale(90%);
}
}
}
.ct-grid-pagination {
margin-top: -30px;
}
.ct-load-more {
margin-top: 0;
}
}
.btn-line-text {
font-size: 14px;
text-transform: uppercase;
color: $primary_color;
font-weight: 700;
span {
border-bottom: 1px solid rgba($primary_color_hex, 0.57);
}
i {
margin-left: 4px;
font-style: normal;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
display: inline-block;
}
&:hover {
color: $primary_color;
i {
animation: icon-bounce 800ms ease-out infinite;
-webkit-animation: icon-bounce 800ms ease-out infinite;
}
}
}
.ct-blog-grid-layout2 {
.item--featured {
position: relative;
img {
width: 100%;
}
.item--date {
position: absolute;
bottom: 20px;
right: 20px;
background-color: #000000;
z-index: 1;
&:before {
z-index: -1;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@include background-horizontal($gradient_color_to, $gradient_color_from);
opacity: 0;
}
}
.ct-date-box span:nth-child(1) {
font-family: 'Poppins', sans-serif;
}
}
.item--title {
font-size: 22px;
line-height: 1.363;
position: relative;
padding-bottom: 18px;
@media #{$max-md} {
font-size: 20px;
}
&:before {
width: 37px;
height: 3px;
content: '';
position: absolute;
bottom: 0;
left: 0;
@include background-horizontal($gradient_color_to, $gradient_color_from);
}
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item--content {
margin-bottom: 18px;
@media #{$max-md} {
font-size: 14px;
line-height: 24px;
}
}
.item--meta {
margin-bottom: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--readmore {
position: absolute;
top: -4px;
left: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@include transform(translateY(60px));
}
.item--holder {
position: relative;
overflow: hidden;
}
.item--body {
padding: 30px 30px 26px;
background-color: #f4f3f3;
@media #{$max-md} {
padding-left: 20px;
padding-right: 20px;
}
}
.grid-item-inner {
margin-bottom: 30px;
&:hover {
.item--featured .item--date:before {
opacity: 1;
}
.item--meta {
@include transform(translateY(-60px));
}
.item--readmore {
@include transform(translateY(0px));
}
}
}
.ct-load-more {
margin-top: 3px;
}
}
.ct-blog-carousel-layout1 {
.grid-item-inner {
margin-top: 10px;
}
.ct-slick-carousel {
margin: 0 -30px 0 -30px;
padding-left: 30px;
padding-right: 30px;
overflow: hidden;
.slick-list {
overflow: visible;
}
}
.slick-slide {
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
&.slick-active {
opacity: 1;
}
}
.slick-dots {
margin-top: 0;
}
}
.ct-blog-carousel-layout2 {
.item--featured {
margin-bottom: 32px;
}
.item--category {
font-size: 16px;
color: #4f4f4f;
margin-bottom: 16px;
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item--title {
margin-bottom: 35px;
font-size: 24px;
line-height: 34px;
color: #212121;
padding-right: 10%;
@media #{$max-lg} {
padding-right: 0;
}
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item--meta {
margin-bottom: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
align-items: center;
font-size: 18px;
color: #4f4f4f;
.item-author {
margin-right: 20px;
flex-grow: 1;
img {
max-width: 43px;
@include border-radius(43px);
margin-right: 14px;
@media #{$max-sm} {
display: none;
}
}
a {
display: flex;
flex-wrap: nowrap;
align-items: center;
color: inherit;
label {
margin-right: 4px;
}
span {
font-weight: 700;
color: $primary_color;
text-transform: capitalize;
}
}
}
}
.slick-dots {
margin-top: 45px;
}
}
.ct-blog-carousel-layout3 {
.item--featured {
img {
width: 100%;
}
+ .item--holder {
border-top: none;
}
}
.item--title {
a {
display: block;
font-size: 18px;
color: #fff;
background-color: $secondary_color;
padding: 10px 30px 10px 18px;
position: relative;
font-family: 'Poppins', sans-serif;
font-weight: 700;
overflow: hidden;
white-space: pre;
text-overflow: ellipsis;
}
+ .item--holder {
border-top: none;
}
}
.item--holder {
padding: 27px 26px 19px;
position: relative;
border: 1px solid #e8eaef;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:before {
content: '';
position: absolute;
width: 0;
height: 0;
border-width: 7px;
border-style: solid;
border-color: $secondary_color transparent transparent $secondary_color;
top: 0;
left: 26px;
@include transition(all 240ms linear 0ms);
}
}
.item--readmore {
a {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
color: $secondary_color;
i {
margin-left: 2px;
font-size: 16px;
position: relative;
top: 1px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
&:hover {
i {
@include transform(translateX(8px));
}
}
}
}
.item--content {
font-size: 16px;
line-height: 24px;
margin-bottom: 17px;
}
.item--date {
font-size: 13px;
color: #4a4a4a;
font-weight: 700;
@include font-family-heading($heading_default_font);
margin-bottom: 9px;
i {
margin-right: 2px;
}
}
.grid-item-inner {
background-color: #fff;
margin-top: 30px;
margin-bottom: 50px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:hover {
@include box-shadow(0 11px 43px rgba(#07576b, 0.1));
.item--holder {
border-color: #fff;
&:before {
border-color: $primary_color transparent transparent $primary_color;
}
}
.item--title a {
background-color: $primary_color;
}
.item--readmore a {
color: $primary_color;
}
}
}
.slick-dots {
margin-top: 0;
top: -10px;
position: relative;
}
}
.ct-blog-carousel-layout4 {
.item--meta {
list-style: none;
display: flex;
font-size: 14px;
line-height: 26px;
color: #999999;
margin-bottom: 3px;
.item-author a {
font-size: 16px;
font-weight: 700;
color: $primary_color;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
}
li {
margin-right: 10px;
}
}
.item--title {
margin-bottom: 0;
font-size: 20px;
line-height: 26px;
color: #111;
font-family: 'Poppins', sans-serif;
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item-author-img {
width: 60px;
position: absolute;
bottom: -20px;
left: 30px;
z-index: 99;
img {
width: 100%;
border: 3px solid #fff;
@include border-radius(5px);
@include box-shadow(0 2px 12px rgba(#000000, 0.08));
}
}
.item--featured {
position: relative;
img {
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
svg {
fill: #fff;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
}
.item--holder {
padding: 32px 30px 30px;
}
.grid-item-inner {
background-color: #fff;
@include border-radius(7px);
overflow: hidden;
@include box-shadow(0 5px 40px rgba(#000000, 0.08));
margin-bottom: 45px;
}
.ct-slick-carousel {
margin: 0 -30px 0 -30px;
padding-left: 30px;
padding-right: 30px;
overflow: hidden;
.slick-list {
overflow: visible;
}
}
.slick-slide {
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
&.slick-active {
opacity: 1;
}
}
}
.ct-blog-carousel-layout5 {
.item--featured {
position: relative;
img {
width: 100%;
}
.item--date {
position: absolute;
right: 17px;
bottom: -20px;
height: 66px;
width: 66px;
span:nth-child(1) {
font-family: inherit;
color: #0d0d0d;
margin: 0;
}
span:nth-child(2) {
font-size: 15px;
color: #0d0d0d;
font-weight: 700;
text-transform: uppercase;
}
.item--date-inner {
line-height: 1;
}
}
}
.item--title {
font-family: inherit;
font-size: 24px;
line-height: 1.4;
color: #212121;
margin-bottom: 10px;
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item-author {
position: relative;
padding-bottom: 10px;
margin-bottom: 9px;
&:before {
content: '';
width: 50px;
height: 4px;
background-color: $primary_color;
position: absolute;
bottom: 0;
left: 0;
}
a {
display: flex;
flex-wrap: nowrap;
align-items: center;
font-size: 18px;
color: #4f4f4f;
span {
color: $primary_color;
font-weight: 700;
margin: 0 4px;
display: inline-block;
}
img {
max-width: 43px;
@include border-radius(43px);
margin-right: 13px;
}
}
}
.item--holder {
background: #f7f9fa;
padding: 42px 24px 26px;
border-bottom: 7px solid rgba($primary_color_hex, 0.45);
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--readmore {
a {
font-size: 18px;
font-weight: 700;
color: #010101;
i {
margin-left: 4px;
color: #606161;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
display: inline-block;
}
&:hover i {
-o-animation: toRightFromLeft 0.3s forwards;
-ms-animation: toRightFromLeft 0.3s forwards;
-webkit-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
}
}
.grid-item-inner {
margin-top: 12px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:hover {
@include transform(translateY(-12px));
.item--holder {
border-color: $primary_color;
}
}
}
.slick-dots {
margin-top: 40px;
}
}
.ct-blog-carousel-layout6 {
.item--featured {
overflow: hidden;
img {
width: 100%;
@include transition(0.6s cubic-bezier(.24,.74,.58,1));
}
}
.item--holder {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 30px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
z-index: 2;
}
.item--date {
font-size: 14px;
color: #fff;
margin-bottom: 3px;
}
.item--title {
margin-bottom: 0px;
font-size: 18px;
line-height: 30px;
color: #fff;
a {
color: inherit;
}
}
.item--readmore {
position: absolute;
left: 30px;
bottom: 4px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
a {
font-size: 16px;
font-weight: 700;
color: #fff;
display: flex;
align-items: center;
&:hover i {
-o-animation: toRightFromLeft 0.3s forwards;
-ms-animation: toRightFromLeft 0.3s forwards;
-webkit-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
}
i {
margin-left: 6px;
}
}
.grid-item-inner {
position: relative;
overflow: hidden;
@include border-radius(6px);
&:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 86%;
@include background-gradient-top(rgba($primary_color_hex, 0.8), rgba($primary_color_hex, 0));
z-index: 1;
}
&:hover {
.item--holder {
padding-bottom: 58px;
}
.item--readmore {
opacity: 1;
bottom: 24px;
}
.item--featured img {
@include transform(scale(1.12));
}
}
}
}
// Start Portfolio Grid
//--------------------------------------------------
.ct-portfolio-grid1, .ct-portfolio-carousel1 {
.item--featured {
position: relative;
text-align: center;
img {
@include transition(.3s cubic-bezier(.24,.74,.58,1));
width: 100%;
}
.item--readmore {
position: absolute;
left: 0;
right: 0;
top: 50%;
@include transform(translate(0, -50%));
a {
line-height: 54px;
padding: 0 45px;
display: inline-flex;
align-items: center;
@include transform(translateY(-45px));
opacity: 0;
i {
font-size: 20px;
font-style: normal;
margin-left: 8px;
}
}
}
}
.item--holder {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 23px 28px;
background-color: rgba(#000000, 0.78);
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--title {
font-size: 22px;
margin-bottom: 2px;
color: #fff;
a {
color: inherit;
&:hover {
color: inherit;
}
}
}
.item--category {
position: relative;
font-size: 14px;
color: #f0f0f0;
padding-right: 54px;
display: inline-block;
&:before {
content: '';
position: absolute;
top: 50%;
right: 0;
@include transform(translate(0, -50%));
width: 44px;
height: 2px;
background-color: $primary_color;
}
a {
color: inherit;
&:hover {
color: inherit;
}
}
}
.grid-item-inner {
position: relative;
margin-bottom: 40px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
overflow: hidden;
&:hover {
@include box-shadow(0 23px 29px rgba(#000, 0.35));
.item--featured {
img {
-webkit-filter: grayscale(90%);
filter: grayscale(90%);
@include transform(scale(1.12));
}
.item--readmore a {
opacity: 1;
@include transform(translateY(0px));
}
}
.item--holder {
opacity: 0;
@include transform(translateY(100%));
}
}
}
.ct-grid-pagination {
margin-top: -25px;
}
}
.elementor-section-full_width {
.ct-portfolio-grid1, .ct-portfolio-grid2 {
max-width: 1920px;
margin: auto;
padding: 0 45px;
@media #{$max-xl} {
padding: 0 15px;
}
@media #{$max-lg} {
padding: 0px;
}
}
}
.ct-portfolio-grid2 {
.item--featured {
overflow: hidden;
img {
width: 100%;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
-webkit-filter: grayscale(90%);
filter: grayscale(90%);
}
}
.item--title {
margin-bottom: 0;
font-size: 20px;
line-height: 26px;
@media #{$max-lg} {
font-size: 18px;
}
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item--readmore {
position: absolute;
top: 0;
right: 0;
a {
width: 41px;
height: 39px;
font-size: 26px;
font-family: 'Poppins', sans-serif;
color: #fff;
background-color: $secondary_color;
display: block;
text-align: center;
overflow: hidden;
span {
display: inline-block;
}
&:hover span {
-o-animation: toRightFromLeft 0.3s forwards;
-ms-animation: toRightFromLeft 0.3s forwards;
-webkit-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
}
}
.item--category {
color: #0e0e0e;
font-size: 15px;
margin-bottom: 8px;
padding-right: 20px;
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item--holder {
position: absolute;
bottom: -50px;
left: 40px;
right: 40px;
background-color: #fff;
padding: 21px 30px;
@include box-shadow(0 5px 38px rgba(#051b2e, 0.2));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@media #{$max-lg} {
left: 20px;
right: 20px;
padding-left: 20px;
}
}
.grid-item-inner {
position: relative;
margin-bottom: 90px;
&:hover {
.item--holder {
bottom: 40px;
@media #{$max-lg} {
bottom: 30px;
}
}
.item--featured {
img {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
@include transform(scale(1.12));
}
}
.item--readmore a {
background-color: $primary_color;
}
}
}
}
.elementor-section-stretched.elementor-section-boxed .ct-portfolio-grid2 {
.item--holder {
left: 28px;
right: 28px;
}
}
.ct-portfolio-grid3 {
margin: 0 -6px;
.item--featured {
img {
width: 100%;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
a:before {
content: '';
z-index: 1;
position: absolute;
background-color: rgba(#000000, 0.48);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
}
}
.item--holder {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 30px 30px 35px 40px;
z-index: 2;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
@media #{$max-md} {
padding-left: 30px;
}
}
.item--category {
font-size: 18px;
font-family: 'Poppins', sans-serif;
color: #fff;
margin-bottom: 5px;
@media #{$max-xs} {
font-size: 14px;
}
a {
color: inherit;
&:hover {
color: inherit;
}
}
}
.item--title {
margin-bottom: 0;
font-family: 'Poppins', sans-serif;
color: #fff;
font-size: 30px;
@media #{$max-xs} {
font-size: 20px;
}
a {
color: inherit;
&:hover {
color: inherit;
}
}
}
.grid-item-inner {
position: relative;
overflow: hidden;
@include border-radius(7px);
&:hover {
.item--featured {
img {
@include transform(scale(1.14));
}
a:before {
opacity: 1;
}
}
.item--holder {
opacity: 1;
}
}
}
.grid-item {
width: 50%;
padding: 0 6px;
margin-bottom: 12px;
@media #{$max-xs} {
width: 100%;
}
&:nth-child(4), &:nth-child(5) {
width: 25%;
@media #{$max-sm} {
width: 50%;
}
@media #{$max-xs} {
width: 100%;
}
.item--category {
margin-bottom: 2;
font-size: 14px;
}
.item--title {
font-size: 20px;
}
.item--holder {
padding-left: 30px;
padding-bottom: 26px;
@media #{$max-md} {
padding-left: 20px;
}
}
}
}
}
.ct-portfolio-carousel1 {
.grid-item-inner {
margin-top: 10px;
margin-bottom: 50px;
}
.ct-slick-carousel {
margin: 0 -30px 0 -30px;
padding-left: 30px;
padding-right: 30px;
overflow: hidden;
.slick-list {
overflow: visible;
}
}
.slick-slide {
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
&.slick-active {
opacity: 1;
}
}
.slick-dots {
margin-top: 0;
}
}
.ct-portfolio-carousel2 {
.item--featured img {
width: 100%;
}
.item--readmore {
a {
font-size: 17px;
height: 55px;
line-height: 55px;
width: 55px;
background-color: #fff;
@include border-radius(55px);
display: inline-block;
color: #000000;
text-align: center;
&:hover {
background-color: $primary_color;
}
}
}
.item--holder {
background-color: rgba($primary_color_hex, 0.86);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@include transform(translate(100%,0));
.item--readmore {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 40px;
text-align: right;
@include transform(translate(80px,0));
}
.item--meta {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0 30px 72px 40px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@include transform(translate(80px,0));
@media #{$max-lg} {
padding-left: 30px;
}
}
.item--category {
font-size: 15px;
font-weight: 700;
color: #fff;
letter-spacing: 0.1em;
text-transform: uppercase;
font-family: 'Nunito', sans-serif;
margin-bottom: 8px;
a {
color: inherit;
&:hover {
color: inherit;
}
}
}
.item--title {
margin-bottom: 0px;
font-size: 30px;
color: #fff;
font-family: inherit;
@media #{$max-sm} {
font-size: 24px;
}
a {
color: inherit;
&:hover {
color: inherit;
}
}
}
}
.grid-item-inner {
position: relative;
overflow: hidden;
&:hover .item--holder {
opacity: 1;
@include transform(translate(0%,0));
.item--readmore, .item--meta {
@include transform(translate(0px,0));
}
}
}
.ct-carousel-inner {
margin: 0 -8px;
.slick-slide {
padding: 0 8px;
}
}
.ct-slick-carousel[data-arrows="true"] {
padding-bottom: 0;
.slick-arrow {
width: 45px;
height: 45px;
@include border-radius(0px);
background-color: #fff;
margin: 0;
left: 8px;
right: auto;
@include transform(translate(0, 0));
&:hover {
background-color: $primary_color;
}
&:before {
font-family: Flaticon;
font-size: 16px;
font-weight: normal;
content: "\f161";
}
&.slick-prev {
&:before {
@include transform(translate(-50%, -50%) scaleX(-1));
}
}
&.slick-next {
left: 63px;
}
}
}
.slick-dots {
margin-top: 40px;
}
}
// Start Portfolio Details
//--------------------------------------------------
.ct-portfolio-detail {
background-color: #f5f5f5;
padding: 35px 30px 34px;
@media #{$max-lg} {
padding-left: 20px;
padding-right: 20px;
}
.wg-title {
font-size: 22px;
margin-bottom: 23px;
}
ul {
list-style: none;
margin-bottom: 0;
color: #191919;
@media #{$max-lg} {
font-size: 15px;
}
label {
font-weight: 700;
margin-right: 10px;
flex-grow: 1;
}
i {
font-size: 14px;
color: $primary_color;
min-width: 26px;
@media #{$max-lg} {
min-width: 22px;
}
}
li {
display: flex;
flex-wrap: wrap;
align-items: center;
+ li {
margin-top: 10px;
}
}
}
}
.flaticon-right-arrow.scale-arrow {
@include transform(scaleX(-1));
display: inline-block;
}
.ct-pagination-single {
background-color: #f5f3f0;
padding: 21px;
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
.ct-pagination-archive {
display: flex;
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
a {
width: 23px;
height: 21px;
display: inline-block;
position: relative;
i {
width: 5px;
height: 5px;
@include border-radius(5px);
background-color: #82817f;
position: absolute;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:nth-child(1) {
top: 0;
left: 0;
}
&:nth-child(2) {
top: 0;
left: 9px;
}
&:nth-child(3) {
top: 0;
right: 0;
}
&:nth-child(4) {
top: 8px;
left: 0;
}
&:nth-child(5) {
top: 8px;
left: 9px;
}
&:nth-child(6) {
top: 8px;
right: 0;
}
&:nth-child(7) {
bottom: 0;
left: 0;
}
&:nth-child(8) {
bottom: 0;
left: 9px;
}
&:nth-child(9) {
bottom: 0;
right: 0;
}
}
&:hover i {
background-color: $primary_color;
}
}
}
.ct-pagination-item {
width: 50%;
display: flex;
flex-wrap: wrap;
align-items: center;
label {
display: block;
color: $primary_color;
font-weight: 500;
line-height: normal;
margin-bottom: 2px;
}
a {
font-size: 20px;
font-weight: 500;
color: #191919;
line-height: normal;
}
.item--icon {
height: 50px;
min-width: 50px;
width: 50px;
border: 2px solid $primary_color;
@include border-radius(50px);
line-height: 46px;
text-align: center;
font-size: 20px;
color: $secondary_color;
}
&.ct-pagination-prev {
padding-right: 30px;
.item--icon {
margin-right: 16px;
}
}
&.ct-pagination-next {
padding-left: 30px;
justify-content: flex-end;
text-align: right;
.item--icon {
margin-left: 16px;
}
}
.ct-pagination-item-inner {
display: inline-flex;
&:hover {
.item--meta a {
color: $primary_color;
}
.item--icon {
background-color: $primary_color;
color: #fff;
}
}
}
@media #{$max-sm} {
.item--meta {
display: none;
}
}
}
}
// Start Services Carousel
//--------------------------------------------------
.ct-service-carousel1 {
.item--image {
position: relative;
img {
width: 100%;
}
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 80%;
@include background-horizontal(rgba(#fff, 1), rgba(#fff, 0));
background-color: transparent;
z-index: 1;
@media #{$max-lg} {
width: 90%;
}
}
&:after {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 90%;
@include background-horizontal(rgba(#fff, 1) 42%, rgba(#fff, 0));
background-color: transparent;
z-index: 2;
@media #{$max-lg} {
width: 100%;
}
}
}
.item--icon {
line-height: 1;
margin-top: 8px;
margin-bottom: 15px;
&.flaticon-business-plan, &.flaticon-business-intelligence, &.flaticon-business-strategy {
margin-top: 0;
margin-bottom: 5px;
}
&:before {
display: none;
}
i {
font-size: 50px;
color: $primary_color;
&.flaticon-business-plan {
margin-left: -17px;
margin-right: -16px;
font-size: 68px;
@media #{$max-lg} {
font-size: 48px;
}
}
&.flaticon-business-intelligence {
margin-left: -13px;
margin-right: -13px;
font-size: 68px;
@media #{$max-lg} {
font-size: 48px;
}
}
&.flaticon-business-strategy {
margin-left: -9px;
margin-right: -11px;
font-size: 68px;
@media #{$max-lg} {
font-size: 48px;
}
}
}
img {
max-height: 50px;
}
svg {
height: 50px;
fill: $primary_color;
}
}
.item--title {
font-size: 22px;
max-width: 60%;
margin-bottom: 9px;
line-height: 1.27;
@media #{$max-lg} {
max-width: 100%;
font-size: 20px;
}
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item--content {
font-style: 16px;
line-height: 24px;
max-width: 80%;
@media #{$max-md} {
max-width: 100%;
}
}
.item--holder {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 15px 25px;
z-index: 99;
border-bottom: 5px solid $primary_color;
@include box-shadow(0 0 27px rgba(#0c0c0c, 0.07));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--holder-top {
display: flex;
flex-wrap: nowrap;
width: 100%;
@media #{$max-lg} {
display: none;
}
.item--icon {
margin-bottom: 0;
margin-right: 15px;
}
.item--meta {
flex-grow: 1;
padding-right: 10px;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.item--image-small {
min-width: 170px;
}
.item--title {
max-width: 100%;
margin-bottom: 0px;
font-size: 20px;
@media #{$max-lg} {
font-size: 18px;
}
}
}
.item--holder-bottom {
background-color: $secondary_color;
padding: 15px 30px 15px 40px;
border-bottom: 5px solid $primary_color;
flex-grow: 1;
display: flex;
align-items: center;
@include box-shadow(0 20px 30px rgba(#0c0c0c, 0.25));
margin-bottom: -15px;
.item--content {
max-width: 100%;
color: #fff;
margin-bottom: 8px;
}
@media #{$max-lg} {
padding-left: 25px;
padding-right: 25px;
}
}
.item--holder-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99;
background-color: #fff;
display: flex;
flex-wrap: wrap;
flex-direction: column;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
@include transform(scaleY(0));
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
}
.grid-item-inner {
position: relative;
background-color: #fff;
margin-top: 20px;
margin-bottom: 50px;
&:hover {
@include box-shadow(none);
.item--holder {
opacity: 0;
}
.item--holder-hover {
opacity: 1;
@include transform(scaleY(1));
}
}
}
.slick-dots {
margin-top: 0;
}
}
// Start Services Grid
//--------------------------------------------------
.ct-service-grid1 {
.item--icon {
height: 82px;
width: 82px;
color: #fff;
position: relative;
background-color: $primary_color;
@include border-radius(82px);
display: inline-block;
margin-bottom: 14px;
i {
font-size: 43px;
}
img {
max-height: 42px;
width: auto;
}
svg {
height: 42px;
fill: #fff;
}
}
.item--title {
margin-bottom: 16px;
font-size: 22px;
line-height: 1.4;
@media #{$max-lg} {
font-size: 20px;
}
a {
color: inherit;
&:hover {
color: inherit;
}
}
}
.item--content {
color: #545454;
@media #{$max-sm} {
font-size: 15px;
}
}
.item--meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-bottom: 18px;
.item--title {
color: #fff;
margin-bottom: 0;
}
}
.item--holder {
background-color: #fff;
text-align: center;
padding: 45px 30px 40px;
backface-visibility: hidden;
box-sizing: border-box;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@media #{$max-lg} {
padding-right: 20px;
}
@media #{$max-sm} {
padding-left: 20px;
padding-right: 20px;
}
}
.item--holder-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 30px 37px 40px;
z-index: 1;
@include transform(rotateY(90deg));
-o-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
opacity: 0;
box-sizing: border-box;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@media #{$max-lg} {
padding-left: 30px;
padding-right: 30px;
}
@media #{$max-sm} {
padding-left: 20px;
padding-right: 20px;
}
&:before {
content: '';
background-color: rgba(#000, 0.6);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.item--icon {
height: 71px;
width: 71px;
min-width: 71px;
margin-bottom: 0;
margin-right: 22px;
background-color: #fff;
color: $primary_color;
@media #{$max-sm} {
margin-right: 15px;
}
i {
font-style: 40px;
}
}
.item--content {
color: #e5e5e5;
margin-bottom: 20px;
}
}
.grid-item-inner {
position: relative;
margin-bottom: 47px;
&:hover {
.item--holder {
@include transform(rotateY(-180deg));
opacity: 0;
}
.item--holder-hover {
opacity: 1;
-webkit-transition-delay: 0.14s;
-moz-transition-delay: 0.14s;
transition-delay: 0.14s;
@include transform(rotateY(0deg));
}
}
}
.ct-load-more {
margin-top: -17px;
}
&.style1 {
.item-readmore {
a {
line-height: 46px;
padding: 0 34px;
&:before {
background-color: #fff;
}
&:hover {
color: $secondary_color;
}
i {
font-size: 20px;
font-style: normal;
margin-left: 4px;
}
}
}
}
&.style2 {
.item--title {
font-family: inherit;
}
.item--holder {
border: 1px solid #ebebeb;
}
.item--holder-hover .item--icon {
@include border-radius(0px);
}
.item-readmore a.btn {
font-size: 15px;
color: #fff;
&:after {
color: #01012c;
}
&:hover, &:focus {
color: #01012c;
}
}
}
}
.btn-custom-services1 .ct-service-grid1 .item--holder-hover .item-readmore a {
@include border-radius(3px);
}
.ct-service-grid2 {
.item--title {
font-size: 20px;
margin-bottom: 0;
line-height: 1.55;
}
.item--holder {
text-align: center;
background-color: #fff;
@include box-shadow(0 11px 28px rgba(#000000, 0.07));
backface-visibility: hidden;
box-sizing: border-box;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
.item--image {
position: relative;
img {
width: 100%;
}
}
.item--icon {
position: absolute;
bottom: -45px;
left: 0;
right: 0;
margin: auto;
width: 87px;
height: 87px;
@include background-horizontal($gradient_color_to, $gradient_color_from);
@include border-radius(87px);
i {
font-size: 36px;
color: #fff;
}
}
.item--title {
padding: 58px 10px 28px;
a {
color: inherit;
}
}
}
.item--holder-hover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 30px 28px;
z-index: 1;
@include transform(rotateY(90deg));
-o-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-webkit-transform-origin: 50% 0%;
transform-origin: 50% 0%;
opacity: 0;
box-sizing: border-box;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:before {
content: '';
background-color: rgba(#000000, 0.78);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.item--icon {
line-height: 1;
margin-right: 16px;
i {
font-size: 42px;
@include background-horizontal($gradient_color_to, $gradient_color_from);
}
}
.item--title a {
color: #fff;
}
.item--meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-bottom: 14px;
}
.item--content {
color: #e5e5e5;
margin-bottom: 36px;
}
.item--readmore {
a {
line-height: 54px;
padding: 0 28px;
display: inline-flex;
align-items: center;
@include border-radius(5px);
i {
font-size: 20px;
font-style: normal;
margin-left: 12px;
}
&:before {
background-color: #fff;
}
&:hover, &:focus {
color: #000;
}
}
}
}
.ct-load-more {
margin-top: 5px;
}
.grid-item-inner {
margin-bottom: 30px;
&:hover {
.item--holder {
@include transform(rotateY(-180deg));
opacity: 0;
}
.item--holder-hover {
opacity: 1;
-webkit-transition-delay: 0.14s;
-moz-transition-delay: 0.14s;
transition-delay: 0.14s;
@include transform(rotateY(0deg));
}
}
}
}
// Start Point
//--------------------------------------------------
.ct-point {
text-align: center;
.ct-point-image {
display: inline-block;
margin: auto;
position: relative;
}
.ct-point-default {
height: 30px;
width: 30px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
span {
background-color: #fff;
@include box-shadow(0 2px 16px rgba(#000000, 0.2));
position: relative;
height: 12px;
width: 12px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
display: inline-block;
&:before {
content: '';
width: 6px;
height: 6px;
background-color: $primary_color;
position: absolute;
top: 3px;
left: 3px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
}
&:hover {
span {
background-color: $primary_color;
@include box-shadow(0 2px 16px rgba($primary_color_hex, 0.6));
&:before {
background-color: #fff;
}
}
}
}
.ct-point-meta {
width: 93px;
background-color: $primary_color;
text-align: center;
min-height: 93px;
display: flex;
flex-wrap: nowrap;
align-items: center;
position: relative;
> div {
width: 100%;
color: #fff;
}
.ct-point-title {
font-weight: 700;
line-height: normal;
}
.ct-point-number {
line-height: 1;
font-size: 30px;
font-weight: 700;
@include font-family-heading($heading_default_font);
display: inline-flex;
}
svg {
position: absolute;
right: -12px;
bottom: 15px;
fill: $primary_color;
}
}
.ct-point-item {
position: absolute;
top: 0;
left: 0;
}
}
// Start Contact Form
//--------------------------------------------------
.ct-contact-form-layout1 {
.ct-contact-meta {
margin-bottom: 22px;
h3 {
margin-bottom: 0;
font-size: 30px;
@media #{$max-sm} {
font-size: 24px;
}
}
p {
margin-bottom: 0;
margin-top: 10px;
}
}
&.style1, &.style2 {
.row {
margin-left: -10px;
margin-right: -10px;
> div {
padding: 0 10px;
}
.wpcf7-form-control-wrap {
margin-bottom: 19px;
}
}
.input-filled > label {
color: #191919;
display: block;
margin-bottom: 5px;
}
.wpcf7-form-control {
&:not(.wpcf7-submit) {
height: 37px;
background-color: #fff;
border-color: #e7e9ea;
color: #8d8d8d;
font-size: 14px;
padding-left: 18px;
&:focus, &:hover {
border-color: $primary_color;
}
}
&.wpcf7-textarea {
height: 90px;
padding-top: 7px;
}
}
.wpcf7-submit {
margin-top: 9px;
line-height: 41px;
}
}
&.style2 {
.wpcf7-form-control {
&:not(.wpcf7-submit) {
background-color: #f7f9fa;
border-color: #f7f9fa;
&:focus, &:hover {
border-color: $primary_color;
}
}
}
}
&.style3 {
background-color: $primary_color;
padding: 60px 50px 50px;
max-width: 475px;
@media #{$max-lg} {
padding-left: 30px;
padding-right: 30px;
}
.ct-contact-meta {
margin-bottom: 29px;
h6 {
font-family: 'Poppins', sans-serif;
position: relative;
font-size: 21px;
text-transform: uppercase;
color: #fff;
font-weight: 700;
margin-bottom: 8px;
padding-top: 19px;
@media #{$max-lg} {
font-size: 18px;
}
&:before {
content: '';
height: 4px;
width: 20px;
background-color: #fff;
position: absolute;
top: 0;
left: 0;
}
}
h3 {
margin-bottom: 0;
font-family: 'Poppins', sans-serif;
font-size: 48px;
line-height: 1.25;
color: #fff;
@media #{$max-lg} {
font-size: 36px;
}
}
}
.wpcf7-form-control {
&:not(.wpcf7-submit) {
height: 50px;
background-color: #fff;
border-color: #fff;
color: #999999;
font-size: 16px;
padding-left: 20px;
padding-right: 20px;
@include border-radius(5px);
&:focus, &:hover {
border-color: #fff;
}
}
&.wpcf7-textarea {
height: 90px;
padding-top: 7px;
}
}
.wpcf7-form-control-wrap {
margin-bottom: 20px;
}
.wpcf7-submit {
line-height: 60px;
@include border-radius(5px);
font-size: 16px;
text-transform: capitalize;
font-family: 'Poppins', sans-serif;
&:before {
background-color: rgba($secondary_color, 0.35);
}
}
.input-filled {
position: relative;
> i {
font-size: 16px;
color: #cccccc;
position: absolute;
top: 50%;
@include transform(translate(0, -50%));
right: 20px;
z-index: 99;
}
}
}
&.style4 {
.row {
margin-left: -10px;
margin-right: -10px;
> div {
padding: 0 10px;
}
.wpcf7-form-control-wrap {
margin-bottom: 19px;
}
}
.input-filled > label {
color: #e5e5e5;
display: block;
margin-bottom: 5px;
}
.wpcf7-form-control {
&:not(.wpcf7-submit) {
height: 37px;
background-color: #343434;
border-color: #343434;
color: #8d8d8d;
font-size: 14px;
padding-left: 18px;
&:focus, &:hover {
border-color: $primary_color;
}
}
&.wpcf7-textarea {
height: 90px;
padding-top: 7px;
}
}
.btn-icon-right i {
@include background-horizontal($gradient_color_to, $gradient_color_from);
}
.wpcf7-submit {
margin-top: 9px;
line-height: 41px;
background-color: #343434;
&:before {
display: none;
}
&:hover, &:focus {
background-color: #272727;
}
}
}
&.style5 {
.row {
.wpcf7-form-control-wrap {
margin-bottom: 15px;
}
}
.input-filled > label {
color: #868686;
display: block;
margin-bottom: 5px;
font-family: 'Nunito', sans-serif;
}
.wpcf7-form-control {
&:not(.wpcf7-submit) {
height: 45px;
background-color: #f7f9fa;
border-color: #f7f9fa;
color: #a7a7a7;
font-size: 16px;
padding-left: 16px;
&:focus, &:hover {
border-color: $primary_color;
}
}
&.wpcf7-textarea {
height: 115px;
padding-top: 8px;
}
}
.wpcf7-submit {
margin-top: 8px;
line-height: 51px;
@include border-radius(3px);
color: $secondary_color;
font-size: 16px;
text-transform: capitalize;
background-color: $primary_color;
i {
display: none;
}
&:hover, &:focus {
color: #fff;
}
}
}
}
// Start Branches
//--------------------------------------------------
.ct-branche1 {
padding-left: 26px;
position: relative;
color: #191919;
&:before {
content: '';
height: 100%;
width: 1px;
background-color: #e6e5e4;
position: absolute;
top: 0;
left: 0;
}
.ct-branche-title {
margin-bottom: 12px;
span {
display: inline-block;
line-height: 29px;
padding: 0 25px;
color: $primary_color;
background-color: rgba($primary_color_hex, 0.15);
font-weight: 700;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
}
.ct-branche-desc a {
color: inherit;
}
&:hover, .active-point {
.ct-branche-title span {
background-color: $primary_color;
color: #fff;
}
}
}
// Team Grid
//--------------------------------------------------
.ct-team {
.item--image img {
width: 100%;
}
.item--title {
font-size: 22px;
margin-bottom: 2px;
}
.item--position {
font-size: 15px;
color: $primary_color;
text-transform: capitalize;
}
.item--description {
font-size: 16px;
line-height: 24px;
color: #4d4c4c;
}
}
.ct-team-grid1, .ct-team-carousel2 {
.item--image {
position: relative;
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(#000000, 0.28);
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
}
}
.item--title {
@media #{$max-lg} {
font-size: 20px;
}
}
.item--description {
display: none;
padding-top: 6px;
padding-bottom: 14px;
}
.item--holder {
background-color: #fff;
padding: 25px 30px 30px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
position: relative;
z-index: 99;
@media #{$max-lg} {
padding-left: 20px;
padding-right: 20px;
}
&:before {
content: '';
width: 0%;
opacity: 0;
height: 4px;
background-color: $primary_color;
position: absolute;
bottom: 0;
left: 0;
right: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
z-index: 100;
}
}
.item--social {
display: inline-flex;
margin-left: -11px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:hover {
margin-left: 0;
}
a {
width: 32px;
height: 32px;
color: #acacac;
text-align: center;
line-height: 32px;
font-size: 15px;
position: relative;
z-index: 1;
&:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin: auto;
background-color: $primary_color;
transform-origin: bottom center;
-webkit-transform-origin: bottom center;
@include transform(scale(1, 0));
@include transition(transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85));
z-index: -1;
}
&:hover {
color: #fff;
&:before {
transform-origin: top center;
-webkit-transform-origin: top center;
@include transform(scale(1, 1));
}
}
}
}
.item--meta {
margin-bottom: 4px;
position: relative;
padding-bottom: 8px;
&:before {
content: '';
width: 0px;
height: 3px;
background-color: $primary_color;
position: absolute;
bottom: 0;
left: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
}
.item--holder-end {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--inner {
@include box-shadow(0 0 16px rgba(#000000, 0.06));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
position: relative;
&:hover {
@include box-shadow(0 24px 35px rgba(#000000, 0.22));
.item--holder:before {
opacity: 1;
width: 100%;
}
.item--image:before {
opacity: 1;
}
.item--meta:before {
width: 30px;
}
.item--holder-end {
bottom: -18px;
}
}
}
.grid-item {
margin-bottom: 74px;
}
}
.ct-team-carousel2 {
.item--inner {
margin-top: 30px;
margin-bottom: 40px;
}
.ct-slick-carousel {
margin: 0 -30px 0 -30px;
padding-left: 30px;
padding-right: 30px;
overflow: hidden;
.slick-list {
overflow: visible;
}
}
.slick-slide {
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
&.slick-active {
opacity: 1;
}
}
}
.ct-team-carousel3 {
.item--title {
margin-bottom: 3px;
color: #fff;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--position {
font-size: 16px;
color: #fff;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--description {
line-height: 1.625;
margin-bottom: 21px;
}
.item--social {
display: flex;
justify-content: center;
a {
color: red;
border: 1px solid #ebeef1;
width: 52px;
height: 46px;
line-height: 44px;
color: #494949;
display: inline-block;
background-color: #fff;
&:hover {
border-color: $third_color;
background-color: $third_color;
color: #fff;
z-index: 99;
position: relative;
}
+ a {
margin-left: -1px;
}
}
}
.item--holder {
padding: 30px 34px 50px;
text-align: center;
}
.item--meta {
background-color: $primary_color;
padding: 12px 20px;
margin-top: -70px;
position: relative;
z-index: 99;
margin-bottom: 18px;
border: 1px solid $primary_color;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:before {
content: '';
@include transition(.3s cubic-bezier(.24,.74,.58,1));
height: 10px;
position: absolute;
top: -9px;
left: 0;
width: 0;
background-color: $third_color;
opacity: 0;
}
}
.item--inner {
position: relative;
margin-top: 30px;
margin-bottom: 50px;
background-color: #fff;
@include box-shadow(0 0px 24px rgba(#0c0c0c, 0.09));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:hover {
@include box-shadow(0 32px 32px rgba(#0c0c0c, 0.19));
.item--meta {
background-color: #fff;
border-color: #eeeeee;
&:before {
width: 100%;
opacity: 1;
}
}
.item--title {
color: #212121;
}
.item--position {
color: #5a5a5a;
}
}
}
.slick-dots {
margin-top: 0;
top: -10px;
position: relative;
}
}
.ct-team-carousel4 {
.item--title {
margin-bottom: 2px;
font-size: 20px;
color: #fff;
@media #{$max-md} {
font-size: 18px;
}
}
.item--position {
font-size: 14px;
line-height: normal;
color: #9b9696;
}
.item--image {
img {
width: 100%;
}
}
.item--description {
font-size: 14px;
line-height: 24px;
color: #fff;
margin-bottom: 24px;
}
.item--readmore {
.btn {
line-height: 39px;
padding: 0 20px;
border-radius: 5px;
text-transform: capitalize;
}
}
.item--meta, .item--meta-hover {
position: absolute;
left: 19px;
right: 19px;
background-color: #141414;
bottom: -32px;
@include border-radius(5px);
padding: 12px 20px;
text-align: center;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--meta-hover {
background-color: rgba(#141414, 0.9);
padding-top: 28px;
padding-bottom: 28px;
@include transform(scaleY(0));
transform-origin: bottom center;
-webkit-transform-origin: bottom center;
opacity: 0;
.item--position {
margin-bottom: 11px;
}
@media #{$max-md} {
padding: 20px 15px;
}
}
.item--holder {
position: relative;
}
.item--social {
background-color: #fff;
border-color: #f0f0f0;
border-width: 1px;
border-style: solid;
@include border-radius(0 0 4px 4px);
padding: 45px 20px 17px 20px;
text-align: center;
a {
color: #494949;
display: inline-block;
margin: 0 10px;
&:hover {
@extend .text-gradient;
@include background-horizontal($gradient_color_to, $gradient_color_from);
background-color: transparent;
}
}
}
.item--inner:hover {
.item--meta {
opacity: 0;
}
.item--meta-hover {
@include transform(scaleY(1));
opacity: 1;
}
}
}
.ct-team-carousel5 {
.item--image {
position: relative;
&:before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 0%;
background-color: rgba(#01012c, 0.82);
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
}
.item--social {
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
border: 1px solid #ebeef1;
background-color: #fff;
display: flex;
flex-wrap: nowrap;
z-index: 99;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
margin-top: -60px;
a {
width: 50px;
height: 46px;
color: #494949;
line-height: 46px;
text-align: center;
position: relative;
z-index: 1;
&:before {
content: '';
position: absolute;
background-color: $primary_color;
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
z-index: -1;
opacity: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
+ a {
border-left: 1px solid #ebeef1;
}
&:hover {
color: #fff;
&:before {
opacity: 1;
}
}
}
}
.item--holder {
margin: 0 35px 30px 35px;
}
.item--meta {
background-color: #fff;
padding: 24px 20px 17px;
position: relative;
margin-top: -32px;
z-index: 99;
text-align: center;
@include box-shadow(0 12px 14px rgba(#b2b2b2, 0.1));
&:before {
content: '';
height: 8px;
width: 100%;
position: absolute;
top: 0;
left: 0;
background-color: $primary_color;
z-index: -1;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
}
.item--title {
font-family: inherit;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--position {
font-size: 16px;
color: #5a5a5a;
font-family: 'Nunito', sans-serif;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--inner {
margin-top: 15px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:hover {
@include transform(translateY(-15px));
.item--image {
&:before {
height: 100%;
}
}
.item--meta {
&:before {
height: 100%;
}
}
.item--title, .item--position {
color: #fff;
}
.item--social {
margin-top: 0;
opacity: 1;
}
}
}
.slick-dots {
margin-top: 12px;
}
}
// Progressbar
//--------------------------------------------------
.ct-progressbar1 {
.ct-progress-bar {
height: 19px;
position: relative;
width: 0;
@include transition(width 1.4s ease);
background-color: $primary_color;
@include border-radius(19px);
}
.ct-progress-holder {
position: relative;
z-index: 1;
height: 19px;
background-color: #f2f2f2;
display: flex;
flex-grow: 1;
@include border-radius(19px);
}
.ct-progress-meta {
display: flex;
align-items: center;
margin-top: 5px;
}
.ct-progress-title {
margin-right: 20px;
flex-grow: 1;
color: #191919;
}
.ct-progress-percentage {
font-weight: 700;
color: $secondary_color;
}
.ct-progress-item {
+ .ct-progress-item {
margin-top: 25px;
}
}
}
.elementor-widget-ct_progressbar + .elementor-widget-ct_progressbar {
margin-top: 20px;
}
.elementor .elementor-section.elementor-section-boxed.single-service-section > .elementor-container.elementor-column-gap-extended {
max-width: 1170px;
}
.ct-progressbar2 {
.ct-progress-bar {
height: 9px;
position: relative;
width: 0;
@include transition(width 1.4s ease);
background-color: $primary_color;
}
.ct-progress-holder {
position: relative;
z-index: 1;
height: 9px;
background-color: #ebebeb;
display: flex;
flex-grow: 1;
}
.ct-progress-title {
margin-bottom: 10px;
font-size: 17px;
}
.ct-progress-title {
margin-right: 20px;
flex-grow: 1;
color: #191919;
}
.ct-progress-percentage {
position: absolute;
bottom: 20px;
right: -16px;
width: 34px;
height: 23px;
background-color: $secondary_color;
color: #fff;
font-size: 12px;
text-align: center;
line-height: 23px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
&:before {
content: '';
border-width: 6px;
border-color: $secondary_color transparent transparent;
position: absolute;
bottom: -11px;
left: 50%;
@include transform(translate(-50%, 0));
border-style: solid;
}
}
.ct-progress-item {
+ .ct-progress-item {
margin-top: 24px;
}
}
}
.ct-progressbar3 {
.ct-progress-title {
margin-bottom: 14px;
font-size: 21px;
color: #111111;
font-family: 'Poppins', sans-serif;
font-weight: 700;
@media #{$max-md} {
font-size: 18px;
}
}
.ct-progress-bar {
height: 2px;
position: relative;
width: 0;
@include transition(width 1.4s ease);
background-color: #fff;
left: 7px;
top: 8px;
}
.ct-progress-holder {
position: relative;
z-index: 1;
height: 18px;
background-color: $primary_color;
@include border-radius(18px);
display: flex;
flex-grow: 1;
}
.ct-progress-percentage {
position: absolute;
bottom: 29px;
right: 0;
width: 34px;
height: 23px;
color: $primary_color;
font-size: 21px;
text-align: center;
font-family: 'Poppins', sans-serif;
@media #{$max-md} {
font-size: 18px;
}
}
.ct-progress-item {
+ .ct-progress-item {
margin-top: 29px;
}
}
&.style2 {
.ct-progress-title {
font-size: 18px;
color: #222;
}
.ct-progress-percentage {
font-size: 16px;
color: #383838;
}
.ct-progress-holder {
height: 7px;
.ct-progress-bar {
left: 3px;
top: 3px;
height: 1px;
.ct-progress-percentage {
bottom: 18px;
}
}
}
}
}
.ct-progressbar4 {
.ct-progress-bar {
height: 19px;
position: relative;
width: 0;
@include transition(width 1.4s ease);
background-image: url(../images/bg-progressbar1.png);
background-position: top right;
background-repeat: repeat-x;
}
.ct-progress-holder {
position: relative;
z-index: 1;
height: 19px;
@include background-horizontal($gradient_color_to, $gradient_color_from);
display: flex;
flex-grow: 1;
@include border-radius(19px);
overflow: hidden;
}
.ct-progress-meta {
display: flex;
align-items: center;
margin-top: 5px;
}
.ct-progress-title {
margin-right: 20px;
font-weight: 500;
flex-grow: 1;
color: #000000;
font-size: 15px;
}
.ct-progress-percentage {
font-weight: 500;
color: #000000;
font-size: 15px;
}
.ct-progress-item {
+ .ct-progress-item {
margin-top: 18px;
}
}
}
.ct-progressbar5 {
.ct-progress-bar {
height: 6px;
position: relative;
width: 0;
@include transition(width 1.4s ease);
background-color: $primary_color;
@include border-radius(6px);
}
.ct-progress-holder {
position: relative;
z-index: 1;
height: 6px;
background-color: #f4f4f4;
display: flex;
flex-grow: 1;
@include border-radius(6px);
}
.ct-progress-title {
margin-bottom: 7px;
font-size: 16px;
font-family: inherit;
margin-right: 20px;
flex-grow: 1;
color: #000000;
}
.ct-progress-percentage {
position: absolute;
bottom: 18px;
right: -23px;
width: 32px;
height: 20px;
background-color: $secondary_color;
color: #fff;
font-size: 12px;
text-align: center;
line-height: 20px;
font-weight: 700;
@include border-radius(3px);
&:before {
content: '';
border-width: 3px;
border-color: $secondary_color transparent transparent $secondary_color;
position: absolute;
bottom: -6px;
left: 7px;
border-style: solid;
}
}
.ct-progress-item {
+ .ct-progress-item {
margin-top: 19px;
}
}
}
// Navigation Menu
//-------------------------------------------------
.ct-navigation-menu1 {
&.default {
a {
font-size: 20px;
color: #191919;
padding: 9px 16px;
display: block;
background-color: #f5f3f0;
@media #{$max-lg} {
font-size: 16px;
}
}
li {
&.current-menu-item > a, > a:hover {
background-color: $primary_color;
color: #fff;
}
+ li {
margin-top: 11px;
}
}
}
&.style1 {
a {
font-size: 16px;
color: #ffffff;
&:before {
content: "\f105";
font-family: "Font Awesome 5 Pro";
font-weight: 400;
margin-right: 8px;
}
span {
position: relative;
&:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0px;
margin: auto;
background-color: #fff;
height: 1px;
transform-origin: right center;
-webkit-transform-origin: right center;
@include transform(scale(0, 1));
@include transition(transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85));
}
}
&:hover {
padding-left: 9px;
span:before {
transform-origin: left center;
-webkit-transform-origin: left center;
@include transform(scale(1, 1));
}
}
}
li {
margin-bottom: 15px;
}
}
}
// Recent News
//-------------------------------------------------
.ct-recent-news1 {
.item--image {
width: 80px;
min-width: 80px;
margin-right: 15px;
@media #{$max-lg} {
width: 60px;
min-width: 60px;
margin-right: 10px;
}
@media #{$max-md} {
width: 50px;
min-width: 50px;
}
}
.item--title {
margin-bottom: 6px;
font-size: 16px;
line-height: 24px;
@media #{$max-lg} {
font-size: 14px;
}
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item--date {
font-size: 12px;
color: #7f7f7f;
letter-spacing: 0.075em;
text-transform: uppercase;
font-weight: 700;
@media #{$max-lg} {
font-size: 11px;
}
@media #{$max-md} {
letter-spacing: 0.02em;
}
i {
margin-right: 8px;
color: $primary_color;
}
}
.ct-recent-new-item {
display: flex;
flex-wrap: nowrap;
padding-bottom: 23px;
margin-bottom: 23px;
border-bottom: 2px solid #e5e5e5;
}
}
.ct-recent-news2 {
.item--image {
width: 72px;
min-width: 72px;
margin-right: 18px;
img {
@include border-radius(4px);
}
@media #{$max-lg} {
width: 60px;
min-width: 60px;
margin-right: 10px;
}
@media #{$max-md} {
width: 50px;
min-width: 50px;
}
}
.item--title {
font-size: 18px;
line-height: 1.6;
color: #ffffff;
margin-bottom: 0;
font-family: 'Poppins', sans-serif;
a {
color: inherit;
&:hover {
color: $primary_color;
}
}
}
.item--date {
font-size: 14px;
color: #d2d2d2;
margin-bottom: 3px;
}
.item--meta {
margin-top: -3px;
}
.ct-recent-new-item {
display: flex;
flex-wrap: nowrap;
margin-bottom: 24px;
}
}
// Start Download
//-------------------------------------------------
.ct-download {
padding: 36px 40px 60px 40px;
background-color: $secondary_color;
z-index: 1;
position: relative;
@media #{$max-lg} {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 40px;
}
&:before {
content: '';
background-color: rgba(#000, 0.65);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.wg-title {
font-size: 22px;
color: #fff;
margin-bottom: 20px;
}
a {
font-size: 16px;
font-weight: 700;
@include font-family-heading($heading_default_font);
background-color: #fff;
padding: 15px 20px;
color: $dark_color;
display: block;
display: flex;
flex-wrap: nowrap;
align-items: center;
@media #{$max-md} {
padding-left: 15px;
padding-right: 10px;
font-size: 14px;
}
span {
flex-grow: 1;
}
i {
font-size: 22px;
margin-left: 20px;
@include transition(all 240ms linear 0ms);
color: $primary_color
}
&:hover {
background-color: $primary_color;
color: #fff;
i {
color: #fff;
}
}
}
.item--download + .item--download {
margin-top: 25px;
}
}
// Start Video
//-------------------------------------------------
.ct-video-player {
position: relative;
.ct-video-button {
display: inline-block;
}
.ct-video-holder {
position: relative;
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(#000, 0.2);
}
}
img {
width: 100%;
}
&.ct-video-style2 {
.ct-video-holder {
z-index: 1;
&:before {
background-color: rgba(#000, 0.1);
@include border-radius(20px);
}
&:after {
@include border-radius(75px);
content: '';
position: absolute;
top: 5px;
left: 30px;
right: 30px;
bottom: 5px;
background-color: $third_color;
@include transform(rotate(24deg));
z-index: -1;
}
}
.ct-video-image-bg, img {
@include border-radius(20px);
@include box-shadow(0 3px 24px rgba(#0c0c0c, 0.22));
}
}
&.ct-video-style4 {
.ct-video-holder {
@include border-radius(6px);
overflow: hidden;
&:before {
@include background-gradient-top(rgba(#000, 0.8), rgba(#000, 0));
background-color: transparent;
top: auto;
bottom: 0;
height: 80%;
}
}
}
}
.ct-video-button {
position: relative;
.line-video-animation {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid rgba(#fff, 0.4);
@include border-radius(60px);
animation: squares 3.9s linear 0s infinite;
-webkit-animation: squares 3.9s linear 0s infinite;
-ms-animation: squares 3.9s linear 0s infinite;
-o-animation: squares 3.9s linear 0s infinite;
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
opacity: 0;
&.line-video-2 {
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;
}
&.line-video-3 {
-webkit-animation-delay: 2.6s;
-moz-animation-delay: 2.6s;
-o-animation-delay: 2.6s;
animation-delay: 2.6s;
}
}
&.img-active {
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
z-index: 99;
}
&.style1 {
height: 86px;
width: 86px;
background-color: rgba(#fff, 0.7);
@include border-radius(100%);
color: $primary_color;
text-align: center;
line-height: 86px;
font-size: 22px;
&:before {
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(#fff, 0.63);
border-radius: 50%;
animation: pulse-border2 1500ms ease-out infinite;
-webkit-animation: pulse-border2 1500ms ease-out infinite;
z-index: -2;
}
&:after {
display: block;
content: '';
background-color: inherit;
background-image: inherit;
@include border-radius(inherit);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
&:hover, &:focus {
&:before {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
}
}
&.style2 {
width: 106px;
height: 106px;
background-color: $primary_color;
@include border-radius(106px);
line-height: 106px;
text-align: center;
color: #fff;
font-size: 32px;
&:before {
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(#fff, 0.63);
border-radius: 50%;
animation: pulse-border2 1500ms ease-out infinite;
-webkit-animation: pulse-border2 1500ms ease-out infinite;
z-index: -2;
}
&:after {
display: block;
content: '';
background-color: inherit;
background-image: inherit;
@include border-radius(inherit);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
&:hover, &:focus {
&:before {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
}
}
&.style3 {
width: 110px;
height: 110px;
background-color: #fff;
@include border-radius(110px);
line-height: 110px;
text-align: center;
color: $primary_color;
font-size: 28px;
.line-video-animation {
display: block;
}
&:hover, &:focus {
color: #fff;
.line-video-animation {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
}
}
&.style4 {
height: 80px;
width: 80px;
background-color: $primary_color;
@include border-radius(100%);
color: #fff;
text-align: center;
line-height: 80px;
font-size: 18px;
&:before {
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba($primary_color_hex, 0.54);
border-radius: 50%;
animation: pulse-border2 1500ms ease-out infinite;
-webkit-animation: pulse-border2 1500ms ease-out infinite;
z-index: -2;
}
&:after {
display: block;
content: '';
background-color: inherit;
background-image: inherit;
@include border-radius(inherit);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
&:hover, &:focus {
&:before {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
}
}
&.style5 {
height: 70px;
width: 70px;
background-color: $primary_color;
@include border-radius(100%);
color: #fff;
text-align: center;
line-height: 70px;
font-size: 18px;
position: relative;
z-index: 1;
&:before {
content: "";
position: absolute;
z-index: 0;
left: 0;
top: 0;
display: block;
width: 100%;
height: 100%;
background-color: rgba(#fff, 0.63);
border-radius: 50%;
animation: pulse-border2 1500ms ease-out infinite;
-webkit-animation: pulse-border2 1500ms ease-out infinite;
z-index: -2;
}
&:after {
display: block;
content: '';
background-color: inherit;
background-image: inherit;
@include border-radius(inherit);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
&:hover, &:focus {
&:before {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
}
}
}
.ct-video-player2 {
position: relative;
padding-bottom: 142px;
padding-left: 200px;
padding-right: 50px;
@media #{$max-md} {
padding-left: 80px;
padding-right: 0;
}
.ct-video-image1 {
img {
width: 100%;
}
}
.ct-video-image2 {
position: absolute;
left: 0;
bottom: 0;
border: 12px solid #fff;
}
.ct-video-button {
height: 140px;
width: 140px;
@include border-radius(12px);
background-color: $secondary_color;
line-height: 140px;
text-align: center;
color: #fff;
position: absolute;
bottom: 55px;
right: 0;
font-size: 20px;
&:hover, &:focus {
background-color: $primary_color;
}
}
}
// Fancy Box
//-------------------------------------------------
.ct-fancy-box-layout1 {
&.style1 {
padding-left: 15px;
border-left: 1px solid #b2b2b2;
.item--meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-bottom: 11px;
.item--icon {
line-height: 1;
margin-right: 15px;
i {
font-size: 35px;
color: $primary_color;
}
img {
max-height: 40px;
}
svg {
height: 35px;
fill: $primary_color;
}
}
.item--title {
margin-bottom: 0;
font-size: 18px;
}
}
.item--description {
font-size: 15px;
line-height: 24px;
color: #191919;
}
}
&.style2 {
.item--icon {
line-height: 1;
margin-bottom: 10px;
i {
font-size: 36px;
color: $primary_color;
}
svg {
height: 36px;
}
}
.item--title {
font-size: 20px;
margin-bottom: 11px;
}
.item--description {
color: #4f4f4f;
font-size: 15px;
line-height: 22px;
}
}
}
.ct-fancy-box-layout2 {
padding: 30px 22px;
background-color: #fff;
@include border-radius(12px);
@include box-shadow(0 11px 43px rgba(#07576b, 0.1));
@media #{$max-md} {
padding-left: 15px;
padding-right: 15px;
}
.item--icon {
line-height: 1;
margin-bottom: 19px;
img {
max-height: 65px;
width: auto;
}
i {
font-size: 65px;
color: $primary_color;
}
svg {
height: 65px;
fill: $primary_color;
}
}
.item--title {
margin-bottom: 9px;
font-size: 20px;
line-height: 28px;
@media #{$max-md} {
font-size: 16px;
line-height: 26px;
}
}
.item--description {
font-size: 16px;
line-height: 24px;
color: #4f4f4f;
@media #{$max-sm} {
margin-bottom: 10px;
}
}
.item--link {
text-align: right;
a {
width: 29px;
height: 29px;
color: #ababab;
display: inline-block;
border-radius: 30px;
text-align: center;
line-height: 29px;
font-size: 17px;
position: relative;
overflow: hidden;
i {
display: inline-block;
}
&:hover i {
-o-animation: toRightFromLeft 0.3s forwards;
-ms-animation: toRightFromLeft 0.3s forwards;
-webkit-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
}
}
&:hover .item--link a {
background-color: $third_color;
color: #fff;
}
}
.ct-fancy-box-layout3 {
.item--icon {
line-height: 1;
margin-bottom: 20px;
i {
font-size: 63px;
color: $primary_color;
}
img {
max-height: 63px;
width: auto;
}
svg {
height: 63px;
}
}
.item--title {
font-size: 20px;
line-height: 28px;
margin-bottom: 10px;
}
.item--description {
font-size: 16px;
line-height: 24px;
}
.item--link a {
display: block;
line-height: 39px;
background-color: $primary_color;
text-align: center;
color: #fff;
padding: 0 20px;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
clip: rect(1px, 1px, 1px, 1px);
@include transform(scaleY(0));
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
visibility: hidden;
i {
margin-left: 8px;
font-size: 16px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
&:hover i {
margin-left: 14px;
}
}
.item--holder {
background-color: #fff;
padding: 33px 25px 47px 30px;
@include box-shadow(0 11px 43px rgba(#07576b, 0.1));
}
&:hover {
.item--icon {
animation: icon-bounce 1.2s ease-out infinite;
-webkit-animation: icon-bounce 1.2s ease-out infinite;
}
.item--link a {
visibility: visible;
opacity: 1;
clip: inherit;
@include transform(scaleY(1));
}
}
}
.ct-fancy-box-layout4 {
&.style1 {
.item--icon {
width: 61px;
height: 63px;
position: relative;
min-width: 61px;
color: #fff;
background-color: $primary_color;
margin-right: 22px;
* {
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
}
i {
font-size: 24px;
}
img {
max-height: 45px;
width: auto;
}
svg {
height: 26px;
}
}
.item--title {
margin-top: -4px;
margin-bottom: 5px;
font-size: 24px;
}
.item--holder {
display: flex;
flex-wrap: nowrap;
}
}
&.style2 {
.item--icon {
line-height: 1;
margin-right: 24px;
i {
font-size: 66px;
color: $primary_color;
}
}
.item--title {
font-size: 22px;
color: #fff;
margin-bottom: 8px;
font-family: inherit;
}
.item--description {
font-size: 16px;
line-height: 24px;
color: #aaaaaa;
}
.item--holder {
display: flex;
flex-wrap: nowrap;
}
}
}
.ct-fancy-box-layout5 {
text-align: center;
.item--title {
font-size: 24px;
line-height: 1.375;
color: #111111;
margin-bottom: 16px;
font-family: 'Poppins', sans-serif;
@media #{$max-md} {
font-size: 22px;
}
}
.item--image {
position: relative;
img {
@include border-radius(8px);
width: 100%;
}
}
.item--icon {
@include transition(.3s cubic-bezier(.24,.74,.58,1));
height: 120px;
width: 120px;
background: $primary_color;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
@include border-radius(120px);
color: #fff;
@include transform(translateY(40px));
z-index: 99;
@media #{$max-md} {
height: 90px;
width: 90px;
}
i {
font-size: 48px;
@media #{$max-md} {
font-size: 42px;
}
}
}
.item--title-box {
background: $secondary_color;
margin: -30px 30px 0 30px;
@include border-radius(8px);
padding: 60px 30px 25px 30px ;
position: relative;
font-size: 24px;
line-height: 1.375;
font-weight: 700;
font-family: 'Poppins', sans-serif;
color: #fff;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@include transform(translateY(20px));
opacity: 0;
@media #{$max-md} {
font-size: 18px;
padding-left: 20px;
padding-right: 20px;
}
}
&:hover {
.item--icon {
@include transform(translateY(10px));
background: #fff;
color: #111;
}
.item--title-box {
@include transform(translateY(0px));
opacity: 1;
}
}
}
.ct-fancy-box-layout6 {
background-color: #fff;
padding: 40px 35px;
text-align: center;
@include box-shadow(0 1px 18px rgba(#000000, 0.11));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:hover {
@include box-shadow(0 2px 10px rgba(#000000, 0.26));
@include transform(translateY(-12px));
}
.item--icon i {
font-size: 60px;
color: $primary_color;
}
.item--title {
font-size: 20px;
font-family: 'Poppins', sans-serif;
}
.item--description {
color: #000;
margin-left: -5px;
margin-right: -5px;
}
.item--icon {
margin-bottom: 15px;
}
}
.ct-fancy-box-layout7 {
background-color: #000;
@include border-radius(20px);
padding: 42px 38px;
position: relative;
z-index: 1;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@media #{$max-lg} {
padding-left: 30px;
padding-right: 30px;
}
@media #{$max-md} {
padding-left: 20px;
padding-right: 15px;
}
&:before {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
@include background-horizontal($gradient_color_to, $gradient_color_from);
z-index: -2;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@include border-radius(20px);
opacity: 0;
}
&:after {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
z-index: -1;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
background-image: url(../images/bg-fancybox1.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
@include border-radius(20px);
opacity: 0;
}
.item--icon {
line-height: 1;
margin-right: 18px;
i {
font-size: 43px;
@extend .text-gradient;
@include background-horizontal($gradient_color_to, $gradient_color_from);
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
}
.item--title {
margin-bottom: 0;
font-size: 22px;
color: #fff;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@media #{$max-md} {
font-size: 20px;
}
}
.item--description {
color: #bdbdbd;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@media #{$max-md} {
font-size: 14px;
}
}
.item--link {
margin-top: 12px;
a {
font-size: 15px;
color: #fff;
font-weight: 700;
font-family: 'Poppins', sans-serif;
display: inline-flex;
align-items: center;
i {
font-size: 18px;
margin-left: 13px;
@extend .text-gradient;
@include background-horizontal($gradient_color_to, $gradient_color_from);
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
&:hover i {
animation: icon-bounce-right 800ms ease-out infinite;
-webkit-animation: icon-bounce-right 800ms ease-out infinite;
}
}
}
.item--meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-bottom: 20px;
}
&:hover {
&:before, &:after {
opacity: 1;
}
.item--title, .item--link a {
color: #000;
}
.item--description {
color: #1f1f26;
}
.item--icon i, .item--link a i {
@include background-horizontal(#fff, #fff);
}
}
}
.ct-fancy-box-layout8 {
@include border-radius(12px);
background-color: #fff;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
.item--image {
position: relative;
img {
width: 100%;
@include border-radius(12px);
}
}
.item--icon {
background-color: #fff;
@include border-radius(118px);
width: 118px;
height: 118px;
position: absolute;
left: 50%;
bottom: -59px;
@include transform(translate(-50%, 0));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@media #{$max-md} {
height: 90px;
width: 90px;
bottom: -45px;
}
i {
font-size: 42px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
color: $primary_color;
@media #{$max-md} {
font-size: 36px;
}
}
}
.item--title {
font-size: 24px;
margin-bottom: 16px;
}
.item--holder {
padding: 48px 25px 37px;
text-align: center;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
&:hover {
@include box-shadow(0 5px 42px rgba(#000000, 0.15));
@include transform(translate(0, 0px));
margin-top: -28px;
.item--icon {
background-color: $primary_color;
@include box-shadow(0 5px 42px rgba(#000000, 0.12));
i {
color: #fff !important;
}
}
.item--holder {
padding-top: 76px;
}
}
}
.ct-fancy-box-layout9 {
display: flex;
flex-wrap: nowrap;
background-color: #fff;
padding: 50px 40px 46px 50px;
@include border-radius(15px);
@include box-shadow(0 5px 40px rgba(#000000, 0.05));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@media #{$max-md} {
padding-left: 30px;
padding-right: 30px;
}
@media #{$max-xs} {
display: block;
text-align: center;
}
&:hover {
@include transform(translate(0, -12px));
}
.item--icon {
margin-right: 28px;
width: 80px;
height: 80px;
min-width: 80px;
background-color: #0054a6;
@include border-radius(80px);
position: relative;
@media #{$max-md} {
margin-right: 18px;
}
@media #{$max-xs} {
margin-right: auto;
margin-left: auto;
margin-bottom: 22px;
}
i {
font-size: 32px;
color: #fff;
}
}
.item--holder {
h6 {
margin-bottom: 5px;
font-size: 16px;
text-transform: uppercase;
color: $primary_color;
font-weight: 700;
}
.item--title {
font-size: 24px;
color: #222;
margin-bottom: 16px;
}
}
}
.ct-gallery-carousel1 {
a img {
width: 100%;
@include border-radius(5px);
}
.ct-slick-carousel[data-arrows="true"] {
padding: 0;
.slick-arrow {
bottom: auto;
top: 50%;
@include transform(translate(0, -50%));
margin: 0;
&.slick-prev {
left: 35px;
}
&.slick-next {
right: 35px;
left: auto;
}
}
}
}
// Start Cccordion
//-------------------------------------------------
.ct-accordion {
.ct-ac-content {
display: none;
}
&.layout1 {
.ct-ac-title {
font-size: 18px;
color: #191919;
@include transition(all 300ms linear 0ms);
font-weight: 500;
position: relative;
cursor: pointer;
a {
padding: 18px 55px 18px 35px;
display: block;
color: inherit;
@media #{$max-sm} {
padding-left: 25px;
}
&:before {
content: '+';
position: absolute;
top: 50%;
right: 35px;
@include transform(translate(0, -50%));
@media #{$max-sm} {
right: 25px;
}
}
}
cite {
font-style: normal;
color: $primary_color;
}
}
.ct-ac-content {
padding: 0 55px 32px 35px;
color: #646464;
@media #{$max-sm} {
padding-left: 25px;
}
}
.ct-accordion-item {
@include transition(all 300ms linear 0ms);
@include border-radius(0px);
background-color: #fff;
position: relative;
@include box-shadow(0 0 16px rgba(#000000, 0.05));
+ .ct-accordion-item {
margin-top: 27px;
}
&.active .ct-ac-title a:before {
content: '-';
font-size: 24px;
}
}
}
&.layout2 {
.ct-ac-title {
background-color: #fff;
padding: 18px 40px 18px 19px;
position: relative;
cursor: pointer;
font-size: 18px;
font-weight: 700;
color: #000000;
@include box-shadow(0 2px 32px rgba(#0c0c0c, 0.08));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:after {
content: '+';
font-weight: 500;
width: 25px;
height: 25px;
font-size: 18px;
font-family: 'Poppins', sans-serif;
color: #fff;
line-height: 25px;
text-align: center;
background-color: $primary_color;
position: absolute;
top: 50%;
right: 19px;
@include transform(translate(0, -50%));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
&.active {
@include box-shadow(none);
background-color: $primary_color;
color: #fff;
&:after {
content: '-';
background-color: #fff;
color: #090909;
}
}
}
.ct-ac-content {
color: #6e6e6e;
padding: 15px 19px 4px;
}
.ct-accordion-item + .ct-accordion-item {
margin-top: 19px;
}
}
}
// Team Carousel
//-------------------------------------------------
.ct-team-carousel1 {
.item--title {
font-size: 20px;
@media #{$max-lg} {
font-size: 18px;
}
}
.item--position {
font-size: 16px;
color: #5a5a5a;
@media #{$max-lg} {
font-size: 14px;
}
}
.item--holder {
padding: 12px 15px;
background-color: #fff;
border: 1px solid #ececec;
text-align: center;
}
.item--image {
position: relative;
border-bottom: 10px solid $primary_color;
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
background-color: rgba(#000, 0.57);
opacity: 0;
}
img {
width: 100%;
}
+ .item--holder {
border-top: none;
}
}
.item--social {
position: absolute;
bottom: 40px;
left: 50%;
@include transform(translate(-50%, 0));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
display: flex;
z-index: 99;
a {
width: 40px;
height: 37px;
line-height: 37px;
font-size: 15px;
color: #494949;
background-color: #fff;
text-align: center;
display: inline-block;
@media #{$max-lg} {
width: 37px;
}
&:hover {
background-color: $primary_color;
color: #fff;
}
}
}
.item--inner {
margin-top: 15px;
margin-bottom: 30px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:hover {
@include transform(translateY(-11px));
@include box-shadow(0 11px 32px rgba(#0c0c0c, 0.19));
.item--social {
bottom: 20px;
opacity: 1;
}
.item--image:before {
opacity: 1;
}
}
}
.ct-slick-carousel {
margin: 0 -10px 0 -10px;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
.slick-list {
overflow: visible;
}
}
.slick-slide {
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
&.slick-active {
opacity: 1;
}
}
}
.ct-testimonial-grid1 {
.item-rating {
font-size: 14px;
display: inline-block;
@extend .text-gradient;
@include background-gradient-top(#f5b011, #f6bc21);
margin-bottom: 9px;
}
.item--description {
font-weight: 500;
color: #353535;
margin-bottom: 24px;
}
.item--image {
width: 80px;
min-width: 80px;
margin-right: 16px;
@media #{$max-xs} {
width: 60px;
min-width: 60px;
}
img {
@include border-radius(80px);
@include box-shadow(0 7px 18px rgba(#000000, 0.26));
}
}
.item--title {
font-size: 16px;
margin-bottom: 4px;
}
.item--position {
font-size: 15px;
color: #6e6e6e;
}
.item--holder {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.item--inner {
background-color: #f5f3f0;
margin-bottom: 44px;
position: relative;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
padding: 44px 38px 50px 38px;
@media #{$max-lg} {
padding-left: 20px;
padding-right: 20px;
}
@media #{$max-xs} {
padding: 34px 20px 40px 20px;
}
&:before {
content: '';
width: 0;
position: absolute;
left: 0;
right: 0;
height: 5px;
bottom: 0;
background-color: $primary_color;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
margin: auto;
}
&:hover {
@include box-shadow(0 24px 35px rgba(#000000, 0.16));
&:before {
width: 100%;
}
}
}
}
.ct-testimonial-carousel1 {
display: block !important;
.item--description {
font-weight: 500;
color: #353535;
margin-bottom: 27px;
}
.item--image {
width: 80px;
min-width: 80px;
margin-right: 16px;
@media #{$max-xs} {
width: 60px;
min-width: 60px;
}
img {
@include border-radius(80px);
@include box-shadow(0 7px 18px rgba(#000000, 0.26));
}
}
.item--title {
font-size: 16px;
margin-bottom: 4px;
}
.item--position {
font-size: 15px;
color: #6e6e6e;
}
.item--holder {
display: flex;
flex-wrap: nowrap;
align-items: center;
padding-bottom: 25px;
}
.item--inner {
margin-bottom: 30px;
}
.slick-dots {
margin: 0;
position: absolute;
bottom: 30px;
right: 30px;
display: block !important;
li {
margin: 9px 0;
}
}
&.style2 {
.item--description {
font-weight: normal;
padding-left: 30px;
border-left: 3px solid $primary_color;
}
.item--title {
font-family: inherit;
}
.item--position {
color: $primary_color;
}
.item--holder {
padding-left: 33px;
padding-bottom: 4px;
}
.item--inner {
margin-top: 30px;
}
.ct-slick-carousel[data-dots="true"] {
padding-left: 80px;
@media #{$max-md} {
padding-left: 50px;
}
@media #{$max-md} {
padding-left: 35px;
}
.slick-dots {
right: auto;
left: 20px;
bottom: auto;
top: 50%;
@include transform(translate(0, -50%));
}
}
}
}
.ct-testimonial-carousel2 {
.item--description {
color: #ffffff;
margin-bottom: 20px;
font-size: 16px;
line-height: 24px;
}
.item--image {
width: 60px;
min-width: 60px;
margin-right: 15px;
img {
@include border-radius(80px);
@include box-shadow(0 7px 18px rgba(#000000, 0.26));
}
}
.item--title {
font-size: 20px;
margin-bottom: 4px;
color: #fff;
}
.item--position {
font-size: 15px;
color: $primary_color;
font-style: italic;
}
.item--holder {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.slick-dots {
justify-content: flex-end;
margin-top: 0;
margin-right: 10px;
}
}
.ct-testimonial-carousel3 {
.item--title {
font-family: 'Poppins', sans-serif;
margin-bottom: 0;
font-size: 16px;
text-transform: uppercase;
}
.item--position {
font-size: 14px;
color: #999999;
}
.item--image {
margin-right: 18px;
min-width: 50px;
img {
@include border-radius(50px);
}
}
.item--holder {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.item--description {
line-height: 1.75;
color: #666666;
margin-bottom: 24px;
h4 {
margin-bottom: 16px;
font-family: 'Poppins', sans-serif;
font-size: 24px;
}
}
.item--inner {
padding-left: 58px;
border-bottom: 1px solid #9eb8ce;
margin-bottom: 30px;
padding-bottom: 30px;
position: relative;
&:before {
content: '\f10d';
font-family: "Font Awesome 5 Pro";
position: absolute;
top: -10px;
left: 0;
color: $primary_color;
font-size: 40px;
font-weight: 900;
}
}
.slick-active + .slick-active .item--inner {
border-bottom: none;
}
}
.ct-testimonial-carousel4 {
text-align: center;
.item--description {
max-width: 515px;
margin: 0 auto;
color: #353535;
font-weight: 500;
position: relative;
padding-top: 62px;
svg {
height: 40px;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
}
}
.item--title {
margin-bottom: 5px;
font-size: 16px;
font-weight: 600;
}
.item--position {
font-size: 15px;
color: #6e6e6e;
}
.item--image {
margin: 10px auto 15px auto;
display: inline-block;
max-width: 80px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0.4;
img {
@include border-radius(70px);
border: 4px solid #fff;
@include box-shadow(0 7px 15px rgba(#000000, 0.28));
}
}
.slick-list {
padding-left: 0 !important;
padding-right: 0 !important;
}
.ct-slick-nav {
padding-top: 40px;
.item--image {
cursor: pointer;
}
.item--meta {
opacity: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.slick-slide {
opacity: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&.slick-active {
opacity: 1;
}
}
.item--inner:hover .item--image {
opacity: 1;
}
.slick-center {
.item--image, .item--meta {
opacity: 1;
}
}
}
.ct-slick-carousel {
.item--inner {
position: relative;
padding-bottom: 40px;
}
}
.ct-slick-divider {
position: relative;
height: 1px;
max-width: 1018px;
margin: auto;
&:before, &:after {
content: '';
position: absolute;
bottom: 0;
width: calc(50% - 15px);
width: -webkit-calc(50% - 15px);
height: 1px;
background-color: #d5d3d3;
}
&:before {
left: 0;
}
&:after {
right: 0;
}
span {
width: 24px;
height: 24px;
border-style: solid;
border-width: 0 1px 1px 0;
border-color: #d5d3d3;
position: absolute;
top: -12px;
left: 0;
right: 0;
margin: auto;
transform: rotate(45deg);
}
}
}
.ct-testimonial-carousel5 {
text-align: center;
.item--description {
font-size: 18px;
color: #353535;
line-height: 30px;
margin-bottom: 27px;
}
.item--image {
display: inline-block;
img {
max-width: 80px;
@include border-radius(80px);
@include box-shadow(0 7px 16px rgba(#000000, 0.28));
}
}
.item--title {
font-size: 16px;
}
.item--position {
color: #6e6e6e;
font-size: 15px;
}
.slick-dots {
margin-top: 40px;
}
}
.ct-testimonial-carousel6 {
.item--description {
color: #666666;
line-height: 1.625;
margin-bottom: 30px;
}
.item--image {
margin-right: 20px;
width: 60px;
min-width: 60px;
img {
@include border-radius(60px);
}
}
.item--title {
margin-bottom: 6px;
font-size: 21px;
color: #222222;
@media #{$max-sm} {
font-size: 18px;
}
}
.item--position {
color: #666666;
}
.item--holder {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.item--inner {
background-color: #fff;
padding: 40px;
@include border-radius(15px);
margin-bottom: 30px;
@include box-shadow(0 5px 30px rgba(#000, 0.06));
position: relative;
@media #{$max-lg} {
padding-left: 30px;
}
svg {
position: absolute;
bottom: 45px;
right: 45px;
height: 46px;
@include transform(scaleX(-1));
path {
fill: $primary_color;
}
@media #{$max-lg} {
right: 20px;
bottom: 20px;
height: 32px;
}
}
}
.slick-slide {
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
&.slick-active {
opacity: 1;
}
}
.ct-carousel-inner {
margin: 0 -30px;
.slick-slide {
padding: 0 30px;
}
}
.slick-list {
padding-top: 30px;
@media #{$max-lg} {
padding-bottom: 50px;
}
}
.slick-dots {
margin: 0;
@media #{$min-xxl} {
position: absolute;
bottom: 23px;
right: -32px;
width: 31px;
height: auto;
display: block;
}
}
}
.ct-testimonial-wrap1 {
background-color: rgba(#000, 0.8);
padding: 53px 60px 58px 62px;
max-width: 620px;
@media #{$max-sm} {
padding: 40px 20px 40px 20px;
}
.ct-heading .item--title {
color: #fff;
margin-bottom: 20px;
@media #{$max-sm} {
font-size: 28px;
}
}
}
.ct-banner1 {
.ct-banner-meta {
position: absolute;
left: 0;
top: 50%;
@include transform(translate(0, -50%));
max-width: 185px;
width: 100%;
text-align: center;
color: #fff;
.ct-banner-meta-inner {
padding: 30px 20px;
background-color: rgba($primary_color_hex, 0.9);
background-blend-mode: multiply;
}
}
.ct-banner-number {
line-height: 1;
font-size: 65px;
font-weight: 700;
@include font-family-heading($heading_default_font);
display: inline-flex;
position: relative;
margin-bottom: 6px;
.ct-counter-number-value + span {
position: absolute;
top: -7px;
right: -15px;
font-size: 36px;
font-weight: 400;
}
}
.ct-banner-title {
font-size: 17px;
line-height: 26px;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: 500;
}
.ct-banner-inner {
position: relative;
padding-left: 90px;
@media #{$max-md} {
padding-left: 40px;
}
img {
width: 100%;
}
}
}
.banner-dots {
position: absolute;
top: 15px;
right: 15px;
width: 40px;
height: 40px;
i {
width: 10px;
height: 10px;
background-color: rgba(#0e0e0e, 0.32);
position: absolute;
@include border-radius(10px);
&:nth-child(1) {
top: 0;
right: 0;
}
&:nth-child(2) {
top: 0;
right: 15px;
}
&:nth-child(3) {
top: 0;
right: 30px;
}
&:nth-child(4) {
top: 15px;
right: 0px;
}
&:nth-child(5) {
top: 30px;
right: 0px;
}
&:nth-child(6) {
top: 15px;
right: 15px;
}
}
}
.ct-banner2 {
.ct-banner-image1 {
width: 100%;
}
.ct-banner-number {
width: 100%;
background-color: $primary_color;
max-width: 168px;
padding: 29px 28px;
letter-spacing: -0.01em;
font-weight: 700;
color: #fff;
position: absolute;
top: 0;
left: 0;
@media #{$max-md} {
padding: 20px 14px;
max-width: 128px;
}
&:before {
content: '';
position: absolute;
bottom: 0;
right: -14px;
border-style: solid;
border-width: 7px;
border-color: transparent transparent $primary_color $primary_color;
}
.ct-counter-number-value {
color: #fff;
line-height: 1;
font-size: 60px;
display: block;
@include font-family-heading($heading_default_font);
margin-bottom: 3px;
@media #{$max-md} {
font-size: 40px;
}
}
.ct-number-label {
display: block;
font-size: 20px;
line-height: 1.2;
@media #{$max-md} {
font-size: 16px;
}
}
}
.ct-banner-title {
font-size: 24px;
margin-bottom: 9px;
@media #{$max-md} {
font-size: 20px;
}
}
.ct-banner-desc {
font-size: 15px;
line-height: 22px;
color: #4f4f4f;
}
.item--icon {
line-height: 1;
margin-right: 15px;
min-width: 54px;
@media #{$max-md} {
min-width: 40px;
}
i {
font-size: 65px;
color: $primary_color;
}
svg {
height: 65px;
}
}
.ct-banner-holder {
padding: 0 18px;
margin-top: -87px;
position: relative;
z-index: 99;
.ct-banner-holder-inner {
background-color: #fff;
padding: 24px 30px 34px 30px;
display: flex;
flex-wrap: nowrap;
@include box-shadow(0 8px 65px rgba(#0c0c0c, 0.19));
position: relative;
@include border-radius(30px 30px 0 0);
@media #{$max-md} {
padding-left: 20px;
padding-right: 15px;
}
}
}
.ct-banner-inner {
position: relative;
padding-left: 45px;
padding-top: 48px;
@media #{$max-sm} {
padding-left: 15px;
padding-top: 50px;
}
}
}
.ct-banner3 {
.ct-banner-holder {
padding: 0 40px;
@media #{$max-lg} {
padding-left: 25px;
padding-right: 25px;
}
}
.ct-banner-meta {
background-color: #fff;
@include border-radius(0 10px 35px rgba(#000, 0.06));
text-align: center;
@include border-radius(10px);
position: relative;
margin-top: -95px;
z-index: 99;
padding: 20px 20px 25px;
}
.ct-banner-title {
margin-bottom: 7px;
font-size: 24px;
font-family: inherit;
}
.ct-banner-sub-title {
color: $primary_color;
font-size: 17px;
margin-bottom: 3px;
}
.ct-banner-desc {
font-size: 16px;
line-height: 20px;
}
.ct-banner-inner {
img {
width: 100%;
@include border-radius(10px);
}
}
}
.ct-banner4 {
.ct-banner-inner {
padding-top: 72px;
padding-right: 66px;
position: relative;
z-index: 1;
@media #{$max-md} {
padding-top: 32px;
padding-right: 36px;
}
&:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 38px;
@include border-radius(20px);
background-color: #eef3fc;
min-width: 220px;
width: 56%;
z-index: -1;
}
img {
width: 100%;
@include border-radius(10px);
}
}
}
.ct-history-carousel1 {
.item--image {
display: inline-block;
margin: 0 auto;
background-color: #fff;
width: 113px;
height: 128px;
position: relative;
z-index: 1;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
.item--mask {
content: '';
width: 100%;
height: 100%;
mask-image: url(../images/bg-history.png);
-webkit-mask-image: url(../images/bg-history.png);
-ms-mask-image: url(../images/bg-history.png);
-o-mask-image: url(../images/bg-history.png);
position: absolute;
top: 0;
left: 0;
-webkit-mask-repeat: no-repeat;
-ms-mask-repeat: no-repeat;
-o-mask-repeat: no-repeat;
-webkit-mask-position: center top;
-ms-mask-position: center top;
-o-mask-position: center top;
mask-position: center top;
display: inline-block;
}
}
.item--title {
font-size: 20px;
line-height: 26px;
margin-top: 17px;
margin-bottom: 12px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--year {
font-size: 20px;
color: #fff;
font-weight: 700;
@include font-family-heading($heading_default_font);
line-height: 54px;
position: relative;
background-color: $primary_color;
margin: 11px 24px 0;
&:before {
content: '';
border-color: transparent transparent transparent $primary_color;
border-width: 27px;
border-style: solid;
position: absolute;
top: 0;
right: -54px;
}
span {
&:before, &:after {
content: '';
border-width: 27px;
border-style: solid;
position: absolute;
left: -27px;
}
&:before {
top: 0;
border-color: $primary_color $primary_color transparent transparent;
}
&:after {
bottom: 0;
border-color: transparent $primary_color $primary_color transparent;
}
}
}
.item--description {
font-size: 15px;
line-height: 22px;
color: #6a6a6a;
}
.item--inner {
text-align: center;
margin-top: 15px;
&:hover {
.item--title {
color: $primary_color;
}
.item--image {
animation: icon-bounce 800ms ease-out infinite;
-webkit-animation: icon-bounce 800ms ease-out infinite;
}
}
}
.ct-slick-carousel[data-arrows="true"] {
padding: 0 80px;
z-index: 1;
@media #{$max-lg} {
padding-left: 60px;
padding-right: 60px;
}
@media #{$max-sm} {
padding-left: 45px;
padding-right: 45px;
}
&:before {
content: '';
height: 0;
left: 15px;
right: 15px;
z-index: -1;
border-bottom: 2px dotted #cec7b9;
position: absolute;
top: 188px;
}
.slick-arrow {
margin: 0;
top: 173px;
transform: translate(0, 0);
bottom: auto;
height: 30px;
width: 30px;
background-color: #c8c0b0;
border: 3px solid #c8c0b0;
color: #fff;
&.slick-prev {
left: 0;
right: auto;
@media #{$max-lg} {
left: 15px;
}
}
&.slick-next {
left: auto;
right: 0;
@media #{$max-lg} {
right: 15px;
}
}
&:hover {
color: #191919;
border-color: $primary_color;
background-color: #fff;
}
}
}
}
.ct-counter {
.ct-counter-number {
font-size: 36px;
line-height: 1;
@include font-family-heading($heading_default_font);
font-weight: 700;
display: inline-flex;
align-items: center;
.ct-counter-number-prefix {
margin-right: 8px;
}
.ct-counter-number-suffix {
margin-left: 8px;
}
.ct-dashed-icon {
margin-right: 10px;
}
}
}
.ct-counter-layout1 {
.ct-counter-number {
color: #fff;
margin-bottom: 8px;
}
.ct-counter-title {
font-size: 22px;
color: #fff;
margin-bottom: 6px;
}
.ct-counter-inner {
background-color: rgba(#000, 0.27);
padding: 38px 48px 33px;
color: #eaeaea;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
@media #{$max-lg} {
padding-left: 30px;
padding-right: 30px;
}
&:hover {
@include transform(translateY(-12px));
}
}
}
.ct-counter-layout2 {
.ct-counter-number {
color: $third_color;
margin-bottom: 9px;
}
.ct-counter-number-prefix {
margin-right: 4px;
}
.ct-counter-number-suffix {
margin-left: 4px;
}
.ct-counter-title {
font-size: 18px;
font-weight: 700;
color: #212121;
margin-bottom: 8px;
}
.ct-counter-desc {
font-size: 16px;
line-height: 24px;
color: #4f4f4f;
}
}
.ct-counter-layout3 {
.ct-counter-title {
font-family: 'Poppins', sans-serif;
font-size: 21px;
line-height: 1.428;
text-transform: uppercase;
color: #fff;
font-weight: 700;
@media #{$max-lg} {
font-size: 16px;
}
}
.ct-counter-inner {
background-color: $primary_color;
padding: 48px 70px;
@media #{$max-lg} {
padding-left: 20px;
padding-right: 20px;
}
}
.ct-counter-icon {
line-height: 1;
margin-right: 30px;
i {
font-size: 60px;
color: #fff;
}
@media #{$max-lg} {
margin-right: 20px;
i {
font-size: 40px;
}
}
}
.ct-counter-number {
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #fff;
font-size: 60px;
@media #{$max-lg} {
font-size: 40px;
}
.ct-counter-number-suffix {
margin: 0;
}
}
.ct-counter-meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-bottom: 18px;
}
&.style2 {
.ct-counter-title {
text-transform: capitalize;
}
.ct-counter-inner {
padding: 0;
background-color: transparent;
}
}
}
.ct-counter-layout4 {
display: inline-block;
text-align: left;
.ct-counter-icon {
line-height: 1;
margin-right: 20px;
i {
font-size: 36px;
color: $primary_color;
&.flaticon {
margin-right: -12px;
}
}
}
.ct-counter-number {
display: flex;
color: #fff;
font-size: 40px;
font-family: inherit;
font-weight: 700;
.ct-counter-number-suffix {
margin: 0;
}
}
.ct-counter-title {
font-size: 18px;
line-height: normal;
color: #aaa9ab;
}
.ct-counter-meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-bottom: 4px;
}
}
.section-shadow1 {
&:before {
content: '';
left: 13px;
right: 13px;
height: 12px;
background-color: inherit;
position: absolute;
bottom: -12px;
opacity: 0.61;
}
}
.ct-dashed-icon {
width: 18px;
height: 18px;
position: relative;
i, i:before, i:after {
content: '';
height: 4px;
width: 4px;
background-color: #fff;
position: absolute;
}
i:nth-child(1) {
top: 0;
left: 0;
&:before {
top: 0;
left: 7px;
}
&:after {
top: 0;
left: 14px;
}
}
i:nth-child(2) {
top: 7px;
left: 0;
&:before {
top: 0;
left: 7px;
}
&:after {
top: 7px;
left: 0;
}
}
}
.ct-client1 {
.client-image {
text-align: center;
a {
display: inline-block;
vertical-align: top;
@include transition(all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s);
}
}
.slick-track {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.ct-clients-list-inner {
margin: 0 -15px;
.slick-slide {
padding: 0 15px;
}
}
&.style1 {
.client-image {
text-align: center;
padding: 0 15px;
@media #{$max-sm} {
padding: 0;
}
img {
@include transition(all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s);
position: relative;
&.image-two {
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -150%));
opacity: 0;
}
}
a {
display: inline-block;
vertical-align: top;
@include transition(all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s);
position: relative;
overflow: hidden;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.6;
&:hover {
opacity: 1;
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
img {
&.image-one {
@include transform(translateY(100%));
opacity: 0;
}
&.image-two {
@include transform(translate(-50%, -50%));
opacity: 1;
}
}
}
}
}
}
}
.ct-piechart-layout1 {
display: flex;
flex-wrap: nowrap;
align-items: center;
@media #{$max-lg} {
display: block;
}
.item--value {
position: relative;
display: flex;
margin-right: 18px;
justify-content: center;
@media #{$max-lg} {
margin-right: 0;
}
span {
font-size: 18px;
font-weight: 700;
color: $primary_color;
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
}
}
.item--title {
font-size: 17px;
font-weight: 700;
color: $dark_color;
@media #{$max-lg} {
text-align: center;
margin-top: 12px;
}
}
.item--desc {
font-size: 15px;
line-height: 26px;
}
}
.ct-service-external1 {
.item--image {
position: relative;
margin-bottom: 20px;
img {
width: 100%;
}
}
.item--icon {
width: 90px;
height: 90px;
@include border-radius(90px);
background-color: #fff;
@include box-shadow(0 3px 24px rgba(#0c0c0c, 0.06));
position: absolute;
top: -48px;
left: 0;
right: 0;
margin: auto;
@include transition(.4s cubic-bezier(.24,.74,.58,1));
* {
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
}
img {
max-height: 56px;
width: auto;
}
i {
font-size: 56px;
color: $primary_color;
}
svg {
height: 56px;
fill: $primary_color;
}
}
.item--title {
margin-bottom: 13px;
font-size: 22px;
border-top: 2px solid #ebebeb;
border-bottom: 2px solid #ebebeb;
padding: 7px 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--description {
font-size: 16px;
line-height: 24px;
color: #4f4f4f;
margin-bottom: 15px;
}
.item--inner {
text-align: center;
padding: 18px 18px 40px;
background-color: #fff;
@include box-shadow(0 3px 24px rgba(#0c0c0c, 0.06));
margin-top: 30px;
margin-bottom: 40px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:hover {
@include box-shadow(0 11px 24px rgba(#0c0c0c, 0.21));
.item--icon {
top: 50%;
margin-top: -45px;
}
.item--title {
border-color: $third_color;
}
.item--readmore a {
color: #fff;
&:before {
width: 100%;
left: 0;
background-color: $primary_color;
}
}
}
}
}
.ct-service-external2 {
}
.ct-process-grid1 {
.item--icon {
width: 172px;
height: 172px;
margin: 0 auto 23px auto;
position: relative;
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
@include border-radius(100%);
border: 3px dashed #c4c4c4;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
* {
position: absolute;
top: 50%;
left: 50%;
@include transform(translate(-50%, -50%));
}
i {
font-size: 60px;
color: $primary_color;
}
img {
max-height: 98px;
width: auto;
}
svg {
height: 98px;
}
}
.item--title {
margin-bottom: 0;
font-size: 24px;
line-height: 1.3333333;
@media #{$max-lg} {
font-size: 22px;
}
}
.item--inner {
text-align: center;
margin-bottom: 45px;
.flaticon-right-arrow {
font-size: 40px;
line-height: 1;
color: #212121;
position: absolute;
top: 66px;
right: -20px;
@media #{$max-lg} {
display: none;
}
}
&:hover {
.item--icon:before {
border-color: $third_color;
animation: ctspin 9s linear infinite;
-webkit-animation: ctspin 9s linear infinite;
}
}
}
.grid-item:last-child .item--inner .flaticon-right-arrow {
display: none;
}
}
.ct-particle-animate {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
@media #{$max-md} {
display: none;
}
img {
width: 100% !important;
height: auto;
}
div {
position: absolute;
&.top-left {
top: 0;
left: 0;
}
&.top-right {
top: 0;
right: 0;
}
}
.shape-animate1 {
animation: animationFramesTwo 12s infinite linear alternate;
}
.shape-animate2 {
animation: animationFramesOne 12s infinite linear alternate;
}
.shape-animate3 {
animation: animationFramesFour 12s infinite linear alternate;
}
.shape-animate4 {
animation: animationFramesThree 12s infinite linear alternate;
}
}
@media #{$min-xl} {
.col-divider1 {
&:before {
content: '';
width: 0;
height: 68%;
position: absolute;
top: 50%;
left: -1px;
@include transform(translate(0, -50%));
border-left: 2px dashed #bfbfbf;
}
}
}
.ct-gallery-grid1 {
img {
width: 100%;
}
.item--inner {
position: relative;
a {
position: absolute;
z-index: 99;
width: 48px;
height: 48px;
@include border-radius(48px);
background-color: rgba(#fff, 0.9);
line-height: 48px;
color: #000;
text-align: center;
font-size: 16px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
@include transform(translateY(-40px));
i {
font-weight: 400;
}
&:hover {
background-color: $primary_color;
color: #fff;
}
}
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(#000, 0.6);
@include transition(.3s cubic-bezier(.24,.74,.58,1));
opacity: 0;
}
&:hover {
&:before {
opacity: 1;
}
a {
@include transform(translateY(0));
opacity: 1;
}
}
}
.grid-item {
margin-bottom: 30px;
}
}
.ct-service-external-grid1 {
.item--meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-bottom: 23px;
}
.item--icon {
width: 90px;
height: 90px;
min-width: 90px;
position: relative;
margin-right: 34px;
z-index: 1;
color: $primary_color;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:before {
content: '';
height: 96px;
width: 70px;
@include border-radius(12px);
background-color: rgba($primary_color_hex, 0.16);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: -2;
@include transform(rotate(45deg));
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
&:after {
content: '';
z-index: -1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid $primary_color;
@include border-radius(5px);
}
i {
font-size: 55px;
}
}
.item--title {
margin-bottom: 0;
font-family: 'Poppins', sans-serif;
font-size: 24px;
line-height: 33px;
color: #111111;
position: relative;
padding-top: 8px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
&:before {
content: '';
width: 24px;
height: 3px;
background-color: $primary_color;
position: absolute;
top: 0;
left: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
}
.item--description {
color: #666;
line-height: 1.75;
margin-bottom: 20px;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
.item--readmore {
a {
font-size: 16px;
font-weight: 700;
color: #111;
padding-left: 30px;
position: relative;
font-family: 'Poppins', sans-serif;
&:hover {
padding-left: 36px;
}
&:before {
content: '';
width: 20px;
height: 2px;
position: absolute;
left: -0;
top: 50%;
@include transform(translate(0, -50%));
background-color: $primary_color;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
}
}
.item--inner {
position: relative;
z-index: 1;
padding: 60px 35px 40px;
margin-bottom: 30px;
&:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: $primary_color;
@include border-radius(6px);
z-index: -1;
opacity: 0;
@include transition(.3s cubic-bezier(.24,.74,.58,1));
}
&:hover {
&:before {
opacity: 1;
}
.item--title {
color: #fff;
&:before {
background-color: #fff;
}
}
.item--icon {
color: #fff;
&:after {
border-color: #fff;
}
}
.item--description {
color: #fff;
}
.item--readmore a {
color: #fff;
&:before {
background-color: rgba($secondary_color, 0.5);
}
}
.item--icon::before {
background-color: $secondary_color;
}
}
}
}
.ct-menu-item {
list-style: none;
margin-bottom: 0;
a {
cite {
background-color: $primary_color;
color: #fff;
@include border-radius(18px);
text-transform: capitalize;
font-style: normal;
font-size: 10px;
padding: 0 5px;
font-weight: 700;
line-height: 16px;
display: inline-block;
margin-left: 4px;
position: relative;
top: -8px;
}
}
i {
font-size: 94%;
margin-right: 4px;
display: inline-block;
min-width: 14px;
}
svg {
width: 20px;
height: 20px;
}
}
.gallery-landing {
.ct-gallery-grid1 .item--inner::before, .ct-gallery-grid1 .item--inner a {
display: none;
}
}
.ct-menu-hide-icon .ct-menu-item a:hover {
&:before {
display: none;
}
}
.ct-pricing-layout1 {
.ct-pricing-body {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
&.ct-pricing-hide {
display: none;
}
}
.ct-pricing-item {
margin-bottom: 30px;
}
.pricing-1-column .ct-pricing-item {
width: 100%;
padding: 0 15px;
}
.pricing-2-column .ct-pricing-item {
width: 50%;
padding: 0 15px;
}
.pricing-3-column .ct-pricing-item {
width: 33.33%;
padding: 0 15px;
@media #{$max-md} {
width: 50%;
}
@media #{$max-xs} {
width: 100%;
}
}
.pricing-4-column .ct-pricing-item {
width: 25%;
padding: 0 15px;
@media #{$max-md} {
width: 50%;
}
@media #{$max-xs} {
width: 100%;
}
}
.pricing-5-column .ct-pricing-item {
width: 20%;
padding: 0 15px;
@media #{$max-md} {
width: 50%;
}
@media #{$max-xs} {
width: 100%;
}
}
.ct-pricing-tab-title {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-bottom: 35px;
.ct-pricing-tab-item {
font-size: 18px;
line-height: 28px;
color: #000;
@include font-family-heading($heading_default_font);
margin: 0 8px;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
cursor: pointer;
padding-left: 29px;
font-weight: 700;
@media #{$max-xs} {
font-size: 16px;
padding-left: 24px;
}
&:before, &:after {
content: '';
position: absolute;
top: 50%;
@include transform(translate(0, -50%));
@include transition(all 300ms linear 0ms);
}
&:before {
left: 0;
width: 18px;
height: 18px;
@include border-radius(18px);
border: 2px solid #b8b5b5;
}
&:after {
width: 6px;
height: 6px;
opacity: 0;
@include border-radius(6px);
left: 6px;
background-color: $primary_color;
}
&.active {
&:before {
border-color: $primary_color;
}
&:after {
opacity: 1;
}
}
cite {
font-size: 12px;
font-weight: 700;
color: #000;
padding: 0 14px;
background-color: rgba($primary_color_hex, 0.12);
border-radius: 2px;
line-height: 27px;
font-style: normal;
display: inline-block;
margin-left: 10px;
@media #{$max-xs} {
padding: 0 8px;
}
}
}
}
.item-popular {
@include font-family-default($body_default_font);
font-size: 14px;
font-weight: 700;
color: $primary_color;
min-height: 27px;
margin-bottom: 5px;
}
.ct-pricing-title {
font-size: 22px;
margin: 0 0 6px;
@media #{$max-lg} {
font-size: 20px;
}
}
.ct-pricing-subtitle {
color: #666;
margin-bottom: 14px;
}
.ct-pricing-price1 {
font-size: 48px;
line-height: 1;
font-weight: 700;
@include font-family-heading($heading_default_font);
margin-bottom: 18px;
color: $dark_color;
@media #{$max-lg} {
font-size: 36px;
}
}
.ct-pricing-desc {
font-size: 13px;
line-height: 22px;
@media #{$min-xl} {
padding: 0 30px;
}
}
.ct-pricing-price2 {
font-size: 18px;
font-weight: 700;
margin-bottom: 19px;
}
.ct-pricing-button {
.btn {
line-height: 40px;
padding: 0 28px;
&:hover {
@include transform(translateY(-3px));
}
}
}
.ct-pricing-icon {
line-height: 1;
margin-bottom: 27px;
i {
font-size: 60px;
color: $primary_color;
}
}
.ct-pricing-item-inner {
background-color: #fff;
padding: 34px 20px 40px;
text-align: center;
@include box-shadow(0 0px 32px rgba(#041445, 0.1));
@media #{$max-lg} {
padding-left: 15px;
padding-right: 15px;
}
&.ct-pricing-featured {
background-color: #000;
@include box-shadow(none);
.ct-pricing-title, .ct-pricing-price1, .ct-pricing-price2 {
color: #fff;
}
.ct-pricing-subtitle, .ct-pricing-desc {
color: #faf7f0;
}
.ct-pricing-button .btn {
background-color: $primary_color;
color: #fff;
}
}
}
}
.ct-tabs--horizontal1 {
.ct-tab-content {
display: none;
}
.ct-tabs-title {
display: flex;
flex-wrap: wrap;
align-items: center;
.ct-tab-title {
font-size: 22px;
color: #0c0c33;
cursor: pointer;
font-weight: 700;
display: inline-flex;
align-items: center;
line-height: 56px;
height: 56px;
padding: 0 55px;
background-color: $primary_color;
margin-right: 25px;
margin-bottom: 20px;
@media #{$max-lg} {
margin-right: 15px;
padding: 0 30px;
font-size: 18px;
}
@media #{$max-sm} {
margin-right: 10px;
padding: 0 15px;
font-size: 16px;
}
i {
margin-right: 8px;
@media #{$max-sm} {
margin-right: 4px;
}
&.zmdi-settings {
font-size: 24px;
@media #{$max-sm} {
font-size: 18px;
}
}
}
&:last-child {
margin-right: 0;
}
&.active {
background-color: #fff;
}
}
}
.ct-tabs-content {
padding: 10px 0 0;
}
}
.ct-map-border .elementor-custom-embed {
border-radius: 6px;
overflow: hidden;
}
.ct-preset-default {
.ct-testimonial-carousel4 {
svg {
fill: $primary_color;
}
}
.slider-dot-line .slick-dots li.slick-active button, .slider-dot-line .slick-dots li:hover button {
background: $primary_color;
}
}
.ct-user {
.ct-user-inner {
max-width: 430px;
margin: auto;
}
.ct-user-holder {
background-color: #fff;
@include border-radius(5px);
position: relative;
overflow: hidden;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.ct-user-meta {
padding: 30px;
}
.ct-user-title {
text-align: center;
margin-bottom: 32px;
font-size: 22px;
text-transform: capitalize;
}
.ct-user-bottom {
border-top: 1px solid #efefef;
padding: 18px 30px;
background-color: #f8f8f8;
text-align: center;
font-size: 15px;
@include border-radius(0 0 5px 5px);
a {
text-decoration: underline;
}
}
.ct-user-form {
.field-group {
position: relative;
margin-bottom: 15px;
&:last-child {
margin-bottom: 0;
}
}
.button {
width: 100%;
line-height: 54px;
}
input {
border-radius: 0;
padding-left: 75px;
}
i {
width: 55px;
height: 32px;
font-size: 24px;
color: $primary_color;
text-align: center;
line-height: 32px;
position: absolute;
top: 50%;
left: 0;
border-right: 1px solid #efefef;
@include transform(translate(0, -50%));
}
span {
color: #fff;
background-color: rgba(255, 0, 0, 0.8);
display: inline-block;
@include border-radius(3px);
font-size: 10px;
line-height: 18px;
padding: 0 8px;
position: absolute;
top: 50%;
@include transform(translate(0, -50%));
right: 10px;
}
}
.ct-user-footer {
padding: 25px 15px 0 15px;
text-align: center;
a {
color: rgba(255, 255, 255, 0.66);
text-decoration: underline;
}
}
.ct-user-form-profile {
text-align: center;
.user-avatar img {
border: 1px solid #ebebeb;
padding: 5px;
}
.user-name {
font-size: 15px;
font-weight: 700;
margin-top: 8px;
margin-bottom: 18px;
}
}
}
.logged-in .ct-user {
.ct-user-bottom, .ct-user-title {
display: none;
}
}
.hidden-line-sub-title {
.ct-mailchimp1.style3 .ct-mailchimp-meta h6 {
padding-top: 0;
&:before {
display: none;
}
}
.ct-mailchimp1.style3 .mc4wp-form input[type="email"], .ct-mailchimp1.style3 .mc4wp-form input[type="text"] {
height: 60px;
font-size: 16px;
}
.ct-mailchimp1.style3 .mc4wp-form input[type="submit"] {
line-height: 60px;
}
}
Back to Directory
File Manager