You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1251 lines
24 KiB
1251 lines
24 KiB
/* -- COLORS
|
|
|
|
BLUE = #3576b8
|
|
TEAL = #5cb1b2
|
|
NAVY = #0d253a
|
|
|
|
*/
|
|
|
|
/* -- GLOBAL -- */
|
|
|
|
body.home {
|
|
|
|
}
|
|
|
|
.mb20 {
|
|
margin-bottom:20px !important;
|
|
}
|
|
.mb30 {
|
|
margin-bottom:30px !important;
|
|
}
|
|
.mb40 {
|
|
margin-bottom:40px !important;
|
|
}
|
|
.mb50 {
|
|
margin-bottom:50px !important;
|
|
}
|
|
|
|
.section-link a {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin-bottom: 0px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
a.arrow-link::after,
|
|
.arrow-link::after {
|
|
font-family: "Font Awesome 5 Pro";
|
|
content: "\f061";
|
|
padding-left: 5px;
|
|
font-size: 12px;
|
|
top: -1px;
|
|
position: relative;
|
|
}
|
|
span.arrow-link {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
margin-bottom: 0px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.row-title {
|
|
color:#000;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
font-size: 36px;
|
|
}
|
|
|
|
.bg-blue {
|
|
background-color: #3576b8;
|
|
}
|
|
.bg-teal {
|
|
background-color: #5cb1b2;
|
|
}
|
|
|
|
.bg-navy {
|
|
background-color: #0d253a;
|
|
}
|
|
|
|
.excerpt p {
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
|
|
}
|
|
@media (max-width:767px) {
|
|
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.mb20m {
|
|
margin-bottom:20px !important;
|
|
}
|
|
.mb30m {
|
|
margin-bottom:30px !important;
|
|
}
|
|
.mb40m {
|
|
margin-bottom:40px !important;
|
|
}
|
|
.mb50m {
|
|
margin-bottom:50px !important;
|
|
}
|
|
.row-title {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
@media (max-width:1200px) {
|
|
.container {
|
|
width: 95%;
|
|
}
|
|
}
|
|
|
|
|
|
/* -- FLEXBOX -- */
|
|
|
|
@media (min-width:768px) {
|
|
.flex-row {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.flex-justify-center {
|
|
justify-content: center;
|
|
}
|
|
.flex-col {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex-left {
|
|
text-align: left;
|
|
}
|
|
.flex-right {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
/* -- BUTTONS -- */
|
|
|
|
.btn-primary,
|
|
.btn-primary:focus,
|
|
input.hs-button.primary.large {
|
|
text-transform: uppercase;
|
|
white-space: normal;
|
|
font-weight: bold;
|
|
padding: 5px 35px;
|
|
border-radius:0px;
|
|
color: #fff;
|
|
background: #5cb1b2;
|
|
border:0;
|
|
box-shadow: 0 0px 0 rgba(255,255,255,0);
|
|
min-width: 200px;
|
|
max-width: 360px;
|
|
}
|
|
.btn-slant {
|
|
-ms-transform: skewX(-10deg);
|
|
-webkit-transform: skewX(-10deg);
|
|
transform: skewX(-10deg);
|
|
}
|
|
.btn-slant span {
|
|
-ms-transform: skewX(10deg);
|
|
-webkit-transform: skewX(10deg);
|
|
transform: skewX(10deg);
|
|
display: inline-block;
|
|
}
|
|
|
|
.btn-primary:hover,
|
|
.open .dropdown-toggle.btn-primary,
|
|
input.hs-button.primary.large:hover {
|
|
color: #fff;
|
|
background: #3a8c8d;
|
|
border-color: #3a8c8d;
|
|
}
|
|
.lp-graybar .btn-primary, .lp-graybar .btn-primary:focus {
|
|
background: #3576b8;
|
|
}
|
|
.lp-graybar .btn-primary:hover {
|
|
background: #4498ee;
|
|
}
|
|
.btn-lg, .btn-lg:focus {
|
|
font-size:24px;
|
|
padding:25px 40px;
|
|
}
|
|
|
|
|
|
@media (min-width:768px) {
|
|
|
|
}
|
|
@media (max-width:767px) {
|
|
.btn-lg, .btn-lg:focus {
|
|
font-size:14px;
|
|
padding:15px 30px;
|
|
}
|
|
}
|
|
|
|
/* -- NAV -- */
|
|
|
|
body.home .navbar-default {
|
|
background:transparent !important;
|
|
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0) !important;
|
|
}
|
|
|
|
body.home .navbar-default.scroll-nav {
|
|
background:#fff !important;
|
|
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2) !important;
|
|
}
|
|
|
|
/* -- ROW HERO -- */
|
|
|
|
.row-hero {
|
|
min-height: 600px;
|
|
background:#777;
|
|
}
|
|
|
|
/* -- CAROUSEL -- */
|
|
.hpbar {
|
|
position: relative;
|
|
}
|
|
|
|
.hpbar .flex-row {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.hpbar .flex-col {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.hpbar .item {
|
|
background-color: #fff;
|
|
background-size: cover;
|
|
background-position: 50% 50%;
|
|
background-repeat: no-repeat;
|
|
min-height: 600px;
|
|
}
|
|
.hpbar .item .item-fade {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.hpbar .item .item-fade .item-inner {
|
|
vertical-align: middle;
|
|
color: #fff;
|
|
height: 100%;
|
|
width: 100%;
|
|
font-size: 1em;
|
|
}
|
|
.hpbar .item .item-fade .item-inner .item-text {
|
|
height: 100%;
|
|
}
|
|
.carousel-inner .container {
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
.banner-top-title {
|
|
color: #000;
|
|
font-weight: 700;
|
|
margin-bottom: 10px;
|
|
text-transform: uppercase;
|
|
font-size: 52px;
|
|
line-height: normal;
|
|
text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
|
|
}
|
|
.banner-title {
|
|
color: #999;
|
|
font-weight: 300;
|
|
font-size: 42px;
|
|
text-transform: uppercase;
|
|
margin-bottom: 20px;
|
|
line-height: normal;
|
|
text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
|
|
}
|
|
.banner-content {
|
|
font-size: 1.1em;
|
|
line-height: 1.4em;
|
|
font-weight: 300;
|
|
margin-bottom: 25px;
|
|
}
|
|
.banner-button a {
|
|
text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
|
|
font-size: 18px;
|
|
color: #000;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
.banner-button a:hover {
|
|
color: #3576b8;
|
|
}
|
|
.banner-button a.arrow-link::after {
|
|
font-size: 16px;
|
|
padding-left: 10px;
|
|
}
|
|
.hpbar .carousel-control {
|
|
width: 5%;
|
|
}
|
|
.hpbar .carousel-control .fa-angle-left,
|
|
.hpbar .carousel-control .fa-angle-right {
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 5;
|
|
display: inline-block;
|
|
margin-top: -10px;
|
|
font-size: 40px;
|
|
}
|
|
.hpbar .carousel-control .fa-angle-left {
|
|
right: 50%;
|
|
}
|
|
.hpbar .carousel-control .fa-angle-right {
|
|
left: 50%;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
|
|
}
|
|
@media (max-width:767px) {
|
|
.row-hero, .hpbar .item {
|
|
min-height: 390px;
|
|
height: 390px;
|
|
max-height: 390px;
|
|
}
|
|
.banner-top-title {
|
|
font-size: 24px;
|
|
line-height: 1.2;
|
|
width: 95%;
|
|
display: block;
|
|
}
|
|
.banner-title {
|
|
font-size: 18px;
|
|
line-height: 1.2;
|
|
width: 75%;
|
|
display: block;
|
|
color: #333;
|
|
}
|
|
.banner-button a {
|
|
font-size: 14px;
|
|
}
|
|
.banner-button a.arrow-link::after {
|
|
font-size: 12px;
|
|
padding-left: 10px;
|
|
}
|
|
.hpbar .carousel-control .fa-angle-left {
|
|
right: 0%;
|
|
}
|
|
.hpbar .carousel-control .fa-angle-right {
|
|
left: 0%;
|
|
}
|
|
}
|
|
|
|
/* -- ROW INTRO -- */
|
|
|
|
.main-home {
|
|
background: #fff;
|
|
}
|
|
|
|
.row-intro {
|
|
background:#fff;
|
|
padding: 90px 0 110px 0;
|
|
}
|
|
|
|
.i-title-p {
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
line-height: normal;
|
|
color: #3576b8;
|
|
}
|
|
.i-title-s {
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
line-height: normal;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
|
|
}
|
|
@media (max-width:767px) {
|
|
.row-intro {
|
|
padding: 50px 0 40px 0;
|
|
}
|
|
.i-title-p {
|
|
font-size: 24px;
|
|
}
|
|
.i-title-s {
|
|
font-size: 24px;
|
|
margin-bottom: 30px;
|
|
line-height: 1.2;
|
|
}
|
|
.excerpt p {
|
|
font-size: 16px;
|
|
line-height: 1.4;
|
|
}
|
|
}
|
|
|
|
/* -- ROW SOLUTIONS -- */
|
|
.solutions {
|
|
background: #fff;
|
|
}
|
|
.solutions .row-title {
|
|
font-size: 36px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.row-solutions {
|
|
background: #fff;
|
|
position: relative;
|
|
/* height:500px; */
|
|
/* margin-top:70px; */
|
|
margin-top: 20px;
|
|
}
|
|
.row-solutions:first-child {
|
|
margin-top:0;
|
|
}
|
|
.row-solutions .container {
|
|
height: 100%;
|
|
}
|
|
.row-solutions .icon-boxes {
|
|
padding: 30px 0;
|
|
}
|
|
.zfix {
|
|
z-index: 100;
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.row-angles {
|
|
position: absolute;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
.col-angle-1 {
|
|
position: relative;
|
|
width: 50%;
|
|
height:100%;
|
|
float:left;
|
|
left:0;
|
|
}
|
|
.col-angle-1:after {
|
|
content: " ";
|
|
position: absolute;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 2;
|
|
transform-origin: top right;
|
|
-ms-transform: skew(10deg, 0deg);
|
|
-webkit-transform: skew(10deg, 0deg);
|
|
transform: skew(10deg, 0deg);
|
|
}
|
|
.col-angle-2 {
|
|
position: relative;
|
|
width: 50%;
|
|
height:100%;
|
|
float:left;
|
|
left:0;
|
|
}
|
|
.solution-2 .col-angle-2 {
|
|
position: relative;
|
|
width: 50%;
|
|
height:100%;
|
|
float:left;
|
|
left:0;
|
|
}
|
|
.solution-2 .col-angle-2:after {
|
|
content: " ";
|
|
position: absolute;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 5;
|
|
transform-origin: top left;
|
|
-ms-transform: skew(10deg, 0deg);
|
|
-webkit-transform: skew(10deg, 0deg);
|
|
transform: skew(-10deg, 0deg);
|
|
}
|
|
.solution-2 .col-angle-1 {
|
|
position: relative;
|
|
width: 50%;
|
|
height:100%;
|
|
float:left;
|
|
left:0;
|
|
}
|
|
.solution-2 .col-angle-1:after {
|
|
-ms-transform: skew(0deg, 0deg);
|
|
-webkit-transform: skew(0deg, 0deg);
|
|
transform: skew(0deg, 0deg);
|
|
}
|
|
.sm-angle-inner {
|
|
text-align:left;
|
|
}
|
|
.sb-box {
|
|
padding: 30px 0;
|
|
margin-bottom: 10px;
|
|
transition: all 0.2s linear;
|
|
display: block;
|
|
color: #fff;
|
|
position:relative;
|
|
/* overflow: hidden; */
|
|
}
|
|
.sb-excerpt {
|
|
position: absolute;
|
|
top: 0%;
|
|
right: 0;
|
|
/* background: #5cb1b2; */
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 25px;
|
|
font-size: 12px;
|
|
color: #fff!important;
|
|
z-index: 2;
|
|
-webkit-transition: all .5s ease-in-out;
|
|
-moz-transition: all .5s ease-in-out;
|
|
-o-transition: all .5s ease-in-out;
|
|
-ms-transition: all .5s ease-in-out;
|
|
transition: all .5s ease-in-out;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
font-weight: 400;
|
|
opacity: 0;
|
|
}
|
|
.sb-excerpt-outter {
|
|
position: absolute;
|
|
top: -25px;
|
|
right: -35px;
|
|
bottom: -25px;
|
|
left: -35px;
|
|
/* background: #3576b8; */
|
|
color: #fff;
|
|
/* width: 100%; */
|
|
/* height: 100%; */
|
|
padding: 20px;
|
|
font-size: 16px;
|
|
z-index: 3;
|
|
-webkit-transition: all .5s ease-in-out;
|
|
-moz-transition: all .5s ease-in-out;
|
|
-o-transition: all .5s ease-in-out;
|
|
-ms-transition: all .5s ease-in-out;
|
|
transition: all .5s ease-in-out;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
font-weight: 400;
|
|
opacity: 0;
|
|
}
|
|
.sb-excerpt .sb-title {
|
|
font-size: 14px;
|
|
}
|
|
.sb-box:hover {
|
|
}
|
|
.sb-box:hover .sb-excerpt {
|
|
-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
|
|
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
|
|
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
|
|
top: 0%;
|
|
transform: scale(1.3);
|
|
opacity: 1;
|
|
border:1px solid rgba(255,255,255,.1);
|
|
}
|
|
.sb-box:hover .sb-excerpt-outter {
|
|
opacity: 1;
|
|
}
|
|
.sb-box:hover .sb-excerpt-outter span {
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
.sb-box .sb-excerpt-outter span .vertmid {
|
|
opacity: 0;
|
|
}
|
|
.sb-box:hover .sb-excerpt-outter span .vertmid {
|
|
position: relative;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
transition: all .5s ease-in-out;
|
|
opacity: 1;
|
|
}
|
|
.sb-icon {
|
|
margin-bottom: 20px;
|
|
}
|
|
.sb-icon img,
|
|
.sb-icon svg {
|
|
max-height:100px !important;
|
|
height:100px !important;
|
|
width: auto !important;
|
|
display: inline-block;
|
|
}
|
|
.svg-white svg path {
|
|
fill: #fff !important;
|
|
stroke: transparent !important;
|
|
}
|
|
a .sb-title {
|
|
color:#fff;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
@media (min-width:768px) {
|
|
.m-icon-boxes {
|
|
display: none;
|
|
}
|
|
.solution-2 .flex-row {
|
|
flex-direction: row-reverse;
|
|
}
|
|
.sm-angle-inner {
|
|
margin-left:25%;
|
|
}
|
|
.solution-2 .sm-angle-inner {
|
|
margin-right:25%;
|
|
margin-left:0;
|
|
}
|
|
}
|
|
@media (max-width:767px) {
|
|
.row.icon-boxes {
|
|
display: none;
|
|
}
|
|
.row-angles {
|
|
display: none;
|
|
}
|
|
.solutions .row-title {
|
|
font-size: 24px;
|
|
margin-bottom: 10px;
|
|
line-height: 1.2;
|
|
}
|
|
.row-solutions {
|
|
margin-bottom:60px;
|
|
}
|
|
.m-icon-boxes a.sm-box {
|
|
color: #000;
|
|
margin-bottom:30px;
|
|
display: block;
|
|
}
|
|
.m-icon-boxes a.sm-box .sm-title {
|
|
font-weight: bold;
|
|
color:#3576b8;
|
|
margin-bottom:10px;
|
|
}
|
|
.m-icon-boxes a.sm-box .sm-excerpt {
|
|
text-align: left;
|
|
font-size: 14px;
|
|
}
|
|
.sm-icon svg {
|
|
width:80% !important;
|
|
height: auto !important;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
|
|
/* -- ROW MARKETS --*/
|
|
|
|
.row-markets {
|
|
padding:70px 0;
|
|
background:#fff;
|
|
background-image: url(../img/bg-stream.jpg);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: 50% 0%;
|
|
}
|
|
.row-markets .icon-boxes {
|
|
-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
|
|
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
|
|
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
|
|
}
|
|
.w-section-title {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #3576b8;
|
|
margin-bottom: 15px;
|
|
text-transform: uppercase;
|
|
}
|
|
.w-title-p {
|
|
font-size: 24px;
|
|
line-height: 1.2;
|
|
color: #000;
|
|
font-weight: bold;
|
|
margin-bottom: 30px;
|
|
text-transform: uppercase;
|
|
}
|
|
.w-excerpt {
|
|
padding-right: 20%;
|
|
}
|
|
|
|
.wb-box {
|
|
padding: 30px 0;
|
|
margin-bottom: 10px;
|
|
transition: all 0.2s linear;
|
|
display: block;
|
|
position:relative;
|
|
/* overflow: hidden; */
|
|
}
|
|
.w-icon-box-bg {
|
|
background:#fff;
|
|
}
|
|
.wb-excerpt {
|
|
position: absolute;
|
|
top: 0%;
|
|
right: 0;
|
|
background: #3576b8;
|
|
color:#fff;
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
z-index: 2;
|
|
-webkit-transition: all .5s ease-in-out;
|
|
-moz-transition: all .5s ease-in-out;
|
|
-o-transition: all .5s ease-in-out;
|
|
-ms-transition: all .5s ease-in-out;
|
|
transition: all .5s ease-in-out;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
font-weight: 400;
|
|
opacity: 0;
|
|
}
|
|
.wb-excerpt-outter {
|
|
position: absolute;
|
|
top: -25px;
|
|
right: -25px;
|
|
bottom: -25px;
|
|
left: -25px;
|
|
background: #3576b8;
|
|
color: #fff;
|
|
/* width: 100%; */
|
|
/* height: 100%; */
|
|
padding: 20px;
|
|
font-size: 14px;
|
|
z-index: 3;
|
|
-webkit-transition: all .5s ease-in-out;
|
|
-moz-transition: all .5s ease-in-out;
|
|
-o-transition: all .5s ease-in-out;
|
|
-ms-transition: all .5s ease-in-out;
|
|
transition: all .5s ease-in-out;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
font-weight: 400;
|
|
opacity: 0;
|
|
}
|
|
.wb-excerpt .wb-title {
|
|
font-size: 14px;
|
|
}
|
|
.wb-box:hover {
|
|
}
|
|
.wb-box:hover .wb-excerpt {
|
|
-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
|
|
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
|
|
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
|
|
top: 0%;
|
|
transform: scale(1.3);
|
|
opacity: 1;
|
|
}
|
|
.wb-box:hover .wb-excerpt-outter {
|
|
opacity: 1;
|
|
}
|
|
.wb-icon {
|
|
margin-bottom: 20px;
|
|
}
|
|
.wb-icon img,
|
|
.wb-icon svg {
|
|
max-height:85px !important;
|
|
height:85px !important;
|
|
width: auto !important;
|
|
display: inline-block;
|
|
}
|
|
.svg-blue svg path {
|
|
fill: #3576b8 !important;
|
|
stroke: transparent !important;
|
|
}
|
|
.svg-teal svg path {
|
|
fill: #5cb1b2 !important;
|
|
stroke: transparent !important;
|
|
}
|
|
.svg-navy svg path {
|
|
fill: #0d253a !important;
|
|
stroke: transparent !important;
|
|
}
|
|
a .wb-title {
|
|
color:#000;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
a .wb-excerpt-outter .wb-title {
|
|
color:#fff;
|
|
font-size:16px;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.row-markets .flex-col {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
}
|
|
}
|
|
@media (max-width:767px) {
|
|
.row-markets {
|
|
padding: 40px 0 0px 0;
|
|
}
|
|
.col-xs-6 {
|
|
width: 50% !important;
|
|
}
|
|
.w-excerpt {
|
|
padding-right:0%;
|
|
}
|
|
.row-markets .m-icon-boxes a.sm-box {
|
|
padding: 15px;
|
|
background: #fff;
|
|
border: 1px solid #ddd;
|
|
}
|
|
.row-markets .m-icon-boxes a.sm-box p {
|
|
margin-bottom: 0;
|
|
}
|
|
.row-markets .m-icon-boxes a.sm-box {
|
|
color:#3576b8;
|
|
}
|
|
.row-markets .m-icon-boxes a.sm-box .sm-excerpt {
|
|
color:#000;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
/* -- ROW RESOURCES --*/
|
|
|
|
.row-resources {
|
|
background: #fff;
|
|
background: -moz-linear-gradient(top, #e9edf1 0%, #ffffff 100%);
|
|
background: -webkit-gradient(left top, left bottom, color-stop(0%, #e9edf1), color-stop(100%, #ffffff));
|
|
background: -webkit-linear-gradient(top, #e9edf1 0%, #ffffff 100%);
|
|
background: -o-linear-gradient(top, #e9edf1 0%, #ffffff 100%);
|
|
background: -ms-linear-gradient(top, #e9edf1 0%, #ffffff 100%);
|
|
background: linear-gradient(to bottom, #e9edf1 0%, #ffffff 100%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9edf1', endColorstr='#ffffff', GradientType=0 );
|
|
padding: 60px 0 30px 0;
|
|
}
|
|
|
|
a.r-box {
|
|
display: block;
|
|
margin-bottom: 30px;
|
|
color: #000;
|
|
border: 1px solid #eee;
|
|
background: #fff;
|
|
}
|
|
a.r-box:hover {
|
|
-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
|
|
-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
|
|
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
|
|
color: #798697;
|
|
}
|
|
.r-box-inner {
|
|
padding: 25px 30px 30px 30px;
|
|
}
|
|
.row-cta-link a {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color:#3576b8;
|
|
margin-bottom: 0px;
|
|
text-transform: uppercase;
|
|
}
|
|
.r-image {
|
|
max-height: 238px;
|
|
overflow: hidden;
|
|
}
|
|
a .r-type {
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
color:#999;
|
|
margin-bottom: 10px;
|
|
text-transform: uppercase;
|
|
}
|
|
a .r-link {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color:#3576b8;
|
|
margin-bottom: 0px;
|
|
text-transform: uppercase;
|
|
}
|
|
a .r-link::after {
|
|
font-family: "Font Awesome 5 Pro";
|
|
content: "\f061";
|
|
padding-left: 5px;
|
|
font-size: 12px;
|
|
top: -1px;
|
|
position: relative;
|
|
}
|
|
.r-title {
|
|
font-weight: 600;
|
|
color: #000;
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
@media (min-width:768px) {
|
|
.row-cta-link {
|
|
text-align:right;
|
|
}
|
|
}
|
|
@media (max-width:767px) {
|
|
|
|
}
|
|
|
|
/* -- ROW CUSTOMERS -- */
|
|
|
|
.customers {
|
|
color:#fff;
|
|
position: relative;
|
|
}
|
|
.row-customers .container {
|
|
height: 100%;
|
|
}
|
|
.col-angle-3 {
|
|
position: relative;
|
|
width: 42%;
|
|
height:100%;
|
|
float:left;
|
|
left:0;
|
|
background: #2e587d;
|
|
}
|
|
.col-angle-3:after {
|
|
content: " ";
|
|
position: absolute;
|
|
display: block;
|
|
width: 110%;
|
|
height: 104%;
|
|
top: -4%;
|
|
left: -40px;
|
|
z-index: 2;
|
|
background: #2e587d;
|
|
transform-origin: top right;
|
|
-ms-transform: skew(10deg, 0deg);
|
|
-webkit-transform: skew(10deg, 0deg);
|
|
transform: skew(10deg, 0deg);
|
|
}
|
|
.col-angle-4 {
|
|
position: relative;
|
|
width: 58%;
|
|
height:100%;
|
|
float:left;
|
|
left:0;
|
|
background:#3576b8;
|
|
}
|
|
.testimonial-carousel .carousel-inner .item {
|
|
opacity: 0;
|
|
transition-property: opacity;
|
|
}
|
|
|
|
.testimonial-carousel .carousel-inner .active {
|
|
opacity: 1;
|
|
}
|
|
|
|
.testimonial-carousel .carousel-inner .active.left,
|
|
.testimonial-carousel .carousel-inner .active.right {
|
|
left: 0;
|
|
opacity: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.testimonial-carousel .carousel-inner .next.left,
|
|
.testimonial-carousel .carousel-inner .prev.right {
|
|
opacity: 1;
|
|
}
|
|
|
|
.testimonial-carousel .carousel-control {
|
|
z-index: 2;
|
|
}
|
|
@media all and (transform-3d), (-webkit-transform-3d) {
|
|
.testimonial-carousel .carousel-inner > .item.next,
|
|
.testimonial-carousel .carousel-inner > .item.active.right {
|
|
opacity: 0;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
}
|
|
.testimonial-carousel .carousel-inner > .item.prev,
|
|
.testimonial-carousel .carousel-inner > .item.active.left {
|
|
opacity: 0;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
}
|
|
.testimonial-carousel .carousel-inner > .item.next.left,
|
|
.testimonial-carousel .carousel-inner > .item.prev.right,
|
|
.testimonial-carousel .carousel-inner > .item.active {
|
|
opacity: 1;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
}
|
|
}
|
|
.row-customers .sm-angle-inner {
|
|
padding:50px 0 20px 0;
|
|
}
|
|
.c-box {
|
|
margin-bottom: 30px;
|
|
}
|
|
.ct-logo {
|
|
margin-bottom: 30px;
|
|
}
|
|
.ct-logo img {
|
|
width: 196px;
|
|
height: auto;
|
|
display: inline-block;
|
|
}
|
|
.ct-testimonial {
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
}
|
|
.ct-name {
|
|
color: rgba(255,255,255,.5);
|
|
font-size: 13px;
|
|
margin-bottom:5px;
|
|
text-transform: uppercase;
|
|
}
|
|
.ct-title {
|
|
margin-bottom: 60px;
|
|
color: rgba(255,255,255,.5);
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
}
|
|
.row-clients {
|
|
margin-bottom: 50px;
|
|
}
|
|
.row-clients .img-responsive {
|
|
max-width: 175px;
|
|
height: auto;
|
|
display: inline-block;
|
|
}
|
|
.row-clients .row-cta-link {
|
|
margin-top:50px;
|
|
}
|
|
.row-clients a {
|
|
color: #fff;
|
|
}
|
|
.row-clients a:hover {
|
|
color: rgba(255,255,255,.6);
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.row-clients .row-cta-link {
|
|
text-align: center;
|
|
}
|
|
}
|
|
@media (max-width:767px) {
|
|
.col-quote {
|
|
background:#2e587d;
|
|
padding: 30px;
|
|
}
|
|
/* .col-quote .flex-row {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.col-quote .flex-col {
|
|
display: flex;
|
|
flex-direction: column;
|
|
} */
|
|
.col-logos {
|
|
background:#3576b8;
|
|
text-align: center;
|
|
}
|
|
.col-logos .sm-angle-inner {
|
|
text-align: center;
|
|
}
|
|
.row-customers .sm-angle-inner {
|
|
padding: 30px 30px 0px 30px;
|
|
}
|
|
.row-customers .container {
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
|
|
/* -- ROW CTA --*/
|
|
|
|
.row-cta {
|
|
margin-top:20px;
|
|
padding: 60px 0 70px 0;
|
|
background: #fff;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.cta-primary {
|
|
font-size: 30px;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
margin-bottom:0px;
|
|
color:#000;
|
|
}
|
|
.row-align-center {
|
|
width: 100%;
|
|
}
|
|
.row-align-center .inline {
|
|
display: inline-block;
|
|
margin: 0 20px;
|
|
}
|
|
.row-align-center .cta-primary {
|
|
font-size: 48px;
|
|
text-transform: none;
|
|
}
|
|
.cta-secondary {
|
|
font-size: 30px;
|
|
text-transform: none;
|
|
font-weight: 300;
|
|
margin-bottom:10px;
|
|
color:#000;
|
|
}
|
|
@media (min-width:768px) {
|
|
|
|
}
|
|
@media (max-width:767px) {
|
|
.row-cta {
|
|
text-align: center !important;
|
|
padding: 30px 0 30px 0;
|
|
}
|
|
.cta-primary {
|
|
font-size: 22px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.row-align-center .inline {
|
|
width: 100%;
|
|
}
|
|
.row-align-center .cta-primary {
|
|
font-size: 24px;
|
|
}
|
|
.cta-secondary {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
/* -- FOOTER -- */
|
|
.footer {
|
|
background: #0d253a;
|
|
color: #fff;
|
|
padding: 40px 0;
|
|
font-size: 13px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.footer-overview {
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.footer hr {
|
|
border-top: 1px solid rgba(255, 255, 255, .2) !important;
|
|
margin-top: 30px !important;
|
|
margin-bottom: 30px !important;
|
|
}
|
|
|
|
.footer p {
|
|
margin-bottom: 15px;
|
|
font-weight: 300;
|
|
margin-bottom: 10px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.footer .nav-column {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.footer .column-title {
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.footer ul {
|
|
margin: 0 0 20px 0;
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
.footer ul ul {
|
|
margin: 0 0 0px 0;
|
|
}
|
|
|
|
.footer ul ul ul li a:before {
|
|
content: "- "
|
|
}
|
|
|
|
.footer ul li {
|
|
margin-bottom: 0;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.footer ul li a {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #7abcff;
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
line-height: 24px;
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
.footer ul li a:hover {
|
|
color:#fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.footer ul li li a {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(255, 255, 255, 1);
|
|
text-decoration: none;
|
|
font-weight: 300;
|
|
line-height: 24px;
|
|
text-transform: none;
|
|
}
|
|
.footer ul li li a:hover {
|
|
color: rgba(255, 255, 255, .5);
|
|
text-decoration: none;
|
|
}
|
|
.footer ul.social-icons li a {
|
|
color:rgba(255,255,255,.5);
|
|
}
|
|
.footer ul.social-icons li a:hover {
|
|
color:rgba(255,255,255,1);
|
|
}
|
|
|
|
.footer ul.social-icons {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
@media (min-width:768px) {
|
|
.footer ul.social-icons {
|
|
}
|
|
}
|
|
|
|
.footer ul.social-icons li {
|
|
display: inline-block;
|
|
margin: 0 15px 0px 0;
|
|
}
|
|
|
|
.footer ul.social-icons li .fab {
|
|
font-size: 30px;
|
|
}
|
|
|
|
.footer a {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.footer a:hover {
|
|
color: #3576b8;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.footer-logo {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.footer-logo img {
|
|
max-width: 200px;
|
|
width: 100%;
|
|
}
|
|
|
|
/* -- HIDDEN LABELS -- */
|
|
|
|
.label-search,
|
|
.link-off {
|
|
position: absolute;
|
|
text-indent: -4000px;
|
|
}
|
|
|