888 lines
17 KiB
CSS
888 lines
17 KiB
CSS
.custom-primary-font {
|
|
font-family: "Poppins", sans-serif !important;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6, a, p, span, li, input {
|
|
font-family: "Poppins", sans-serif;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2.9em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.8em;
|
|
line-height: 27px;
|
|
margin: 0;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 1.2em;
|
|
letter-spacing: -1px;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 1.1em;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.custom-text-color-1 {
|
|
color: #818898 !important;
|
|
}
|
|
|
|
.custom-text-color-2 {
|
|
color: #c6d4ee !important;
|
|
}
|
|
|
|
.custom-text-color-3 {
|
|
color: #94a9c3 !important;
|
|
}
|
|
|
|
.custom-text-color-4 {
|
|
color: #d9e0ef !important;
|
|
}
|
|
|
|
.custom-btn-bg-color-1 {
|
|
background: rgba(255, 255, 255, 0.2) !important;
|
|
}
|
|
.custom-btn-bg-color-1:hover {
|
|
background: rgba(255, 255, 255, 0.3) !important;
|
|
}
|
|
|
|
.custom-primary-hover {
|
|
transition: ease color 300ms;
|
|
}
|
|
.custom-primary-hover:hover {
|
|
color: #6a80a9 !important;
|
|
}
|
|
|
|
.custom-rounded-image {
|
|
border-radius: 100% !important;
|
|
}
|
|
|
|
.custom-min-height-1 {
|
|
min-height: 190px;
|
|
}
|
|
|
|
.custom-background-1 {
|
|
position: relative;
|
|
}
|
|
.custom-background-1:after {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 200vw;
|
|
height: 100%;
|
|
background: #e5edf1;
|
|
z-index: 0;
|
|
transform: translateX(-50%);
|
|
}
|
|
@media (max-width: 991px) {
|
|
.custom-background-1:after {
|
|
left: 50%;
|
|
}
|
|
}
|
|
.custom-background-1 > * {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.custom-btn-style-1 {
|
|
padding: 13px 25px !important;
|
|
font-size: 12px;
|
|
border-radius: 2px !important;
|
|
}
|
|
|
|
.custom-btn-style-2 {
|
|
padding: 13px 30px;
|
|
font-size: 12px;
|
|
border-width: 2px;
|
|
}
|
|
|
|
.custom-btn-style-3 {
|
|
border-width: 1px;
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.custom-btn-style-4 {
|
|
background: none;
|
|
color: #FFF;
|
|
font-weight: 900;
|
|
border: 2px solid #FFF;
|
|
padding: 10px 20px;
|
|
}
|
|
.custom-btn-style-4:hover {
|
|
background: #FFF;
|
|
color: #6a80a9;
|
|
}
|
|
|
|
.custom-text-size-1 {
|
|
font-size: 2.2em !important;
|
|
}
|
|
|
|
.custom-list {
|
|
padding: 0;
|
|
}
|
|
.custom-list li {
|
|
list-style: none;
|
|
}
|
|
|
|
.custom-list-style-1 {
|
|
padding: 0;
|
|
}
|
|
.custom-list-style-1 li {
|
|
list-style: none;
|
|
line-height: 2.5;
|
|
}
|
|
.custom-list-style-1 li i {
|
|
line-height: 2.4;
|
|
}
|
|
|
|
.custom-list-style-2 {
|
|
padding: 0;
|
|
}
|
|
.custom-list-style-2 li {
|
|
display: inline-block;
|
|
list-style: none;
|
|
margin: 0 6px 10px 0px;
|
|
}
|
|
|
|
.custom-list-style-3 {
|
|
padding: 0;
|
|
}
|
|
.custom-list-style-3 li {
|
|
list-style: none;
|
|
}
|
|
.custom-list-style-3 li .title {
|
|
display: inline-block;
|
|
width: 80px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.custom-right-border {
|
|
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
|
}
|
|
@media (max-width: 991px) {
|
|
.custom-right-border {
|
|
border-right: 0;
|
|
}
|
|
}
|
|
|
|
.custom-bottom-bar:before {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
bottom: 17px;
|
|
width: 20px;
|
|
left: 50%;
|
|
border-bottom: 3px solid #6a80a9;
|
|
transform: translateX(-50%);
|
|
}
|
|
@media (max-width: 991px) {
|
|
.custom-bottom-bar:before {
|
|
bottom: -15px;
|
|
}
|
|
}
|
|
|
|
.custom-item-divider-1 {
|
|
position: relative;
|
|
}
|
|
.custom-item-divider-1:before {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: -16px;
|
|
height: 37px;
|
|
border-right: 1px solid #e4e7eb;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
.custom-border-none {
|
|
border: none !important;
|
|
}
|
|
|
|
.custom-section-spacement-1 {
|
|
padding: 60px 0 !important;
|
|
}
|
|
|
|
.custom-section-spacement-2 {
|
|
padding: 0 0 60px !important;
|
|
}
|
|
|
|
.custom-parallax-bg-pos-left {
|
|
background-position-x: 0% !important;
|
|
}
|
|
|
|
.custom-parallax-medium-padding {
|
|
padding: 128px 0 !important;
|
|
}
|
|
|
|
.custom-parallax-big-padding {
|
|
padding: 25vh 0 !important;
|
|
}
|
|
|
|
.custom-text-align-right {
|
|
text-align: right !important;
|
|
}
|
|
|
|
.custom-center-img-fluid {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.custom-center-xs {
|
|
text-align: center !important;
|
|
}
|
|
}
|
|
.custom-opacity-effect-1 {
|
|
transition: ease opacity 300ms;
|
|
}
|
|
.custom-opacity-effect-1:hover {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.custom-btn-padding-1 {
|
|
padding: 13px 35px !important;
|
|
font-size: 13px;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.custom-padding-right-1 {
|
|
padding-right: 160px;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
.custom-sm-margin-bottom-1 {
|
|
margin-bottom: 25px !important;
|
|
}
|
|
|
|
.custom-sm-margin-bottom-2 {
|
|
margin-bottom: 15px !important;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.custom-xs-margin-bottom-1 {
|
|
margin-bottom: 25px !important;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
.custom-sm-flex-order {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
}
|
|
.custom-sm-flex-order .col-md-6 {
|
|
width: 100%;
|
|
}
|
|
.custom-sm-flex-order .col-md-6:nth-child(1) {
|
|
order: 2;
|
|
}
|
|
.custom-sm-flex-order .col-md-6:nth-child(2) {
|
|
order: 1;
|
|
}
|
|
|
|
.custom-sm-flex-order-2 {
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
}
|
|
.custom-sm-flex-order-2 .col-md-3 {
|
|
width: 100%;
|
|
order: 3;
|
|
}
|
|
.custom-sm-flex-order-2 .col-md-9 {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.social-icons.custom-social-icons li {
|
|
list-style: none;
|
|
border-radius: 0;
|
|
border: 0;
|
|
box-shadow: none;
|
|
margin-right: 5px;
|
|
}
|
|
.social-icons.custom-social-icons li a {
|
|
border-radius: 50%;
|
|
line-height: 30px;
|
|
color: #93949a !important;
|
|
}
|
|
.social-icons.custom-social-icons li:hover a {
|
|
color: #FFF !important;
|
|
}
|
|
.social-icons.custom-style-1 li {
|
|
background: none;
|
|
box-shadow: none;
|
|
margin-bottom: 0;
|
|
line-height: 1;
|
|
}
|
|
.social-icons.custom-style-1 li:hover a {
|
|
background: none;
|
|
}
|
|
.social-icons.custom-style-1 li:hover.social-icons-facebook a {
|
|
color: #3b5a9a !important;
|
|
}
|
|
.social-icons.custom-style-1 li:hover.social-icons-twitter a {
|
|
color: #1aa9e1 !important;
|
|
}
|
|
.social-icons.custom-style-1 li:hover.social-icons-linkedin a {
|
|
color: #0073b2 !important;
|
|
}
|
|
.social-icons.custom-style-1 li a {
|
|
line-height: 1;
|
|
width: 20px;
|
|
height: auto;
|
|
color: #6a80a9 !important;
|
|
}
|
|
|
|
/*
|
|
* Owl Carousel
|
|
*/
|
|
.owl-carousel.custom-nav .owl-nav {
|
|
position: relative;
|
|
top: auto;
|
|
bottom: 105px;
|
|
left: 50%;
|
|
width: 230px;
|
|
transform: translateX(-50%);
|
|
}
|
|
.owl-carousel.custom-nav .owl-nav button.owl-next, .owl-carousel.custom-nav .owl-nav button.owl-prev {
|
|
background: transparent !important;
|
|
}
|
|
.owl-carousel.custom-nav .owl-nav button.owl-next:before, .owl-carousel.custom-nav .owl-nav button.owl-prev:before {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
left: -3px;
|
|
top: 6px;
|
|
width: 20px;
|
|
height: 20px;
|
|
border-top: 1px solid #1e1e1e;
|
|
border-left: 1px solid #1e1e1e;
|
|
transform: rotate(-45deg);
|
|
}
|
|
.owl-carousel.custom-nav .owl-nav button.owl-next {
|
|
right: -15px;
|
|
}
|
|
.owl-carousel.custom-nav .owl-nav button.owl-next:before {
|
|
transform: rotate(135deg);
|
|
}
|
|
|
|
/*
|
|
* Revolution
|
|
*/
|
|
.tparrows {
|
|
background: transparent !important;
|
|
}
|
|
.tparrows:before {
|
|
opacity: 0.7;
|
|
color: #000 !important;
|
|
font-size: 30px;
|
|
}
|
|
.tparrows:hover:before {
|
|
opacity: 1;
|
|
}
|
|
|
|
/*
|
|
* Home Intro
|
|
*/
|
|
.custom-home-intro {
|
|
padding: 20px 0 20px 0;
|
|
}
|
|
.custom-home-intro p {
|
|
max-width: none;
|
|
}
|
|
.custom-home-intro p span {
|
|
position: relative;
|
|
display: inline-block;
|
|
padding-top: 0;
|
|
}
|
|
.custom-home-intro p span:before {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: -40px;
|
|
width: 30px;
|
|
border-bottom: 1px solid #FFF;
|
|
transform: translateY(-50%);
|
|
}
|
|
.custom-home-intro p span:after {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: -44px;
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 5px solid transparent;
|
|
border-bottom: 5px solid transparent;
|
|
border-left: 5px solid #FFF;
|
|
transform: translateY(-50%);
|
|
}
|
|
|
|
/*
|
|
* Company
|
|
*/
|
|
.custom-timeline {
|
|
margin-top: 50px;
|
|
}
|
|
.custom-timeline .custom-timeline-box {
|
|
position: relative;
|
|
padding-left: 105px;
|
|
}
|
|
.custom-timeline .custom-timeline-box:before {
|
|
background: none repeat scroll 0 0 #6a80a9;
|
|
border-radius: 50%;
|
|
box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #6a80a9;
|
|
content: "";
|
|
display: block;
|
|
height: 6px;
|
|
margin-left: -5px;
|
|
position: absolute;
|
|
left: 68px;
|
|
top: 6px;
|
|
width: 6px;
|
|
z-index: 2;
|
|
}
|
|
.custom-timeline .custom-timeline-box:after {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
left: 65px;
|
|
top: 3px;
|
|
height: 100%;
|
|
border-left: 1px solid #d5dee1;
|
|
z-index: 1;
|
|
}
|
|
.custom-timeline .custom-timeline-box .date {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.custom-contact-item {
|
|
padding: 0 0 30px;
|
|
}
|
|
.custom-contact-item i {
|
|
font-size: 2em;
|
|
margin-bottom: 20px;
|
|
display: block;
|
|
}
|
|
.custom-contact-item span {
|
|
display: block;
|
|
}
|
|
.custom-contact-item span.title {
|
|
font-size: 0.8em;
|
|
}
|
|
.custom-contact-item span.content {
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.custom-hover-opacity {
|
|
display: block;
|
|
transition: ease opacity 300ms;
|
|
}
|
|
.custom-hover-opacity:hover {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
/*
|
|
* Strategies / Services
|
|
*/
|
|
.custom-post-style-1 {
|
|
margin-bottom: 60px;
|
|
}
|
|
.custom-post-style-1:nth-child(4) {
|
|
background: #000;
|
|
}
|
|
.custom-post-style-1.custom-rm-mb {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.custom-post-style-1.custom-rm-mb {
|
|
margin-bottom: 60px !important;
|
|
}
|
|
}
|
|
.custom-post-style-1.custom-rm-mb-last {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
/*
|
|
* Counter
|
|
*/
|
|
.custom-counters .counter span {
|
|
line-height: 1;
|
|
font-size: 3.6em;
|
|
}
|
|
.custom-counters .counter span:last-child {
|
|
display: block;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
/*
|
|
* Team
|
|
*/
|
|
.custom-thumb-info-1 {
|
|
overflow: visible;
|
|
margin-bottom: 30px !important;
|
|
transition: ease box-shadow 300ms;
|
|
}
|
|
.custom-thumb-info-1:hover {
|
|
box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5);
|
|
}
|
|
.custom-thumb-info-1:hover .thumb-info-wrapper:after {
|
|
content: none;
|
|
}
|
|
.custom-thumb-info-1:hover .thumb-info-caption {
|
|
border-bottom: 0;
|
|
}
|
|
.custom-thumb-info-1 .thumb-info-wrapper {
|
|
transform: none;
|
|
}
|
|
.custom-thumb-info-1 .thumb-info-caption {
|
|
position: relative;
|
|
display: block;
|
|
padding: 0;
|
|
border-bottom: 1px solid #e3e3e3 !important;
|
|
transition: ease border-bottom 300ms;
|
|
}
|
|
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text {
|
|
padding: 30px 20px;
|
|
margin: 0;
|
|
}
|
|
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p {
|
|
padding: 0;
|
|
font-size: 1em;
|
|
}
|
|
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text .custom-thumb-info-caption-plus {
|
|
position: absolute;
|
|
top: 30px;
|
|
right: 20px;
|
|
border-radius: 100%;
|
|
font-size: 2em;
|
|
line-height: 0.76;
|
|
width: 30px;
|
|
height: 30px;
|
|
font-weight: 100;
|
|
text-align: center;
|
|
padding-top: 7px;
|
|
}
|
|
.custom-thumb-info-1.custom-rm-mb {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.custom-thumb-info-1.custom-rm-mb {
|
|
margin-bottom: 30px !important;
|
|
}
|
|
}
|
|
.custom-thumb-info-1.custom-rm-mb-last {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
/*
|
|
* Testimonial
|
|
*/
|
|
.custom-testimonial-style.testimonial-with-quotes blockquote:before, .custom-testimonial-style.testimonial-with-quotes blockquote:after {
|
|
font-size: 50px;
|
|
color: #1e1e1e;
|
|
}
|
|
.custom-testimonial-style blockquote p {
|
|
font-style: normal;
|
|
font-size: 1em;
|
|
line-height: 2;
|
|
}
|
|
|
|
/*
|
|
* Blog
|
|
*/
|
|
.custom-post-blog {
|
|
position: relative;
|
|
}
|
|
.custom-post-blog > h4, .custom-post-blog > p {
|
|
padding: 0 30px 0 90px;
|
|
}
|
|
.custom-post-blog .date {
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 0;
|
|
}
|
|
.custom-post-blog .date > span {
|
|
display: block;
|
|
}
|
|
.custom-post-blog .date > span.day {
|
|
font-size: 3.5em;
|
|
line-height: 0.7;
|
|
}
|
|
|
|
.custom-post-style-2 {
|
|
position: relative;
|
|
margin-bottom: 60px;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.custom-post-style-2 {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
.custom-post-style-2 .post-infos {
|
|
position: absolute;
|
|
top: 0;
|
|
left: -110px;
|
|
}
|
|
.custom-post-style-2 .post-infos .post-info {
|
|
position: relative;
|
|
display: block;
|
|
padding: 20px 0px;
|
|
}
|
|
.custom-post-style-2 .post-infos .post-info:after {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 80%;
|
|
border-bottom: 1px solid #e4e7eb;
|
|
}
|
|
.custom-post-style-2 .post-infos .post-info:last-child:after {
|
|
content: none;
|
|
}
|
|
.custom-post-style-2 .post-infos .post-info span {
|
|
display: block;
|
|
line-height: 1;
|
|
}
|
|
.custom-post-style-2 .post-links {
|
|
border-top: 1px solid #e4e7eb;
|
|
border-bottom: 1px solid #e4e7eb;
|
|
padding: 8px 0px;
|
|
margin-top: 40px;
|
|
}
|
|
.custom-post-style-2 .post-links:after {
|
|
content: '';
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.custom-post-style-2 .post-infos {
|
|
position: static;
|
|
text-align: center;
|
|
}
|
|
.custom-post-style-2 .post-infos .post-info {
|
|
display: inline-block;
|
|
margin-right: 20px;
|
|
}
|
|
.custom-post-style-2 .post-infos .post-info img {
|
|
display: block;
|
|
}
|
|
}
|
|
.custom-testimonial-blog-1 {
|
|
text-align: left !important;
|
|
margin-bottom: 15px !important;
|
|
}
|
|
.custom-testimonial-blog-1 blockquote {
|
|
padding: 10px 30px !important;
|
|
}
|
|
.custom-testimonial-blog-1 blockquote:before, .custom-testimonial-blog-1 blockquote:after {
|
|
color: #1e1e1e !important;
|
|
}
|
|
.custom-testimonial-blog-1 blockquote p {
|
|
font-size: 1.1em !important;
|
|
line-height: 1.8;
|
|
font-family: "Poppins", sans-serif !important;
|
|
font-weight: 500 !important;
|
|
}
|
|
|
|
ul.custom-comments li {
|
|
border-top: 1px solid #e4e7eb;
|
|
}
|
|
ul.custom-comments li .comment {
|
|
padding: 15px 0 30px;
|
|
}
|
|
ul.custom-comments > li:first-child {
|
|
border-top: 0;
|
|
}
|
|
ul.custom-comments .comment-block {
|
|
background: transparent;
|
|
padding: 10px;
|
|
}
|
|
|
|
.custom-contact-form-style-1 .form-control {
|
|
border: none;
|
|
padding: 23px;
|
|
}
|
|
|
|
.custom-pagination-style-1 {
|
|
box-shadow: 0px 4px 40px -5px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.custom-pagination-style-1 > li.active > a {
|
|
color: #FFF !important;
|
|
}
|
|
.custom-pagination-style-1 > li:hover > a {
|
|
background: #6a80a9;
|
|
border-color: #6a80a9 #6a80a9 #6a80a9;
|
|
color: #FFF !important;
|
|
}
|
|
.custom-pagination-style-1 > li > a {
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.custom-sidebar h4 {
|
|
font-size: 18px;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.custom-sidebar {
|
|
margin-top: 60px;
|
|
}
|
|
}
|
|
|
|
.custom-sidebar-search .input-group {
|
|
width: 100%;
|
|
}
|
|
.custom-sidebar-search .input-group-btn .btn-light {
|
|
background: transparent;
|
|
border: 0 none;
|
|
line-height: 36px;
|
|
font-size: 19px;
|
|
color: #1e1e1e;
|
|
position: absolute;
|
|
right: 2px;
|
|
top: 2px;
|
|
height: 100%;
|
|
z-index: 3;
|
|
}
|
|
|
|
.custom-featured-posts .custom-featured-post {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/*
|
|
* We Call You Back / Contact Us
|
|
*/
|
|
.custom-form-style .form-control-custom {
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
}
|
|
.custom-form-style .form-control-custom > i {
|
|
position: absolute;
|
|
top: 14px;
|
|
left: 4px;
|
|
color: #FFF;
|
|
}
|
|
.custom-form-style .form-control-custom .form-control {
|
|
background: transparent;
|
|
border: none;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
|
padding: 10px 10px 10px 30px;
|
|
box-shadow: none;
|
|
color: #FFF;
|
|
}
|
|
.custom-form-style .form-control-custom .form-control::-webkit-input-placeholder {
|
|
color: #c8d4ea;
|
|
}
|
|
.custom-form-style .form-control-custom .form-control::-moz-placeholder {
|
|
color: #c8d4ea;
|
|
}
|
|
.custom-form-style .form-control-custom .form-control:-ms-input-placeholder {
|
|
color: #c8d4ea;
|
|
}
|
|
.custom-form-style .form-control-custom select.form-control {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
background: transparent;
|
|
color: #FFF;
|
|
}
|
|
.custom-form-style .form-control-custom select.form-control option {
|
|
color: #818898;
|
|
}
|
|
.custom-form-style .form-control-custom.custom-select-style:after {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 10px;
|
|
width: 10px;
|
|
height: 10px;
|
|
border-right: 1px solid #c8d4ea;
|
|
border-bottom: 1px solid #c8d4ea;
|
|
z-index: 0;
|
|
transform: translateY(-50%) rotate(45deg);
|
|
}
|
|
.custom-form-style .form-control-custom.custom-select-style select {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.custom-form-style .form-control-custom label.error {
|
|
position: absolute;
|
|
top: 2px;
|
|
right: 0;
|
|
}
|
|
.custom-form-style.contact-page .form-control-custom .form-control {
|
|
height: auto;
|
|
}
|
|
|
|
/*
|
|
* Let's Talk
|
|
*/
|
|
.custom-feature-box {
|
|
display: block;
|
|
}
|
|
.custom-feature-box .feature-box-info {
|
|
padding: 0;
|
|
}
|
|
.custom-feature-box .feature-box-info > label {
|
|
display: block;
|
|
margin: 0;
|
|
line-height: 1;
|
|
font-size: 0.8em;
|
|
}
|
|
.custom-feature-box .feature-box-info > strong {
|
|
font-size: 1.5em;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
.custom-background-image-1:before {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
background: url(../../img/demos/finance/contact/lets-talk-bg.png);
|
|
background-size: cover;
|
|
width: 100%;
|
|
height: 100%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
.custom-background-image-1:before {
|
|
left: 70%;
|
|
}
|
|
}
|
|
/*
|
|
* Footer
|
|
*/
|
|
.custom-footer {
|
|
border-top: 0 !important;
|
|
}
|
|
.custom-footer ul {
|
|
padding: 0;
|
|
}
|
|
.custom-footer ul li {
|
|
list-style: none;
|
|
}
|
|
.custom-footer .footer-copyright {
|
|
border-top: 0 !important;
|
|
}
|
|
.custom-footer .footer-copyright .container .row > div {
|
|
border-top: 1px solid #e4e4e4;
|
|
}
|
|
|
|
/*
|
|
* Google Maps
|
|
*/
|
|
#googlemaps {
|
|
min-height: 550px;
|
|
}
|