15920 lines
288 KiB
CSS
15920 lines
288 KiB
CSS
ul,
|
|
li {
|
|
list-style: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
figure {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
.pull-left {
|
|
float: left;
|
|
}
|
|
|
|
.preloader {
|
|
position: fixed;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 999999;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.preloader .icon {
|
|
position: fixed;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 5;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-image: url(../@/assets/images/icons/preloader.svg);
|
|
-webkit-transition: all 200ms ease;
|
|
-moz-transition: all 200ms ease;
|
|
-ms-transition: all 200ms ease;
|
|
-o-transition: all 200ms ease;
|
|
transition: all 200ms ease;
|
|
}
|
|
|
|
.page-loaded .preloader .icon {
|
|
opacity: 0;
|
|
}
|
|
|
|
.preloader:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 51%;
|
|
height: 100%;
|
|
background: #ffffff;
|
|
z-index: 0;
|
|
-webkit-transform: translateX(0%);
|
|
-ms-transform: translateX(0%);
|
|
transform: translateX(0%);
|
|
-webkit-transition: all 800ms ease;
|
|
-moz-transition: all 800ms ease;
|
|
-ms-transition: all 800ms ease;
|
|
-o-transition: all 800ms ease;
|
|
transition: all 800ms ease;
|
|
}
|
|
|
|
.page-loaded .preloader:before {
|
|
-webkit-transform: translateX(-101%);
|
|
-ms-transform: translateX(-101%);
|
|
transform: translateX(-101%);
|
|
}
|
|
|
|
.preloader:after {
|
|
content: '';
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 51%;
|
|
height: 100%;
|
|
background: #ffffff;
|
|
z-index: 2;
|
|
-webkit-transform: translateX(0%);
|
|
-ms-transform: translateX(0%);
|
|
transform: translateX(0%);
|
|
-webkit-transition: all 800ms ease;
|
|
-moz-transition: all 800ms ease;
|
|
-ms-transition: all 800ms ease;
|
|
-o-transition: all 800ms ease;
|
|
transition: all 800ms ease;
|
|
}
|
|
|
|
.page-loaded .preloader:after {
|
|
-webkit-transform: translateX(101%);
|
|
-ms-transform: translateX(101%);
|
|
transform: translateX(101%);
|
|
}
|
|
|
|
img {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.dropdown-toggle::after {
|
|
display: none;
|
|
}
|
|
|
|
.fa {
|
|
line-height: inherit;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Scroll To Top style
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.scroll-to-top {
|
|
position: fixed;
|
|
right: 30px;
|
|
bottom: 30px;
|
|
width: 58px;
|
|
height: 58px;
|
|
color: #ffffff;
|
|
font-size: 20px;
|
|
line-height: 58px;
|
|
text-align: center;
|
|
z-index: 100;
|
|
cursor: pointer;
|
|
background: #1d3334;
|
|
border-radius: 0px;
|
|
display: none;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.scroll-to-top.alternate {
|
|
background: none;
|
|
line-height: 56px;
|
|
color: #24a77e;
|
|
border: 1px dashed #24a77e;
|
|
}
|
|
|
|
.scroll-to-top:hover {
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Main Header style / Header Style One
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.main-header {
|
|
position: relative;
|
|
left: 0;
|
|
top: 0;
|
|
display: block;
|
|
width: 100%;
|
|
z-index: 9999;
|
|
background: none;
|
|
}
|
|
|
|
.main-header .header-top {
|
|
position: relative;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.main-header .header-top .top-left {
|
|
position: relative;
|
|
float: left;
|
|
padding: 10px 0px;
|
|
}
|
|
|
|
.main-header .header-top .tip-link {
|
|
position: relative;
|
|
color: #24a77e;
|
|
line-height: 30px;
|
|
font-size: 15px;
|
|
float: left;
|
|
}
|
|
|
|
.main-header .header-top .tip-link a {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-header .header-top .tip-link .icon {
|
|
position: relative;
|
|
font-size: 14px;
|
|
padding-right: 7px;
|
|
}
|
|
|
|
.main-header .header-top .social-links {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 41px;
|
|
}
|
|
|
|
.main-header .header-top .social-links:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: -21px;
|
|
top: 7px;
|
|
height: 16px;
|
|
border-left: 1px solid #d0d0d0;
|
|
}
|
|
|
|
.main-header .header-top .social-links li {
|
|
position: relative;
|
|
float: left;
|
|
line-height: 30px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.main-header .header-top .social-links li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.main-header .header-top .social-links li a {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 14px;
|
|
color: #132728;
|
|
}
|
|
|
|
.main-header .header-top .social-links li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-header .header-top .top-right {
|
|
position: relative;
|
|
float: right;
|
|
padding: 10px 0px;
|
|
}
|
|
|
|
.main-header .header-top .top-links {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
.main-header .header-top .top-links li {
|
|
position: relative;
|
|
float: left;
|
|
color: #132728;
|
|
font-size: 15px;
|
|
line-height: 30px;
|
|
margin-right: 41px;
|
|
}
|
|
|
|
.main-header .header-top .top-links li:after {
|
|
content: '';
|
|
position: absolute;
|
|
right: -21px;
|
|
top: 7px;
|
|
height: 16px;
|
|
border-left: 1px solid #d0d0d0;
|
|
}
|
|
|
|
.main-header .header-top .top-links li:last-child:after {
|
|
display: none;
|
|
}
|
|
|
|
.main-header .header-top .top-links li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.main-header .header-top .top-links li a {
|
|
position: relative;
|
|
display: block;
|
|
color: #132728;
|
|
}
|
|
|
|
.main-header .header-top .top-links li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-header .header-top .top-links li .icon {
|
|
position: relative;
|
|
color: #24a77e;
|
|
font-size: 16px;
|
|
vertical-align: middle;
|
|
line-height: 30px;
|
|
padding-right: 7px;
|
|
}
|
|
|
|
/*=== Header Top Two ===*/
|
|
|
|
.main-header .header-top-two {
|
|
position: relative;
|
|
background: #132728;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.main-header .header-top-two .top-left {
|
|
position: relative;
|
|
float: left;
|
|
padding: 14px 0px;
|
|
}
|
|
|
|
.main-header .header-top-two .quote-link {
|
|
position: relative;
|
|
color: #ffffff;
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
float: left;
|
|
}
|
|
|
|
.main-header .header-top-two .quote-link a {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-header .header-top-two .quote-link .icon {
|
|
position: relative;
|
|
font-size: 10px;
|
|
vertical-align: middle;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.main-header .header-top-two .top-right {
|
|
position: relative;
|
|
float: right;
|
|
padding: 14px 0px;
|
|
}
|
|
|
|
.main-header .header-top-two .top-links {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
.main-header .header-top-two .top-links li {
|
|
position: relative;
|
|
float: left;
|
|
color: #ffffff;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
margin-right: 41px;
|
|
}
|
|
|
|
.main-header .header-top-two .top-links li:after {
|
|
content: '';
|
|
position: absolute;
|
|
right: -21px;
|
|
top: 7px;
|
|
height: 16px;
|
|
border-left: 1px solid rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.main-header .header-top-two .top-links li:last-child:after {
|
|
display: none;
|
|
}
|
|
|
|
.main-header .header-top-two .top-links li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.main-header .header-top-two .top-links li a {
|
|
position: relative;
|
|
display: block;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.main-header .header-top-two .top-links li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-header .header-top-two .top-links li .icon {
|
|
position: relative;
|
|
color: #24a77e;
|
|
font-size: 16px;
|
|
vertical-align: middle;
|
|
line-height: 30px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
/*=== Header Main Box ===*/
|
|
|
|
.main-header .header-upper {
|
|
position: relative;
|
|
display: block;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 0px 0px;
|
|
width: 100%;
|
|
background: #ffffff;
|
|
z-index: 6;
|
|
}
|
|
|
|
.main-header .header-upper .inner-container {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.main-header .header-upper .logo-box {
|
|
position: relative;
|
|
float: left;
|
|
padding: 15px 0px;
|
|
}
|
|
|
|
.main-header .header-upper .logo-box .logo {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.main-header .header-upper .logo-box .logo img {
|
|
position: relative;
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
height: 80px;
|
|
max-height: 80px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.main-header .other-links {
|
|
position: relative;
|
|
float: right;
|
|
padding: 30px 0px 20px;
|
|
}
|
|
|
|
.main-header .other-links .info {
|
|
position: relative;
|
|
float: left;
|
|
line-height: 25px;
|
|
padding-left: 56px;
|
|
}
|
|
|
|
.main-header .other-links .info-icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50%;
|
|
line-height: 50px;
|
|
margin-top: -25px;
|
|
font-size: 46px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-header .other-links .info .phone {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.main-header .other-links .info .phone a {
|
|
color: #132728;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.main-header .other-links .info .call {
|
|
position: relative;
|
|
display: inline-block;
|
|
color: #24a77e;
|
|
font-weight: 500;
|
|
padding-top: 3px;
|
|
line-height: 22px;
|
|
border-bottom: 1px dashed #24a77e;
|
|
}
|
|
|
|
.main-header .other-links .info .call a {
|
|
color: #132728;
|
|
}
|
|
|
|
.main-header .other-links .info .call .icon {
|
|
font-size: 14px;
|
|
padding-left: 7px;
|
|
}
|
|
|
|
.main-header .other-links .search-box {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 40px;
|
|
}
|
|
|
|
.main-header .other-links .search-box .form-group {
|
|
position: relative;
|
|
display: block;
|
|
width: 270px;
|
|
margin: 0;
|
|
padding-right: 52px;
|
|
}
|
|
|
|
.main-header .other-links .search-box form .field-box {
|
|
position: relative;
|
|
display: block;
|
|
z-index: 3;
|
|
}
|
|
|
|
.main-header .other-links .search-box .btn-box {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 60px;
|
|
height: 50px;
|
|
}
|
|
|
|
.main-header .other-links .search-box form input[type="text"],
|
|
.main-header .other-links .search-box form input[type="search"] {
|
|
display: block;
|
|
width: 100%;
|
|
height: 50px;
|
|
line-height: 28px;
|
|
padding: 10px 25px;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
background: #ffffff;
|
|
border-radius: 25px;
|
|
}
|
|
|
|
.main-header .other-links .search-box .btn-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: -40px;
|
|
top: -2px;
|
|
width: 54px;
|
|
height: 54px;
|
|
background: #ffffff;
|
|
border-radius: 27px;
|
|
z-index: 2;
|
|
}
|
|
|
|
.main-header .other-links .search-box .search-btn {
|
|
position: relative;
|
|
display: block;
|
|
width: 60px;
|
|
height: 50px;
|
|
line-height: 30px;
|
|
padding: 10px 15px;
|
|
text-align: right;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
border-radius: 0px 25px 25px 0px;
|
|
z-index: 1;
|
|
}
|
|
|
|
/*=== Header Upper Two ===*/
|
|
|
|
.main-header .header-upper-two {
|
|
position: relative;
|
|
display: block;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 0px 0px;
|
|
width: 100%;
|
|
background: #f3faf8;
|
|
z-index: 1;
|
|
}
|
|
|
|
.main-header .header-upper-two .inner-container {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 150px;
|
|
}
|
|
|
|
.main-header .header-upper-two .logo-box {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 0px;
|
|
margin-left: -110px;
|
|
text-align: center;
|
|
width: 220px;
|
|
float: left;
|
|
padding: 17px 0px;
|
|
z-index: 2;
|
|
}
|
|
|
|
.main-header .header-upper-two .logo-box .logo {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.main-header .header-upper-two .logo-box .logo img {
|
|
position: relative;
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
height: 80px;
|
|
max-height: 80px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.main-header .header-upper-two .iso {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
float: left;
|
|
line-height: 25px;
|
|
padding-left: 70px;
|
|
padding-top: 10px;
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.main-header .header-upper-two .iso .iso-icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50%;
|
|
line-height: 56px;
|
|
margin-top: -28px;
|
|
font-size: 36px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-header .header-upper-two .iso .number {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #24a77e;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.main-header .header-upper-two .iso .txt {
|
|
position: relative;
|
|
display: block;
|
|
color: #132728;
|
|
font-weight: 500;
|
|
padding-top: 5px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.main-header .header-upper-two .help {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
float: right;
|
|
line-height: 25px;
|
|
padding-left: 62px;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.main-header .header-upper-two .help .call-icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50%;
|
|
line-height: 50px;
|
|
margin-top: -25px;
|
|
font-size: 46px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-header .header-upper-two .help .info .phone {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 18px;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.main-header .header-upper-two .help .info .phone a {
|
|
color: #132728;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.main-header .header-upper-two .help .info .txt {
|
|
position: relative;
|
|
display: block;
|
|
color: #24a77e;
|
|
font-weight: 500;
|
|
font-size: 18px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.main-header .header-lower {
|
|
position: relative;
|
|
display: block;
|
|
background: fff;
|
|
color: #333;
|
|
z-index: 5;
|
|
}
|
|
|
|
.header-style-two .header-lower {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 100%;
|
|
background: none;
|
|
width: 100%;
|
|
margin-top: -33px;
|
|
}
|
|
|
|
.main-header .header-lower .inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.header-style-two .header-lower .inner {
|
|
padding: 0px 25px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.main-header .header-lower .more-links {
|
|
position: relative;
|
|
float: right;
|
|
padding: 8px 0px;
|
|
}
|
|
|
|
.header-style-two .header-lower .more-links {
|
|
padding: 7px 0px;
|
|
}
|
|
|
|
.main-header .header-lower .more-links .cart-btn {
|
|
position: relative;
|
|
float: left;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.header-style-two .header-lower .more-links .cart-btn {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.main-header .header-lower .more-links .cart-btn a {
|
|
position: relative;
|
|
display: block;
|
|
width: 44px;
|
|
height: 44px;
|
|
text-align: center;
|
|
line-height: 42px;
|
|
border: 1px solid rgba(255, 255, 255, 0.20);
|
|
color: #ffffff;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.header-style-two .header-lower .more-links .cart-btn a {
|
|
background: none;
|
|
color: #132728;
|
|
border: 1px solid rgba(0, 0, 0, 0.20);
|
|
}
|
|
|
|
.header-style-two .header-lower .more-links .cart-btn .count {
|
|
position: absolute;
|
|
right: -10px;
|
|
top: 0px;
|
|
line-height: 20px;
|
|
width: 20px;
|
|
height: 20px;
|
|
font-size: 10px;
|
|
font-style: normal;
|
|
border-radius: 50%;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.main-header .header-lower .more-links .cart-btn a:hover {
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.header-style-two .header-lower .more-links .cart-btn a:hover .count {
|
|
background: #132728;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.main-header .header-lower .more-links .estimate-btn {
|
|
position: relative;
|
|
top: 1px;
|
|
float: left;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.main-header .header-lower .more-links .estimate-btn a {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
padding: 15px 30px;
|
|
padding-left: 85px;
|
|
line-height: 29px;
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.main-header .header-lower .more-links .estimate-btn .icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 60px;
|
|
line-height: 40px;
|
|
font-weight: 400;
|
|
font-size: 36px;
|
|
color: #24a77e;
|
|
background: #ffffff;
|
|
padding: 12px 5px 8px;
|
|
text-align: center;
|
|
}
|
|
|
|
.main-header .header-lower .more-links .estimate-btn .arrow {
|
|
position: relative;
|
|
top: 1px;
|
|
padding-left: 10px;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.header-style-two .header-lower .social-links {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 40px;
|
|
top: 5px;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.header-style-two .header-lower .social-links li {
|
|
position: relative;
|
|
float: left;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.header-style-two .header-lower .social-links li:last-child {
|
|
border-right: none;
|
|
}
|
|
|
|
.header-style-two .header-lower .social-links li a {
|
|
position: relative;
|
|
display: block;
|
|
width: 42px;
|
|
height: 42px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #132728;
|
|
line-height: 42px;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.header-style-two .header-lower .social-links li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.header-style-two .social-links li .t-tip-box {
|
|
position: absolute;
|
|
/*left: 0%;*/
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: -43px;
|
|
width: 90px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
border-radius: 0px;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.header-style-two .social-links li:hover .t-tip-box {
|
|
bottom: -33px;
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
|
|
.header-style-two .social-links .t-tip-box:before {
|
|
position: absolute;
|
|
content: '';
|
|
width: 10px;
|
|
height: 10px;
|
|
left: 40px;
|
|
background: #24a77e;
|
|
top: -4px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.main-header .loc-box {
|
|
position: relative;
|
|
float: left;
|
|
padding-top: 31px;
|
|
margin-left: 40px;
|
|
}
|
|
|
|
.main-header .loc-box .drop-list {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.main-header .loc-box .drop-list .dropdown-outer {
|
|
position: relative;
|
|
}
|
|
|
|
.main-header .loc-box .drop-list .btn-box {
|
|
position: relative;
|
|
display: block;
|
|
padding: 9px 26px;
|
|
padding-left: 50px;
|
|
border: 1px dashed rgba(0, 0, 0, 0.15);
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
color: #132728;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.main-header .loc-box .drop-list .btn-box:before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 24px;
|
|
top: 15px;
|
|
height: 16px;
|
|
width: 16px;
|
|
border: 6px solid #24a77e;
|
|
border-radius: 50%;
|
|
z-index: 5;
|
|
}
|
|
|
|
.main-header .loc-box .drop-list .btn-box:after {
|
|
content: "\f0d7";
|
|
font-family: 'Font Awesome 5 Free';
|
|
position: relative;
|
|
padding-left: 5px;
|
|
top: 0px;
|
|
height: 24px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
color: #999999;
|
|
line-height: 24px;
|
|
font-size: 16px;
|
|
border: none;
|
|
font-weight: 700;
|
|
z-index: 5;
|
|
}
|
|
|
|
.main-header .loc-box .drop-list .dropdown-menu {
|
|
width: 100%;
|
|
min-width: 190px;
|
|
padding: 0px 0px;
|
|
margin: 2px 0 0;
|
|
background: #ffffff;
|
|
border-radius: 5px;
|
|
border-top: none;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.main-header .loc-box .drop-list .dropdown-menu li {
|
|
position: relative;
|
|
display: block;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
padding: 0px 0px;
|
|
}
|
|
|
|
.main-header .loc-box .drop-list .dropdown-menu li:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.main-header .loc-box .drop-list .dropdown-menu li a {
|
|
position: relative;
|
|
display: block;
|
|
display: block;
|
|
font-size: 15px;
|
|
line-height: 24px;
|
|
padding: 10px 20px;
|
|
text-transform: capitalize;
|
|
color: #132728;
|
|
}
|
|
|
|
.main-header .loc-box .drop-list .dropdown-menu li:hover>a {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.main-header .nav-outer {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.main-header .nav-outer .main-menu {
|
|
position: relative;
|
|
}
|
|
|
|
.main-menu .navbar-collapse {
|
|
padding: 0px;
|
|
display: block !important;
|
|
}
|
|
|
|
.main-menu .navigation {
|
|
position: relative;
|
|
margin: 0px;
|
|
font-family: 'Inter', sans-serif;
|
|
}
|
|
|
|
.main-menu .navigation>li {
|
|
position: relative;
|
|
float: left;
|
|
padding: 10px 0px;
|
|
margin-right: 30px;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.main-menu .navigation>li:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.main-menu .navigation>li:last-child:after {
|
|
display: none;
|
|
}
|
|
|
|
.main-menu .navigation>li>a {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 32px;
|
|
font-weight: 600;
|
|
text-transform: capitalize;
|
|
letter-spacing: 0.03em;
|
|
color: #ffffff;
|
|
padding: 12px 0px;
|
|
opacity: 1;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.header-style-two .main-menu .navigation>li>a {
|
|
color: #132728;
|
|
line-height: 30px;
|
|
padding: 9px 0px 7px;
|
|
}
|
|
|
|
.main-menu .navigation>li.dropdown>a {
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.main-menu .navigation>li.dropdown>a:after {
|
|
font-family: 'Flaticon';
|
|
content: "\f191";
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 14px;
|
|
display: block;
|
|
color: #24a77e;
|
|
line-height: 32px;
|
|
font-size: 10px;
|
|
font-weight: 400;
|
|
z-index: 5;
|
|
}
|
|
|
|
.header-style-two .main-menu .navigation>li.dropdown>a:after {
|
|
top: 10px;
|
|
}
|
|
|
|
.main-menu .navigation>li:hover>a,
|
|
.main-menu .navigation>li.current>a {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.sticky-header .main-menu .navigation>li:hover>a,
|
|
.sticky-header .main-menu .navigation>li.current>a {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.sticky-header .main-menu .navigation>li.dropdown>a {
|
|
padding-right: 0px;
|
|
}
|
|
|
|
.main-menu .navigation>li>ul {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 100%;
|
|
width: 245px;
|
|
z-index: 100;
|
|
display: none;
|
|
background: #ffffff;
|
|
padding: 0px 0px;
|
|
-ms-transform: translateY(20px);
|
|
transform: translateY(20px);
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
|
-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
|
-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
|
-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
|
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.main-menu .navigation>li>ul.from-right {
|
|
left: auto;
|
|
right: 0px;
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li {
|
|
position: relative;
|
|
padding: 0px 0px;
|
|
width: 100%;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li>a {
|
|
position: relative;
|
|
display: block;
|
|
padding: 10px 25px;
|
|
line-height: 30px;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #171b27;
|
|
text-align: left;
|
|
text-transform: capitalize;
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li:hover>a {
|
|
color: #24a77e;
|
|
padding-left: 43px;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li>a:before {
|
|
font-family: 'Flaticon';
|
|
content: "\f179";
|
|
position: absolute;
|
|
left: 25px;
|
|
top: 10px;
|
|
display: block;
|
|
line-height: 30px;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #24a77e;
|
|
opacity: 0;
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
z-index: 1;
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li:hover>a:before {
|
|
opacity: 1;
|
|
transition: all 300ms ease 200ms;
|
|
-moz-transition: all 300ms ease 200ms;
|
|
-webkit-transition: all 300ms ease 200ms;
|
|
-ms-transition: all 300ms ease 200ms;
|
|
-o-transition: all 300ms ease 200ms;
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li>ul {
|
|
position: absolute;
|
|
left: 100%;
|
|
margin-left: 10px;
|
|
top: 0;
|
|
width: 245px;
|
|
z-index: 100;
|
|
display: none;
|
|
background: #ffffff;
|
|
padding: 0px 0px;
|
|
-ms-transform: translateY(20px);
|
|
transform: translateY(20px);
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
|
-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
|
-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
|
-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
|
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li>ul:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: -10px;
|
|
top: 0;
|
|
width: 10px;
|
|
height: 100%;
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li>ul>li {
|
|
position: relative;
|
|
padding: 0px 0px;
|
|
width: 100%;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li>ul>li>a {
|
|
position: relative;
|
|
display: block;
|
|
padding: 10px 25px;
|
|
line-height: 30px;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #171b27;
|
|
text-align: left;
|
|
text-transform: capitalize;
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li>ul>li:hover>a {
|
|
color: #24a77e;
|
|
background: #f2f2f2;
|
|
padding-left: 43px;
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li>ul>li>a:before {
|
|
font-family: 'Flaticon';
|
|
content: "\f179";
|
|
position: absolute;
|
|
left: 25px;
|
|
top: 10px;
|
|
display: block;
|
|
line-height: 30px;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #24a77e;
|
|
opacity: 0;
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
z-index: 1;
|
|
}
|
|
|
|
.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
|
|
opacity: 1;
|
|
transition: all 300ms ease 200ms;
|
|
-moz-transition: all 300ms ease 200ms;
|
|
-webkit-transition: all 300ms ease 200ms;
|
|
-ms-transition: all 300ms ease 200ms;
|
|
-o-transition: all 300ms ease 200ms;
|
|
}
|
|
|
|
.main-menu .navigation>li.dropdown:hover>ul {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
-ms-transform: translateY(0px);
|
|
transform: translateY(0px);
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 500ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
}
|
|
|
|
.main-menu .navigation li>ul>li.dropdown:hover>ul {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
-ms-transform: translateY(0px);
|
|
transform: translateY(0px);
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 500ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
}
|
|
|
|
.main-menu .navigation li.dropdown .dropdown-btn {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 8px;
|
|
width: 34px;
|
|
height: 30px;
|
|
border: 1px solid #ffffff;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
z-index: 5;
|
|
display: none;
|
|
}
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Inner Header
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.inner-header .header-top .top-links li,
|
|
.inner-header .header-top .top-links li a {
|
|
color: #132728;
|
|
}
|
|
|
|
.main-header .header-top a {
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.inner-header .header-lower .inner {
|
|
padding-left: 25px;
|
|
}
|
|
|
|
.inner-header .header-lower .inner:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 10px;
|
|
right: 0;
|
|
bottom: 10px;
|
|
border: 1px dashed rgba(255, 255, 255, 0.25);
|
|
z-index: 1;
|
|
}
|
|
|
|
.inner-header .nav-outer .main-menu {
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
.inner-header .main-menu .navigation>li {
|
|
margin-right: 55px;
|
|
}
|
|
|
|
.inner-header .main-menu .navigation>li:after {
|
|
content: '';
|
|
position: absolute;
|
|
right: -28px;
|
|
top: 25px;
|
|
height: 26px;
|
|
border-right: 1px dashed rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.inner-header .main-menu .navigation>li.dropdown>a {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.inner-header .main-menu .navigation>li.dropdown>a:after {
|
|
display: none;
|
|
}
|
|
|
|
.inner-header .header-lower .more-links {
|
|
padding: 0 0;
|
|
}
|
|
|
|
.inner-header .header-lower .more-links:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0px;
|
|
bottom: 0px;
|
|
min-height: 100%;
|
|
background: #24a77e;
|
|
width: 2000px;
|
|
z-index: 0;
|
|
}
|
|
|
|
.inner-header .header-lower .more-links .cart-btn a,
|
|
.inner-header .header-lower .more-links .quote-btn a {
|
|
position: relative;
|
|
z-index: 10;
|
|
}
|
|
|
|
.inner-header .header-lower .more-links .cart-btn {
|
|
padding: 16px 10px;
|
|
border: none;
|
|
width: 80px;
|
|
text-align: center;
|
|
background: #1c8b68;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.inner-header .header-lower .more-links .cart-btn a {
|
|
line-height: 40px;
|
|
border: none;
|
|
display: block;
|
|
font-size: 20px;
|
|
width: 100%;
|
|
text-align: center;
|
|
background: #1c8b68;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.inner-header .header-lower .more-links .cart-btn sub {
|
|
padding-left: 5px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.inner-header .header-lower .more-links .cart-btn a:hover {
|
|
background: none;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.inner-header .header-lower .more-links .quote-btn {
|
|
position: relative;
|
|
float: left;
|
|
display: block;
|
|
padding: 13px 0px;
|
|
}
|
|
|
|
.inner-header .header-lower .more-links .quote-btn a {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 30px;
|
|
padding: 10px 25px;
|
|
border: none;
|
|
color: #ffffff;
|
|
display: block;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
letter-spacing: 0.01em;
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
}
|
|
|
|
.inner-header .header-lower .more-links .quote-btn a i {
|
|
position: relative;
|
|
top: -1px;
|
|
vertical-align: middle;
|
|
padding-left: 7px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.inner-header .other-links .search-box .search-btn {
|
|
background: #efefef;
|
|
color: #8b8b8b;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Sticky Header
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.sticky-header {
|
|
position: fixed;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
padding: 0px 0px;
|
|
z-index: -1;
|
|
background: #ffffff;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
|
|
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
|
|
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
|
|
-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
|
|
-webkit-transition: top 300ms ease;
|
|
-moz-transition: top 300ms ease;
|
|
-ms-transition: top 300ms ease;
|
|
-o-transition: top 300ms ease;
|
|
transition: top 300ms ease;
|
|
}
|
|
|
|
.fixed-header .sticky-header {
|
|
opacity: 1;
|
|
z-index: 99901;
|
|
visibility: visible;
|
|
}
|
|
|
|
.fixed-header .sticky-header .logo {
|
|
padding: 12px 0px;
|
|
}
|
|
|
|
.fixed-header .sticky-header .logo img {
|
|
height: 50px;
|
|
}
|
|
|
|
.sticky-header .main-menu {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
.sticky-header .main-menu .navigation>li {
|
|
margin-left: 30px !important;
|
|
padding: 0;
|
|
margin-right: 0 !important;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.sticky-header .main-menu .navigation>li.dropdown>a:after,
|
|
.sticky-header .main-menu .navigation>li:before {
|
|
display: none;
|
|
}
|
|
|
|
.sticky-header .main-menu .navigation>li>a {
|
|
padding: 24px 0px !important;
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #132728;
|
|
text-transform: capitalize;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.sticky-header .main-menu .navigation>li>ul>li>ul {
|
|
left: auto;
|
|
right: 100%;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.sticky-header .main-menu .navigation>li:hover>a,
|
|
.sticky-header .main-menu .navigation>li.current>a,
|
|
.sticky-header .main-menu .navigation>li.current-menu-item>a {
|
|
opacity: 1;
|
|
}
|
|
|
|
.sticky-header .contact-link {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 25px;
|
|
padding-top: 11px;
|
|
}
|
|
|
|
.sticky-header .contact-link .theme-btn .btn-title {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
font-size: 15px;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Search Popup
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.search-popup {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 99999;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
overflow: auto;
|
|
background: rgba(0, 0, 0, 0.0);
|
|
transition: all 100ms ease;
|
|
-moz-transition: all 100ms ease;
|
|
-webkit-transition: all 100ms ease;
|
|
-ms-transition: all 100ms ease;
|
|
-o-transition: all 100ms ease;
|
|
}
|
|
|
|
.search-popup:before {
|
|
content: '';
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.70);
|
|
-webkit-transform: translateY(101%);
|
|
-ms-transform: translateY(101%);
|
|
transform: translateY(101%);
|
|
}
|
|
|
|
.search-popup.popup-visible:before {
|
|
transition: all 500ms ease 100ms;
|
|
-moz-transition: all 500ms ease 100ms;
|
|
-webkit-transition: all 500ms ease 100ms;
|
|
-ms-transition: all 500ms ease 100ms;
|
|
-o-transition: all 500ms ease 100ms;
|
|
-webkit-transform: translateY(0%);
|
|
-ms-transform: translateY(0%);
|
|
transform: translateY(0%);
|
|
}
|
|
|
|
.search-popup.popup-visible {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
body.search-visible {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.search-popup .overlay-layer {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
display: block;
|
|
}
|
|
|
|
.search-popup .close-search {
|
|
position: absolute;
|
|
right: 25px;
|
|
top: 25px;
|
|
font-size: 22px;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
z-index: 5;
|
|
}
|
|
|
|
.search-popup .close-search:hover {
|
|
opacity: 0.70;
|
|
}
|
|
|
|
.search-popup .search-form {
|
|
position: relative;
|
|
padding: 0px 15px 0px;
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
margin-top: 150px;
|
|
margin-bottom: 100px;
|
|
opacity: 0;
|
|
-webkit-transform: translateY(50px);
|
|
-ms-transform: translateY(50px);
|
|
transform: translateY(50px);
|
|
z-index: 10;
|
|
}
|
|
|
|
.search-popup.popup-visible .search-form {
|
|
opacity: 1;
|
|
-webkit-transform: translateY(0px);
|
|
-ms-transform: translateY(0px);
|
|
transform: translateY(0px);
|
|
transition: all 500ms ease 500ms;
|
|
-moz-transition: all 900ms ease 500ms;
|
|
-webkit-transition: all 900ms ease 500ms;
|
|
-ms-transition: all 900ms ease 500ms;
|
|
-o-transition: all 900ms ease 500ms;
|
|
}
|
|
|
|
.search-popup .search-form fieldset {
|
|
position: relative;
|
|
border: 7px solid rgba(255, 255, 255, 0.50);
|
|
border-radius: 12px;
|
|
}
|
|
|
|
.search-popup .search-form fieldset input[type="search"] {
|
|
position: relative;
|
|
height: 70px;
|
|
padding: 20px 220px 20px 30px;
|
|
background: #ffffff;
|
|
line-height: 30px;
|
|
font-size: 24px;
|
|
color: #233145;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
.search-popup .search-form fieldset input[type="submit"] {
|
|
position: absolute;
|
|
display: block;
|
|
right: 0px;
|
|
top: 0px;
|
|
text-align: center;
|
|
width: 220px;
|
|
height: 70px;
|
|
padding: 20px 10px 20px 10px;
|
|
color: #ffffff !important;
|
|
background: #24a77e;
|
|
line-height: 30px;
|
|
font-size: 20px;
|
|
cursor: pointer;
|
|
text-transform: uppercase;
|
|
border-radius: 0px 7px 7px 0px;
|
|
}
|
|
|
|
.search-popup .search-form fieldset input[type="submit"]:hover {
|
|
background: #24a77e;
|
|
}
|
|
|
|
.search-popup h3 {
|
|
text-transform: uppercase;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
color: #ffffff;
|
|
margin-bottom: 20px;
|
|
letter-spacing: 1px;
|
|
text-align: center;
|
|
}
|
|
|
|
.search-popup .recent-searches {
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
}
|
|
|
|
.search-popup .recent-searches li {
|
|
display: inline-block;
|
|
margin: 0px 10px 10px 0px;
|
|
}
|
|
|
|
.search-popup .recent-searches li a {
|
|
display: block;
|
|
line-height: 24px;
|
|
border: 1px solid #ffffff;
|
|
padding: 7px 15px;
|
|
color: #ffffff;
|
|
border-radius: 3px;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.search-popup .recent-searches li a:hover {
|
|
color: #24a77e;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Mobile Menu
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.nav-outer .mobile-nav-toggler {
|
|
position: relative;
|
|
float: right;
|
|
font-size: 30px;
|
|
line-height: 40px;
|
|
cursor: pointer;
|
|
margin-left: 0px;
|
|
color: #ffffff;
|
|
margin: 18px 0px 0px 0px;
|
|
display: none;
|
|
}
|
|
|
|
.header-style-two .nav-outer .mobile-nav-toggler {
|
|
color: #132728;
|
|
margin-top: 14px;
|
|
}
|
|
|
|
.mobile-menu {
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
width: 300px;
|
|
padding-right: 30px;
|
|
max-width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
z-index: 999999;
|
|
}
|
|
|
|
.mobile-menu .mCSB_inside>.mCSB_container {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.mobile-menu .navbar-collapse {
|
|
display: block !important;
|
|
}
|
|
|
|
.mobile-menu .nav-logo {
|
|
position: relative;
|
|
padding: 30px 25px;
|
|
text-align: left;
|
|
}
|
|
|
|
.mobile-menu .nav-logo img {
|
|
max-height: 90px;
|
|
}
|
|
|
|
.mobile-menu-visible {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.mobile-menu-visible .mobile-menu {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.mobile-menu .menu-backdrop {
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1;
|
|
background: rgba(0, 0, 0, 0.70);
|
|
-webkit-transform: translateX(101%);
|
|
-ms-transform: translateX(101%);
|
|
transform: translateX(101%);
|
|
transition: all 900ms ease;
|
|
-moz-transition: all 900ms ease;
|
|
-webkit-transition: all 900ms ease;
|
|
-ms-transition: all 900ms ease;
|
|
-o-transition: all 900ms ease;
|
|
}
|
|
|
|
.mobile-menu-visible .mobile-menu .menu-backdrop {
|
|
opacity: 0.70;
|
|
visibility: visible;
|
|
-webkit-transition: all 0.7s ease;
|
|
-moz-transition: all 0.7s ease;
|
|
-ms-transition: all 0.7s ease;
|
|
-o-transition: all 0.7s ease;
|
|
transition: all 0.7s ease;
|
|
-webkit-transform: translateX(0%);
|
|
-ms-transform: translateX(0%);
|
|
transform: translateX(0%);
|
|
}
|
|
|
|
.mobile-menu .menu-box {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
max-height: 100%;
|
|
overflow-y: auto;
|
|
background: #202020;
|
|
padding: 0px 0px;
|
|
z-index: 5;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
border-radius: 0px;
|
|
-webkit-transform: translateX(101%);
|
|
-ms-transform: translateX(101%);
|
|
transform: translateX(101%);
|
|
}
|
|
|
|
.mobile-menu-visible .mobile-menu .menu-box {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
-webkit-transition: all 0.7s ease;
|
|
-moz-transition: all 0.7s ease;
|
|
-ms-transition: all 0.7s ease;
|
|
-o-transition: all 0.7s ease;
|
|
transition: all 0.7s ease;
|
|
-webkit-transform: translateX(0%);
|
|
-ms-transform: translateX(0%);
|
|
transform: translateX(0%);
|
|
}
|
|
|
|
.mobile-menu .close-btn {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 10px;
|
|
line-height: 30px;
|
|
width: 24px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
z-index: 10;
|
|
-webkit-transition: all 0.9s ease;
|
|
-moz-transition: all 0.9s ease;
|
|
-ms-transition: all 0.9s ease;
|
|
-o-transition: all 0.9s ease;
|
|
transition: all 0.9s ease;
|
|
}
|
|
|
|
.mobile-menu-visible .mobile-menu .close-btn {
|
|
-webkit-transform: rotate(360deg);
|
|
-ms-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
|
|
.mobile-menu .close-btn:hover {
|
|
-webkit-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.mobile-menu .navigation {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
|
|
.mobile-menu .navigation li {
|
|
position: relative;
|
|
display: block;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.10);
|
|
}
|
|
|
|
.mobile-menu .navigation:last-child {
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.10);
|
|
}
|
|
|
|
.mobile-menu .navigation li>ul>li:first-child {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.10);
|
|
}
|
|
|
|
.mobile-menu .navigation li>a {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 24px;
|
|
padding: 10px 25px;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
text-transform: uppercase;
|
|
-webkit-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.mobile-menu .navigation li ul li>a {
|
|
font-size: 14px;
|
|
margin-left: 20px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.mobile-menu .navigation li>a:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 0;
|
|
border-left: 3px solid #24a77e;
|
|
-webkit-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.mobile-menu .navigation li.current>a:before {
|
|
height: 100%;
|
|
}
|
|
|
|
.mobile-menu .navigation li.dropdown .dropdown-btn {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 6px;
|
|
width: 32px;
|
|
height: 32px;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
line-height: 32px;
|
|
color: #ffffff;
|
|
background: rgba(255, 255, 255, 0.10);
|
|
cursor: pointer;
|
|
border-radius: 2px;
|
|
-webkit-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
z-index: 5;
|
|
}
|
|
|
|
.mobile-menu .navigation li.dropdown>a {
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
|
|
-webkit-transform: rotate(90deg);
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.mobile-menu .navigation li>ul,
|
|
.mobile-menu .navigation li>ul>li>ul {
|
|
display: none;
|
|
}
|
|
|
|
.mobile-menu .social-links {
|
|
position: relative;
|
|
text-align: center;
|
|
padding: 30px 25px;
|
|
}
|
|
|
|
.mobile-menu .social-links li {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin: 0px 10px 10px;
|
|
}
|
|
|
|
.mobile-menu .social-links li a {
|
|
position: relative;
|
|
line-height: 32px;
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
-webkit-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Lazy Load Settings
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
img.lazy-image {
|
|
background: url(../@/assets/images/icons/image-bg.svg) center center no-repeat;
|
|
}
|
|
|
|
img.lazy-image.loaded {
|
|
background-image: none;
|
|
}
|
|
|
|
.owl-theme img.lazy-image.loaded {
|
|
height: auto;
|
|
opacity: 1;
|
|
}
|
|
|
|
/* Default Form Style */
|
|
|
|
.default-form {
|
|
position: relative;
|
|
}
|
|
|
|
.default-form .row {
|
|
margin: 0 -15px;
|
|
}
|
|
|
|
.default-form .form-group {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.default-form .field-inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.default-form .field-inner .alt-icon {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 50%;
|
|
margin-top: -15px;
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
color: #24a77e;
|
|
z-index: 1;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.default-form .form-group .field-label {
|
|
position: relative;
|
|
display: block;
|
|
color: #585f5f;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
text-transform: capitalize;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.default-form .form-group .e-label {
|
|
position: relative;
|
|
}
|
|
|
|
.default-form .form-group input[type="text"],
|
|
.default-form .form-group input[type="email"],
|
|
.default-form .form-group input[type="password"],
|
|
.default-form .form-group input[type="tel"],
|
|
.default-form .form-group input[type="url"],
|
|
.default-form .form-group input[type="file"],
|
|
.default-form .form-group input[type="number"],
|
|
.default-form .form-group textarea,
|
|
.default-form .form-group select {
|
|
position: relative;
|
|
display: block;
|
|
height: 60px;
|
|
width: 100%;
|
|
font-size: 15px;
|
|
color: #25283a;
|
|
line-height: 30px;
|
|
font-weight: 400;
|
|
padding: 14px 20px;
|
|
background-color: #ffffff;
|
|
border: 1px solid #e0e0e0;
|
|
border-radius: 0px;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.default-form .form-group textarea {
|
|
height: 150px;
|
|
padding-top: 20px;
|
|
resize: none;
|
|
}
|
|
|
|
.default-form .form-group select {
|
|
-webkit-appearance: none;
|
|
-ms-appearance: none;
|
|
-moz-appearance: none;
|
|
-o-appearance: none;
|
|
appearance: none;
|
|
background: #ffffff url(../@/assets/images/icons/icon-select.png) right center no-repeat;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.default-form .form-group select option {
|
|
line-height: 20px;
|
|
padding-left: 20px;
|
|
text-indent: 20px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.default-form .form-group input[type="submit"],
|
|
.default-form .form-group button {
|
|
display: inline-block;
|
|
}
|
|
|
|
.default-form .form-group input[type="text"]:focus,
|
|
.default-form .form-group input[type="email"]:focus,
|
|
.default-form .form-group input[type="password"]:focus,
|
|
.default-form .form-group input[type="tel"]:focus,
|
|
.default-form .form-group input[type="url"]:focus,
|
|
.default-form .form-group input[type="file"]:focus,
|
|
.default-form .form-group input[type="number"]:focus,
|
|
.default-form .form-group textarea:focus,
|
|
.default-form .form-group select:focus,
|
|
.form-group .ui-selectmenu-button.ui-button:focus,
|
|
.form-group .ui-selectmenu-button.ui-button:active {
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.default-form ::-webkit-input-placeholder {
|
|
color: #585f5f;
|
|
}
|
|
|
|
.default-form ::-moz-input-placeholder {
|
|
color: #585f5f;
|
|
}
|
|
|
|
.default-form ::-ms-input-placeholder {
|
|
color: #585f5f;
|
|
}
|
|
|
|
.default-form label.error {
|
|
color: #ff0000;
|
|
font-size: 14px;
|
|
text-transform: capitalize;
|
|
text-align: left;
|
|
display: block;
|
|
padding-top: 7px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
/*Custom Select*/
|
|
|
|
.form-group .ui-selectmenu-button.ui-button {
|
|
width: 100%;
|
|
font-size: 15px;
|
|
font-style: normal;
|
|
height: 60px;
|
|
padding: 14px 20px;
|
|
line-height: 30px;
|
|
font-family: 'Inter', sans-serif;
|
|
color: #585f5f;
|
|
border-radius: 0px;
|
|
background-color: #ffffff;
|
|
border: 1px solid #e0e0e0;
|
|
}
|
|
|
|
.form-group .ui-button .ui-icon {
|
|
background: none;
|
|
position: relative;
|
|
top: 5px;
|
|
text-indent: 0px;
|
|
color: #999999;
|
|
}
|
|
|
|
.form-group .ui-button .ui-icon:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
content: "\f0d7";
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px !important;
|
|
width: 15px;
|
|
height: 30px;
|
|
display: block;
|
|
color: #24a77e;
|
|
line-height: 20px;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
z-index: 5;
|
|
}
|
|
|
|
.ui-widget.ui-widget-content {
|
|
border: 1px solid #24a77e;
|
|
border-top: none;
|
|
font-family: 'Inter', sans-serif;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.ui-menu .ui-menu-item {
|
|
font-size: 14px;
|
|
border-bottom: 1px solid #24a77e;
|
|
}
|
|
|
|
.ui-menu .ui-menu-item:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.ui-menu .ui-menu-item-wrapper {
|
|
position: relative;
|
|
display: block;
|
|
padding: 10px 20px !important;
|
|
font-size: 15px;
|
|
line-height: 30px;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.ui-menu .ui-menu-item-wrapper:hover,
|
|
.ui-menu .ui-menu-item-wrapper.ui-state-active {
|
|
background: #24a77e;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Banner Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.banner-section {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.banner-carousel {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.banner-carousel .slide-item {
|
|
position: relative;
|
|
display: block;
|
|
background-color: #282828;
|
|
color: #ffffff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.banner-carousel .slide-item:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0);
|
|
opacity: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.banner-carousel .slide-item .image-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 1;
|
|
z-index: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
-webkit-transform: scale(1);
|
|
-ms-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
|
|
.banner-carousel .active .slide-item .image-layer {
|
|
-webkit-transform: scale(1.15);
|
|
-ms-transform: scale(1.15);
|
|
transform: scale(1.15);
|
|
-webkit-transition: all 7000ms linear;
|
|
-moz-transition: all 7000ms linear;
|
|
-ms-transition: all 7000ms linear;
|
|
-o-transition: all 7000ms linear;
|
|
transition: all 7000ms linear;
|
|
}
|
|
|
|
.banner-carousel .content-box {
|
|
position: relative;
|
|
display: table;
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
height: 760px;
|
|
padding: 0 0px;
|
|
z-index: 5;
|
|
}
|
|
|
|
.banner-carousel .content-box .content {
|
|
position: relative;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
padding: 50px 0px;
|
|
}
|
|
|
|
.banner-carousel .content-box .inner {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
max-width: 760px;
|
|
}
|
|
|
|
.banner-carousel .content-box.right-aligned .inner {
|
|
float: right;
|
|
max-width: 700px;
|
|
}
|
|
|
|
.banner-two .banner-carousel .content-box .inner {
|
|
text-align: center;
|
|
max-width: 700px;
|
|
float: none;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.banner-carousel .content-box .subtitle {
|
|
display: block;
|
|
font-size: 24px;
|
|
line-height: 1.25em;
|
|
color: #ffffff;
|
|
font-weight: 500;
|
|
opacity: 0;
|
|
margin-bottom: 15px;
|
|
letter-spacing: 0;
|
|
-webkit-transform: translateY(80px);
|
|
-moz-transform: translateY(80px);
|
|
-ms-transform: translateY(80px);
|
|
-o-transform: translateY(80px);
|
|
transform: translateY(80px);
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.banner-carousel .content-box .subtitle .icon {
|
|
position: relative;
|
|
top: -2px;
|
|
display: inline-block;
|
|
width: 24px;
|
|
height: 30px;
|
|
margin-right: 10px;
|
|
background: url(../@/assets/images/icons/leaf-one.png) left center no-repeat;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.banner-carousel .active .content-box .subtitle {
|
|
opacity: 1;
|
|
-webkit-transform: translate(0);
|
|
-moz-transform: translate(0);
|
|
-ms-transform: translate(0);
|
|
-o-transform: translate(0);
|
|
transform: translate(0);
|
|
-webkit-transition: all 700ms ease;
|
|
-moz-transition: all 700ms ease;
|
|
-ms-transition: all 700ms ease;
|
|
-o-transition: all 700ms ease;
|
|
transition: all 700ms ease;
|
|
-webkit-transition-delay: 500ms;
|
|
-moz-transition-delay: 500ms;
|
|
-ms-transition-delay: 500ms;
|
|
-o-transition-delay: 500ms;
|
|
transition-delay: 500ms;
|
|
}
|
|
|
|
.banner-carousel .content-box h1 {
|
|
display: block;
|
|
font-size: 60px;
|
|
line-height: 1.25em;
|
|
color: #ffffff;
|
|
font-weight: 700;
|
|
opacity: 0;
|
|
margin-bottom: 16px;
|
|
text-transform: capitalize;
|
|
letter-spacing: 0;
|
|
-webkit-transform: translateY(80px);
|
|
-moz-transform: translateY(80px);
|
|
-ms-transform: translateY(80px);
|
|
-o-transform: translateY(80px);
|
|
transform: translateY(80px);
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.banner-two .banner-carousel .content-box h1 {
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
font-size: 64px;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.banner-carousel .active .content-box h1 {
|
|
opacity: 1;
|
|
-webkit-transform: translate(0);
|
|
-moz-transform: translate(0);
|
|
-ms-transform: translate(0);
|
|
-o-transform: translate(0);
|
|
transform: translate(0);
|
|
-webkit-transition: all 700ms ease;
|
|
-moz-transition: all 700ms ease;
|
|
-ms-transition: all 700ms ease;
|
|
-o-transition: all 700ms ease;
|
|
transition: all 700ms ease;
|
|
-webkit-transition-delay: 1000ms;
|
|
-moz-transition-delay: 1000ms;
|
|
-ms-transition-delay: 1000ms;
|
|
-o-transition-delay: 1000ms;
|
|
transition-delay: 1000ms;
|
|
}
|
|
|
|
.banner-carousel .content-box .text {
|
|
display: block;
|
|
font-size: 18px;
|
|
line-height: 1.6em;
|
|
color: #ffffff;
|
|
font-weight: 500;
|
|
max-width: 650px;
|
|
opacity: 0;
|
|
-webkit-transform: translateY(50px);
|
|
-moz-transform: translateY(50px);
|
|
-ms-transform: translateY(50px);
|
|
-o-transform: translateY(50px);
|
|
transform: translateY(50px);
|
|
}
|
|
|
|
.banner-carousel .active .content-box .text {
|
|
opacity: 1;
|
|
-webkit-transform: translate(0);
|
|
-moz-transform: translate(0);
|
|
-ms-transform: translate(0);
|
|
-o-transform: translate(0);
|
|
transform: translate(0);
|
|
-webkit-transition: all 700ms ease;
|
|
-moz-transition: all 700ms ease;
|
|
-ms-transition: all 700ms ease;
|
|
-o-transition: all 700ms ease;
|
|
transition: all 700ms ease;
|
|
-webkit-transition-delay: 1500ms;
|
|
-moz-transition-delay: 1500ms;
|
|
-ms-transition-delay: 1500ms;
|
|
-o-transition-delay: 1500ms;
|
|
transition-delay: 1500ms;
|
|
}
|
|
|
|
.banner-carousel .content-box .link-box {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 35px;
|
|
opacity: 0;
|
|
-webkit-transform: translateY(50px);
|
|
-moz-transform: translateY(50px);
|
|
-ms-transform: translateY(50px);
|
|
-o-transform: translateY(50px);
|
|
transform: translateY(50px);
|
|
}
|
|
|
|
.banner-two .banner-carousel .content-box .link-box {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.banner-carousel .content-box .link-box .theme-btn {
|
|
min-width: 180px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.banner-two .banner-carousel .content-box .link-box .theme-btn {
|
|
margin: 0px 8px 10px;
|
|
}
|
|
|
|
.banner-carousel .content-box .link-box .theme-btn:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.banner-carousel .active .content-box .link-box {
|
|
opacity: 1;
|
|
-webkit-transform: translate(0);
|
|
-moz-transform: translate(0);
|
|
-ms-transform: translate(0);
|
|
-o-transform: translate(0);
|
|
transform: translate(0);
|
|
-webkit-transition: all 700ms ease;
|
|
-moz-transition: all 700ms ease;
|
|
-ms-transition: all 700ms ease;
|
|
-o-transition: all 700ms ease;
|
|
transition: all 700ms ease;
|
|
-webkit-transition-delay: 2000ms;
|
|
-moz-transition-delay: 2000ms;
|
|
-ms-transition-delay: 2000ms;
|
|
-o-transition-delay: 2000ms;
|
|
transition-delay: 2000ms;
|
|
}
|
|
|
|
.banner-two .banner-carousel .active .content-box .link-box {
|
|
-webkit-transition-delay: 1500ms;
|
|
-moz-transition-delay: 1500ms;
|
|
-ms-transition-delay: 1500ms;
|
|
-o-transition-delay: 1500ms;
|
|
transition-delay: 1500ms;
|
|
}
|
|
|
|
.banner-carousel .owl-nav {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50%;
|
|
margin-top: -25px;
|
|
width: 100%;
|
|
height: 0;
|
|
}
|
|
|
|
.banner-section .banner-carousel .owl-nav .owl-prev,
|
|
.banner-section .banner-carousel .owl-nav .owl-next {
|
|
position: absolute;
|
|
left: 50px;
|
|
display: block;
|
|
top: 0;
|
|
width: 50px;
|
|
height: 50px;
|
|
background: #ffffff;
|
|
font-size: 20px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
color: #132728;
|
|
-webkit-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.banner-two .banner-carousel .owl-nav .owl-prev,
|
|
.banner-two .banner-carousel .owl-nav .owl-next {
|
|
line-height: 48px;
|
|
background: none;
|
|
border: 1px dashed #ffffff;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.banner-section .banner-carousel .owl-nav .owl-next {
|
|
left: auto;
|
|
right: 50px;
|
|
}
|
|
|
|
.banner-section .banner-carousel .owl-nav .owl-prev:hover,
|
|
.banner-section .banner-carousel .owl-nav .owl-next:hover {
|
|
background: #24a77e;
|
|
border-color: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.banner-section .owl-dots {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 30px;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
|
|
.banner-section .owl-dots .owl-dot {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin: 0px 7px;
|
|
}
|
|
|
|
.banner-section .owl-dots .owl-dot span {
|
|
position: relative;
|
|
display: block;
|
|
width: 16px;
|
|
height: 16px;
|
|
border: 2px solid rgba(255, 255, 255, 0.50);
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.banner-section .owl-dots .owl-dot.active span {
|
|
border-color: rgba(255, 255, 255, 1);
|
|
}
|
|
|
|
.banner-section .owl-dots .owl-dot span:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 4px;
|
|
top: 4px;
|
|
right: 4px;
|
|
bottom: 4px;
|
|
background: rgba(255, 255, 255, 0.50);
|
|
border-radius: 50%;
|
|
z-index: 1;
|
|
}
|
|
|
|
.banner-section .owl-dots .owl-dot.active span:before {
|
|
background: rgba(255, 255, 255, 1);
|
|
}
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Section Title
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.sec-title {
|
|
position: relative;
|
|
padding-left: 80px;
|
|
min-height: 65px;
|
|
margin-bottom: 55px;
|
|
}
|
|
|
|
.sec-title.alternate {
|
|
padding-left: 0px;
|
|
padding-right: 80px;
|
|
margin-bottom: 0px;
|
|
text-align: right;
|
|
}
|
|
|
|
.sec-title:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 3px;
|
|
width: 40px;
|
|
height: 65px;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.sec-title.alternate:before {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
|
|
.sec-title .title-icon {
|
|
position: absolute;
|
|
left: 20px;
|
|
top: 32px;
|
|
}
|
|
|
|
.sec-title.alternate .title-icon {
|
|
left: auto;
|
|
right: 20px;
|
|
}
|
|
|
|
.sec-title .subtitle {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 1.6em;
|
|
font-size: 14px;
|
|
color: #24a77e;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
margin: 0 0 5px;
|
|
}
|
|
|
|
.sec-title h2 {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 40px;
|
|
line-height: 1.30em;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.sec-title h2 strong {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.sec-title .sub-text {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 1.6em;
|
|
font-weight: 400;
|
|
color: #585f5f;
|
|
padding: 10px 0px 0px;
|
|
margin-left: -80px;
|
|
}
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
About Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.about-section {
|
|
position: relative;
|
|
padding: 100px 0px 50px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.about-section .text-column {
|
|
position: relative;
|
|
order: 12;
|
|
margin-bottom: 50px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.about-section .text-column .sec-title {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.about-section .text-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.about-section .text-column .text {
|
|
position: relative;
|
|
font-size: 16px;
|
|
color: #585f5f;
|
|
line-height: 1.6em;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.about-section .text-column .bigger-text {
|
|
font-size: 20px;
|
|
color: #24a77e;
|
|
line-height: 1.5em;
|
|
font-weight: 500;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.about-section .text-column .quote-box {
|
|
position: relative;
|
|
padding-left: 134px;
|
|
min-height: 100px;
|
|
}
|
|
|
|
.about-section .text-column .quote-box .vid-link {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100px;
|
|
height: 100px;
|
|
border: 5px solid #ffffff;
|
|
border-radius: 50%;
|
|
background: #000000;
|
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.30);
|
|
}
|
|
|
|
.about-section .text-column .quote-box .vid-link img {
|
|
position: relative;
|
|
display: block;
|
|
width: 90px;
|
|
height: 90px;
|
|
opacity: 0.70;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.about-section .text-column .quote-box .vid-link:hover img {
|
|
opacity: 0.50;
|
|
}
|
|
|
|
.about-section .text-column .quote-box .vid-link .icon {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
margin: -20px 0px 0px -20px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.about-section .text-column .quote-box .quote {
|
|
position: relative;
|
|
padding-left: 70px;
|
|
}
|
|
|
|
.about-section .text-column .quote-box .quote-icon {
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 3px;
|
|
}
|
|
|
|
.about-section .text-column .quote-box .quote-icon:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 30px;
|
|
background: #e3e3e3;
|
|
border-radius: 2px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.about-section .text-column .quote-box .quote-icon:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 14px;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 30px;
|
|
background: #e3e3e3;
|
|
border-radius: 2px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.about-section .text-column .quote-box .quote-text {
|
|
position: relative;
|
|
font-size: 16px;
|
|
color: #585f5f;
|
|
line-height: 1.6em;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.about-section .text-column .quote-box .info {
|
|
position: relative;
|
|
}
|
|
|
|
.about-section .text-column .quote-box .info .name {
|
|
position: relative;
|
|
font-size: 20px;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
font-family: 'Libre Baskerville', serif;
|
|
}
|
|
|
|
.about-section .text-column .quote-box .info .designation {
|
|
position: relative;
|
|
font-size: 16px;
|
|
color: #24a77e;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.about-section .text-column .lower-box {
|
|
position: relative;
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.about-section .text-column .lower-box .link-box {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
.about-section .text-column .lower-box .signature {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.about-section .image-column {
|
|
position: relative;
|
|
order: 0;
|
|
margin-bottom: 50px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.about-section .image-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.about-section .image-column .image-box {
|
|
position: relative;
|
|
}
|
|
|
|
.about-section .image-column .image {
|
|
position: relative;
|
|
display: block;
|
|
float: right;
|
|
}
|
|
|
|
.about-section .image-column .image img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.about-section .image-column .anim-image {
|
|
position: absolute;
|
|
right: 50px;
|
|
left: -160px;
|
|
bottom: -38px;
|
|
}
|
|
|
|
.about-section .image-column .caption {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 30px;
|
|
width: 300px;
|
|
max-width: 100%;
|
|
background: #ffffff;
|
|
color: #132728;
|
|
padding: 25px 20px 25px 115px;
|
|
border-left: 2px solid #24a77e;
|
|
}
|
|
|
|
.about-section .image-column .caption .icon {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: 24px;
|
|
font-size: 56px;
|
|
color: #e3e3e3;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.about-section .image-column .caption .big-txt {
|
|
position: absolute;
|
|
left: 30px;
|
|
top: 25px;
|
|
font-size: 60px;
|
|
color: #24a77e;
|
|
font-weight: 800;
|
|
line-height: 0.9em;
|
|
}
|
|
|
|
.about-section .image-column .caption .txt {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
What we do Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.what-we-do {
|
|
position: relative;
|
|
padding: 0px 0px;
|
|
}
|
|
|
|
.what-we-do .upper-box {
|
|
position: relative;
|
|
padding: 100px 0px 0px;
|
|
background: #f3faf8;
|
|
}
|
|
|
|
.what-we-do .upper-box .pattern-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(../@/assets/images/background/bg-pattern-1.jpg) center top repeat;
|
|
opacity: 0.05;
|
|
}
|
|
|
|
.tabs-box {
|
|
position: relative;
|
|
}
|
|
|
|
.tabs-box .buttons {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.tabs-box .tab-buttons {
|
|
position: relative;
|
|
}
|
|
|
|
.tabs-box .tab-buttons .tab-btn {
|
|
position: relative;
|
|
}
|
|
|
|
.tabs-box .tabs-content {
|
|
position: relative;
|
|
}
|
|
|
|
.tabs-box .tabs-content .tab {
|
|
position: relative;
|
|
display: none;
|
|
}
|
|
|
|
.tabs-box .tabs-content .active-tab {
|
|
display: block;
|
|
}
|
|
|
|
.service-tabs .buttons {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: -60px;
|
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
|
|
z-index: 5;
|
|
}
|
|
|
|
.service-tabs .tab-buttons {
|
|
margin: 0 0;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .tab-btn {
|
|
position: relative;
|
|
padding: 30px 20px;
|
|
text-align: center;
|
|
background: #ffffff;
|
|
border-right: 1px dashed rgba(0, 0, 0, 0.10);
|
|
color: #132728;
|
|
cursor: pointer;
|
|
-webkit-transition: background 0.3s ease;
|
|
-moz-transition: background 0.3s ease;
|
|
-ms-transition: background 0.3s ease;
|
|
-o-transition: background 0.3s ease;
|
|
transition: background 0.3s ease;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .tab-btn:last-child {
|
|
border-right: none;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .active-btn {
|
|
background: #132728;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .tab-btn .hvr-seeds {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 70px;
|
|
height: 70px;
|
|
background: url(../@/assets/images/icons/hover-seeds.png) right top no-repeat;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .active-btn .hvr-seeds {
|
|
opacity: 1;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .tab-btn .icon-box {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 64px;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .tab-btn .icon-box .icon {
|
|
position: relative;
|
|
display: block;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .active-btn .icon-box .icon {
|
|
opacity: 0;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .tab-btn .icon-box .hvr-icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
opacity: 0;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .active-btn .icon-box .hvr-icon {
|
|
opacity: 1;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .tab-btn .btn-title {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
font-family: 'Libre Baskerville', serif;
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .tab-btn .arrow {
|
|
position: relative;
|
|
display: block;
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 38px;
|
|
margin: 20px auto 0px;
|
|
border: 1px dashed rgba(0, 0, 0, 0.15);
|
|
color: rgba(0, 0, 0, 0.15);
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.service-tabs .tab-buttons .active-btn .arrow {
|
|
border-color: #24a77e;
|
|
color: #24a77e;
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.service-tabs .tabs-content {
|
|
position: relative;
|
|
}
|
|
|
|
.service-tabs .tabs-content .tab {
|
|
position: relative;
|
|
}
|
|
|
|
.service-tabs .tabs-content .outer-container {
|
|
position: relative;
|
|
margin: 0 0;
|
|
}
|
|
|
|
.service-tabs .tabs-content .image-column {
|
|
position: relative;
|
|
padding: 160px 0px 100px 0px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .image-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-tabs .tabs-content .image-column .content {
|
|
position: relative;
|
|
display: block;
|
|
float: right;
|
|
width: 100%;
|
|
max-width: 340px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .image-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 170px;
|
|
bottom: 0;
|
|
height: 100%;
|
|
opacity: 1;
|
|
z-index: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.service-tabs .tabs-content .image-column .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
padding: 35px 50px;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.service-tabs .tabs-content .image-column .icon-box {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 1em;
|
|
font-size: 54px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .image-column h5 {
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
line-height: 1.4em;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .image-column .text {
|
|
font-size: 16px;
|
|
line-height: 1.6em;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .text-column {
|
|
position: relative;
|
|
background: #ffffff;
|
|
padding: 165px 0px 100px 0px;
|
|
}
|
|
|
|
.service-tabs .text-column .big-icon {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: 70px;
|
|
font-size: 550px;
|
|
line-height: 1em;
|
|
color: #f3faf8;
|
|
}
|
|
|
|
.service-tabs .tabs-content .text-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 60px;
|
|
padding-right: 15px;
|
|
max-width: 600px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .text-column .content {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-tabs .tabs-content .s-title {
|
|
position: relative;
|
|
padding-left: 92px;
|
|
min-height: 60px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .s-title .icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 2px;
|
|
font-size: 64px;
|
|
line-height: 1em;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.service-tabs .tabs-content .s-title .subtitle {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 14px;
|
|
color: #24a77e;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .s-title h4 {
|
|
position: relative;
|
|
font-size: 30px;
|
|
text-transform: capitalize;
|
|
font-weight: 700;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.service-tabs .tabs-content .text {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .b-box {
|
|
position: relative;
|
|
max-width: 380px;
|
|
padding: 16px 20px 15px 144px;
|
|
min-height: 88px;
|
|
background: #ffffff;
|
|
box-shadow: 1px 10px 15px 0px rgba(0, 0, 0, 0.07);
|
|
}
|
|
|
|
.service-tabs .tabs-content .b-box .image {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 124px;
|
|
height: 88px;
|
|
box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.07);
|
|
}
|
|
|
|
.service-tabs .tabs-content .b-box .image img {
|
|
width: 100%;
|
|
height: 88px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .bro-title {
|
|
position: relative;
|
|
font-size: 18px;
|
|
text-transform: capitalize;
|
|
font-weight: 600;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .bro-link {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-tabs .tabs-content .bro-link .theme-btn {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: #24a77e;
|
|
font-weight: 500;
|
|
border-bottom: 1px dashed;
|
|
}
|
|
|
|
.service-tabs .tabs-content .bro-link .theme-btn i {
|
|
position: relative;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .more-link {
|
|
position: relative;
|
|
display: block;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .more-link .theme-btn {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
font-size: 15px;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.service-tabs .tabs-content .more-link .theme-btn i {
|
|
position: relative;
|
|
font-size: 11px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.service-tabs .tabs-content .more-link .theme-btn:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Why Us Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.why-us {
|
|
position: relative;
|
|
padding: 100px 0px 70px;
|
|
}
|
|
|
|
.why-us .pattern-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(../@/assets/images/background/bg-pattern-2.jpg) center top repeat;
|
|
}
|
|
|
|
.why-us .right-leaf {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(../@/assets/images/background/big-leaf-right.png) right center no-repeat;
|
|
}
|
|
|
|
.why-us .title-box {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.why-us .title-box .text {
|
|
position: relative;
|
|
padding-top: 10px;
|
|
line-height: 1.7em;
|
|
max-width: 490px;
|
|
}
|
|
|
|
.why-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.why-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
padding: 45px 25px 20px;
|
|
background: #ffffff;
|
|
border-radius: 7px;
|
|
min-height: 100%;
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.why-block .icon-box {
|
|
position: relative;
|
|
top: 0;
|
|
display: block;
|
|
width: 90px;
|
|
height: 90px;
|
|
margin: 0 auto 30px;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.why-block:hover .icon-box {
|
|
top: -5px;
|
|
}
|
|
|
|
.why-block .icon-box span {
|
|
position: relative;
|
|
display: block;
|
|
width: 90px;
|
|
height: 90px;
|
|
background: #ffffff;
|
|
color: #24a77e;
|
|
font-size: 48px;
|
|
line-height: 90px;
|
|
border-radius: 50%;
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.why-block:hover .icon-box span {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.why-block .icon-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
display: block;
|
|
left: -8px;
|
|
top: 0;
|
|
width: 90px;
|
|
height: 90px;
|
|
background: #eaeaea;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.why-block:hover .icon-box:before {
|
|
left: 8px;
|
|
background: #228a69;
|
|
}
|
|
|
|
.why-block h5 {
|
|
position: relative;
|
|
top: 0;
|
|
color: #132728;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 12px;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.why-block:hover h5 {
|
|
opacity: 0;
|
|
}
|
|
|
|
.why-block .text {
|
|
position: relative;
|
|
top: 0;
|
|
color: #585f5f;
|
|
margin-bottom: 0px;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.why-block:hover .text {
|
|
top: -45px;
|
|
}
|
|
|
|
.why-block .more-link {
|
|
position: relative;
|
|
top: 0;
|
|
display: block;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.why-block:hover .more-link {
|
|
top: -20px;
|
|
}
|
|
|
|
.why-block .more-link a {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 60px;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
color: #777777;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.why-block .more-link a:before {
|
|
content: '';
|
|
position: absolute;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #24a77e url(../@/assets/images/icons/tri-pattern-2.png) 65% 65% no-repeat;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.why-block:hover .more-link a:before {
|
|
opacity: 1;
|
|
}
|
|
|
|
.why-block .more-link a span {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.why-block:hover .more-link a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.why-block .right-curve {
|
|
position: absolute;
|
|
right: 15px;
|
|
bottom: 15px;
|
|
border: 24px solid transparent;
|
|
border-right: 24px solid #f3faf8;
|
|
border-bottom: 24px solid #f3faf8;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.why-block:hover .right-curve {
|
|
opacity: 0;
|
|
}
|
|
|
|
.why-block .right-curve:before {
|
|
content: '';
|
|
position: absolute;
|
|
right: -15px;
|
|
bottom: -15px;
|
|
width: 48px;
|
|
height: 48px;
|
|
background: url(../@/assets/images/icons/tri-pattern-1.png) right bottom no-repeat;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Facts Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.facts-section {
|
|
position: relative;
|
|
padding: 100px 0px 40px;
|
|
background: #000000;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.facts-section .image-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0.30;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
.facts-section .fact-block {
|
|
position: relative;
|
|
text-align: center;
|
|
margin-bottom: 50px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.facts-section .facts-block .inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.facts-section .fact-block .icon-box {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 64px;
|
|
line-height: 1em;
|
|
color: #24a77e;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.facts-section .fact-block .fact-count {
|
|
position: relative;
|
|
font-size: 72px;
|
|
padding-left: 10px;
|
|
line-height: 1.2em;
|
|
font-weight: 600;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.facts-section .fact-block .fact-count sup {
|
|
font-size: 36px;
|
|
font-weight: 400;
|
|
margin-left: 7px;
|
|
top: -25px;
|
|
}
|
|
|
|
.facts-section .fact-block h4 {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.facts-section .fact-block .text {
|
|
position: relative;
|
|
display: block;
|
|
color: #9b9fa6;
|
|
line-height: 1.6em;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Projects Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.projects-section {
|
|
position: relative;
|
|
padding: 100px 0px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.projects-section .carousel-box {
|
|
position: relative;
|
|
}
|
|
|
|
.project-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.project-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.project-block .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #172e2f;
|
|
}
|
|
|
|
.project-block .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.project-block:hover .image-box img {
|
|
opacity: 0.20;
|
|
}
|
|
|
|
.project-block .image-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.50);
|
|
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.10));
|
|
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.10));
|
|
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.10));
|
|
z-index: 1;
|
|
}
|
|
|
|
.project-block .hover-box {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
z-index: 5;
|
|
}
|
|
|
|
.project-block .hvr-content {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 32px;
|
|
width: 100%;
|
|
display: block;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.project-block:hover .hvr-content {
|
|
bottom: 50%;
|
|
margin-bottom: -35px;
|
|
}
|
|
|
|
.project-block .hover-box h5 {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
}
|
|
|
|
.project-block .hover-box a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.project-block .hover-box .cat {
|
|
position: relative;
|
|
margin-bottom: 12px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.project-block .link-box {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -30px;
|
|
width: 100%;
|
|
z-index: 7;
|
|
}
|
|
|
|
.project-block .link-box a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 60px;
|
|
height: 60px;
|
|
font-size: 22px;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
border-radius: 50%;
|
|
transform: scale(0) rotate(360deg);
|
|
-webkit-transform: scale(0) rotate(360deg);
|
|
-ms-transform: scale(0) rotate(360deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.project-block:hover .link-box a {
|
|
transform: scale(1) rotate(0deg);
|
|
-webkit-transform: scale(1) rotate(0deg);
|
|
-ms-transform: scale(1) rotate(0deg);
|
|
}
|
|
|
|
.projects-section .lower-text {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.projects-section .lower-text a {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
vertical-align: top;
|
|
color: #24a77e;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
border-bottom: 1px dashed;
|
|
}
|
|
|
|
.projects-section .lower-text a i {
|
|
position: relative;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.projects-section .owl-theme .owl-nav {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -120px;
|
|
}
|
|
|
|
.projects-section .owl-theme .owl-nav .owl-prev,
|
|
.projects-section .owl-theme .owl-nav .owl-next {
|
|
position: relative;
|
|
left: 0;
|
|
top: 0;
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
width: 60px;
|
|
height: 60px;
|
|
background: #ffffff;
|
|
font-size: 24px;
|
|
line-height: 58px;
|
|
border: 1px dashed rgba(0, 0, 0, 0.15);
|
|
text-align: center;
|
|
color: #777777;
|
|
}
|
|
|
|
.projects-section .owl-theme .owl-nav .owl-prev:hover,
|
|
.projects-section .owl-theme .owl-nav .owl-next:hover {
|
|
border-color: #24a77e;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.projects-section .owl-theme .owl-dots {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 30px;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Work Process Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.work-process {
|
|
position: relative;
|
|
background: #f3faf8;
|
|
padding: 100px 0px 0px;
|
|
}
|
|
|
|
.work-process .round-pattern-layer {
|
|
position: absolute;
|
|
right: 10%;
|
|
top: 100px;
|
|
width: 310px;
|
|
height: 310px;
|
|
background: url(../@/assets/images/resource/round-pattern.png) center center no-repeat;
|
|
}
|
|
|
|
.work-process .right-leaf {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.work-process .title-box {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.work-process .title-box .text {
|
|
position: relative;
|
|
padding-top: 10px;
|
|
line-height: 1.7em;
|
|
max-width: 490px;
|
|
}
|
|
|
|
.work-process .process {
|
|
position: relative;
|
|
margin-bottom: -130px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.process-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.process-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
background: #ffffff;
|
|
border-radius: 2px;
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.process-block .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #172e2f;
|
|
}
|
|
|
|
.process-block .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.process-block:hover .image-box img {
|
|
opacity: 0.20;
|
|
}
|
|
|
|
.process-block .image-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.50);
|
|
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.10));
|
|
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.10));
|
|
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.10));
|
|
z-index: 1;
|
|
}
|
|
|
|
.process-block .image-box:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -1px;
|
|
width: 100%;
|
|
height: 30px;
|
|
background: url(../@/assets/images/background/grass-bg.png) center bottom repeat-x;
|
|
z-index: 6;
|
|
}
|
|
|
|
.process-block .hover-box {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
z-index: 5;
|
|
}
|
|
|
|
.process-block .hvr-content {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: table;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.process-block .hover-box .text {
|
|
position: relative;
|
|
padding: 10px 25px;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
top: 30px;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.process-block:hover .hover-box .text {
|
|
top: 0;
|
|
opacity: 1;
|
|
}
|
|
|
|
.process-block .lower-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
padding: 0px 20px 30px;
|
|
}
|
|
|
|
.process-block .icon-box {
|
|
position: relative;
|
|
display: block;
|
|
width: 80px;
|
|
height: 80px;
|
|
margin: -35px auto 25px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.process-block .icon-box span {
|
|
position: relative;
|
|
display: block;
|
|
width: 80px;
|
|
height: 80px;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
font-size: 42px;
|
|
line-height: 80px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.process-block .step {
|
|
position: relative;
|
|
font-size: 14px;
|
|
color: #24a77e;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.process-block h5 {
|
|
position: relative;
|
|
color: #132728;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Team Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.team-section {
|
|
position: relative;
|
|
background: #fcfcfc;
|
|
padding: 200px 0px 70px;
|
|
}
|
|
|
|
.team-section .left-leaf {
|
|
position: absolute;
|
|
left: 5%;
|
|
top: 120px;
|
|
}
|
|
|
|
.team-section .right-leaf {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 140px;
|
|
}
|
|
|
|
.team-section .upper-box {
|
|
position: relative;
|
|
padding-bottom: 25px;
|
|
}
|
|
|
|
.team-section .upper-box .sec-title {
|
|
float: left;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.team-section .upper-box .link-box {
|
|
float: right;
|
|
padding-top: 10px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.team-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.team-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.team-block .upper {
|
|
position: relative;
|
|
display: block;
|
|
padding: 50px 20px 70px;
|
|
}
|
|
|
|
.team-block .upper:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
right: 0px;
|
|
bottom: 0px;
|
|
background: #f3faf8;
|
|
z-index: 1;
|
|
}
|
|
|
|
.team-block .image-box {
|
|
position: relative;
|
|
width: 220px;
|
|
height: 220px;
|
|
background: #132728;
|
|
margin: 0 auto;
|
|
border-radius: 50%;
|
|
z-index: 2;
|
|
}
|
|
|
|
.team-block .image-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: -10px;
|
|
top: -10px;
|
|
right: -10px;
|
|
bottom: -10px;
|
|
border: 2px dashed rgba(0, 0, 0, 0.20);
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.team-block:hover .image-box:before {
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.team-block .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 220px;
|
|
height: 220px;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.team-block:hover .image-box img {
|
|
opacity: 0.15;
|
|
}
|
|
|
|
.team-block .lower {
|
|
position: relative;
|
|
padding: 0px 20px 30px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.team-block:hover .lower {
|
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.team-block .phone {
|
|
position: relative;
|
|
display: block;
|
|
margin: 0px 20px 25px;
|
|
line-height: 24px;
|
|
padding: 11px 20px;
|
|
background: #ffffff;
|
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
margin-top: -24px;
|
|
border-radius: 24px;
|
|
z-index: 2;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.team-block:hover .phone {
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.team-block .phone a {
|
|
color: #132728;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.team-block .phone a .icon {
|
|
color: #24a77e;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
padding-right: 7px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.team-block h5 {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.team-block h5 a {
|
|
color: #132728;
|
|
}
|
|
|
|
.team-block .designation {
|
|
font-size: 16px;
|
|
color: #24a77e;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Testimonials Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.testimonials-one {
|
|
position: relative;
|
|
background: #f3faf8;
|
|
padding: 100px 0px 90px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.testimonials-one.alt-color {
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.testimonials-one .title-box {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.testimonials-one .title-box .text {
|
|
position: relative;
|
|
padding-top: 10px;
|
|
line-height: 1.7em;
|
|
max-width: 490px;
|
|
}
|
|
|
|
.testimonials-one .carousel-box {
|
|
position: relative;
|
|
margin: 0 -15px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.testimonials-one .owl-stage-outer {
|
|
overflow: visible;
|
|
}
|
|
|
|
.testi-block {
|
|
position: relative;
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
.owl-theme .testi-block {
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.owl-theme .active .testi-block {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.testi-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.owl-theme .testi-block .inner-box {
|
|
margin: 40px 15px 40px;
|
|
}
|
|
|
|
.testi-block .inner-box .content {
|
|
position: relative;
|
|
display: block;
|
|
background: #ffffff;
|
|
padding: 0px 40px 40px;
|
|
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.testi-block .inner-box:hover .content {
|
|
box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.testi-block .inner-box .quote-icon {
|
|
position: absolute;
|
|
right: 60px;
|
|
top: 40px;
|
|
}
|
|
|
|
.testi-block .inner-box .quote-icon:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 30px;
|
|
background: #e3e3e3;
|
|
border-radius: 2px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.testi-block .inner-box .quote-icon:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 14px;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 30px;
|
|
background: #e3e3e3;
|
|
border-radius: 2px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.testi-block .inner-box:hover .quote-icon:before,
|
|
.testi-block .inner-box:hover .quote-icon:after {
|
|
background: #24a77e;
|
|
}
|
|
|
|
.testi-block .image {
|
|
position: relative;
|
|
top: -40px;
|
|
width: 80px;
|
|
height: 80px;
|
|
border: 7px solid #f2f2f2;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.testi-block .image img {
|
|
position: relative;
|
|
display: block;
|
|
width: 66px;
|
|
height: 66px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.testi-block .name {
|
|
position: relative;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
color: #132728;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.testi-block .region {
|
|
position: relative;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
color: #929a9a;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.testi-block .rating {
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #24a77e;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.testi-block .rating span {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.testi-block .rating .far {
|
|
color: #dadada;
|
|
}
|
|
|
|
.testimonials-one .owl-nav {
|
|
display: none;
|
|
}
|
|
|
|
.testimonials-one .owl-dots {
|
|
position: relative;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding-top: 0px;
|
|
}
|
|
|
|
.testimonials-one .owl-dots .owl-dot {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin: 0px 7px;
|
|
}
|
|
|
|
.testimonials-one .owl-dots .owl-dot span {
|
|
position: relative;
|
|
display: block;
|
|
width: 12px;
|
|
height: 12px;
|
|
border: 3px solid rgba(0, 0, 0, 0.30);
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.testimonials-one .owl-dots .owl-dot.active span {
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Blog Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.blog-section {
|
|
position: relative;
|
|
background: #ffffff;
|
|
padding: 100px 0px 70px;
|
|
}
|
|
|
|
.blog-section.blog-page {
|
|
padding-bottom: 100px;
|
|
}
|
|
|
|
.blog-section .upper-box {
|
|
position: relative;
|
|
padding-bottom: 25px;
|
|
}
|
|
|
|
.blog-section .upper-box .sec-title {
|
|
float: left;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.blog-section .upper-box .link-box {
|
|
float: right;
|
|
padding-top: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.blog-section .upper-box .link-box a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: #24a77e;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
border-bottom: 1px dashed;
|
|
}
|
|
|
|
.blog-section .upper-box .link-box a i {
|
|
position: relative;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.blog-section .title-box {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.blog-section .title-box .text {
|
|
position: relative;
|
|
padding-top: 10px;
|
|
line-height: 1.7em;
|
|
max-width: 490px;
|
|
}
|
|
|
|
.news-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.news-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.news-block .upper {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.news-block .info {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
padding: 20px 30px 15px;
|
|
z-index: 5;
|
|
}
|
|
|
|
.news-block .info .cat {
|
|
position: relative;
|
|
float: left;
|
|
border: 1px solid rgba(36, 167, 126, 0.30);
|
|
background: rgba(255, 255, 255, 0.20);
|
|
padding: 5px 15px;
|
|
line-height: 20px;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
margin-right: 20px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.news-block .info .cat a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.news-block .info .date {
|
|
position: relative;
|
|
float: left;
|
|
color: #ffffff;
|
|
font-size: 15px;
|
|
line-height: 24px;
|
|
padding: 5px 0px 2px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.news-block .info .date .icon {
|
|
padding-right: 5px;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.news-block .hvr-link {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin: -22px 0px 0px -22px;
|
|
opacity: 0;
|
|
z-index: 6;
|
|
}
|
|
|
|
.news-block:hover .hvr-link {
|
|
opacity: 1;
|
|
}
|
|
|
|
.news-block .hvr-link a {
|
|
position: relative;
|
|
display: block;
|
|
width: 44px;
|
|
height: 44px;
|
|
line-height: 42px;
|
|
text-align: center;
|
|
border: 1px dashed #ffffff;
|
|
font-size: 20px;
|
|
color: #ffffff;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.news-block .hvr-link a:hover {
|
|
color: #24a77e;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.news-block .video-link {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: 30px;
|
|
margin: 0px;
|
|
z-index: 6;
|
|
}
|
|
|
|
.news-block .video-link a {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 36px;
|
|
line-height: 1em;
|
|
color: #ffffff;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.news-block .video-link a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.news-block .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #132728;
|
|
}
|
|
|
|
.news-block .image-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.50);
|
|
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10));
|
|
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10));
|
|
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.10));
|
|
z-index: 1;
|
|
}
|
|
|
|
.news-block .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.news-block:hover .image-box img {
|
|
opacity: 0.25;
|
|
}
|
|
|
|
.news-block .lower {
|
|
position: relative;
|
|
padding: 25px 30px 30px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
|
|
.blog-page .news-block .lower {
|
|
background: #f2f2f2;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.news-block:hover .lower {
|
|
background: #ffffff;
|
|
box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.20);
|
|
}
|
|
|
|
.sidebar-page-container .news-block.alternate .lower {
|
|
padding-bottom: 38px;
|
|
padding-top: 35px;
|
|
}
|
|
|
|
.news-block h5 {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
line-height: 1.5em;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.news-block.alternate h5 {
|
|
font-size: 22px;
|
|
text-transform: none;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.sidebar-page-container .news-block.alternate h5 {
|
|
font-size: 24px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.news-block h5 a {
|
|
color: #132728;
|
|
}
|
|
|
|
.news-block h5 a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.news-block .lower .text {
|
|
padding-bottom: 20px;
|
|
margin-bottom: 0;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.news-block .posted-by {
|
|
position: relative;
|
|
}
|
|
|
|
.news-block .posted-by .icon {
|
|
padding-right: 5px;
|
|
font-size: 14px;
|
|
vertical-align: baseline;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.news-block .post-meta {
|
|
position: relative;
|
|
}
|
|
|
|
.news-block .post-meta li {
|
|
position: relative;
|
|
float: left;
|
|
font-size: 15px;
|
|
margin-right: 46px;
|
|
}
|
|
|
|
.news-block .post-meta li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.news-block .post-meta li:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 12px;
|
|
right: -30px;
|
|
width: 16px;
|
|
border-bottom: 1px dashed #24a77e;
|
|
}
|
|
|
|
.news-block .post-meta li:last-child:after {
|
|
display: none;
|
|
}
|
|
|
|
.news-block .post-meta li a {
|
|
color: #585f5f;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.news-block .post-meta li.author {
|
|
position: relative;
|
|
padding-left: 70px;
|
|
}
|
|
|
|
.news-block .post-meta li.author .thumb {
|
|
position: absolute;
|
|
left: 0;
|
|
top: -13px;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.news-block .post-meta li.author .thumb img {
|
|
position: relative;
|
|
display: block;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.news-block .post-meta li .icon {
|
|
padding-right: 5px;
|
|
font-size: 14px;
|
|
vertical-align: baseline;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.news-block .more-link {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 70px;
|
|
height: 64px;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.news-block .more-link:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 140px;
|
|
height: 128px;
|
|
background: #f3faf8;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.blog-page .news-block .more-link:before {
|
|
background: #24a77e;
|
|
}
|
|
|
|
.news-block .more-link a {
|
|
position: relative;
|
|
display: block;
|
|
padding: 22px 10px 17px 20px;
|
|
line-height: 30px;
|
|
color: #777777;
|
|
font-size: 20px;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.blog-page .news-block .more-link a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.news-block:hover .more-link a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.news-block:hover .more-link:before {
|
|
background: #24a77e;
|
|
}
|
|
|
|
.news-block .share-it {
|
|
position: absolute;
|
|
right: 30px;
|
|
bottom: -30px;
|
|
width: 60px;
|
|
height: 60px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.news-block .share-it .share-icon {
|
|
position: relative;
|
|
display: block;
|
|
width: 60px;
|
|
height: 60px;
|
|
line-height: 58px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
background: #ffffff;
|
|
color: #777777;
|
|
border-radius: 30px;
|
|
cursor: pointer;
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.news-block .share-it:hover .share-icon {
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.news-block .share-list {
|
|
position: absolute;
|
|
bottom: 100%;
|
|
margin-bottom: 0px;
|
|
left: -31px;
|
|
width: 122px;
|
|
height: 40px;
|
|
background: #ffffff;
|
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.news-block .share-it:hover .share-list {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.news-block .share-list:before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 50%;
|
|
margin-left: -6px;
|
|
border: 6px solid transparent;
|
|
border-top: 7px solid #ffffff;
|
|
}
|
|
|
|
.news-block .share-list li {
|
|
position: relative;
|
|
float: left;
|
|
width: 40px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
color: #929a9a;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
text-align: center;
|
|
}
|
|
|
|
.news-block .share-list li:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.news-block .share-list li a {
|
|
position: relative;
|
|
display: block;
|
|
height: 38px;
|
|
font-size: 14px;
|
|
line-height: 38px;
|
|
color: #929a9a;
|
|
}
|
|
|
|
.news-block .share-list li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Contact Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.contact-section {
|
|
position: relative;
|
|
padding: 100px 0px 50px;
|
|
background: #f3faf8;
|
|
}
|
|
|
|
.contact-section .pattern-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(../@/assets/images/background/contact-pattern.jpg) center top repeat;
|
|
}
|
|
|
|
.contact-section .text-column {
|
|
position: relative;
|
|
order: 12;
|
|
margin-bottom: 50px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.contact-section .text-column .sec-title {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.contact-section .text-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.contact-section .image-column {
|
|
position: relative;
|
|
order: 0;
|
|
margin-bottom: 50px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.contact-section .image-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
margin-left: -330px;
|
|
}
|
|
|
|
.contact-section .image-column .image-box {
|
|
position: relative;
|
|
margin-top: -40px;
|
|
}
|
|
|
|
.contact-section .image-column .image {
|
|
position: relative;
|
|
display: block;
|
|
float: right;
|
|
}
|
|
|
|
.contact-section .image-column .image img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.contact-section .form-outer {
|
|
position: relative;
|
|
display: block;
|
|
padding: 0px 35px 15px 35px;
|
|
border: 4px solid #24a77e;
|
|
border-top: none;
|
|
}
|
|
|
|
.contact-section .form-outer:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 35px;
|
|
border-top: 4px solid #24a77e;
|
|
}
|
|
|
|
.contact-section .form-outer:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 210px;
|
|
top: 0;
|
|
right: 0;
|
|
border-top: 4px solid #24a77e;
|
|
}
|
|
|
|
.contact-section .form-box {
|
|
position: relative;
|
|
display: block;
|
|
z-index: 1;
|
|
}
|
|
|
|
.contact-section .form-box .discount {
|
|
position: relative;
|
|
display: block;
|
|
top: -10px;
|
|
font-weight: 600;
|
|
color: #24a77e;
|
|
font-size: 18px;
|
|
padding-left: 20px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.contact-section .default-form .form-group {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.contact-section .default-form .form-group button,
|
|
.contact-section .default-form .form-group input[type="submit"] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Sponsors Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.sponsors-section {
|
|
position: relative;
|
|
padding: 90px 0px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.sponsors-section.alt-padd {
|
|
padding: 70px 0px;
|
|
}
|
|
|
|
.sponsors-outer {
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.sponsors-section .slide-item {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.sponsors-section .image-box {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.sponsors-section .image-box img {
|
|
max-width: 100%;
|
|
width: auto;
|
|
display: inline-block;
|
|
-webkit-filter: grayscale(100%);
|
|
-ms-filter: grayscale(100%);
|
|
-moz-filter: grayscale(100%);
|
|
transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
opacity: 0.50;
|
|
}
|
|
|
|
.sponsors-section .image-box img:hover {
|
|
-webkit-filter: grayscale(0%);
|
|
-ms-filter: grayscale(0%);
|
|
-moz-filter: grayscale(0%);
|
|
opacity: 1;
|
|
}
|
|
|
|
.sponsors-section .owl-dots,
|
|
.sponsors-section .owl-nav {
|
|
position: relative;
|
|
display: none;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Call To Action Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.call-to-action {
|
|
position: relative;
|
|
padding: 30px 0px 15px;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.call-to-action .title-col {
|
|
position: relative;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.call-to-action .title-col .inner {
|
|
position: relative;
|
|
padding: 4px 0px;
|
|
}
|
|
|
|
.call-to-action .title-col h4 {
|
|
line-height: 50px;
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.call-to-action .info-col {
|
|
position: relative;
|
|
}
|
|
|
|
.call-to-action .info-col ul li {
|
|
position: relative;
|
|
float: left;
|
|
margin: 0 0 10px 20px;
|
|
}
|
|
|
|
.call-to-action .info-col ul li:first-child {
|
|
margin: 0 0 10px;
|
|
}
|
|
|
|
.call-to-action .info-col ul li a {
|
|
position: relative;
|
|
display: block;
|
|
background: #ffffff;
|
|
padding: 14px 25px;
|
|
color: #132728;
|
|
min-width: 224px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
text-transform: uppercase;
|
|
line-height: 30px;
|
|
transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
}
|
|
|
|
.call-to-action .info-col ul li a:hover {
|
|
color: #ffffff;
|
|
background: #132728;
|
|
}
|
|
|
|
.call-to-action .info-col ul li:after {
|
|
content: 'OR';
|
|
position: absolute;
|
|
left: 100%;
|
|
top: 12.5px;
|
|
margin-left: -7px;
|
|
width: 34px;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
background: #24a77e;
|
|
border-radius: 50%;
|
|
z-index: 1;
|
|
}
|
|
|
|
.call-to-action .info-col ul li:last-child:after {
|
|
display: none;
|
|
}
|
|
|
|
.call-to-action .info-col ul li a i {
|
|
font-size: 10px;
|
|
padding-left: 5px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Main Footer
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.main-footer {
|
|
position: relative;
|
|
background: #132728;
|
|
color: #9a9fa6;
|
|
}
|
|
|
|
.footer-two {
|
|
background: #132728;
|
|
}
|
|
|
|
.main-footer .upper-section {
|
|
position: relative;
|
|
padding: 100px 0px 0px;
|
|
background: #132728;
|
|
}
|
|
|
|
.main-footer .left-image {
|
|
position: absolute;
|
|
left: 30px;
|
|
bottom: 20px;
|
|
}
|
|
|
|
.main-footer .right-image {
|
|
position: absolute;
|
|
right: 30px;
|
|
bottom: 20px;
|
|
}
|
|
|
|
.main-footer .upper {
|
|
position: relative;
|
|
padding: 0px 0px 30px;
|
|
margin-bottom: 50px;
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.main-footer .upper .inner {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 80px;
|
|
padding-left: 290px;
|
|
}
|
|
|
|
.main-footer .upper .inner:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 260px;
|
|
top: 15px;
|
|
width: 1px;
|
|
height: 50px;
|
|
border-right: 1px solid rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.main-footer .upper .logo {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.main-footer .upper .text-box {
|
|
position: relative;
|
|
float: left;
|
|
width: 100%;
|
|
padding-top: 15px;
|
|
max-width: 570px;
|
|
}
|
|
|
|
.main-footer .upper .text {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: #a7aeae;
|
|
}
|
|
|
|
.main-footer .upper .text a {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-left: 20px;
|
|
vertical-align: top;
|
|
color: #24a77e;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.main-footer .upper .text a i {
|
|
position: relative;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.main-footer .upper .social {
|
|
position: relative;
|
|
float: right;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.main-footer .upper .social li {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.main-footer .upper .social li a {
|
|
position: relative;
|
|
display: block;
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
color: #a7aeae;
|
|
background: #24393a;
|
|
border-radius: 50%;
|
|
transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
}
|
|
|
|
.main-footer .upper .social li a:hover {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.main-footer .widgets-section {
|
|
position: relative;
|
|
padding: 0px 0px 40px;
|
|
}
|
|
|
|
.main-footer .footer-widget {
|
|
position: relative;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.main-footer .widget-title {
|
|
position: relative;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.footer-two .widget-title {
|
|
padding-left: 35px;
|
|
}
|
|
|
|
.footer-two .widget-title:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 24px;
|
|
height: 24px;
|
|
background: url(../@/assets/images/icons/leaf-seven.png) right top no-repeat;
|
|
}
|
|
|
|
.main-footer .widget-title h4 {
|
|
position: relative;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 1.3em;
|
|
color: #ffffff;
|
|
text-transform: capitalize;
|
|
margin: 0 0;
|
|
}
|
|
|
|
.main-footer .newsletter-widget {
|
|
position: relative;
|
|
margin-bottom: -30px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.main-footer .newsletter-form {
|
|
position: relative;
|
|
}
|
|
|
|
.main-footer .newsletter-form form {
|
|
position: relative;
|
|
}
|
|
|
|
.main-footer .newsletter-form .form-group {
|
|
position: relative;
|
|
margin: 0;
|
|
background: #1d3334;
|
|
padding-right: 270px;
|
|
}
|
|
|
|
.main-footer .newsletter-form .form-group input[type="text"],
|
|
.main-footer .newsletter-form .form-group input[type="tel"],
|
|
.main-footer .newsletter-form .form-group input[type="email"] {
|
|
position: relative;
|
|
float: left;
|
|
width: 50%;
|
|
line-height: 30px;
|
|
padding: 15px 25px;
|
|
height: 60px;
|
|
display: block;
|
|
font-size: 15px;
|
|
background: none;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
border-radius: 0px;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.30);
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.main-footer .newsletter-form .form-group input[type="text"]:focus,
|
|
.main-footer .newsletter-form .form-group input[type="email"]:focus,
|
|
.main-footer .newsletter-form .form-group input[type="tel"]:focus {
|
|
background: rgba(255, 255, 255, 0.10);
|
|
}
|
|
|
|
.newsletter-form .form-group input::-webkit-input-placeholder {
|
|
color: #a7aeae;
|
|
}
|
|
|
|
.newsletter-form .form-group .theme-btn {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 270px;
|
|
}
|
|
|
|
.newsletter-form .form-group .theme-btn .btn-title {
|
|
padding: 15px 20px;
|
|
line-height: 30px;
|
|
border: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.main-footer .links-widget {
|
|
position: relative;
|
|
}
|
|
|
|
.main-footer .services-widget ul li {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.main-footer .services-widget ul li a {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 0px;
|
|
padding-left: 80px;
|
|
min-height: 54px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.main-footer .services-widget ul li .icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 60px;
|
|
line-height: 54px;
|
|
font-size: 48px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-footer .services-widget ul li .txt {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 18px;
|
|
line-height: 30px;
|
|
text-transform: capitalize;
|
|
font-weight: 600;
|
|
color: #ffffff;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.main-footer .services-widget ul li .sub-txt {
|
|
position: relative;
|
|
display: block;
|
|
color: #a7aeae;
|
|
}
|
|
|
|
.main-footer .services-widget ul li .sub-txt i {
|
|
position: relative;
|
|
padding-left: 7px;
|
|
font-size: 10px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.main-footer .links-widget .widget-content {
|
|
position: relative;
|
|
}
|
|
|
|
.main-footer .links-widget .column {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.main-footer .links-widget .links li {
|
|
position: relative;
|
|
margin-bottom: 15px;
|
|
font-size: 16px;
|
|
color: #a7aeae;
|
|
}
|
|
|
|
.main-footer .links-widget .links li a {
|
|
position: relative;
|
|
display: block;
|
|
color: #a7aeae;
|
|
line-height: 24px;
|
|
padding-left: 20px;
|
|
font-size: 16px;
|
|
text-transform: capitalize;
|
|
transition: all 0.4s ease;
|
|
-moz-transition: all 0.4s ease;
|
|
-webkit-transition: all 0.4s ease;
|
|
-ms-transition: all 0.4s ease;
|
|
-o-transition: all 0.4s ease;
|
|
}
|
|
|
|
.main-footer .links-widget .links li a:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
content: "\f0da";
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
display: block;
|
|
line-height: 24px;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.main-footer .links-widget .links li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-footer .info {
|
|
position: relative;
|
|
}
|
|
|
|
.main-footer .info li {
|
|
position: relative;
|
|
line-height: 1.7em;
|
|
color: #a7aeae;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.main-footer .info li a {
|
|
color: #ffffff;
|
|
transition: all 0.4s ease;
|
|
-moz-transition: all 0.4s ease;
|
|
-webkit-transition: all 0.4s ease;
|
|
-ms-transition: all 0.4s ease;
|
|
-o-transition: all 0.4s ease;
|
|
}
|
|
|
|
.main-footer .info li a:hover {
|
|
color: #ffffff;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.main-footer .newsletter-widget .text {
|
|
margin-bottom: 15px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.main-footer .footer-bottom {
|
|
position: relative;
|
|
background: #0e1d1e;
|
|
}
|
|
|
|
.footer-two .footer-bottom {
|
|
border-top: 1px solid rgba(255, 255, 255, 0.20);
|
|
}
|
|
|
|
.main-footer .footer-bottom .inner {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
padding: 50px 0px 20px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.footer-two .footer-bottom .inner {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.main-footer .footer-bottom .copyright {
|
|
position: relative;
|
|
float: left;
|
|
color: #a7aeae;
|
|
}
|
|
|
|
.main-footer .footer-bottom .bottom-links {
|
|
position: relative;
|
|
float: right;
|
|
}
|
|
|
|
.main-footer .footer-bottom .bottom-links li {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.main-footer .footer-bottom .bottom-links li:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.main-footer .footer-bottom .bottom-links li:before {
|
|
content: '//';
|
|
position: absolute;
|
|
left: -30px;
|
|
width: 30px;
|
|
text-align: center;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-footer .footer-bottom .bottom-links li:first-child:before {
|
|
display: none;
|
|
}
|
|
|
|
.main-footer .footer-bottom .bottom-links li a {
|
|
position: relative;
|
|
display: block;
|
|
text-transform: capitalize;
|
|
color: #a7aeae;
|
|
transition: all 0.4s ease;
|
|
-moz-transition: all 0.4s ease;
|
|
-webkit-transition: all 0.4s ease;
|
|
-ms-transition: all 0.4s ease;
|
|
-o-transition: all 0.4s ease;
|
|
}
|
|
|
|
.main-footer .footer-bottom a:hover {
|
|
color: #ffffff;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.main-footer .about {
|
|
position: relative;
|
|
max-width: 350px;
|
|
}
|
|
|
|
.main-footer .about .logo {
|
|
position: relative;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.main-footer .about .text-box {
|
|
position: relative;
|
|
}
|
|
|
|
.main-footer .about .text-box .text {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: #a7aeae;
|
|
}
|
|
|
|
.main-footer .about .link {
|
|
position: relative;
|
|
padding-top: 15px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.main-footer .about .text-box a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: #24a77e;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.main-footer .about .text-box a i {
|
|
position: relative;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.main-footer .about .hours {
|
|
position: relative;
|
|
padding: 0 0 0 70px;
|
|
min-height: 54px;
|
|
color: #ffffff;
|
|
line-height: 27px;
|
|
}
|
|
|
|
.main-footer .about .hours .icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 2px;
|
|
font-size: 48px;
|
|
line-height: 1em;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.main-footer .subscribe-box {
|
|
position: relative;
|
|
display: block;
|
|
color: #a7aeae;
|
|
padding: 20px 50px 20px 30px;
|
|
border: 5px solid rgba(255, 255, 255, 0.07);
|
|
}
|
|
|
|
.main-footer .subscribe-box .text {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.main-footer .subscribe-box .newsletter {
|
|
position: relative;
|
|
}
|
|
|
|
.subscribe-box .newsletter form {
|
|
position: relative;
|
|
}
|
|
|
|
.subscribe-box .newsletter .form-group {
|
|
position: relative;
|
|
margin: 0;
|
|
}
|
|
|
|
.subscribe-box .newsletter .form-group input[type="text"],
|
|
.subscribe-box .newsletter .form-group input[type="tel"],
|
|
.subscribe-box .newsletter .form-group input[type="email"] {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
line-height: 30px;
|
|
padding: 15px 30px 15px 50px;
|
|
height: 60px;
|
|
display: block;
|
|
font-size: 15px;
|
|
background: #ffffff;
|
|
font-weight: 400;
|
|
color: #132728;
|
|
border-radius: 0px;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.subscribe-box .newsletter .form-group input[type="text"]:focus,
|
|
.subscribe-box .newsletter .form-group input[type="email"]:focus,
|
|
.subscribe-box .newsletter .form-group input[type="tel"]:focus {
|
|
background: rgba(255, 255, 255, 0.95);
|
|
}
|
|
|
|
.subscribe-box .newsletter .alt-icon {
|
|
position: absolute;
|
|
left: 20px;
|
|
top: 50%;
|
|
margin-top: -15px;
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
color: #24a77e;
|
|
z-index: 1;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.subscribe-box .newsletter .form-group input::-webkit-input-placeholder {
|
|
color: #585f5f;
|
|
}
|
|
|
|
.subscribe-box .newsletter .form-group .theme-btn {
|
|
position: absolute;
|
|
right: -22px;
|
|
top: 8px;
|
|
width: 44px;
|
|
height: 44px;
|
|
font-size: 20px;
|
|
line-height: 44px;
|
|
text-align: center;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.subscribe-box .newsletter .form-group .theme-btn:hover {
|
|
background: #132728;
|
|
box-shadow: 0 0 20px 0px #24a77e;
|
|
}
|
|
|
|
.subscribe-box .follow {
|
|
position: relative;
|
|
margin-top: 20px;
|
|
color: #a7aeae;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.subscribe-box .follow li {
|
|
position: relative;
|
|
float: left;
|
|
font-size: 15px;
|
|
margin-right: 31px;
|
|
}
|
|
|
|
.subscribe-box .follow li:after {
|
|
content: '';
|
|
position: absolute;
|
|
right: -16px;
|
|
top: 4px;
|
|
height: 16px;
|
|
border-right: 1px solid rgba(255, 255, 255, 0.25);
|
|
}
|
|
|
|
.subscribe-box .follow li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.subscribe-box .follow li:first-child:after,
|
|
.subscribe-box .follow li:last-child:after {
|
|
display: none;
|
|
}
|
|
|
|
.subscribe-box .follow li a {
|
|
position: relative;
|
|
font-size: 14px;
|
|
color: #a7aeae;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.subscribe-box .follow li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Areas Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.areas-section {
|
|
position: relative;
|
|
padding: 0px 0px;
|
|
}
|
|
|
|
.areas-section .inner-container {
|
|
position: relative;
|
|
display: block;
|
|
background: #ffffff;
|
|
margin-top: -70px;
|
|
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.07);
|
|
z-index: 15;
|
|
}
|
|
|
|
.areas-section .row {
|
|
margin: 0 0;
|
|
}
|
|
|
|
.area-block {
|
|
position: relative;
|
|
padding: 0 0;
|
|
border-right: 1px dashed rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.area-block:last-child {
|
|
border-right: none;
|
|
}
|
|
|
|
.area-block .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding: 35px 40px;
|
|
}
|
|
|
|
.area-block .content {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 80px;
|
|
}
|
|
|
|
.area-block .content {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 70px;
|
|
padding-left: 80px;
|
|
}
|
|
|
|
.area-block .content .icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 5px;
|
|
font-size: 54px;
|
|
color: #24a77e;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.area-block .content h5 {
|
|
font-weight: 700;
|
|
color: #132728;
|
|
text-transform: capitalize;
|
|
margin-bottom: 8px;
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.area-block .content h5 a {
|
|
color: #132728;
|
|
}
|
|
|
|
.area-block .link-box {
|
|
position: absolute;
|
|
right: 35px;
|
|
bottom: -25px;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.area-block .link-box a {
|
|
position: relative;
|
|
display: block;
|
|
width: 50px;
|
|
height: 50px;
|
|
padding: 10px 10px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: #ffffff;
|
|
color: #24a77e;
|
|
border-radius: 50%;
|
|
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07), 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
|
|
}
|
|
|
|
.area-block .link-box a:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 4px;
|
|
top: 4px;
|
|
right: 4px;
|
|
bottom: 4px;
|
|
border: 1px dashed rgba(0, 0, 0, 0.15);
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.area-block .link-box a:hover:before {
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
About Two Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.about-two {
|
|
position: relative;
|
|
padding: 125px 0px 50px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.about-two .text-column {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.about-two .text-column .sec-title {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.about-two .text-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.about-two .text-column .text {
|
|
position: relative;
|
|
font-size: 16px;
|
|
color: #585f5f;
|
|
line-height: 1.6em;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.about-two .text-column .bigger-text {
|
|
font-size: 20px;
|
|
color: #24a77e;
|
|
line-height: 1.5em;
|
|
font-weight: 500;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.about-two .text-column .insured {
|
|
position: relative;
|
|
padding-left: 100px;
|
|
min-height: 80px;
|
|
}
|
|
|
|
.about-two .text-column .insured .icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0px;
|
|
padding-left: 10px;
|
|
line-height: 80px;
|
|
font-size: 56px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.about-two .text-column .insured .icon:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 40px;
|
|
height: 80px;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.about-two .text-column .insured .icon span {
|
|
position: relative;
|
|
}
|
|
|
|
.about-two .text-column .insured h5 {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.about-two .text-column .insured .text {
|
|
position: relative;
|
|
color: #585f5f;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.about-two .text-column .lower-box {
|
|
position: relative;
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.about-two .text-column .lower-box .link-box {
|
|
position: relative;
|
|
float: left;
|
|
}
|
|
|
|
.about-two .text-column .lower-box .iso {
|
|
position: relative;
|
|
float: left;
|
|
line-height: 25px;
|
|
padding-left: 70px;
|
|
padding-top: 8px;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.about-two .text-column .lower-box .iso .iso-icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0px;
|
|
line-height: 56px;
|
|
font-size: 36px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.about-two .text-column .lower-box .iso .number {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
padding-top: 5px;
|
|
color: #24a77e;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.about-two .text-column .lower-box .iso .txt {
|
|
position: relative;
|
|
display: block;
|
|
color: #132728;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.about-two .image-column {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.about-two .image-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
.about-two .image-column .image-box {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.about-two .image-column .image-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: -55px;
|
|
bottom: 35px;
|
|
width: 135px;
|
|
height: 135px;
|
|
background: url(../@/assets/images/icons/square-pattern-1.png) left top no-repeat;
|
|
}
|
|
|
|
.about-two .image-column .image {
|
|
position: relative;
|
|
display: block;
|
|
z-index: 1;
|
|
}
|
|
|
|
.about-two .image-column .image img {
|
|
display: block;
|
|
width: auto;
|
|
min-width: 100%;
|
|
max-width: none;
|
|
}
|
|
|
|
.about-two .image-column .vid-link {
|
|
position: absolute;
|
|
left: 50px;
|
|
top: 35px;
|
|
width: 100px;
|
|
height: 100px;
|
|
border: 5px solid #ffffff;
|
|
border-radius: 50%;
|
|
background: #000000;
|
|
z-index: 2;
|
|
}
|
|
|
|
.about-two .image-column .vid-link img {
|
|
position: relative;
|
|
display: block;
|
|
width: 90px;
|
|
height: 90px;
|
|
opacity: 1;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.about-two .image-column .vid-link:hover img {
|
|
opacity: 0.70;
|
|
}
|
|
|
|
.about-two .image-column .vid-link .icon {
|
|
position: absolute;
|
|
left: 9px;
|
|
top: 9px;
|
|
right: 9px;
|
|
bottom: 9px;
|
|
line-height: 70px;
|
|
background: rgba(0, 0, 0, 0.50);
|
|
border: 1px solid #ffffff;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-size: 24px;
|
|
z-index: 2;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Facts Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.facts-two {
|
|
position: relative;
|
|
padding: 0px 0px;
|
|
background: #132728;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.facts-two .outer-container {
|
|
padding: 0px 20px;
|
|
}
|
|
|
|
.facts-two .row {
|
|
margin: 0 0;
|
|
}
|
|
|
|
.facts-two .fact-block {
|
|
position: relative;
|
|
padding: 0;
|
|
border-right: 1px dashed rgba(255, 255, 255, 0.20);
|
|
z-index: 1;
|
|
}
|
|
|
|
.facts-two .fact-block:last-child {
|
|
border-right: none;
|
|
}
|
|
|
|
.facts-two .fact-block .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding: 45px 45px;
|
|
}
|
|
|
|
.facts-two .fact-block .icon-box {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: 60px;
|
|
display: block;
|
|
font-size: 80px;
|
|
line-height: 1em;
|
|
color: #1a3132;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.facts-two .fact-block:hover .icon-box {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.facts-two .fact-block .fact-count {
|
|
position: relative;
|
|
font-size: 60px;
|
|
line-height: 1em;
|
|
font-weight: 700;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.facts-two .fact-block .fact-count .title {
|
|
position: relative;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
font-family: 'Libre Baskerville', serif;
|
|
display: inline-block;
|
|
margin-left: 7px;
|
|
}
|
|
|
|
.facts-two .fact-block .sub-text {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: #ffffff;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Main Services Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.main-services {
|
|
position: relative;
|
|
padding: 100px 0px 60px;
|
|
}
|
|
|
|
.main-services .title-box {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.main-services .title-box .text {
|
|
position: relative;
|
|
padding-top: 10px;
|
|
line-height: 1.7em;
|
|
max-width: 490px;
|
|
}
|
|
|
|
.service-block {
|
|
position: relative;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.service-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-block .upper {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-block .hvr-icon {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin: -30px 0px 0px -30px;
|
|
width: 60px;
|
|
height: 60px;
|
|
font-size: 36px;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
opacity: 0;
|
|
-ms-transform: scale(0);
|
|
transform: scale(0);
|
|
z-index: 6;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.service-block:hover .hvr-icon {
|
|
opacity: 1;
|
|
-ms-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
|
|
.service-block .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #132728;
|
|
}
|
|
|
|
.service-block .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.service-block:hover .image-box img {
|
|
opacity: 0.15;
|
|
}
|
|
|
|
.service-block .lower {
|
|
position: relative;
|
|
padding: 25px 80px 25px 30px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.service-block:hover .lower {
|
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.service-block .lower:before {
|
|
content: '';
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 30px;
|
|
height: 100%;
|
|
background: url(../@/assets/images/icons/vertical-pattern-1.png) right top repeat-y;
|
|
opacity: 0.30;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.service-block:hover .lower:before {
|
|
opacity: 1;
|
|
}
|
|
|
|
.service-block .lower .icon-right {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -30px;
|
|
width: 60px;
|
|
height: 60px;
|
|
font-size: 36px;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.service-block:hover .lower .icon-right {
|
|
-ms-transform: scale(0);
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
}
|
|
|
|
.service-block h5 {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
line-height: 1.5em;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.service-block h5 a {
|
|
color: #132728;
|
|
}
|
|
|
|
.service-block h5 a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.service-block .text {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.service-block .more-link {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
.service-block .more-link a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
line-height: 24px;
|
|
color: #24a77e;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
font-size: 15px;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.service-block .more-link a i {
|
|
position: relative;
|
|
top: -1px;
|
|
vertical-align: middle;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.service-block .more-link a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Why Us Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.why-us-two {
|
|
position: relative;
|
|
padding: 0px 0px;
|
|
background: url(../@/assets/images/background/simple-pattern.jpg) center top repeat;
|
|
}
|
|
|
|
.why-us-two .outer-container {
|
|
position: relative;
|
|
}
|
|
|
|
.why-us-two .outer-container>.row {
|
|
margin: 0 0;
|
|
}
|
|
|
|
.why-us-two .left-col {
|
|
position: relative;
|
|
padding: 100px 0;
|
|
}
|
|
|
|
.why-us-two .left-col .rating {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 70px;
|
|
padding: 25px 5px 45px;
|
|
background: #24a77e;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.why-us-two .left-col .rating:after {
|
|
content: '';
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
border: 35px solid transparent;
|
|
border-bottom: 22px solid #ffffff;
|
|
}
|
|
|
|
.why-us-two .left-col .rating .stars {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 24px;
|
|
font-size: 12px;
|
|
letter-spacing: 3px;
|
|
}
|
|
|
|
.why-us-two .left-col .rating .stars .fa:nth-child(2) {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.why-us-two .left-col .rating .count {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 24px;
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.why-us-two .left-col .rating .rate-text {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 7px;
|
|
text-transform: uppercase;
|
|
line-height: 16px;
|
|
font-weight: 700;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.why-us-two .left-col .floated-text {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 70px;
|
|
height: 590px;
|
|
}
|
|
|
|
.why-us-two .left-col .floated-inner {
|
|
position: absolute;
|
|
right: -3px;
|
|
bottom: 425px;
|
|
height: 70px;
|
|
width: 400px;
|
|
transform-origin: right bottom;
|
|
-ms-transform: rotate(-90deg);
|
|
transform: rotate(-90deg);
|
|
}
|
|
|
|
.why-us-two .left-col .floated-inner .txt {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 48px;
|
|
line-height: 70px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
color: #e3e3e3;
|
|
font-family: 'Libre Baskerville', serif;
|
|
}
|
|
|
|
.why-us-two .left-col .inner {
|
|
position: relative;
|
|
float: right;
|
|
width: 100%;
|
|
max-width: 600px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.why-us-two .left-col .content-box {
|
|
position: relative;
|
|
background: #132728;
|
|
padding-right: 70px;
|
|
}
|
|
|
|
.why-us-two .left-col .content-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 70px;
|
|
height: 100%;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.why-us-two .left-col .content {
|
|
position: relative;
|
|
min-height: 590px;
|
|
padding: 60px 40px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.why-us-two .left-col .content-box .pattern {
|
|
position: absolute;
|
|
right: 70px;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
background: url(../@/assets/images/background/why-us-right-bg.png) right bottom no-repeat;
|
|
opacity: 1;
|
|
}
|
|
|
|
.why-us-two .left-col .image-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
opacity: 1;
|
|
z-index: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.why-us-two .left-col .sec-title {
|
|
margin-left: -80px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.why-us-two .left-col .sec-title h2 {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.why-us-two .left-col .content .text {
|
|
max-width: 380px;
|
|
color: #a7aeae;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.why-us-two .left-col .content .link-box {
|
|
position: relative;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.why-us-two .left-col .content ul {
|
|
position: relative;
|
|
}
|
|
|
|
.why-us-two .left-col .content ul li {
|
|
position: relative;
|
|
display: block;
|
|
color: #ffffff;
|
|
line-height: 30px;
|
|
padding: 12px 0px;
|
|
padding-left: 20px;
|
|
font-size: 16px;
|
|
text-transform: capitalize;
|
|
border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
|
|
transition: all 0.4s ease;
|
|
-moz-transition: all 0.4s ease;
|
|
-webkit-transition: all 0.4s ease;
|
|
-ms-transition: all 0.4s ease;
|
|
-o-transition: all 0.4s ease;
|
|
}
|
|
|
|
.why-us-two .left-col .content ul li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.why-us-two .left-col .content ul li:before {
|
|
font-family: 'Font Awesome 5 Free';
|
|
content: "\f0da";
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 12px;
|
|
color: #a7aeae;
|
|
display: block;
|
|
line-height: 30px;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.why-us-two .left-col .content ul li:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.why-us-two .pattern-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(../@/assets/images/background/why-us-right-pattern.png) right center no-repeat;
|
|
opacity: 1;
|
|
}
|
|
|
|
.why-us-two .right-col {
|
|
position: relative;
|
|
padding: 100px 0 40px;
|
|
}
|
|
|
|
.why-us-two .right-col .inner {
|
|
position: relative;
|
|
max-width: 600px;
|
|
padding-left: 60px;
|
|
}
|
|
|
|
.why-block-two {
|
|
position: relative;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.why-block-two .icon-box {
|
|
position: relative;
|
|
width: 80px;
|
|
height: 80px;
|
|
background: #ffffff;
|
|
line-height: 80px;
|
|
text-align: center;
|
|
font-size: 48px;
|
|
color: #24a77e;
|
|
margin-bottom: 30px;
|
|
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.why-block-two h5 {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 12px;
|
|
color: #132728;
|
|
}
|
|
|
|
.why-block-two .text {
|
|
color: #585f5f;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.why-block-two .link-box {
|
|
position: relative;
|
|
}
|
|
|
|
.why-block-two .link-box a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 40px;
|
|
height: 40px;
|
|
text-align: center;
|
|
line-height: 38px;
|
|
border: 1px dashed rgba(0, 0, 0, 0.25);
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.why-block-two .link-box a:hover {
|
|
border-color: #24a77e;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Projects Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.projects-two {
|
|
position: relative;
|
|
background: #ffffff;
|
|
padding: 100px 0px 70px;
|
|
}
|
|
|
|
.projects-two .upper-box {
|
|
position: relative;
|
|
padding-bottom: 25px;
|
|
}
|
|
|
|
.projects-two .upper-box .sec-title {
|
|
float: left;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.projects-two .upper-box .link-box {
|
|
float: right;
|
|
padding-top: 10px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.projects-two .masonry-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.project-block-two {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.project-block-two .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.project-block-two .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #172e2f;
|
|
}
|
|
|
|
.project-block-two .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.project-block-two:hover .image-box img {
|
|
opacity: 0.15;
|
|
}
|
|
|
|
.project-block-two .hover-box {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
z-index: 5;
|
|
}
|
|
|
|
.project-block-two .hvr-content {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 30px;
|
|
width: 100%;
|
|
display: block;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.project-block-two:hover .hvr-content {
|
|
bottom: 50%;
|
|
margin-bottom: -32px;
|
|
opacity: 1;
|
|
}
|
|
|
|
.project-block-two .hover-box h5 {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
}
|
|
|
|
.project-block-two .hover-box a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.project-block-two .hover-box .cat {
|
|
position: relative;
|
|
margin-bottom: 8px;
|
|
color: #24a77e;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.project-block-two .hover-box .cat a {
|
|
color: #24a77e;
|
|
}
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Work Process Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.work-process-two {
|
|
position: relative;
|
|
background: #f3faf8;
|
|
padding: 100px 0px 50px;
|
|
}
|
|
|
|
.work-process-two .title-box {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.work-process-two .title-box .text {
|
|
position: relative;
|
|
padding-top: 10px;
|
|
line-height: 1.7em;
|
|
max-width: 490px;
|
|
}
|
|
|
|
.work-process-two .process {
|
|
position: relative;
|
|
}
|
|
|
|
.process-block-two {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.process-block-two .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.process-block-two .inner-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
right: -40px;
|
|
top: 45px;
|
|
width: 40px;
|
|
height: 70px;
|
|
background: url(../@/assets/images/icons/tri-pattern-3.png) left center no-repeat;
|
|
}
|
|
|
|
.process .process-block-two:last-child .inner-box:before {
|
|
display: none;
|
|
}
|
|
|
|
.process-block-two .icon-box {
|
|
position: relative;
|
|
display: block;
|
|
width: 160px;
|
|
height: 160px;
|
|
margin: 0 auto 30px;
|
|
background: #ffffff;
|
|
color: #24a77e;
|
|
border-radius: 50%;
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.process-block-two:hover .icon-box {
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.process-block-two .icon-box .icon {
|
|
position: relative;
|
|
display: block;
|
|
width: 160px;
|
|
height: 160px;
|
|
line-height: 160px;
|
|
font-size: 64px;
|
|
}
|
|
|
|
.process-block-two .icon-box .count {
|
|
position: absolute;
|
|
right: 3px;
|
|
bottom: 0px;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.process-block-two:hover .icon-box .count {
|
|
bottom: 100%;
|
|
right: 0px;
|
|
margin-bottom: -50px;
|
|
}
|
|
|
|
.process-block-two .icon-box .count .number {
|
|
position: relative;
|
|
display: block;
|
|
width: 50px;
|
|
height: 50px;
|
|
padding: 10px 10px;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
border-radius: 50%;
|
|
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07), 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
|
|
}
|
|
|
|
.process-block-two:hover .icon-box .count .number {
|
|
background: #ffffff;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.process-block-two .icon-box .count .number:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 4px;
|
|
top: 4px;
|
|
right: 4px;
|
|
bottom: 4px;
|
|
border: 1px dashed #ffffff;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.process-block-two:hover .icon-box .count .number:before {
|
|
border-color: rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.process-block-two .lower-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.process-block-two h5 {
|
|
position: relative;
|
|
color: #132728;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.process-block-two .text {
|
|
position: relative;
|
|
font-size: 16px;
|
|
color: #585f5f;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Testimonials Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.testimonials-two {
|
|
position: relative;
|
|
background: #ffffff;
|
|
padding: 100px 0px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.testimonials-two .pattern-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(../@/assets/images/background/testi-pattern-left.png) left top repeat-y;
|
|
}
|
|
|
|
.testimonials-two .sec-title {
|
|
position: relative;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col {
|
|
position: relative;
|
|
order: 0;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .inner {
|
|
position: relative;
|
|
display: block;
|
|
max-width: 470px;
|
|
min-height: 440px;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .image-thumb {
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .image-thumb:nth-child(1) {
|
|
width: 270px;
|
|
height: 270px;
|
|
left: 100px;
|
|
top: 70px;
|
|
z-index: 5;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .image-thumb:nth-child(2) {
|
|
width: 200px;
|
|
height: 200px;
|
|
right: 0px;
|
|
bottom: 0;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .image-thumb:nth-child(3) {
|
|
width: 160px;
|
|
height: 160px;
|
|
right: 40px;
|
|
top: 0;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .image-thumb:nth-child(4) {
|
|
width: 150px;
|
|
height: 150px;
|
|
left: 0px;
|
|
top: 170px;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .image-thumb .icon {
|
|
position: absolute;
|
|
right: -27px;
|
|
top: 50%;
|
|
margin-top: -27px;
|
|
width: 54px;
|
|
height: 54px;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
line-height: 54px;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
border-radius: 50%;
|
|
opacity: 0;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .image-thumb:nth-child(1) .icon {
|
|
opacity: 1;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .image-thumb .image {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #132728;
|
|
overflow: hidden;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .image-thumb .image img {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0.40;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.testimonials-two .thumbs-col .image-thumb:nth-child(1) .image img {
|
|
opacity: 1;
|
|
}
|
|
|
|
.testimonials-two .carousel-col {
|
|
position: relative;
|
|
order: 12;
|
|
}
|
|
|
|
.testimonials-two .carousel-box {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.testimonials-two .owl-stage-outer {
|
|
overflow: visible;
|
|
}
|
|
|
|
.testi-block-two {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.owl-theme .testi-block-two {
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
margin-bottom: 0;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.owl-theme .active .testi-block-two {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.testi-block-two .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.testi-block-two .inner-box .content {
|
|
position: relative;
|
|
display: block;
|
|
background: #ffffff;
|
|
padding: 40px 40px 35px;
|
|
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.07);
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.testi-block-two .info {
|
|
position: relative;
|
|
padding-left: 70px;
|
|
min-height: 35px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.testi-block-two .info .quote-icon {
|
|
position: absolute;
|
|
left: 13px;
|
|
top: 3px;
|
|
}
|
|
|
|
.testi-block-two .info .quote-icon:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 5px;
|
|
height: 37px;
|
|
background: #b1d0c7;
|
|
border-radius: 3px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.testi-block-two .info .quote-icon:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 17px;
|
|
top: 0;
|
|
width: 5px;
|
|
height: 37px;
|
|
background: #b1d0c7;
|
|
border-radius: 3px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.testi-block-two .inner-box:hover .quote-icon:before,
|
|
.testi-block-two .inner-box:hover .quote-icon:after {
|
|
background: #24a77e;
|
|
}
|
|
|
|
.testi-block-two .title {
|
|
position: relative;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
}
|
|
|
|
.testi-block-two .rating {
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
line-height: 20px;
|
|
color: #24a77e;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.testi-block-two .rating span {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.testi-block-two .rating .far {
|
|
color: #dadada;
|
|
}
|
|
|
|
.testi-block-two .image {
|
|
position: relative;
|
|
top: -40px;
|
|
width: 80px;
|
|
height: 80px;
|
|
border: 7px solid #f2f2f2;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.testi-block-two .image img {
|
|
position: relative;
|
|
display: block;
|
|
width: 66px;
|
|
height: 66px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.testi-block-two .text {
|
|
position: relative;
|
|
font-size: 18px;
|
|
color: #585f5f;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.testi-block-two .author {
|
|
position: relative;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.testi-block-two .author .name {
|
|
position: relative;
|
|
font-size: 18px;
|
|
font-family: 'Libre Baskerville', serif;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
color: #132728;
|
|
}
|
|
|
|
.testimonials-two .owl-nav {
|
|
display: none;
|
|
}
|
|
|
|
.testimonials-two .owl-dots {
|
|
position: absolute;
|
|
left: -36px;
|
|
top: 50%;
|
|
margin-top: -50px;
|
|
width: 12px;
|
|
}
|
|
|
|
.testimonials-two .owl-dots .owl-dot {
|
|
position: relative;
|
|
display: block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin: 0px 0px 7px;
|
|
}
|
|
|
|
.testimonials-two .owl-dots .owl-dot span {
|
|
position: relative;
|
|
display: block;
|
|
width: 12px;
|
|
height: 12px;
|
|
border: 3px solid rgba(0, 0, 0, 0.30);
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.testimonials-two .owl-dots .owl-dot.active span {
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Call To Action Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.call-to-two {
|
|
position: relative;
|
|
padding: 80px 0px 50px;
|
|
background: #132728;
|
|
}
|
|
|
|
.call-to-two .image-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0.20;
|
|
z-index: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: right center;
|
|
}
|
|
|
|
.call-to-two .image-layer:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.50);
|
|
background: -webkit-linear-gradient(left, rgba(19, 39, 40, 1), rgba(0, 0, 0, 0.0));
|
|
background: -ms-linear-gradient(left, rgba(19, 39, 40, 1), rgba(0, 0, 0, 0.0));
|
|
background: -moz-linear-gradient(left, rgba(19, 39, 40, 1), rgba(0, 0, 0, 0.0));
|
|
}
|
|
|
|
.call-to-two .title-col {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.call-to-two .title-col .inner {
|
|
position: relative;
|
|
padding: 0px 0px;
|
|
}
|
|
|
|
.call-to-two .title-col h4 {
|
|
line-height: 40px;
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.call-to-two .links-col {
|
|
position: relative;
|
|
}
|
|
|
|
.call-to-two .links-col .inner {
|
|
position: relative;
|
|
padding-top: 12px;
|
|
}
|
|
|
|
.call-to-two .links-col li {
|
|
position: relative;
|
|
float: left;
|
|
margin: 0 20px 20px 0;
|
|
}
|
|
|
|
.call-to-two .links-col li:last-child {
|
|
margin: 0 0 20px;
|
|
}
|
|
|
|
.call-to-two .links-col .theme-btn {
|
|
min-width: 180px;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Pricing Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.pricing-section {
|
|
position: relative;
|
|
background: #ffffff;
|
|
padding: 100px 0px 70px;
|
|
}
|
|
|
|
.pricing-section .title-box {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.pricing-section .title-box .text {
|
|
position: relative;
|
|
padding-top: 10px;
|
|
line-height: 1.7em;
|
|
max-width: 490px;
|
|
}
|
|
|
|
.pricing-section .pricing {
|
|
position: relative;
|
|
}
|
|
|
|
.price-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.price-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #f3faf8;
|
|
padding: 50px 30px 50px;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.price-block:hover .inner-box {
|
|
background: #ffffff;
|
|
box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.price-block .leaf {
|
|
content: '';
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 85px;
|
|
width: 120px;
|
|
height: 128px;
|
|
background: url(../@/assets/images/icons/leaf-six.png) right top no-repeat;
|
|
z-index: 0;
|
|
}
|
|
|
|
.price-block .content {
|
|
position: relative;
|
|
display: block;
|
|
padding-top: 40px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.price-block .content:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 60px;
|
|
border-bottom: 3px solid #24a77e;
|
|
}
|
|
|
|
.price-block .price {
|
|
position: absolute;
|
|
right: -5px;
|
|
top: -5px;
|
|
font-size: 48px;
|
|
font-weight: 700;
|
|
color: #24a77e;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.price-block .price sup {
|
|
position: relative;
|
|
font-size: 24px;
|
|
bottom: auto;
|
|
top: -18px;
|
|
}
|
|
|
|
.price-block .plan-title {
|
|
position: relative;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
line-height: 1.25em;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.price-block .frequency {
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #24a77e;
|
|
line-height: 1.5em;
|
|
text-transform: uppercase;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.price-block .features {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.price-block .features li {
|
|
position: relative;
|
|
padding: 9px 0px;
|
|
color: #585f5f;
|
|
line-height: 30px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.price-block .features li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.price-block .features li .fa {
|
|
position: relative;
|
|
top: -2px;
|
|
font-size: 12px;
|
|
color: #24a77e;
|
|
padding-right: 5px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.price-block .link-box .theme-btn {
|
|
display: block;
|
|
}
|
|
|
|
.price-block:hover .link-box .theme-btn .btn-title {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Awards Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.awards-section {
|
|
position: relative;
|
|
padding: 0px 0px;
|
|
background: #f3faf8;
|
|
z-index: 1;
|
|
}
|
|
|
|
.awards-section .bottom-image {
|
|
position: absolute;
|
|
right: 50px;
|
|
bottom: -30px;
|
|
}
|
|
|
|
.awards-section .outer-container {
|
|
position: relative;
|
|
}
|
|
|
|
.awards-section .outer-container>.row {
|
|
margin: 0 0;
|
|
}
|
|
|
|
.awards-section .left-col {
|
|
position: relative;
|
|
padding: 95px 75px 95px 0;
|
|
width: 25%;
|
|
flex: 0 0 25%;
|
|
max-width: 25%;
|
|
}
|
|
|
|
.awards-section .left-col .image-layer {
|
|
position: absolute;
|
|
right: 75px;
|
|
left: -2000px;
|
|
top: 0;
|
|
height: 100%;
|
|
background-position: right bottom;
|
|
background-repeat: no-repeat;
|
|
opacity: 0.20;
|
|
}
|
|
|
|
.awards-section .left-col:before {
|
|
content: '';
|
|
position: absolute;
|
|
right: 75px;
|
|
left: -2000px;
|
|
top: 0;
|
|
height: 100%;
|
|
background: #132728;
|
|
}
|
|
|
|
.awards-section .left-col .bg-icon {
|
|
position: absolute;
|
|
right: 120px;
|
|
bottom: 0;
|
|
}
|
|
|
|
.awards-section .left-col .inner {
|
|
position: relative;
|
|
min-width: 100%;
|
|
margin-left: -290px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.awards-section .left-col .content-box {
|
|
position: relative;
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
max-width: 430px;
|
|
}
|
|
|
|
.awards-section .left-col .content {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.awards-section .left-col .title-box {
|
|
position: relative;
|
|
padding-left: 95px;
|
|
min-height: 140px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.awards-section .left-col .icon-box {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 5px;
|
|
width: 80px;
|
|
bottom: 10px;
|
|
border: 1px solid #24a77e;
|
|
color: #24a77e;
|
|
text-align: center;
|
|
}
|
|
|
|
.awards-section .left-col .icon-box .icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 50%;
|
|
width: 100%;
|
|
height: 80px;
|
|
font-size: 48px;
|
|
margin-top: -40px;
|
|
line-height: 80px;
|
|
}
|
|
|
|
.awards-section .left-col .title-box .subtitle {
|
|
text-transform: uppercase;
|
|
color: #24a77e;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.awards-section .left-col .title-box h4 {
|
|
color: #ffffff;
|
|
font-weight: 700;
|
|
font-size: 30px;
|
|
margin-bottom: 0;
|
|
line-height: 1.4em;
|
|
}
|
|
|
|
.awards-section .left-col .content .text {
|
|
position: relative;
|
|
color: #a7aeae;
|
|
}
|
|
|
|
.awards-section .left-col .link-box {
|
|
position: relative;
|
|
padding-top: 35px;
|
|
}
|
|
|
|
.awards-section .left-col .link-box .theme-btn .btn-title {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.awards-section .left-col .link-box .theme-btn:hover .btn-title {
|
|
background: #ffffff;
|
|
border-color: #ffffff;
|
|
color: #132728;
|
|
}
|
|
|
|
.awards-section .right-col {
|
|
position: relative;
|
|
width: 75%;
|
|
flex: 0 0 75%;
|
|
max-width: 75%;
|
|
padding: 100px 0 90px;
|
|
}
|
|
|
|
.awards-section .right-col .inner {
|
|
position: relative;
|
|
margin-left: -75px;
|
|
padding-right: 15px;
|
|
padding-left: 60px;
|
|
}
|
|
|
|
.award-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.owl-theme .award-block {
|
|
position: relative;
|
|
margin-bottom: 0;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.owl-theme .active .award-block {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
-webkit-transition: all 0.15s ease;
|
|
-moz-transition: all 0.15s ease;
|
|
-ms-transition: all 0.15s ease;
|
|
-o-transition: all 0.15s ease;
|
|
transition: all 0.15s ease;
|
|
}
|
|
|
|
.awards-section .owl-theme .owl-stage-outer {
|
|
overflow: visible;
|
|
}
|
|
|
|
.award-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
padding: 95px 40px 40px;
|
|
margin-top: 75px;
|
|
margin-bottom: 25px;
|
|
background: #ffffff;
|
|
border-radius: 10px;
|
|
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.award-block .icon-box {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -75px;
|
|
top: -75px;
|
|
width: 150px;
|
|
height: 150px;
|
|
padding-top: 58px;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
background: url(../@/assets/images/icons/award-badge.png) center top no-repeat;
|
|
}
|
|
|
|
.award-block h6 {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 10px;
|
|
color: #132728;
|
|
line-height: 1.7em;
|
|
}
|
|
|
|
.award-block .date {
|
|
position: relative;
|
|
color: #24a77e;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.award-block .link-box {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -25px;
|
|
bottom: -25px;
|
|
}
|
|
|
|
.award-block .link-box a {
|
|
position: relative;
|
|
display: block;
|
|
width: 50px;
|
|
height: 50px;
|
|
text-align: center;
|
|
line-height: 48px;
|
|
background: #ffffff;
|
|
border: 1px dashed #24a77e;
|
|
color: #24a77e;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.award-block .link-box a:hover {
|
|
border-color: #24a77e;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.award-block .link-box .t-tip-box {
|
|
position: absolute;
|
|
/*left: 0%;*/
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
top: -30px;
|
|
width: 120px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
border-radius: 0px;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.award-block .link-box:hover .t-tip-box {
|
|
top: -45px;
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
|
|
.award-block .link-box .t-tip-box:before {
|
|
position: absolute;
|
|
content: '';
|
|
width: 10px;
|
|
height: 10px;
|
|
left: 55px;
|
|
background: #24a77e;
|
|
bottom: -4px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.awards-section .owl-theme .owl-dots {
|
|
display: none;
|
|
}
|
|
|
|
.awards-section .owl-theme .owl-nav {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 165px;
|
|
width: 100%;
|
|
height: 0;
|
|
}
|
|
|
|
.awards-section .owl-theme .owl-nav .owl-prev,
|
|
.awards-section .owl-theme .owl-nav .owl-next {
|
|
position: absolute;
|
|
left: -100px;
|
|
top: 0;
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
width: 60px;
|
|
height: 60px;
|
|
background: #ffffff;
|
|
font-size: 22px;
|
|
line-height: 58px;
|
|
border: 1px dashed rgba(0, 0, 0, 0.15);
|
|
text-align: center;
|
|
color: #777777;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.awards-section .owl-theme .owl-nav .owl-next {
|
|
right: -100px;
|
|
left: auto;
|
|
}
|
|
|
|
.awards-section .owl-theme .owl-nav .owl-prev:hover,
|
|
.awards-section .owl-theme .owl-nav .owl-next:hover {
|
|
border-color: #24a77e;
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Contact Two
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.contact-two {
|
|
position: relative;
|
|
padding: 100px 0px 50px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.contact-two:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 250px;
|
|
background: #f3faf8;
|
|
}
|
|
|
|
.contact-two .pattern-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 64px;
|
|
background: url(../@/assets/images/background/contact-bottom-pattern.png) center top repeat-x;
|
|
}
|
|
|
|
.contact-two .map-column {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.contact-two .map-column .title {
|
|
position: relative;
|
|
margin-bottom: 125px;
|
|
}
|
|
|
|
.contact-two .map-column h2 {
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
}
|
|
|
|
.contact-two .map-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.contact-two .map-column .map-outer {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.contact-two .map-column .map-box {
|
|
position: relative;
|
|
display: block;
|
|
z-index: 1;
|
|
}
|
|
|
|
.contact-two .map-column iframe {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
height: 290px;
|
|
border: none;
|
|
}
|
|
|
|
.contact-two .map-column .image {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.contact-two .map-column .image img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.contact-two .map-column .info-box {
|
|
position: relative;
|
|
display: block;
|
|
padding: 25px 30px 0px;
|
|
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.07);
|
|
}
|
|
|
|
.contact-two .map-column .info {
|
|
position: relative;
|
|
margin: 0px -30px;
|
|
}
|
|
|
|
.contact-two .map-column .info li {
|
|
position: relative;
|
|
float: left;
|
|
width: 50%;
|
|
padding: 0px 30px 0px 30px;
|
|
min-height: 40px;
|
|
color: #585f5f;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.contact-two .map-column .info li:after {
|
|
content: '';
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 4px;
|
|
bottom: 4px;
|
|
border-right: 1px solid #e0e0e0;
|
|
}
|
|
|
|
.contact-two .map-column .info li:nth-child(even):after {
|
|
display: none;
|
|
}
|
|
|
|
.contact-two .map-column .info li .icon {
|
|
position: absolute;
|
|
left: 30px;
|
|
top: 4px;
|
|
font-size: 40px;
|
|
line-height: 1em;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.contact-two .map-column .info li .text {
|
|
position: relative;
|
|
margin-left: 55px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.contact-two .map-column .info li a {
|
|
position: relative;
|
|
color: #585f5f;
|
|
}
|
|
|
|
.contact-two .map-column .info li a:hover {
|
|
text-decoration: underline;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.contact-two .form-column {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.contact-two .form-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.contact-two .form-outer {
|
|
position: relative;
|
|
display: block;
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
|
|
z-index: 1;
|
|
}
|
|
|
|
.contact-two .form-outer .title-box {
|
|
position: relative;
|
|
padding: 13px 20px;
|
|
text-align: center;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.contact-two .form-outer .title-box h4 {
|
|
font-weight: 700;
|
|
line-height: 34px;
|
|
font-size: 24px;
|
|
margin: 0;
|
|
}
|
|
|
|
.contact-two .form-box {
|
|
position: relative;
|
|
display: block;
|
|
padding: 32px 30px 22px;
|
|
}
|
|
|
|
.contact-two .form-box .text {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.contact-two .default-form .form-group {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.contact-two .default-form form .row {
|
|
margin: 0 0;
|
|
}
|
|
|
|
.contact-two .default-form form .row .form-group {
|
|
padding: 0 0;
|
|
}
|
|
|
|
.contact-two .default-form .form-group button,
|
|
.contact-two .default-form .form-group input[type="submit"] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Page Banner
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.page-banner {
|
|
position: relative;
|
|
padding: 0;
|
|
color: #ffffff;
|
|
background: #0f2c36;
|
|
background-position: center top;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
.page-banner .banner-inner {
|
|
position: relative;
|
|
display: block;
|
|
z-index: 2;
|
|
}
|
|
|
|
.page-banner .inner-container {
|
|
position: relative;
|
|
padding: 140px 0px 20px;
|
|
}
|
|
|
|
.alt-banner .inner-container {
|
|
padding-bottom: 120px;
|
|
}
|
|
|
|
.page-banner .image-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
.page-banner .image-layer:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #24a77e;
|
|
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #24a77e);
|
|
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #24a77e);
|
|
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #24a77e);
|
|
opacity: 0.40;
|
|
}
|
|
|
|
.page-banner h1 {
|
|
position: relative;
|
|
font-size: 48px;
|
|
color: #ffffff;
|
|
line-height: 1.35em;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
text-align: center;
|
|
margin: 0;
|
|
}
|
|
|
|
.page-banner .page-nav {
|
|
position: relative;
|
|
padding-top: 100px;
|
|
}
|
|
|
|
.page-banner .news-info {
|
|
position: relative;
|
|
padding-top: 100px;
|
|
}
|
|
|
|
.page-banner .news-info .info {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.page-banner .news-info .info .cat {
|
|
position: relative;
|
|
float: left;
|
|
border: 1px solid rgba(255, 255, 255, 0.50);
|
|
background: rgba(255, 255, 255, 0.20);
|
|
padding: 5px 15px;
|
|
line-height: 20px;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.page-banner .news-info .info .cat a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.page-banner .news-info .info .date {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 20px;
|
|
color: #ffffff;
|
|
font-size: 15px;
|
|
line-height: 24px;
|
|
padding: 5px 0px 2px;
|
|
}
|
|
|
|
.page-banner .news-info .info .date .icon {
|
|
padding-right: 5px;
|
|
vertical-align: baseline;
|
|
}
|
|
|
|
.page-banner .bread-crumb {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.page-banner .bread-crumb li {
|
|
position: relative;
|
|
float: left;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
color: #ffffff;
|
|
font-weight: 500;
|
|
text-transform: capitalize;
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.page-banner .bread-crumb li:before {
|
|
position: absolute;
|
|
right: -30px;
|
|
width: 25px;
|
|
top: 1px;
|
|
text-align: center;
|
|
font-size: 10px;
|
|
line-height: 24px;
|
|
color: #ffffff;
|
|
font-weight: 400;
|
|
content: "|";
|
|
}
|
|
|
|
.page-banner .bread-crumb li:last-child {
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.page-banner .bread-crumb li:last-child:before {
|
|
display: none;
|
|
}
|
|
|
|
.page-banner .bread-crumb li a {
|
|
color: #ffffff;
|
|
font-weight: 500;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.page-banner .bread-crumb li a:hover,
|
|
.page-banner .bread-crumb li.active {
|
|
color: #ffffff;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
About Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.about-three {
|
|
position: relative;
|
|
padding: 100px 0px 50px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.about-three .text-column {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.about-three .text-column .sec-title {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.about-three .text-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.about-three .text-column .text {
|
|
position: relative;
|
|
font-size: 16px;
|
|
color: #585f5f;
|
|
line-height: 1.6em;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.about-three .text-column .lower-text {
|
|
position: relative;
|
|
font-size: 16px;
|
|
color: #585f5f;
|
|
line-height: 1.6em;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.about-three .text-column .bigger-text {
|
|
font-size: 20px;
|
|
color: #132728;
|
|
line-height: 1.5em;
|
|
font-weight: 500;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.about-three .text-column .quote-box {
|
|
position: relative;
|
|
padding-left: 134px;
|
|
min-height: 100px;
|
|
}
|
|
|
|
.about-three .text-column .quote-box .vid-link {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100px;
|
|
height: 100px;
|
|
border: 5px solid #ffffff;
|
|
border-radius: 50%;
|
|
background: #000000;
|
|
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.30);
|
|
}
|
|
|
|
.about-three .text-column .quote-box .vid-link img {
|
|
position: relative;
|
|
display: block;
|
|
width: 90px;
|
|
height: 90px;
|
|
opacity: 0.70;
|
|
border-radius: 50%;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.about-three .text-column .quote-box .vid-link:hover img {
|
|
opacity: 0.50;
|
|
}
|
|
|
|
.about-three .text-column .quote-box .vid-link .icon {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
margin: -20px 0px 0px -20px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.about-three .text-column .quote-box .quote {
|
|
position: relative;
|
|
padding-left: 70px;
|
|
}
|
|
|
|
.about-three .text-column .quote-box .quote-icon {
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 3px;
|
|
}
|
|
|
|
.about-three .text-column .quote-box .quote-icon:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 30px;
|
|
background: #e3e3e3;
|
|
border-radius: 2px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.about-three .text-column .quote-box .quote-icon:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 14px;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 30px;
|
|
background: #e3e3e3;
|
|
border-radius: 2px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.about-three .text-column .quote-box .quote-text {
|
|
position: relative;
|
|
font-size: 16px;
|
|
color: #585f5f;
|
|
line-height: 1.6em;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.about-three .text-column .quote-box .info {
|
|
position: relative;
|
|
}
|
|
|
|
.about-three .text-column .quote-box .info .name {
|
|
position: relative;
|
|
font-size: 20px;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
font-family: 'Libre Baskerville', serif;
|
|
}
|
|
|
|
.about-three .text-column .quote-box .info .designation {
|
|
position: relative;
|
|
font-size: 16px;
|
|
color: #24a77e;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.about-three .text-column .lower-box {
|
|
position: relative;
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.about-three .text-column .lower-box .signature {
|
|
position: relative;
|
|
float: left;
|
|
margin-right: 61px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.about-three .text-column .lower-box .iso {
|
|
position: relative;
|
|
float: left;
|
|
line-height: 25px;
|
|
padding-left: 70px;
|
|
padding-top: 8px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.about-three .text-column .lower-box .iso:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: -31px;
|
|
height: 50px;
|
|
border-left: 1px solid #e0e0e0;
|
|
}
|
|
|
|
.about-three .text-column .lower-box .iso .iso-icon {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0px;
|
|
line-height: 56px;
|
|
font-size: 36px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.about-three .text-column .lower-box .iso .number {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
padding-top: 5px;
|
|
color: #24a77e;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.about-three .text-column .lower-box .iso .txt {
|
|
position: relative;
|
|
display: block;
|
|
color: #132728;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.about-three .image-column {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.about-three .image-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 10px;
|
|
padding-top: 45px;
|
|
}
|
|
|
|
.about-three .image-column .image-box {
|
|
position: relative;
|
|
}
|
|
|
|
.about-three .image-column .image {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.about-three .image-column .image img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.about-three .image-column .caption {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 10px;
|
|
width: 170px;
|
|
text-align: center;
|
|
max-width: 100%;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
outline: 1px dashed rgba(0, 0, 0, 0.20);
|
|
outline-offset: -10px;
|
|
padding: 25px 20px 20px;
|
|
}
|
|
|
|
.about-three .image-column .caption .big-txt {
|
|
position: relative;
|
|
letter-spacing: 0;
|
|
top: 0;
|
|
display: block;
|
|
font-size: 80px;
|
|
color: #ffffff;
|
|
font-weight: 800;
|
|
line-height: 0.8em;
|
|
margin-bottom: 13px;
|
|
}
|
|
|
|
.about-three .image-column .caption .txt {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
text-transform: capitalize;
|
|
font-weight: 700;
|
|
color: #ffffff;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Mission / Vsion / Goals / History Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.mvg-history {
|
|
position: relative;
|
|
padding: 0px 0px 100px;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.mvg-history:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 160px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.mvg {
|
|
position: relative;
|
|
}
|
|
|
|
.mvg-box {
|
|
position: relative;
|
|
margin: 0 -50px 0;
|
|
padding: 0 50px 30px;
|
|
background: #ffffff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.mvg-col {
|
|
position: relative;
|
|
}
|
|
|
|
.description-col {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.mvg-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
z-index: 15;
|
|
}
|
|
|
|
.mvg-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.mvg-block .image-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.mvg-block .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.mvg-block .lower-box {
|
|
position: relative;
|
|
display: block;
|
|
padding: 30px 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.mvg-block .lower-box .subtitle {
|
|
position: relative;
|
|
margin-bottom: 7px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 2px;
|
|
font-size: 15px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.mvg-block .lower-box .subtitle span {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 0 10px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.mvg-block .lower-box .subtitle span:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 100%;
|
|
top: 49%;
|
|
width: 45px;
|
|
border-bottom: 1px dashed #d0d0d0;
|
|
}
|
|
|
|
.mvg-block .lower-box .subtitle span:after {
|
|
content: '';
|
|
position: absolute;
|
|
right: 100%;
|
|
top: 49%;
|
|
width: 45px;
|
|
border-bottom: 1px dashed #d0d0d0;
|
|
}
|
|
|
|
.mvg-block .lower-box h5 {
|
|
position: relative;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
color: #132728;
|
|
margin: 0;
|
|
z-index: 1;
|
|
}
|
|
|
|
.mvg-block .lower-box .letter {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 12px;
|
|
width: 100%;
|
|
font-size: 100px;
|
|
font-weight: 800;
|
|
text-transform: uppercase;
|
|
color: #f2f2f2;
|
|
line-height: 100px;
|
|
font-family: 'Libre Baskerville', serif;
|
|
}
|
|
|
|
.mvg .carousel-box {
|
|
position: relative;
|
|
display: block;
|
|
z-index: 10;
|
|
}
|
|
|
|
.mvg .mvg-carousel .owl-stage-outer {
|
|
overflow: visible;
|
|
}
|
|
|
|
.desc-block {
|
|
position: relative;
|
|
}
|
|
|
|
.mvg .mvg-carousel .desc-block {
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.mvg .mvg-carousel .active .desc-block {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.desc-block .inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.desc-block .fade-icon {
|
|
position: absolute;
|
|
right: -30px;
|
|
top: 0;
|
|
font-size: 84px;
|
|
line-height: 1em;
|
|
color: #f2f2f2;
|
|
}
|
|
|
|
.desc-block .icon-box {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 60px;
|
|
line-height: 1em;
|
|
margin-bottom: 25px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.desc-block h5 {
|
|
position: relative;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
color: #132728;
|
|
margin: 0 0 12px;
|
|
}
|
|
|
|
.desc-block .text {
|
|
position: relative;
|
|
color: #132728;
|
|
margin: 0 0;
|
|
}
|
|
|
|
.desc-block .link {
|
|
position: relative;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.desc-block .link a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: #24a77e;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.desc-block .link a i {
|
|
position: relative;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.mvg-carousel .owl-nav {
|
|
position: relative;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.mvg-carousel.owl-theme .owl-nav .owl-prev,
|
|
.mvg-carousel.owl-theme .owl-nav .owl-next {
|
|
position: relative;
|
|
left: 0;
|
|
top: 0;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin: 0 1px 0 0;
|
|
width: 60px;
|
|
height: 60px;
|
|
background: #24a77e;
|
|
font-size: 24px;
|
|
line-height: 60px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.mvg-carousel.owl-theme .owl-nav .owl-prev:hover,
|
|
.mvg-carousel.owl-theme .owl-nav .owl-next:hover {
|
|
border-color: #362627;
|
|
background: #362627;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.mvg-carousel .owl-dots {
|
|
position: relative;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
|
|
.history-box {
|
|
position: relative;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.history-box .carousel-box {
|
|
position: relative;
|
|
display: block;
|
|
margin: 0px -50px;
|
|
padding: 0px 50px;
|
|
}
|
|
|
|
.history-box .carousel-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 28px;
|
|
border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.history-block {
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.history-block .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
.history-block .date {
|
|
position: relative;
|
|
display: block;
|
|
max-width: 160px;
|
|
margin: 0 auto 35px;
|
|
}
|
|
|
|
.history-block .date .date-inner {
|
|
position: relative;
|
|
display: block;
|
|
padding: 4px 4px;
|
|
background: #f2f2f2;
|
|
border: 1px dashed rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.history-block .date .date-inner span {
|
|
position: relative;
|
|
display: block;
|
|
padding: 8px 5px;
|
|
line-height: 30px;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.history-block:hover .date .date-inner span {
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.history-block h5 {
|
|
position: relative;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
color: #132728;
|
|
margin: 0 0 12px;
|
|
}
|
|
|
|
.history-block .text {
|
|
position: relative;
|
|
color: #132728;
|
|
margin: 0 0;
|
|
}
|
|
|
|
.history-box .owl-theme .owl-nav,
|
|
.history-box .owl-theme .owl-dots {
|
|
display: none;
|
|
}
|
|
|
|
.history-box .see-all {
|
|
position: relative;
|
|
text-align: center;
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.history-box .see-all a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: #24a77e;
|
|
text-transform: capitalize;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
border-bottom: 1px dashed #24a77e;
|
|
}
|
|
|
|
.history-box .see-all a i {
|
|
position: relative;
|
|
font-size: 10px;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Why Us Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.why-us-three {
|
|
position: relative;
|
|
padding: 100px 0px;
|
|
background: #132728;
|
|
color: #a7aeae;
|
|
}
|
|
|
|
.why-us-three .title-box {
|
|
position: relative;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.why-us-three .sec-title h2 {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.why-us-three .title-box .text {
|
|
position: relative;
|
|
padding-top: 10px;
|
|
line-height: 1.7em;
|
|
max-width: 490px;
|
|
}
|
|
|
|
.why-us-three .why-box {
|
|
position: relative;
|
|
}
|
|
|
|
.why-box .row {}
|
|
|
|
.why-block-three {
|
|
position: relative;
|
|
}
|
|
|
|
.why-box .row .why-block-three {
|
|
padding-right: 30px;
|
|
padding-left: 30px;
|
|
padding-bottom: 30px;
|
|
border-right: 1px solid rgba(255, 255, 255, 0.15);
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.why-box .row .why-block-three:nth-child(1),
|
|
.why-box .row .why-block-three:nth-child(4),
|
|
.why-box .row .why-block-three:nth-child(7) {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.why-box .row .why-block-three:nth-child(3),
|
|
.why-box .row .why-block-three:nth-child(6),
|
|
.why-box .row .why-block-three:nth-child(9) {
|
|
padding-right: 0;
|
|
padding-left: 30px;
|
|
border-right: none;
|
|
}
|
|
|
|
.why-box .row .why-block-three:nth-child(4),
|
|
.why-box .row .why-block-three:nth-child(5),
|
|
.why-box .row .why-block-three:nth-child(6) {
|
|
padding-top: 30px;
|
|
padding-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.why-block-three .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
padding: 0px 0px 0px 100px;
|
|
min-height: 80px;
|
|
}
|
|
|
|
.why-block-three .icon-box {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 80px;
|
|
height: 80px;
|
|
font-size: 50px;
|
|
line-height: 80px;
|
|
color: #24a77e;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.why-block-three:hover .icon-box {
|
|
left: -7px;
|
|
}
|
|
|
|
.why-block-three .icon-box .icon {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
z-index: 5;
|
|
}
|
|
|
|
.why-block-three .icon-box .flap {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|
|
|
|
.why-block-three .icon-box .flap:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 40px;
|
|
height: 100%;
|
|
background: rgba(255, 255, 255, 0.07);
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
z-index: 2;
|
|
}
|
|
|
|
.why-block-three:hover .icon-box .flap:before {
|
|
width: 100%;
|
|
background: #132728;
|
|
}
|
|
|
|
.why-block-three .icon-box .flap:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #24a77e;
|
|
opacity: 0;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
z-index: 1;
|
|
}
|
|
|
|
.why-block-three:hover .icon-box .flap:after {
|
|
opacity: 1;
|
|
-ms-transform: rotate(15deg);
|
|
transform: rotate(15deg);
|
|
}
|
|
|
|
.why-block-three h5 {
|
|
position: relative;
|
|
top: 0;
|
|
color: #ffffff;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.why-block-three .text {
|
|
position: relative;
|
|
max-width: 340px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Team Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.team-two {
|
|
position: relative;
|
|
padding: 100px 0px 120px;
|
|
}
|
|
|
|
.team-two .sec-title {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.team-two .owl-stage-outer {
|
|
overflow: visible;
|
|
}
|
|
|
|
.team-block-two {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.team-two .owl-theme .team-block-two {
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
margin-bottom: 0;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.team-two .owl-theme .active .team-block-two {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.team-block-two .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.team-block-two .image-box {
|
|
position: relative;
|
|
display: block;
|
|
z-index: 2;
|
|
}
|
|
|
|
.team-block-two .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.team-block-two .lower {
|
|
position: relative;
|
|
padding: 0px 20px 30px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.team-block-two .image-box:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 20px;
|
|
right: 20px;
|
|
bottom: -1px;
|
|
height: 26px;
|
|
background: #ffffff;
|
|
z-index: 1;
|
|
}
|
|
|
|
.team-block-two .phone-box {
|
|
position: relative;
|
|
display: block;
|
|
margin: 25px 0px 0px;
|
|
line-height: 24px;
|
|
padding: 7px 20px;
|
|
padding-right: 50px;
|
|
background: #ffffff;
|
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
border-radius: 20px;
|
|
z-index: 2;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.team-block-two:hover .phone-box {
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.team-block-two .phone-box .phone {
|
|
color: #132728;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.team-block-two .phone-box .phone .icon {
|
|
color: #24a77e;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
padding-right: 7px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.team-block-two .phone-box .share-it {
|
|
position: absolute;
|
|
right: -1px;
|
|
top: -1px;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
|
|
.team-block-two .phone-box .share-it .share-icon {
|
|
position: relative;
|
|
display: block;
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 38px;
|
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
background: #f2f2f2;
|
|
color: #999999;
|
|
border-radius: 20px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.team-block-two .phone-box .share-it:hover .share-icon {
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.team-block-two .phone-box .share-list {
|
|
position: absolute;
|
|
bottom: 100%;
|
|
margin-bottom: 0px;
|
|
left: -41px;
|
|
width: 122px;
|
|
height: 40px;
|
|
background: #ffffff;
|
|
border: 1px solid rgba(0, 0, 0, 0.12);
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.team-block-two .phone-box .share-it:hover .share-list {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.team-block-two .phone-box .share-list:before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 50%;
|
|
margin-left: -6px;
|
|
border: 6px solid transparent;
|
|
border-top: 7px solid #ffffff;
|
|
}
|
|
|
|
.team-block-two .phone-box .share-list li {
|
|
position: relative;
|
|
float: left;
|
|
width: 40px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
color: #929a9a;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
text-align: center;
|
|
}
|
|
|
|
.team-block-two .phone-box .share-list li:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.team-block-two .phone-box .share-list li a {
|
|
position: relative;
|
|
display: block;
|
|
height: 38px;
|
|
font-size: 14px;
|
|
line-height: 38px;
|
|
color: #929a9a;
|
|
}
|
|
|
|
.team-block-two .phone-box .share-list li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.team-block-two h5 {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.team-block-two h5 a {
|
|
color: #132728;
|
|
}
|
|
|
|
.team-block-two .designation {
|
|
font-size: 16px;
|
|
color: #24a77e;
|
|
text-transform: capitalize;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.team-two .owl-theme .owl-nav {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -120px;
|
|
}
|
|
|
|
.team-two .owl-theme .owl-nav .owl-prev,
|
|
.team-two .owl-theme .owl-nav .owl-next {
|
|
position: relative;
|
|
left: 0;
|
|
top: 0;
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
width: 60px;
|
|
height: 60px;
|
|
background: #ffffff;
|
|
font-size: 24px;
|
|
line-height: 58px;
|
|
border: 1px dashed rgba(0, 0, 0, 0.15);
|
|
text-align: center;
|
|
color: #777777;
|
|
}
|
|
|
|
.team-two .owl-theme .owl-nav .owl-prev:hover,
|
|
.team-two .owl-theme .owl-nav .owl-next:hover {
|
|
border-color: #24a77e;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.team-two .owl-theme .owl-dots {
|
|
position: relative;
|
|
padding-top: 30px;
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
404 Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.error-section {
|
|
position: relative;
|
|
padding: 160px 0px;
|
|
text-align: center;
|
|
}
|
|
|
|
.error-section .image-layer {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 1;
|
|
z-index: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.error-section .error-image {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.error-section .content-box {
|
|
position: relative;
|
|
max-width: 510px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.error-section h4 {
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
text-transform: capitalize;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.error-section .text {
|
|
position: relative;
|
|
color: #585f5f;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.error-section .link-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Coming Soon
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.coming-soon {
|
|
position: fixed;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.coming-soon .image-layer {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 1;
|
|
z-index: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.coming-soon .outer-container {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.coming-soon .content {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: table;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.coming-soon .content-inner {
|
|
position: relative;
|
|
width: 100%;
|
|
padding: 140px 5px;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.coming-soon .logo-box {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.coming-soon .logo-box img {
|
|
max-width: 200px;
|
|
}
|
|
|
|
.coming-soon .big-text {
|
|
position: relative;
|
|
color: #ffffff;
|
|
font-size: 24px;
|
|
letter-spacing: 0.01em;
|
|
font-weight: 400;
|
|
line-height: 1.5em;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.coming-soon h1 {
|
|
position: relative;
|
|
color: #ffffff;
|
|
font-size: 84px;
|
|
font-weight: 700;
|
|
line-height: 1.2em;
|
|
text-transform: uppercase;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.coming-soon .subscribe {
|
|
position: relative;
|
|
display: block;
|
|
max-width: 600px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.coming-soon .subscribe form {
|
|
position: relative;
|
|
}
|
|
|
|
.coming-soon .subscribe .form-group {
|
|
position: relative;
|
|
margin: 0;
|
|
}
|
|
|
|
.coming-soon .subscribe .form-group input[type="text"],
|
|
.coming-soon .subscribe .form-group input[type="tel"],
|
|
.coming-soon .subscribe .form-group input[type="email"] {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
line-height: 30px;
|
|
padding: 15px 30px 15px 50px;
|
|
padding-right: 180px;
|
|
height: 60px;
|
|
display: block;
|
|
font-size: 15px;
|
|
background: #a7dbcb;
|
|
font-weight: 400;
|
|
color: #132728;
|
|
border-radius: 0px;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.coming-soon .subscribe .form-group input[type="text"]:focus,
|
|
.coming-soon .subscribe .form-group input[type="email"]:focus,
|
|
.coming-soon .subscribe .form-group input[type="tel"]:focus {
|
|
background: rgba(255, 255, 255, 0.95);
|
|
}
|
|
|
|
.coming-soon .subscribe .alt-icon {
|
|
position: absolute;
|
|
left: 20px;
|
|
top: 16px;
|
|
line-height: 30px;
|
|
font-size: 16px;
|
|
color: #5d6766;
|
|
z-index: 1;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.coming-soon .subscribe .form-group input::-webkit-input-placeholder {
|
|
color: #585f5f;
|
|
}
|
|
|
|
.coming-soon .subscribe .form-group .theme-btn {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
width: 180px;
|
|
height: 60px;
|
|
}
|
|
|
|
.coming-soon .subscribe .form-group .theme-btn .btn-title {
|
|
padding: 15px 10px;
|
|
text-align: center;
|
|
border: none;
|
|
max-height: 60px;
|
|
background: #1e8766;
|
|
}
|
|
|
|
.coming-soon .subscribe .form-group .theme-btn:hover {}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Countdown style
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.time-counter {
|
|
position: relative;
|
|
}
|
|
|
|
.time-counter .time-countdown {
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.time-counter .time-countdown .counter-column {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
min-width: 120px;
|
|
color: #ffffff;
|
|
font-size: 20px;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
margin: 0px 25px 50px;
|
|
}
|
|
|
|
.time-counter .time-countdown .counter-column:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 5px;
|
|
right: -30px;
|
|
height: 75px;
|
|
border-right: 1px solid rgba(255, 255, 255, 0.30);
|
|
}
|
|
|
|
.time-counter .time-countdown .counter-column:last-child:after {
|
|
display: none;
|
|
}
|
|
|
|
.time-counter .time-countdown .counter-column .count {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 60px;
|
|
line-height: 1em;
|
|
color: #ffffff;
|
|
letter-spacing: 1px;
|
|
font-weight: 600;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Faqs Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.faqs-section {
|
|
position: relative;
|
|
padding: 0px 0px 70px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.faqs-section .left-column {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.faqs-section .left-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
padding: 100px 0px 0px;
|
|
}
|
|
|
|
.faqs-section .sec-title {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.accordion-box {
|
|
position: relative;
|
|
}
|
|
|
|
.accordion-box .block {
|
|
position: relative;
|
|
display: block;
|
|
margin-left: 90px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.accordion-box .block.active-block {}
|
|
|
|
.accordion-box .block:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.accordion-box .block .acc-btn {
|
|
position: relative;
|
|
letter-spacing: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
font-size: 18px;
|
|
line-height: 30.5px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
font-family: 'Libre Baskerville', serif;
|
|
cursor: pointer;
|
|
padding: 19px 30px;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.accordion-box .block.active-block .acc-btn {
|
|
position: absolute;
|
|
}
|
|
|
|
.accordion-box .block .acc-btn .arrow {
|
|
position: absolute;
|
|
left: -90px;
|
|
top: 0;
|
|
width: 70px;
|
|
height: 70px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
padding: 15px 20px;
|
|
line-height: 38px;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
color: #b9baba;
|
|
cursor: pointer;
|
|
-webkit-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.accordion-box .block .acc-btn .arrow span {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
-webkit-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.accordion-box .block .acc-btn.active .arrow {
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.accordion-box .block .acc-btn.active .arrow span {
|
|
-ms-transform: rotate(90deg);
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
.accordion-box .block .acc-content {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: auto;
|
|
display: none;
|
|
}
|
|
|
|
.accordion-box .block .acc-content.current,
|
|
.accordion-box .block.active-block .acc-content {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.accordion-box .block .content {
|
|
position: relative;
|
|
padding: 25px 30px;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.accordion-box .block .content .text {
|
|
color: #585f5f;
|
|
display: block;
|
|
line-height: 1.7em;
|
|
margin: 0;
|
|
}
|
|
|
|
.faqs-section .right-column {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.faqs-section .right-column .inner {
|
|
position: relative;
|
|
display: block;
|
|
background: #f2f2f2;
|
|
padding: 100px 25px 55px;
|
|
}
|
|
|
|
.faqs-section .right-column h5 {
|
|
font-weight: 700;
|
|
margin-bottom: 15px;
|
|
color: #132728;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.faqs-section .right-column .text {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.faqs-section .default-form .form-group {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.faqs-section .default-form .form-group input[type="text"],
|
|
.faqs-section .default-form .form-group input[type="email"],
|
|
.faqs-section .default-form .form-group input[type="url"],
|
|
.faqs-section .default-form .form-group select,
|
|
.faqs-section .default-form .form-group textarea {
|
|
line-height: 30px;
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
height: 56px;
|
|
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
|
|
border-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.faqs-section .default-form .form-group textarea {
|
|
height: 132px;
|
|
}
|
|
|
|
|
|
.faqs-section .default-form .form-group button,
|
|
.faqs-section .default-form .form-group input[type="submit"] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.faqs-section .default-form .form-group button .btn-title {
|
|
padding: 12px 20px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.faqs-section .info {
|
|
text-align: center;
|
|
color: #585f5f;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.faqs-section .info span {
|
|
color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Reviews Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.reviews-section {
|
|
position: relative;
|
|
padding: 0px 0px 70px;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.reviews-section .form-container {
|
|
position: relative;
|
|
display: block;
|
|
padding: 55px 60px 30px;
|
|
background: #ffffff;
|
|
text-align: center;
|
|
top: -100px;
|
|
margin-bottom: -10px;
|
|
box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.10);
|
|
z-index: 5;
|
|
}
|
|
|
|
.reviews-section .form-container h5 {
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
margin-bottom: 10px;
|
|
color: #132728;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.reviews-section .form-container .text {
|
|
position: relative;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.reviews-section .default-form .form-group {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.reviews-section .default-form .form-group input[type="text"],
|
|
.reviews-section .default-form .form-group input[type="email"],
|
|
.reviews-section .default-form .form-group input[type="url"],
|
|
.reviews-section .default-form .form-group select,
|
|
.reviews-section .default-form .form-group textarea {
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.reviews-section .default-form .form-group textarea {
|
|
height: 130px;
|
|
padding-top: 12px;
|
|
}
|
|
|
|
.reviews-section .default-form .rating {
|
|
position: relative;
|
|
padding: 15px 20px;
|
|
background: #f2f2f2;
|
|
line-height: 30px;
|
|
height: 60px;
|
|
text-align: left;
|
|
}
|
|
|
|
.reviews-section .default-form .rating a {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
line-height: 30px;
|
|
color: #aaaaaa;
|
|
font-size: 14px;
|
|
letter-spacing: 5px;
|
|
}
|
|
|
|
.reviews-section .default-form .rating a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.reviews-section .default-form .rating a:hover span:before {
|
|
font-weight: 800;
|
|
}
|
|
|
|
|
|
.reviews-section .default-form button,
|
|
.reviews-section .default-form input[type="submit"] {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 30px;
|
|
width: 70px;
|
|
height: 70px;
|
|
color: #ffffff;
|
|
background: none;
|
|
line-height: 70px;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.reviews-section .default-form button:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 140px;
|
|
height: 140px;
|
|
background: #24a77e;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.reviews-section .default-form button span {
|
|
position: relative;
|
|
font-size: 24px;
|
|
padding-left: 10px;
|
|
padding-top: 5px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.reviews-section .info {
|
|
text-align: center;
|
|
color: #585f5f;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.reviews-section .info span {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.reviews-section .title-box {
|
|
position: relative;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.reviews-section .title-box .sec-title {
|
|
float: left;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.reviews-section .title-box .review-info {
|
|
position: relative;
|
|
top: 5px;
|
|
padding-top: 5px;
|
|
float: right;
|
|
text-align: right;
|
|
height: 60px;
|
|
padding-right: 20px;
|
|
border-right: 2px solid #24a77e;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.reviews-section .title-box .review-info .count {
|
|
position: relative;
|
|
display: block;
|
|
color: #132728;
|
|
font-size: 26px;
|
|
font-weight: 600;
|
|
line-height: 30px;
|
|
padding-bottom: 6px;
|
|
}
|
|
|
|
.reviews-section .title-box .review-info .rating {
|
|
position: relative;
|
|
display: block;
|
|
color: #585f5f;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.reviews-section .title-box .review-info .rating .txt {
|
|
position: relative;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.reviews-section .title-box .review-info .rating .fa,
|
|
.reviews-section .title-box .review-info .rating .far {
|
|
font-size: 14px;
|
|
color: #24a77e;
|
|
letter-spacing: 3px;
|
|
}
|
|
|
|
.reviews-section .title-box .review-info .rating .far {
|
|
color: #c8c8c8;
|
|
}
|
|
|
|
.review-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.review-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.review-block .image-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.review-block .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.review-block .inner-box .content {
|
|
position: relative;
|
|
display: block;
|
|
background: #ffffff;
|
|
padding: 0px 40px 40px;
|
|
box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.review-block .inner-box:hover .content {
|
|
box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.review-block .inner-box .quote-icon {
|
|
position: absolute;
|
|
right: 60px;
|
|
top: 35px;
|
|
}
|
|
|
|
.review-block .inner-box .quote-icon:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 30px;
|
|
background: #e3e3e3;
|
|
border-radius: 2px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.review-block .inner-box .quote-icon:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 14px;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 30px;
|
|
background: #e3e3e3;
|
|
border-radius: 2px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.review-block .inner-box:hover .quote-icon:before,
|
|
.review-block .inner-box:hover .quote-icon:after {
|
|
background: #24a77e;
|
|
}
|
|
|
|
.review-block .image {
|
|
position: relative;
|
|
top: -40px;
|
|
width: 80px;
|
|
height: 80px;
|
|
border: 7px solid #f2f2f2;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.review-block .image img {
|
|
position: relative;
|
|
display: block;
|
|
width: 66px;
|
|
height: 66px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.review-block .name {
|
|
position: relative;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
color: #132728;
|
|
margin-top: -5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.review-block .region {
|
|
position: relative;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
color: #929a9a;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.review-block .rating {
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #24a77e;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.review-block .rating span {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.review-block .rating .far {
|
|
color: #dadada;
|
|
}
|
|
|
|
.review-block-two {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.review-block-two .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.review-block-two .image-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.review-block-two .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.review-block-two .image-box .vid-link {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.review-block-two .image-box .vid-link .play-icon {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 100px;
|
|
height: 60px;
|
|
background: rgba(36, 167, 126, 0.50);
|
|
margin: -30px 0px 0px -50px;
|
|
font-size: 20px;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.review-block-two:hover .image-box .vid-link .play-icon {
|
|
background: rgba(36, 167, 126, 1);
|
|
}
|
|
|
|
.review-block-two .inner-box .content {
|
|
position: relative;
|
|
display: block;
|
|
background: #24a77e;
|
|
padding: 30px 20px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.review-block-two .name {
|
|
position: relative;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
color: #ffffff;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.review-block-two .region {
|
|
position: relative;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
color: #ffffff;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.review-block-two .rating {
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.review-block-two .rating span {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.review-block-two .rating .far {
|
|
color: #dadada;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Appointment Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.appoint-section {
|
|
position: relative;
|
|
padding: 100px 0px 70px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.appoint-section .upper-box {
|
|
position: relative;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.appoint-section .upper-box .sec-title {
|
|
float: left;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.appoint-section .upper-box .link-box {
|
|
float: right;
|
|
padding-top: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.appoint-section .upper-box .link-box a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: #24a77e;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
border-bottom: 1px dashed;
|
|
}
|
|
|
|
.appoint-section .upper-box .link-box a i {
|
|
position: relative;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.appoint-section .sel-column {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.appoint-section .sel-box {
|
|
position: relative;
|
|
}
|
|
|
|
.appoint-section .sel-box .check {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.appoint-section .sel-box .check input {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.appoint-section .sel-box .check label {
|
|
position: relative;
|
|
display: block;
|
|
padding: 35px 10px;
|
|
text-align: center;
|
|
margin: 0;
|
|
background: #f2f2f2;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.appoint-section .sel-box .check label .round {
|
|
position: relative;
|
|
display: block;
|
|
width: 16px;
|
|
height: 16px;
|
|
border: 2px solid #c6c6c6;
|
|
margin: 0 auto 7px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.appoint-section .sel-box .check input:checked+label .round {
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.appoint-section .sel-box .check label .round:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 3px;
|
|
top: 3px;
|
|
right: 3px;
|
|
bottom: 3px;
|
|
background: none;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.appoint-section .sel-box .check input:checked+label .round:before {
|
|
background: #24a77e;
|
|
}
|
|
|
|
.appoint-section .sel-box .check label .txt {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #132728;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.appoint-section .form-column {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.appoint-section .form-container {
|
|
position: relative;
|
|
display: block;
|
|
background: #ffffff;
|
|
box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.10);
|
|
z-index: 5;
|
|
}
|
|
|
|
.appoint-section .form-container .form-box {
|
|
position: relative;
|
|
display: block;
|
|
padding: 30px 30px 35px;
|
|
}
|
|
|
|
.appoint-section .form-container .title {
|
|
position: relative;
|
|
padding: 15px 20px;
|
|
text-align: center;
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.appoint-section .form-container h5 {
|
|
font-size: 24px;
|
|
line-height: 30px;
|
|
font-weight: 700;
|
|
margin-bottom: 0px;
|
|
color: #ffffff;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.appoint-section .form-container .text {
|
|
position: relative;
|
|
color: #132728;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.appoint-section .form-container .min-text {
|
|
position: relative;
|
|
text-align: center;
|
|
color: #132728;
|
|
}
|
|
|
|
.appointment-form .form-group {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.appointment-form form .row {
|
|
margin: 0 0;
|
|
}
|
|
|
|
.appointment-form form .row .form-group {
|
|
padding: 0 0;
|
|
}
|
|
|
|
.appointment-form form .form-group textarea {
|
|
height: 100px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.appointment-form .form-group button,
|
|
.appointment-form .form-group input[type="submit"] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.appoint-section .calendar-column {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.appoint-section .ui-datepicker {
|
|
width: 100%;
|
|
}
|
|
|
|
.appoint-section .ui-datepicker td {
|
|
background: #f0f0f0;
|
|
opacity: 1;
|
|
height: 70px;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.10);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.appoint-section .ui-datepicker th {
|
|
background: #f0f0f0;
|
|
opacity: 1;
|
|
height: 70px;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.10);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.appoint-section .ui-datepicker td.ui-state-disabled {
|
|
background: #f2f2f2;
|
|
opacity: 1;
|
|
color: #c6c6c6;
|
|
}
|
|
|
|
.appoint-section .ui-datepicker td span,
|
|
.appoint-section .ui-datepicker td a {
|
|
height: 70px;
|
|
text-align: center;
|
|
padding: 20px 10px;
|
|
font-weight: 500;
|
|
border: none;
|
|
color: #132728;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.appoint-section .ui-widget.ui-widget-content {
|
|
border: none;
|
|
}
|
|
|
|
.appoint-section .ui-datepicker td.ui-state-disabled span {
|
|
color: #c6c6c6;
|
|
}
|
|
|
|
.appoint-section .ui-datepicker .ui-datepicker-header {
|
|
line-height: 30px;
|
|
padding: 15px 10px;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
font-family: 'Libre Baskerville', serif;
|
|
font-size: 20px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.appoint-section .ui-datepicker .ui-datepicker-prev,
|
|
.appoint-section .ui-datepicker .ui-datepicker-next {
|
|
background: none !important;
|
|
border: none;
|
|
}
|
|
|
|
.appoint-section .ui-state-highlight,
|
|
.appoint-section .ui-widget-content .ui-state-highlight,
|
|
.appoint-section .ui-widget-header .ui-state-highlight,
|
|
.appoint-section .ui-datepicker td span.ui-state-active,
|
|
.appoint-section .ui-datepicker td a.ui-state-active {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.appoint-section .ui-datepicker .ui-datepicker-prev span,
|
|
.appoint-section .ui-datepicker .ui-datepicker-next span {
|
|
display: none;
|
|
}
|
|
|
|
.appoint-section .ui-datepicker .ui-datepicker-next {
|
|
top: 20px;
|
|
}
|
|
|
|
.appoint-section .ui-datepicker .ui-datepicker-prev {
|
|
top: 18px;
|
|
}
|
|
|
|
.appoint-section .ui-datepicker .ui-datepicker-next:before {
|
|
font-family: 'Flaticon';
|
|
content: "\f15d";
|
|
}
|
|
|
|
.appoint-section .ui-datepicker .ui-datepicker-prev:before {
|
|
font-family: 'Flaticon';
|
|
content: "\f15e";
|
|
}
|
|
|
|
.appoint-section .choose-time {
|
|
position: relative;
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.appoint-section .choose-time .title {
|
|
position: relative;
|
|
display: block;
|
|
color: #132728;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
margin-bottom: 20px;
|
|
padding-left: 32px;
|
|
}
|
|
|
|
.appoint-section .choose-time .title:before {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
line-height: 22px;
|
|
font-family: 'Flaticon';
|
|
content: "\f19a";
|
|
color: #24a77e;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.appoint-section .time-select {
|
|
position: relative;
|
|
}
|
|
|
|
.appoint-section .time-select ul {
|
|
margin: 0 -5px;
|
|
}
|
|
|
|
.appoint-section .time-select ul li {
|
|
position: relative;
|
|
float: left;
|
|
width: 33.333%;
|
|
padding: 0 5px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.appoint-section .check-two {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.appoint-section .check-two input {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.appoint-section .check-two label {
|
|
position: relative;
|
|
display: block;
|
|
padding: 15px 10px;
|
|
text-align: center;
|
|
color: #585f5f;
|
|
background: #ffffff;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
margin: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.appoint-section .check-two input:checked+label {
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.appoint-section .check-two label .txt {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Contact Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.contact-three {
|
|
position: relative;
|
|
padding: 0px 0px;
|
|
background: url(../@/assets/images/background/contact-pattern-2.jpg) left top repeat;
|
|
}
|
|
|
|
.contact-three .outer-container {
|
|
position: relative;
|
|
}
|
|
|
|
.contact-three .outer-container>.row {
|
|
margin: 0 0;
|
|
}
|
|
|
|
.contact-three .text-col {
|
|
position: relative;
|
|
padding: 100px 0 60px;
|
|
}
|
|
|
|
.contact-three .text-col .inner {
|
|
position: relative;
|
|
float: right;
|
|
width: 100%;
|
|
max-width: 600px;
|
|
padding-right: 40px;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
.contact-three .top-icon {
|
|
position: absolute;
|
|
top: 80px;
|
|
right: 40px;
|
|
font-size: 250px;
|
|
color: #eeeeee;
|
|
line-height: 0.5em;
|
|
}
|
|
|
|
.contact-three .address {
|
|
position: relative;
|
|
max-width: 320px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.contact-three .address h5 {
|
|
font-size: 20px;
|
|
color: #132728;
|
|
margin-bottom: 15px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.contact-three .address .text {
|
|
font-size: 18px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.contact-three .address .link {
|
|
position: relative;
|
|
}
|
|
|
|
.contact-three .address .link a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
color: #24a77e;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
border-bottom: 1px dashed;
|
|
}
|
|
|
|
.contact-three .address .link a i {
|
|
position: relative;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.contact-three .info {
|
|
position: relative;
|
|
}
|
|
|
|
.contact-three .info-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.contact-three .info-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
padding: 40px 25px 25px;
|
|
background: #ffffff;
|
|
min-height: 100%;
|
|
box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.contact-three .info-block .icon {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 48px;
|
|
color: #24a77e;
|
|
line-height: 1em;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.contact-three .info-block h6 {
|
|
font-size: 18px;
|
|
color: #132728;
|
|
margin-bottom: 15px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.contact-three .info-block li {
|
|
position: relative;
|
|
line-height: 24px;
|
|
margin-bottom: 3px;
|
|
color: #585f5f;
|
|
}
|
|
|
|
.contact-three .info-block li a {
|
|
color: #585f5f;
|
|
}
|
|
|
|
.contact-three .info-block li a:hover {
|
|
text-decoration: underline;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.contact-three .form-col {
|
|
position: relative;
|
|
padding: 90px 0 70px;
|
|
}
|
|
|
|
.contact-three .form-col .image-right {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0px;
|
|
}
|
|
|
|
.contact-three .form-col .sec-title {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.contact-three .form-col .sec-title h2 {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.contact-three .form-col .inner {
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 600px;
|
|
padding-left: 40px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.contact-three .form-col .image-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
opacity: 1;
|
|
z-index: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: top right;
|
|
background-size: cover;
|
|
}
|
|
|
|
.contact-three .contact-form .row {
|
|
margin: 0 -10px;
|
|
}
|
|
|
|
.contact-three .contact-form .row .form-group {
|
|
margin-bottom: 20px;
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
.contact-three .contact-form textarea {
|
|
height: 120px;
|
|
}
|
|
|
|
.map-section {
|
|
position: relative;
|
|
}
|
|
|
|
.map-section .map-outer {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.map-section .map-box {
|
|
position: relative;
|
|
display: block;
|
|
z-index: 1;
|
|
}
|
|
|
|
.map-section iframe {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
height: 420px;
|
|
border: none;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Styled Pagination
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.pagination-box {
|
|
position: relative;
|
|
text-align: center;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
.styled-pagination {
|
|
position: relative;
|
|
margin: 0;
|
|
}
|
|
|
|
.styled-pagination li {
|
|
position: relative;
|
|
list-style: none;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-right: 7px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.styled-pagination li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.styled-pagination li a {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 30px;
|
|
font-size: 18px;
|
|
height: 60px;
|
|
min-width: 60px;
|
|
padding: 14px 10px;
|
|
text-align: center;
|
|
color: #132728;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
background: #ffffff;
|
|
border: 1px dashed #d0d0d0;
|
|
border-radius: 0px;
|
|
text-transform: capitalize;
|
|
-webkit-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.styled-pagination li a.control {
|
|
font-size: 20px;
|
|
color: #b9baba;
|
|
}
|
|
|
|
.styled-pagination li a:hover,
|
|
.styled-pagination li a.active {
|
|
color: #24a77e;
|
|
background: none;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Sidebar Page Container
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.sidebar-page-container {
|
|
position: relative;
|
|
padding: 100px 0px 50px;
|
|
}
|
|
|
|
.sidebar-page-container.blog-single {
|
|
padding-top: 220px;
|
|
}
|
|
|
|
.sidebar-page-container .dotted-pattern-5 {
|
|
left: -160px;
|
|
top: 110px;
|
|
}
|
|
|
|
.sidebar-page-container .tri-pattern-8 {
|
|
left: 40px;
|
|
top: 240px;
|
|
}
|
|
|
|
.sidebar-page-container .circles-two {
|
|
right: 70px;
|
|
top: 50px;
|
|
width: 150px;
|
|
height: 150px;
|
|
}
|
|
|
|
.sidebar-page-container .circles-two .c-1 {
|
|
width: 150px;
|
|
height: 150px;
|
|
}
|
|
|
|
.sidebar-page-container .circles-two .c-2 {
|
|
left: -35px;
|
|
top: auto;
|
|
bottom: -35px;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
.sidebar-page-container.blog-single .dotted-pattern-5 {
|
|
top: 270px;
|
|
}
|
|
|
|
.sidebar-page-container.blog-single .tri-pattern-8 {
|
|
top: 400px;
|
|
}
|
|
|
|
.sidebar-page-container .content-side {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.sidebar-page-container .blog-content {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
/* Sidebar */
|
|
|
|
.sidebar-page-container .sidebar-side {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.services-page .sidebar-side {
|
|
order: 0;
|
|
}
|
|
|
|
.services-page .content-side {
|
|
order: 12;
|
|
}
|
|
|
|
.sidebar-page-container .sidebar {
|
|
position: relative;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.services-page .sidebar-side .sidebar {
|
|
padding-left: 0px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.sidebar .sidebar-widget {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
.sidebar .sidebar-widget:last-child {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.sidebar .sidebar-widget .widget-inner {
|
|
position: relative;
|
|
display: block;
|
|
padding: 35px 30px;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.sidebar-title {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.sidebar-title h4 {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 22px;
|
|
line-height: 1.30em;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.sidebar-title .text {
|
|
padding-top: 15px;
|
|
color: #8e949f;
|
|
font-size: 16px;
|
|
line-height: 1.7em;
|
|
padding-bottom: 20px;
|
|
border-bottom: 1px dashed #bbbbbb;
|
|
}
|
|
|
|
.sidebar .search-box .widget-inner {
|
|
padding: 0;
|
|
}
|
|
|
|
.sidebar .services-widget .widget-inner {
|
|
padding: 0;
|
|
background: none;
|
|
}
|
|
|
|
.services-widget .sidebar-title {
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.sidebar .search-box .form-group {
|
|
position: relative;
|
|
margin: 0px;
|
|
}
|
|
|
|
.sidebar .search-box .form-group input[type="text"],
|
|
.sidebar .search-box .form-group input[type="search"] {
|
|
position: relative;
|
|
line-height: 30px;
|
|
padding: 14px 60px 14px 25px;
|
|
background: #f2f2f2;
|
|
color: #132728;
|
|
display: block;
|
|
font-size: 16px;
|
|
width: 100%;
|
|
height: 60px;
|
|
border: 1px solid #f2f2f2;
|
|
border-radius: 0px;
|
|
transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
-webkit-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
}
|
|
|
|
.shop-sidebar .search-box .form-group input[type="text"],
|
|
.shop-sidebar .search-box .form-group input[type="search"] {
|
|
background: none;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.sidebar .search-box .form-group input:focus {
|
|
background: #ffffff;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.sidebar .search-box .form-group button {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
height: 60px;
|
|
width: 60px;
|
|
line-height: 60px;
|
|
display: block;
|
|
font-size: 16px;
|
|
color: #848484;
|
|
background: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sidebar .search-box .form-group button span {
|
|
position: relative;
|
|
top: 1px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.sidebar .search-box .form-group button:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 18px;
|
|
bottom: 18px;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.25);
|
|
}
|
|
|
|
.shop-sidebar .search-box .form-group button:before {
|
|
top: 0;
|
|
bottom: 0;
|
|
border-left-color: rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.sidebar .search-box .form-group input:focus+button,
|
|
.sidebar .search-box .form-group button:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.sidebar .archives ul {
|
|
position: relative;
|
|
}
|
|
|
|
.sidebar .archives ul li {
|
|
position: relative;
|
|
line-height: 30px;
|
|
padding: 0px 0px 10px;
|
|
font-size: 16px;
|
|
border-bottom: 1px dashed rgba(0, 0, 0, 0.30);
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.sidebar .archives ul li:last-child {
|
|
margin-bottom: 0;
|
|
border-bottom: none;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.sidebar .archives ul li a {
|
|
position: relative;
|
|
display: block;
|
|
color: #585f5f;
|
|
text-transform: capitalize;
|
|
font-weight: 400;
|
|
line-height: 30px;
|
|
padding-left: 25px;
|
|
padding-right: 30px;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.sidebar .archives ul li a:before {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0px;
|
|
font-family: 'Flaticon';
|
|
content: "\f179";
|
|
font-size: 10px;
|
|
line-height: 30px;
|
|
color: #b9baba;
|
|
font-weight: 400;
|
|
z-index: 5;
|
|
}
|
|
|
|
.sidebar .archives ul li .count {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 2px;
|
|
width: 26px;
|
|
height: 26px;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
font-weight: 500;
|
|
background: #ffffff;
|
|
border-radius: 50%;
|
|
float: right;
|
|
}
|
|
|
|
.sidebar .archives ul li a:hover,
|
|
.sidebar .archives ul li.active a,
|
|
.sidebar .archives ul li a:hover:before,
|
|
.sidebar .archives ul li.active a:before {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.sidebar .downloads {
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.sidebar .downloads ul {
|
|
position: relative;
|
|
margin: 0 -10px;
|
|
}
|
|
|
|
.sidebar .downloads ul li {
|
|
position: relative;
|
|
float: left;
|
|
width: 50%;
|
|
padding: 0px 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.sidebar .downloads ul li a {
|
|
position: relative;
|
|
display: block;
|
|
color: #132728;
|
|
line-height: 24px;
|
|
text-transform: capitalize;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
padding: 30px 15px 25px;
|
|
text-align: center;
|
|
background: #f2f2f2;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.sidebar .downloads ul li .icon {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.sidebar .downloads ul li .txt i {
|
|
position: relative;
|
|
padding-left: 3px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.sidebar .downloads ul li a:before {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0px;
|
|
content: "";
|
|
width: 31px;
|
|
height: 31px;
|
|
background: #ffffff url(../@/assets/images/icons/file-curve.png) right top no-repeat;
|
|
z-index: 1;
|
|
}
|
|
|
|
.sidebar .downloads ul li a:hover,
|
|
.sidebar .downloads ul li.active a {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.sidebar .services-list ul {
|
|
position: relative;
|
|
}
|
|
|
|
.sidebar .services-list ul li {
|
|
position: relative;
|
|
line-height: 30px;
|
|
padding: 0px 0px;
|
|
font-size: 17px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.sidebar .services-list ul li:last-child {
|
|
margin-bottom: 0;
|
|
border-bottom: none;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.sidebar .services-list ul li a {
|
|
position: relative;
|
|
display: block;
|
|
color: #1e1e2a;
|
|
text-transform: capitalize;
|
|
font-weight: 500;
|
|
font-size: 17px;
|
|
line-height: 30px;
|
|
padding: 14px 30px;
|
|
border: 1px dashed rgba(0, 0, 0, 0.30);
|
|
padding-right: 65px;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.sidebar .services-list ul li a:before {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: 15px;
|
|
font-family: 'Flaticon';
|
|
content: "\f179";
|
|
font-size: 10px;
|
|
line-height: 30px;
|
|
color: #b9baba;
|
|
font-weight: 400;
|
|
text-align: right;
|
|
width: 30px;
|
|
height: 30px;
|
|
border-left: 1px dashed rgba(0, 0, 0, 0.30);
|
|
z-index: 5;
|
|
}
|
|
|
|
.sidebar .services-list ul li a:hover,
|
|
.sidebar .services-list ul li.active a,
|
|
.sidebar .services-list ul li a:hover:before,
|
|
.sidebar .services-list ul li.active a:before {
|
|
color: #24a77e;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.sidebar .recent-posts .post {
|
|
position: relative;
|
|
font-size: 15px;
|
|
line-height: 24px;
|
|
color: #585f5f;
|
|
padding: 0px 0px 0px 100px;
|
|
border-bottom: 1px dashed rgba(0, 0, 0, 0.30);
|
|
min-height: 100px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.sidebar .recent-posts .post:last-child {
|
|
margin-bottom: 0px;
|
|
min-height: 70px;
|
|
padding-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.sidebar .recent-posts .post-thumb {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 70px;
|
|
height: 70px;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.sidebar .recent-posts .post-thumb img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.sidebar .recent-posts .info {
|
|
padding-top: 7px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.sidebar .recent-posts .text {
|
|
font-size: 14px;
|
|
line-height: 1.5em;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
}
|
|
|
|
.sidebar .recent-posts .text a {
|
|
color: #132728;
|
|
}
|
|
|
|
.sidebar .recent-posts .text a:hover {
|
|
text-decoration: underline;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.sidebar .popular-tags .tags-list li {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin: 0px 3px 8px 0px;
|
|
}
|
|
|
|
.sidebar .popular-tags .tags-list li a {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 24px;
|
|
padding: 3px 12px;
|
|
background: #ffffff;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
color: #585f5f;
|
|
text-transform: capitalize;
|
|
border-radius: 0px;
|
|
transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
}
|
|
|
|
.sidebar .popular-tags .tags-list li a:hover {
|
|
background-color: #24a77e;
|
|
border-color: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.sidebar .gallery {
|
|
position: relative;
|
|
}
|
|
|
|
.sidebar .gallery .widget-inner {
|
|
padding-bottom: 44px;
|
|
}
|
|
|
|
.sidebar .gallery .images {
|
|
position: relative;
|
|
margin: 0px -3px;
|
|
}
|
|
|
|
.sidebar .gallery .images .image {
|
|
position: relative;
|
|
float: left;
|
|
width: 33.333%;
|
|
padding: 0px 3px;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
.sidebar .gallery .images .image img {
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.sidebar .gallery .images .image img:hover {
|
|
opacity: 0.50;
|
|
}
|
|
|
|
.sidebar .call-to-widget .widget-inner {
|
|
padding: 50px 30px;
|
|
text-align: center;
|
|
background: #132728;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.sidebar .call-to-widget .image-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
opacity: 0.20;
|
|
}
|
|
|
|
.sidebar .call-to-widget .icon-box {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 84px;
|
|
line-height: 1em;
|
|
margin-bottom: 25px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.sidebar .call-to-widget h5 {
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
line-height: 1.5em;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.sidebar .call-to-widget .email {
|
|
position: relative;
|
|
color: #ffffff;
|
|
line-height: 1.5em;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.sidebar .call-to-widget .email a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.sidebar .call-to-widget .email a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.sidebar .call-to-widget .phone {
|
|
position: relative;
|
|
font-size: 24px;
|
|
line-height: 1.5em;
|
|
font-weight: 600;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.sidebar .call-to-widget .phone a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.sidebar .call-to-widget .phone a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
/* Post Details */
|
|
|
|
.post-details {
|
|
position: relative;
|
|
margin-bottom: 60px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.post-details.post-details .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.post-details .upper {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.post-details .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #132728;
|
|
}
|
|
|
|
.post-details .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.post-details .lower {
|
|
position: relative;
|
|
padding: 40px 0px 20px;
|
|
}
|
|
|
|
.post-details h3 {
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
line-height: 1.4em;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.post-details h4 {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
line-height: 1.5em;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.post-details .text {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.post-details p {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.post-details .post-meta {
|
|
position: relative;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.post-details .post-meta li {
|
|
position: relative;
|
|
float: left;
|
|
font-size: 15px;
|
|
margin-right: 46px;
|
|
}
|
|
|
|
.post-details .post-meta li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.post-details .post-meta li:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 12px;
|
|
right: -30px;
|
|
width: 16px;
|
|
border-bottom: 1px dashed #24a77e;
|
|
}
|
|
|
|
.post-details .post-meta li:last-child:after {
|
|
display: none;
|
|
}
|
|
|
|
.post-details .post-meta li a {
|
|
color: #585f5f;
|
|
font-weight: 500;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.post-details .post-meta li.author {
|
|
position: relative;
|
|
padding-left: 70px;
|
|
}
|
|
|
|
.post-details .post-meta li.author .thumb {
|
|
position: absolute;
|
|
left: 0;
|
|
top: -13px;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.post-details .post-meta li.author .thumb img {
|
|
position: relative;
|
|
display: block;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.post-details .post-meta li .icon {
|
|
padding-right: 5px;
|
|
font-size: 14px;
|
|
vertical-align: baseline;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.post-details .two-col .image {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.post-details .two-col .image img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.post-details .text ul {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.post-details .text ul li {
|
|
position: relative;
|
|
line-height: 24px;
|
|
padding-left: 25px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.post-details .text ul li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.post-details .text ul li:before {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0px;
|
|
font-family: 'Flaticon';
|
|
content: "\f179";
|
|
font-size: 10px;
|
|
line-height: 24px;
|
|
color: #24a77e;
|
|
font-weight: 400;
|
|
z-index: 5;
|
|
}
|
|
|
|
.post-details blockquote {
|
|
position: relative;
|
|
padding: 0 10px 0 100px;
|
|
border-left: 3px solid #24a77e;
|
|
margin: 10px 0px 40px;
|
|
}
|
|
|
|
.post-details blockquote .quote-icon {
|
|
position: absolute;
|
|
left: 40px;
|
|
top: 3px;
|
|
}
|
|
|
|
.post-details blockquote .quote-icon:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 5px;
|
|
height: 34px;
|
|
background: #e3e3e3;
|
|
border-radius: 3px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.post-details blockquote .quote-icon:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 17px;
|
|
top: 0;
|
|
width: 5px;
|
|
height: 34px;
|
|
background: #e3e3e3;
|
|
border-radius: 3px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.post-details blockquote p {
|
|
font-size: 20px;
|
|
color: #132728;
|
|
font-weight: 500;
|
|
line-height: 1.7em;
|
|
}
|
|
|
|
.post-details blockquote .author-info {
|
|
font-size: 16px;
|
|
color: #585f5f;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
font-family: 'Libre Baskerville', serif;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.post-details .lower-info {
|
|
position: relative;
|
|
padding: 20px 0px 0px;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.post-details .lower-info h5 {
|
|
margin: 0 0 20px;
|
|
text-transform: uppercase;
|
|
color: #001f29;
|
|
}
|
|
|
|
.post-details .lower-info .related-tags {
|
|
position: relative;
|
|
float: left;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.post-details .lower-info .related-tags li {
|
|
position: relative;
|
|
float: left;
|
|
margin-right: 5px;
|
|
line-height: 24px;
|
|
color: #132728;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.post-details .lower-info .related-tags li .fa {
|
|
padding-right: 5px;
|
|
color: #24a77e;
|
|
font-size: 14px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.post-details .lower-info .related-tags li a {
|
|
position: relative;
|
|
line-height: 24px;
|
|
font-size: 15px;
|
|
color: #585f5f;
|
|
font-weight: 400;
|
|
text-transform: capitalize;
|
|
transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
}
|
|
|
|
.post-details .lower-info .related-tags li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.post-details .lower-info .share-post {
|
|
position: relative;
|
|
float: right;
|
|
}
|
|
|
|
.post-details .lower-info .share-post li {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.post-details .lower-info .share-post li:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.post-details .lower-info .share-post li a {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 40px;
|
|
color: #929a9a;
|
|
font-size: 15px;
|
|
width: 40px;
|
|
height: 40px;
|
|
text-align: center;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
border-radius: 50%;
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
}
|
|
|
|
.post-details .lower-info .share-post li a:hover {
|
|
color: #ffffff;
|
|
border-color: #24a77e;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.author-box {
|
|
position: relative;
|
|
display: block;
|
|
padding: 40px 40px 35px;
|
|
margin-bottom: 50px;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.author-box .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 130px;
|
|
min-height: 90px;
|
|
}
|
|
|
|
.author-box .thumb {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 90px;
|
|
height: 90px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.author-box .thumb img {
|
|
display: block;
|
|
width: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.author-box h5 {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 20px;
|
|
line-height: 1.25em;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
.author-box .link {
|
|
font-size: 15px;
|
|
line-height: 24px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.author-box .link a {
|
|
color: #585f5f;
|
|
}
|
|
|
|
.author-box .text {
|
|
font-size: 16px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.author-box .follow-me {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.author-box .follow-me li {
|
|
position: relative;
|
|
float: left;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.author-box .follow-me li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.author-box .follow-me li a {
|
|
position: relative;
|
|
display: block;
|
|
line-height: 24px;
|
|
color: #929a9a;
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
}
|
|
|
|
.author-box .follow-me li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Post Controls
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.post-controls {
|
|
position: relative;
|
|
padding-bottom: 50px;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.post-controls .inner {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.post-controls:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 49.5%;
|
|
height: 100px;
|
|
top: 2px;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.post-controls .prev-post {
|
|
position: relative;
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
|
|
.post-controls .prev-post a {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 90px;
|
|
padding-top: 38px;
|
|
}
|
|
|
|
.post-controls .prev-post .upper-title {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
color: #585f5f;
|
|
font-weight: 500;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.post-controls .prev-post .upper-title .icon {
|
|
position: relative;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.post-controls .prev-post .txt {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
font-family: 'Libre Baskerville', serif;
|
|
}
|
|
|
|
.post-controls .prev-post .thumb {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 30px;
|
|
width: 70px;
|
|
height: 70px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
}
|
|
|
|
.post-controls .prev-post .thumb img {
|
|
position: relative;
|
|
display: block;
|
|
width: 70px;
|
|
height: 70px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.post-controls .next-post {
|
|
position: relative;
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
.post-controls .next-post a {
|
|
position: relative;
|
|
display: block;
|
|
padding-right: 90px;
|
|
padding-top: 38px;
|
|
}
|
|
|
|
.post-controls .next-post .upper-title {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
color: #585f5f;
|
|
font-weight: 500;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.post-controls .next-post .upper-title .icon {
|
|
position: relative;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.post-controls .next-post .txt {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 28px;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
font-family: 'Libre Baskerville', serif;
|
|
}
|
|
|
|
.post-controls .next-post .thumb {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 30px;
|
|
width: 70px;
|
|
height: 70px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
}
|
|
|
|
.post-controls .next-post .thumb img {
|
|
position: relative;
|
|
display: block;
|
|
width: 70px;
|
|
height: 70px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.post-controls .prev-post:hover .thumb,
|
|
.post-controls .next-post:hover .thumb {
|
|
opacity: 0.50;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Comment Area
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.comments-area {
|
|
position: relative;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.group-title {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.group-title h4 {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 24px;
|
|
line-height: 1.35em;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.comments-area .comment-box {
|
|
position: relative;
|
|
padding: 35px;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
margin-bottom: 55px;
|
|
}
|
|
|
|
.comments-area .comment-box:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.comments-area .comment {
|
|
position: relative;
|
|
min-height: 70px;
|
|
padding-left: 100px;
|
|
}
|
|
|
|
.comments-area .reply-comment {
|
|
margin-left: 40px;
|
|
}
|
|
|
|
.comments-area .comment-box .author-thumb {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 3px;
|
|
height: 70px;
|
|
width: 70px;
|
|
border-radius: 50%;
|
|
margin-bottom: 20px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.comments-area .comment-box .author-thumb img {
|
|
width: 100%;
|
|
border-radius: 50%;
|
|
display: block;
|
|
}
|
|
|
|
.comments-area .comment-box .info {
|
|
position: relative;
|
|
color: #585f5f;
|
|
line-height: 30px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.comments-area .comment-box .info .name {
|
|
position: relative;
|
|
font-family: 'Libre Baskerville', serif;
|
|
font-weight: 700;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-size: 18px;
|
|
color: #132728;
|
|
line-height: 30px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.comments-area .comment-box .info .date {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
color: #585f5f;
|
|
}
|
|
|
|
.comments-area .comment-box .text {
|
|
font-size: 15px;
|
|
line-height: 1.7em;
|
|
}
|
|
|
|
.comments-area .comment-box .reply-link {
|
|
position: absolute;
|
|
display: block;
|
|
right: 35px;
|
|
bottom: -60px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.comments-area .comment-box .reply-link a {
|
|
position: relative;
|
|
display: block;
|
|
width: 50px;
|
|
height: 50px;
|
|
color: #585f5f;
|
|
background: #ffffff;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
font-size: 20px;
|
|
text-align: center;
|
|
line-height: 48px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.comments-area .comment-box .reply-link a:hover {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Leave Comments Form
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.leave-comments {
|
|
position: relative;
|
|
}
|
|
|
|
.leave-comments .instruction {
|
|
position: relative;
|
|
padding-top: 7px;
|
|
color: #585f5f;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.leave-comments .default-form .row {
|
|
margin: 0px -15px;
|
|
}
|
|
|
|
.leave-comments .default-form .form-group {
|
|
padding: 0px 15px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.leave-comments form .form-group textarea {
|
|
height: 160px;
|
|
}
|
|
|
|
.leave-comments .default-form button,
|
|
.leave-comments .default-form .theme-btn {
|
|
min-width: 180px;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Gallery Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.gallery-section {
|
|
position: relative;
|
|
padding: 100px 0;
|
|
}
|
|
|
|
.wide-gallery .outer-container .auto-container {
|
|
max-width: none;
|
|
padding: 0px 30px;
|
|
}
|
|
|
|
.gallery-section .title-box {
|
|
position: relative;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.gallery-section .title-box .text {
|
|
position: relative;
|
|
padding-top: 10px;
|
|
line-height: 1.7em;
|
|
max-width: 490px;
|
|
}
|
|
|
|
.gallery-section .upper-row {
|
|
position: relative;
|
|
}
|
|
|
|
/*=== Mixitup Gallery ===*/
|
|
.gallery-filters {
|
|
position: relative;
|
|
padding: 20px 0px 10px;
|
|
border-bottom: 1px dashed #24a77e;
|
|
border-top: 1px dashed #24a77e;
|
|
margin-bottom: 70px;
|
|
}
|
|
|
|
.gallery-filters.style-two {
|
|
border: none;
|
|
padding: 10px 0 0;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.gallery-filters .filter-tabs {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.gallery-filters li {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-size: 18px;
|
|
line-height: 30px;
|
|
padding: 0px 0px;
|
|
cursor: pointer;
|
|
color: #132728;
|
|
font-weight: 500;
|
|
margin: 0 40px 10px 0px;
|
|
text-transform: capitalize;
|
|
background: none;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.gallery-filters.style-two li {
|
|
margin: 0 1px 10px 0px;
|
|
line-height: 24px;
|
|
font-size: 17px;
|
|
padding: 5px 22px;
|
|
}
|
|
|
|
.gallery-filters.style-two li:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -7px;
|
|
bottom: 100%;
|
|
border: 7px solid transparent;
|
|
border-bottom: 7px solid #24a77e;
|
|
opacity: 0;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.gallery-filters.centered li {
|
|
margin: 0px 20px 10px;
|
|
}
|
|
|
|
.gallery-filters.centered.style-two li {
|
|
margin: 0px 0px 10px;
|
|
}
|
|
|
|
.gallery-filters li .count {
|
|
position: absolute;
|
|
bottom: -30px;
|
|
left: 50%;
|
|
margin-left: -12px;
|
|
width: 24px;
|
|
height: 24px;
|
|
line-height: 23px;
|
|
border: 1px dashed #24a77e;
|
|
background: #ffffff;
|
|
font-weight: 600;
|
|
color: #24a77e;
|
|
font-size: 13px;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.gallery-filters.style-two li .count {
|
|
bottom: 100%;
|
|
margin-bottom: 7px;
|
|
border: none;
|
|
}
|
|
|
|
.gallery-filters.style-two .filter.active {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.gallery-filters.style-two li.active:before {
|
|
opacity: 1;
|
|
}
|
|
|
|
.gallery-filters .filter.active {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.gallery-filters .filter.active .count {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.mixitup-gallery .gallery-item-two {
|
|
display: none;
|
|
}
|
|
|
|
.mix {
|
|
display: none;
|
|
}
|
|
|
|
.gallery-item {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.gallery-item .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.gallery-item .inner-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px dashed #24a77e;
|
|
}
|
|
|
|
.gallery-item .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #172e2f;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
z-index: 5;
|
|
}
|
|
|
|
.gallery-item:hover .image-box {
|
|
margin: 20px 20px;
|
|
}
|
|
|
|
.gallery-item .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item:hover .image-box img {
|
|
opacity: 0.20;
|
|
}
|
|
|
|
.gallery-item .image-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.50);
|
|
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.10));
|
|
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.10));
|
|
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.10));
|
|
z-index: 1;
|
|
}
|
|
|
|
.gallery-item .hover-box {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
z-index: 5;
|
|
}
|
|
|
|
.gallery-item .hvr-content {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -60px;
|
|
width: 100%;
|
|
display: block;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item:hover .hvr-content {
|
|
bottom: 50%;
|
|
margin-bottom: -110px;
|
|
}
|
|
|
|
.gallery-item .hover-box h5 {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
}
|
|
|
|
.gallery-item .hover-box a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.gallery-item .hover-box .cat {
|
|
position: relative;
|
|
margin-bottom: 10px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.gallery-item .link-box {
|
|
position: relative;
|
|
display: block;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.gallery-item .link-box a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 60px;
|
|
height: 60px;
|
|
font-size: 22px;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
border-radius: 50%;
|
|
transform: scale(0) rotate(360deg);
|
|
-webkit-transform: scale(0) rotate(360deg);
|
|
-ms-transform: scale(0) rotate(360deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item:hover .link-box a {
|
|
transform: scale(1) rotate(0deg);
|
|
-webkit-transform: scale(1) rotate(0deg);
|
|
-ms-transform: scale(1) rotate(0deg);
|
|
}
|
|
|
|
.gallery-section .more-box {
|
|
position: relative;
|
|
padding-top: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.gallery-section .more-box .theme-btn {
|
|
min-width: 180px;
|
|
}
|
|
|
|
.gallery-item-two {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.gallery-item-two .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.gallery-item-two .inner-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px dashed #24a77e;
|
|
}
|
|
|
|
.gallery-item-two .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #132728;
|
|
z-index: 5;
|
|
}
|
|
|
|
.gallery-item-two .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-two:hover .image-box img {
|
|
opacity: 0.15;
|
|
}
|
|
|
|
.gallery-item-two .hover-box {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
display: block;
|
|
z-index: 5;
|
|
}
|
|
|
|
.gallery-item-two .hvr-content {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -150px;
|
|
width: 100%;
|
|
display: block;
|
|
padding: 25px 20px;
|
|
background: #ffffff;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-two:hover .hvr-content {
|
|
bottom: 0;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.gallery-item-two .hover-box h5 {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
}
|
|
|
|
.gallery-item-two .hover-box a {
|
|
color: #132728;
|
|
}
|
|
|
|
.gallery-item-two .hover-box .cat {
|
|
position: relative;
|
|
color: #132728;
|
|
margin-bottom: 10px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.gallery-item-two .link-box {
|
|
position: absolute;
|
|
display: block;
|
|
left: 0;
|
|
top: 0;
|
|
margin-top: -85px;
|
|
width: 100%;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
z-index: 10;
|
|
}
|
|
|
|
.gallery-item-two:hover .link-box {
|
|
top: 50%;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.gallery-item-two .link-box a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 70px;
|
|
height: 70px;
|
|
font-size: 24px;
|
|
text-align: center;
|
|
line-height: 68px;
|
|
color: #24a77e;
|
|
background: none;
|
|
border: 1px dashed #24a77e;
|
|
transform: scale(0);
|
|
-webkit-transform: scale(0);
|
|
-ms-transform: scale(0);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-two .link-box a:hover {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.gallery-item-two:hover .link-box a {
|
|
transform: scale(1);
|
|
-webkit-transform: scale(1);
|
|
-ms-transform: scale(1);
|
|
}
|
|
|
|
.gallery-item-three {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.gallery-item-three .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.gallery-item-three:hover .inner-box {
|
|
border-radius: 50px 0px 50px 0px;
|
|
}
|
|
|
|
.gallery-item-three .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #132728;
|
|
z-index: 5;
|
|
}
|
|
|
|
.gallery-item-three .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-three:hover .image-box img {
|
|
opacity: 0.15;
|
|
}
|
|
|
|
.gallery-item-three .hover-box {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 100%;
|
|
display: block;
|
|
z-index: 5;
|
|
}
|
|
|
|
.gallery-item-three .hvr-content {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
display: block;
|
|
padding: 30px 20px 30px 30px;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-three:hover .hvr-content {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.gallery-item-three .hover-box h5 {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
}
|
|
|
|
.gallery-item-three .hover-box a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.gallery-item-three .hover-box .cat {
|
|
position: relative;
|
|
color: #ffffff;
|
|
margin-bottom: 10px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.gallery-item-three .link-box {
|
|
position: absolute;
|
|
display: block;
|
|
right: 20px;
|
|
bottom: 20px;
|
|
border-radius: 50%;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
z-index: 10;
|
|
}
|
|
|
|
.gallery-item-three:hover .link-box {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.gallery-item-three .link-box a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 60px;
|
|
height: 60px;
|
|
font-size: 24px;
|
|
text-align: center;
|
|
line-height: 60px;
|
|
color: #ffffff;
|
|
border-radius: 50%;
|
|
background: #24a77e;
|
|
transform: scale(0) rotate(180deg);
|
|
-webkit-transform: scale(0) rotate(180deg);
|
|
-ms-transform: scale(0) rotate(180deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-three .link-box a:hover {
|
|
color: #24a77e;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.gallery-item-three:hover .link-box a {
|
|
transform: scale(1) rotate(0deg);
|
|
-webkit-transform: scale(1) rotate(0deg);
|
|
-ms-transform: scale(1) rotate(0deg);
|
|
}
|
|
|
|
.five-columns .gallery-item-four {
|
|
padding: 0px 15px;
|
|
width: 20%;
|
|
flex: 0 0 20%;
|
|
max-width: 20%;
|
|
}
|
|
|
|
.gallery-item-four {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.gallery-item-four .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.gallery-item-four .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #132728;
|
|
z-index: 5;
|
|
}
|
|
|
|
.gallery-item-four .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-four:hover .image-box img {
|
|
opacity: 0.15;
|
|
}
|
|
|
|
.gallery-item-four .hover-box {
|
|
position: absolute;
|
|
left: 18px;
|
|
top: 18px;
|
|
right: 18px;
|
|
bottom: 18px;
|
|
border: 7px solid #ffffff;
|
|
padding: 27px 30px;
|
|
display: block;
|
|
z-index: 5;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-four:hover .hover-box {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.gallery-item-four .hvr-content {
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
display: block;
|
|
padding: 27px 20px 27px 30px;
|
|
}
|
|
|
|
.gallery-item-four .hover-box h5 {
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
}
|
|
|
|
.gallery-item-four .hover-box a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.gallery-item-four .hover-box .cat {
|
|
position: relative;
|
|
color: #ffffff;
|
|
margin-bottom: 10px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.gallery-item-four .link-box {
|
|
position: absolute;
|
|
display: block;
|
|
right: 40px;
|
|
top: 40px;
|
|
border-radius: 50%;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
z-index: 10;
|
|
}
|
|
|
|
.gallery-item-four:hover .link-box {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.gallery-item-four .link-box a {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 50px;
|
|
height: 50px;
|
|
font-size: 42px;
|
|
text-align: center;
|
|
line-height: 50px;
|
|
color: #ffffff;
|
|
transform: scale(0) rotate(180deg);
|
|
-webkit-transform: scale(0) rotate(180deg);
|
|
-ms-transform: scale(0) rotate(180deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-four .link-box a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.gallery-item-four:hover .link-box a {
|
|
transform: scale(1) rotate(0deg);
|
|
-webkit-transform: scale(1) rotate(0deg);
|
|
-ms-transform: scale(1) rotate(0deg);
|
|
}
|
|
|
|
.gallery-item-five {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.gallery-item-five .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.gallery-item-five .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #132728;
|
|
z-index: 5;
|
|
}
|
|
|
|
.gallery-item-five .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-five:hover .image-box img {
|
|
opacity: 0.15;
|
|
}
|
|
|
|
.gallery-item-five .link-box {
|
|
position: absolute;
|
|
display: block;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
z-index: 10;
|
|
}
|
|
|
|
.gallery-item-five:hover .link-box {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.gallery-item-five .link-box a {
|
|
position: absolute;
|
|
display: block;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin: -25px 0 0 -25px;
|
|
width: 50px;
|
|
height: 50px;
|
|
font-size: 30px;
|
|
text-align: center;
|
|
line-height: 50px;
|
|
color: #ffffff;
|
|
transform: scale(0) rotate(180deg);
|
|
-webkit-transform: scale(0) rotate(180deg);
|
|
-ms-transform: scale(0) rotate(180deg);
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.gallery-item-five .link-box a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.gallery-item-five:hover .link-box a {
|
|
transform: scale(1) rotate(0deg);
|
|
-webkit-transform: scale(1) rotate(0deg);
|
|
-ms-transform: scale(1) rotate(0deg);
|
|
}
|
|
|
|
.wide-masonry .small-width {
|
|
padding: 0px 15px;
|
|
width: 20%;
|
|
flex: 0 0 20%;
|
|
max-width: 20%;
|
|
}
|
|
|
|
.wide-masonry .big-width {
|
|
padding: 0px 15px;
|
|
width: 40%;
|
|
flex: 0 0 40%;
|
|
max-width: 40%;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Project Details
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.project-single {
|
|
position: relative;
|
|
padding: 0px 0px;
|
|
}
|
|
|
|
.project-details {
|
|
position: relative;
|
|
padding: 100px 0px 0px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.project-details:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
bottom: 150px;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.project-details .upper-box {
|
|
position: relative;
|
|
}
|
|
|
|
.project-details .main-image {
|
|
position: relative;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.project-details .main-image img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.project-details .upper-box {
|
|
position: relative;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.project-details .upper-box .title-col {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.project-details .upper-box h3 {
|
|
font-weight: 700;
|
|
font-size: 30px;
|
|
line-height: 1.4em;
|
|
color: #132728;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.project-details .upper-box .text-col {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.project-details .text-box p {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.project-details .text-box p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.project-details .info {
|
|
position: relative;
|
|
}
|
|
|
|
.project-details .info .block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.project-details .info .block .inner {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 100%;
|
|
padding: 40px 20px 35px;
|
|
background: #ffffff;
|
|
text-align: center;
|
|
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.project-details .info .block .icon-box {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 54px;
|
|
color: #24a77e;
|
|
line-height: 1em;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.project-details .info .block h6 {
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
font-size: 14px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.project-outline {
|
|
position: relative;
|
|
padding: 60px 0px 70px;
|
|
}
|
|
|
|
|
|
.project-outline .title {
|
|
position: relative;
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.project-outline .title h3 {
|
|
font-weight: 700;
|
|
font-size: 30px;
|
|
line-height: 1.4em;
|
|
color: #132728;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.outline-block {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.outline-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.outline-block .image-box {
|
|
position: relative;
|
|
display: block;
|
|
background: #172e2f;
|
|
}
|
|
|
|
.outline-block .image-box img {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.outline-block:hover .image-box img {
|
|
opacity: 1;
|
|
}
|
|
|
|
.outline-block .image-box:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 30%;
|
|
background: rgba(0, 0, 0, 0.70);
|
|
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.05));
|
|
background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.05));
|
|
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.05));
|
|
opacity: 0.90;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
z-index: 1;
|
|
}
|
|
|
|
.outline-block:hover .image-box:before {
|
|
opacity: 1;
|
|
height: 100%;
|
|
}
|
|
|
|
.outline-block .hover-box {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
z-index: 5;
|
|
}
|
|
|
|
.outline-block .hvr-content {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -40px;
|
|
width: 100%;
|
|
max-width: 354px;
|
|
padding: 0px 30px;
|
|
display: block;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.outline-block:hover .hvr-content {
|
|
bottom: 30px;
|
|
}
|
|
|
|
.outline-block .hover-box h5 {
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0 0;
|
|
}
|
|
|
|
.outline-block .hover-box a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.outline-block .hover-box .text {
|
|
position: relative;
|
|
margin-top: 12px;
|
|
color: #ffffff;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 0.5s ease;
|
|
-moz-transition: all 0.5s ease;
|
|
-ms-transition: all 0.5s ease;
|
|
-o-transition: all 0.5s ease;
|
|
transition: all 0.5s ease;
|
|
}
|
|
|
|
.outline-block:hover .hover-box .text {
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Project Feedback
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.project-feedback {
|
|
position: relative;
|
|
padding: 85px 0px 80px;
|
|
background: #132728;
|
|
}
|
|
|
|
.project-feedback .image-layer {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 1;
|
|
z-index: 0;
|
|
background-repeat: no-repeat;
|
|
background-position: right -50px;
|
|
}
|
|
|
|
.project-feedback .image-layer:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.50);
|
|
background: -webkit-linear-gradient(left, rgba(19, 39, 40, 1), rgba(0, 0, 0, 0.0));
|
|
background: -ms-linear-gradient(left, rgba(19, 39, 40, 1), rgba(0, 0, 0, 0.0));
|
|
background: -moz-linear-gradient(left, rgba(19, 39, 40, 1), rgba(0, 0, 0, 0.0));
|
|
opacity: 0;
|
|
}
|
|
|
|
.project-feedback .inner {
|
|
position: relative;
|
|
display: block;
|
|
max-width: 620px;
|
|
color: #ffffff;
|
|
z-index: 1;
|
|
}
|
|
|
|
.project-feedback .quote h4 {
|
|
line-height: 40px;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
margin: 0 0 10px;
|
|
}
|
|
|
|
.project-feedback .quote {
|
|
position: relative;
|
|
padding-left: 80px;
|
|
}
|
|
|
|
.project-feedback .quote .quote-icon {
|
|
position: absolute;
|
|
left: 15px;
|
|
top: 3px;
|
|
}
|
|
|
|
.project-feedback .quote .quote-icon:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 34px;
|
|
background: #24a77e;
|
|
border-radius: 2px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.project-feedback .quote .quote-icon:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 15px;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 34px;
|
|
background: #24a77e;
|
|
border-radius: 2px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.project-feedback .quote .quote-text {
|
|
position: relative;
|
|
font-size: 22px;
|
|
color: #ffffff;
|
|
line-height: 1.6em;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.project-feedback .rating {
|
|
position: relative;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: #24a77e;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.project-feedback .rating span {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.project-feedback .rating .far {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.project-feedback .quote .info {
|
|
position: relative;
|
|
}
|
|
|
|
.project-feedback .quote .info .name {
|
|
position: relative;
|
|
font-size: 20px;
|
|
text-transform: capitalize;
|
|
color: #ffffff;
|
|
font-weight: 700;
|
|
font-family: 'Libre Baskerville', serif;
|
|
}
|
|
|
|
.project-feedback .quote .info .area {
|
|
position: relative;
|
|
font-size: 13px;
|
|
text-transform: uppercase;
|
|
padding-left: 5px;
|
|
color: #24a77e;
|
|
font-weight: 500;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Related Project
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.related-project {
|
|
position: relative;
|
|
padding: 90px 0px 70px;
|
|
}
|
|
|
|
.related-project .title {
|
|
position: relative;
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.related-project .title h3 {
|
|
font-weight: 700;
|
|
font-size: 30px;
|
|
line-height: 1.4em;
|
|
color: #132728;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Service Details
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.service-details {
|
|
position: relative;
|
|
}
|
|
|
|
.service-details .sec-title {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.service-details .big-text {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
font-family: 'Libre Baskerville', serif;
|
|
line-height: 1.5em;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.service-details h3 {
|
|
font-size: 24px;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
line-height: 1.4em;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.service-details h4 {
|
|
font-size: 20px;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
line-height: 1.5em;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.service-details .text {
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.service-details p {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.service-details .main-image {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.service-details .main-image img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.service-details .text ul {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.service-details .text ul li {
|
|
position: relative;
|
|
line-height: 24px;
|
|
padding-left: 25px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.service-details .text ul li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.service-details .text ul li:before {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0px;
|
|
font-family: 'Flaticon';
|
|
content: "\f179";
|
|
font-size: 10px;
|
|
line-height: 24px;
|
|
color: #24a77e;
|
|
font-weight: 400;
|
|
z-index: 5;
|
|
}
|
|
|
|
.service-details .feature-block {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.service-details .feature-block .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
padding: 0px 0px 0px 100px;
|
|
min-height: 80px;
|
|
}
|
|
|
|
.service-details .feature-block .over {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 95px;
|
|
min-height: 80px;
|
|
}
|
|
|
|
.service-details .feature-block .icon-box {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 80px;
|
|
height: 80px;
|
|
font-size: 50px;
|
|
line-height: 80px;
|
|
color: #24a77e;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.service-details .feature-block .icon-box .icon {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 10px;
|
|
z-index: 5;
|
|
}
|
|
|
|
.service-details .feature-block .icon-box .flap {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|
|
|
|
.service-details .feature-block .icon-box .flap:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 40px;
|
|
height: 100%;
|
|
background: #f2f2f2;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
z-index: 2;
|
|
}
|
|
|
|
.service-details .feature-block h5 {
|
|
position: relative;
|
|
top: 0;
|
|
color: #132728;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.service-details .feature-block .lower-text {
|
|
position: relative;
|
|
padding-top: 5px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.service-details .process {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 70px;
|
|
}
|
|
|
|
.service-details .process .row {
|
|
margin: 0;
|
|
}
|
|
|
|
.service-details .process .block {
|
|
position: relative;
|
|
padding: 0 0;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.service-details .process .block .inner {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 100%;
|
|
text-align: center;
|
|
padding: 35px 20px 55px;
|
|
}
|
|
|
|
.service-details .process .block .inner:after {
|
|
content: '';
|
|
position: absolute;
|
|
right: -1px;
|
|
top: 40px;
|
|
height: 80px;
|
|
border-right: 1px dashed rgba(0, 0, 0, 0.20);
|
|
z-index: 1;
|
|
}
|
|
|
|
.service-details .process .block .text {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.service-details .process .block .count {
|
|
position: absolute;
|
|
left: 50%;
|
|
margin-left: -25px;
|
|
bottom: -25px;
|
|
width: 54px;
|
|
height: 54px;
|
|
line-height: 50px;
|
|
background: #f2f2f2;
|
|
border: 2px solid #ffffff;
|
|
border-radius: 50%;
|
|
z-index: 5;
|
|
}
|
|
|
|
.service-details .installation {
|
|
position: relative;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
.service-details .installation-box {
|
|
position: relative;
|
|
padding-right: 270px;
|
|
}
|
|
|
|
.service-details .installation-box .image-layer {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 270px;
|
|
height: 100%;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
|
|
.service-details .installation .cost-form {
|
|
position: relative;
|
|
padding: 40px 30px;
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
.installation .cost-form .form-box {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.installation .cost-form form {
|
|
position: relative;
|
|
}
|
|
|
|
.installation .cost-form .form-group {
|
|
position: relative;
|
|
padding-right: 204px;
|
|
margin: 0;
|
|
}
|
|
|
|
.installation .cost-form .form-group input[type="text"],
|
|
.installation .cost-form .form-group input[type="tel"],
|
|
.installation .cost-form .form-group input[type="email"] {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
line-height: 28px;
|
|
padding: 15px 25px 15px 25px;
|
|
height: 60px;
|
|
display: block;
|
|
font-size: 15px;
|
|
background: #ffffff;
|
|
font-weight: 400;
|
|
color: #132728;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
border-radius: 0px;
|
|
-webkit-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.installation .cost-form .form-group input[type="text"]:focus,
|
|
.installation .cost-form .form-group input[type="email"]:focus,
|
|
.installation .cost-form .form-group input[type="tel"]:focus {
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.installation .cost-form .form-group input::-webkit-input-placeholder {
|
|
color: #929a9a;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.installation .cost-form .form-group .theme-btn {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 0px;
|
|
width: 184px;
|
|
height: 60px;
|
|
}
|
|
|
|
.installation .cost-form .form-group .theme-btn .btn-title {
|
|
padding: 14px 10px;
|
|
text-align: center;
|
|
max-height: 60px;
|
|
}
|
|
|
|
.installation .cost-form h5 {
|
|
font-size: 20px;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.service-details .installation .info-box {
|
|
position: relative;
|
|
padding: 40px 30px;
|
|
background: #f2f2f2;
|
|
}
|
|
|
|
.service-details .installation .info-box ul li {
|
|
position: relative;
|
|
line-height: 24px;
|
|
color: #585f5f;
|
|
padding: 0 0 15px;
|
|
margin-bottom: 15px;
|
|
border-bottom: 1px dashed rgba(0, 0, 0, 0.20);
|
|
}
|
|
|
|
.service-details .installation .info-box ul li:last-child {
|
|
border-bottom: none;
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.service-details .installation .info-box ul li .ttl {
|
|
position: relative;
|
|
float: left;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
font-family: 'Libre Baskerville', serif;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.service-details .installation .info-box ul li .ttl i {
|
|
font-family: 'Inter', sans-serif;
|
|
font-style: normal;
|
|
display: block;
|
|
color: #585f5f;
|
|
font-size: 15px;
|
|
padding-top: 3px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.service-details .installation .info-box ul li .dtl {
|
|
position: relative;
|
|
float: right;
|
|
}
|
|
|
|
.service-details .recent-projects {
|
|
position: relative;
|
|
}
|
|
|
|
.service-details .recent-projects .upper-text {
|
|
position: relative;
|
|
}
|
|
|
|
.service-details .recent-projects .upper-text h3 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.service-details .recent-projects .row {
|
|
margin: 0 0;
|
|
}
|
|
|
|
.service-details .recent-projects .row .project-block {
|
|
padding: 0 0;
|
|
margin: 0 0;
|
|
}
|
|
|
|
.service-details .recent-projects .row .project-block .link-box {
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
-webkit-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.service-details .recent-projects .row .project-block:hover .link-box {
|
|
bottom: 70px;
|
|
opacity: 1;
|
|
visibility: visible;
|
|
}
|
|
|
|
.service-request {
|
|
position: relative;
|
|
}
|
|
|
|
.service-request .inner-box {
|
|
position: relative;
|
|
padding: 60px 50px;
|
|
background: #f2f2f2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.service-request .right-image {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.service-request .right-image img {
|
|
display: block;
|
|
}
|
|
|
|
.service-request .content-box {
|
|
position: relative;
|
|
display: block;
|
|
max-width: 770px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.service-request .sec-title {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.service-request .form-outer {
|
|
position: relative;
|
|
display: block;
|
|
padding: 0px 35px 15px 35px;
|
|
border: 4px solid #24a77e;
|
|
border-top: none;
|
|
}
|
|
|
|
.service-request .form-outer:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 35px;
|
|
border-top: 4px solid #24a77e;
|
|
}
|
|
|
|
.service-request .form-outer:after {
|
|
content: '';
|
|
position: absolute;
|
|
left: 210px;
|
|
top: 0;
|
|
right: 0;
|
|
border-top: 4px solid #24a77e;
|
|
}
|
|
|
|
.service-request .form-box {
|
|
position: relative;
|
|
display: block;
|
|
z-index: 1;
|
|
}
|
|
|
|
.service-request .form-box .discount {
|
|
position: relative;
|
|
display: block;
|
|
top: -10px;
|
|
font-weight: 600;
|
|
color: #24a77e;
|
|
font-size: 18px;
|
|
padding-left: 20px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.service-request .default-form .form-group {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.service-request .default-form .form-group button,
|
|
.service-request .default-form .form-group input[type="submit"] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
My Account Section
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.myaccount-section {
|
|
position: relative;
|
|
padding: 100px 0px 50px 0px;
|
|
}
|
|
|
|
.myaccount-section .column h3 {
|
|
position: relative;
|
|
font-size: 24px;
|
|
font-weight: 700;
|
|
margin-bottom: 30px;
|
|
color: #132728;
|
|
}
|
|
|
|
.myaccount-section .column {
|
|
position: relative;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.myaccount-section .form-group {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.myaccount-section .form-group:last-child {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.myaccount-section .form-group .icon {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 15px;
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
color: #929a9a;
|
|
z-index: 1;
|
|
}
|
|
|
|
.myaccount-section .login-inner .form-group .other-option {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 10px;
|
|
}
|
|
|
|
.myaccount-section .login-inner .other-option li {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.myaccount-section .login-inner .other-option li:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.myaccount-section .login-inner .other-option li p {
|
|
font-weight: 500;
|
|
margin: 0;
|
|
}
|
|
|
|
.myaccount-section .login-inner .other-option li a {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
color: #a6a6af;
|
|
width: 50px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
-webkit-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.myaccount-section .login-inner .other-option li a:hover {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.myaccount-section .login-inner {
|
|
position: relative;
|
|
}
|
|
|
|
.myaccount-section .register-inner {
|
|
position: relative;
|
|
}
|
|
|
|
.myaccount-section .register-inner .form-group .text {
|
|
position: absolute;
|
|
right: 0px;
|
|
top: 20px;
|
|
color: #585f5f;
|
|
line-height: 30px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.myaccount-section .register-inner .text p {
|
|
font-weight: 500;
|
|
margin: 0px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.myaccount-section .remember-me {
|
|
position: relative;
|
|
}
|
|
|
|
.myaccount-section .remember-me input {
|
|
position: absolute;
|
|
left: 3px;
|
|
top: 4px;
|
|
}
|
|
|
|
.myaccount-section .remember-me label {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 26px;
|
|
line-height: 24px;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
|
|
/***
|
|
|
|
====================================================================
|
|
Shop Page
|
|
====================================================================
|
|
|
|
***/
|
|
|
|
.shop-page.sidebar-page-container {
|
|
padding-bottom: 70px;
|
|
}
|
|
|
|
.shop-page .content-side {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.shop-sidebar .sidebar-widget {}
|
|
|
|
.shop-sidebar .sidebar-widget:last-child {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.shop-sidebar .sidebar-widget .sidebar-title {
|
|
font-size: 22px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.shop-sidebar .sidebar-widget .sidebar-title h4 {
|
|
font-size: 22px;
|
|
}
|
|
|
|
.rangeslider-widget.sidebar-widget .sidebar-title {
|
|
margin-bottom: 40px;
|
|
text-transform: none;
|
|
}
|
|
|
|
.sidebar .categories .sidebar-title {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.sidebar .categories ul {
|
|
position: relative;
|
|
}
|
|
|
|
.sidebar .categories ul li {
|
|
position: relative;
|
|
line-height: 30px;
|
|
padding: 0px 0px 15px;
|
|
font-size: 16px;
|
|
border-bottom: 1px dashed rgba(0, 0, 0, 0.30);
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.sidebar .categories ul li:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.sidebar .categories ul li a {
|
|
position: relative;
|
|
display: block;
|
|
color: #1e1e2a;
|
|
text-transform: capitalize;
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
padding: 0px 0px;
|
|
padding-left: 25px;
|
|
-webkit-transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
.sidebar .categories ul li a:before {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
font-family: 'Flaticon';
|
|
content: "\f179";
|
|
font-size: 12px;
|
|
line-height: 30px;
|
|
color: #b9baba;
|
|
font-weight: 400;
|
|
z-index: 5;
|
|
}
|
|
|
|
.sidebar .categories ul li a:hover,
|
|
.sidebar .categories ul li.active a,
|
|
.sidebar .categories ul li a:hover:before,
|
|
.sidebar .categories ul li.active a:before {
|
|
color: #24a77e;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.range-slider-one {
|
|
position: relative;
|
|
min-height: 48px;
|
|
padding-top: 10px;
|
|
margin-top: -20px;
|
|
}
|
|
|
|
.range-slider-one .title {
|
|
position: relative;
|
|
float: left;
|
|
color: #585f5f;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.range-slider-one .title:before {
|
|
position: absolute;
|
|
content: '$';
|
|
right: -14px;
|
|
top: 0px;
|
|
color: #222222;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.range-slider-one .input {
|
|
float: right;
|
|
left: 8px;
|
|
max-width: 75px;
|
|
padding-left: 8px;
|
|
margin-top: 5px;
|
|
position: relative;
|
|
}
|
|
|
|
.range-slider-one .input input {
|
|
background: none;
|
|
color: #222222;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
width: auto;
|
|
text-align: left;
|
|
}
|
|
|
|
.range-slider-one .ui-widget.ui-widget-content {
|
|
height: 4px;
|
|
border: none;
|
|
margin-bottom: 25px;
|
|
background: #eaeceb;
|
|
}
|
|
|
|
.range-slider-one .ui-slider .ui-slider-range {
|
|
top: 0px;
|
|
height: 4px;
|
|
background: #3cc88f;
|
|
}
|
|
|
|
.range-slider-one .ui-state-default,
|
|
.range-slider-one .ui-widget-content .ui-state-default {
|
|
top: -7px;
|
|
width: 17px;
|
|
height: 17px;
|
|
background: #ffffff;
|
|
cursor: pointer;
|
|
border-radius: 9px;
|
|
border: 3px solid #3cc88f;
|
|
}
|
|
|
|
.range-slider-one .ui-state-default:before,
|
|
.range-slider-one .ui-widget-content .ui-state-default:before {
|
|
content: '';
|
|
position: absolute;
|
|
left: 4px;
|
|
top: 4px;
|
|
width: 3px;
|
|
height: 3px;
|
|
background: #24a77e;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.range-slider-one .price-range-slider {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.range-slider-one .theme-btn .btn-title {
|
|
padding: 3px 25px;
|
|
line-height: 24px;
|
|
font-size: 14px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.range-slider-one .theme-btn .btn-title {}
|
|
|
|
/*Products Widget*/
|
|
|
|
.sidebar .popular-products .product {
|
|
position: relative;
|
|
padding-left: 100px;
|
|
padding-top: 0px;
|
|
min-height: 80px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.sidebar .popular-products .product:last-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.sidebar .popular-products .product .post-thumb {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 80px;
|
|
border-radius: 0px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sidebar .popular-products .rating {
|
|
position: relative;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
color: #24a77e;
|
|
margin-top: -3px;
|
|
margin-bottom: 7px;
|
|
}
|
|
|
|
.sidebar .popular-products .rating span {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.sidebar .popular-products .rating .far,
|
|
.sidebar .popular-products .rating .fa-star-half {
|
|
color: #c8c8c8;
|
|
}
|
|
|
|
.shop-page .pagination-box {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.sidebar .popular-products .product .price {
|
|
position: relative;
|
|
font-size: 15px;
|
|
line-height: 20px;
|
|
font-weight: 500;
|
|
color: #585f5f;
|
|
}
|
|
|
|
.sidebar .popular-products .product h5 {
|
|
font-size: 17px;
|
|
margin: 0 0 7px;
|
|
line-height: 1.4em;
|
|
font-weight: 600;
|
|
color: #132728;
|
|
}
|
|
|
|
.sidebar .popular-products .product h5 a {
|
|
color: #132728;
|
|
}
|
|
|
|
.sidebar .popular-products .product h5 a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.shop-upper-box {
|
|
position: relative;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.shop-upper-box .items-label {
|
|
position: relative;
|
|
float: left;
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
color: #132728;
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.shop-upper-box .sort-by {
|
|
position: relative;
|
|
float: right;
|
|
width: 270px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.shop-upper-box .layout-mode {
|
|
position: relative;
|
|
float: left;
|
|
padding: 2px 0px;
|
|
width: 30%;
|
|
}
|
|
|
|
.shop-upper-box .layout-mode a {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 46px;
|
|
height: 46px;
|
|
text-align: center;
|
|
line-height: 44px;
|
|
font-size: 20px;
|
|
color: #222222;
|
|
border: 1px solid #e5e5e5;
|
|
margin-right: 10px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.shop-upper-box .layout-mode a:hover,
|
|
.shop-upper-box .layout-mode a.active {
|
|
background: #3cc88f;
|
|
border-color: #3cc88f;
|
|
color: #ffffff;
|
|
}
|
|
|
|
/*=== Shop Item ===*/
|
|
|
|
.shop-item {
|
|
position: relative;
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
.shop-item .inner-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
background: #ffffff;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.shop-item .inner-box .image {
|
|
position: relative;
|
|
z-index: 1;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.shop-item .inner-box .image img {
|
|
width: 100%;
|
|
display: block;
|
|
-webkit-transition: all 300ms ease;
|
|
-moz-transition: all 300ms ease;
|
|
-ms-transition: all 300ms ease;
|
|
-o-transition: all 300ms ease;
|
|
transition: all 300ms ease;
|
|
}
|
|
|
|
.shop-item .inner-box .options {
|
|
position: relative;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.10);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
z-index: 5;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box {
|
|
position: relative;
|
|
padding-left: 50px;
|
|
padding-right: 50px;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box li {
|
|
position: relative;
|
|
display: block;
|
|
height: 50px;
|
|
min-width: 50px;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box .add-fav {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box .zoom-btn {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box li a {
|
|
position: relative;
|
|
display: block;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box li .icon {
|
|
font-weight: 400;
|
|
padding-right: 5px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box .add-fav a,
|
|
.shop-item .inner-box .option-box .zoom-btn a {
|
|
background: #f2f2f2;
|
|
font-size: 18px;
|
|
color: #b9baba;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box li a:hover {
|
|
color: #24a77e;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box .add-fav a .icon,
|
|
.shop-item .inner-box .option-box .zoom-btn a .icon {
|
|
padding: 0px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box li a .t-tip {
|
|
position: absolute;
|
|
left: 0%;
|
|
/*left: 50%;
|
|
transform: translateX(-50%);*/
|
|
top: -20px;
|
|
width: 90px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
text-align: center;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
border-radius: 0px;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box li.zoom-btn a .t-tip {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box li a:hover .t-tip {
|
|
top: -28px;
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
|
|
.shop-item .inner-box .option-box li a .t-tip:before {
|
|
position: absolute;
|
|
content: '';
|
|
width: 10px;
|
|
height: 10px;
|
|
left: 20px;
|
|
background: #24a77e;
|
|
bottom: -4px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.shop-item .inner-box .option-box li.zoom-btn a .t-tip:before {
|
|
left: auto;
|
|
right: 20px;
|
|
}
|
|
|
|
.shop-item .inner-box .lower-content {
|
|
position: relative;
|
|
z-index: 10;
|
|
padding: 25px 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.shop-item .inner-box .lower-content h5 {
|
|
font-size: 18px;
|
|
line-height: 1.5em;
|
|
text-transform: capitalize;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
margin: 0 0 10px;
|
|
}
|
|
|
|
.shop-item .inner-box .lower-content h5 a {
|
|
color: #132728;
|
|
transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
}
|
|
|
|
.shop-item .inner-box .lower-content h5 a:hover {
|
|
color: #24a77e;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.shop-item .inner-box .lower-content .price {
|
|
position: relative;
|
|
color: #585f5f;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.shop-item .inner-box .lower-content .price span {
|
|
display: inline-block;
|
|
margin: 0 5px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.shop-item .inner-box .lower-content .price .strike-through {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.shop-item .rating {
|
|
position: relative;
|
|
font-size: 13px;
|
|
font-weight: 400;
|
|
color: #24a77e;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.shop-item .rating span {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.shop-item .rating .far {
|
|
color: #c8c8c8;
|
|
}
|
|
|
|
.shop-page .pagination-box {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
/** product-details **/
|
|
|
|
.product-details {
|
|
position: relative;
|
|
padding: 100px 0px 55px 0px;
|
|
}
|
|
|
|
.product-details .basic-details {
|
|
position: relative;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.product-details .basic-details .image-column {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.product-details .basic-details .image-column .image {
|
|
position: relative;
|
|
display: block;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
background: #ffffff;
|
|
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.product-details .basic-details .image-column img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.product-details .product-details-content {
|
|
position: relative;
|
|
}
|
|
|
|
.product-details .product-details-content h3 {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
text-transform: capitalize;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.product-details .product-details-content .rating-box {
|
|
position: relative;
|
|
font-size: 15px;
|
|
color: #585f5f;
|
|
line-height: 24px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.product-details .product-details-content .rating-box li {
|
|
position: relative;
|
|
display: inline-block;
|
|
float: left;
|
|
line-height: 24px;
|
|
color: #24a77e;
|
|
font-size: 15px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.product-details .product-details-content .rating-box li:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.product-details .product-details-content .reviews {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 15px;
|
|
color: #585f5f;
|
|
line-height: 24px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.product-details .product-details-content .reviews a {
|
|
position: relative;
|
|
font-size: 15px;
|
|
color: #585f5f;
|
|
line-height: 24px;
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.product-details .product-details-content .reviews a:hover {}
|
|
|
|
.product-details .product-details-content .item-price {
|
|
position: relative;
|
|
display: block;
|
|
margin: 15px 0px 20px 0px;
|
|
}
|
|
|
|
.product-details .product-details-content .item-price span {
|
|
position: relative;
|
|
font-size: 30px;
|
|
color: #24a77e;
|
|
line-height: 40px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.product-details .product-details-content .share {
|
|
position: absolute;
|
|
top: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
.product-details .product-details-content .share a {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
color: #585f5f;
|
|
width: 54px;
|
|
height: 54px;
|
|
background: #f2f2f2;
|
|
line-height: 54px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
transition: all 0.3s ease;
|
|
-moz-transition: all 0.3s ease;
|
|
-webkit-transition: all 0.3s ease;
|
|
-ms-transition: all 0.3s ease;
|
|
-o-transition: all 0.3s ease;
|
|
}
|
|
|
|
.product-details .product-details-content .share a:hover {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
}
|
|
|
|
.product-details .product-details-content .text {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.product-details .product-details-content .text p {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
margin: 0px;
|
|
}
|
|
|
|
.product-details .product-details-content .product-highlights h5 {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.product-details .product-details-content .product-highlights .list-item li {
|
|
position: relative;
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: #585f5f;
|
|
margin-bottom: 12px;
|
|
padding-left: 28px;
|
|
}
|
|
|
|
.product-details .product-details-content .product-highlights .list-item li:last-child {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.product-details .product-details-content .product-highlights .list-item li:before {
|
|
position: absolute;
|
|
content: '\f06c';
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 700;
|
|
font-size: 15px;
|
|
font-weight: 700;
|
|
color: #24a77e;
|
|
left: 0px;
|
|
top: 0px;
|
|
}
|
|
|
|
.product-details .product-details-content .product-highlights {
|
|
position: relative;
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
.product-details .product-details-content .item-quantity {
|
|
position: relative;
|
|
display: inline-block;
|
|
max-width: 140px;
|
|
width: 100%;
|
|
float: left;
|
|
padding: 0px 45px;
|
|
}
|
|
|
|
.item-quantity .input-group {
|
|
position: relative;
|
|
display: table;
|
|
border-collapse: separate;
|
|
max-width: 140px;
|
|
width: 100%;
|
|
height: 50px;
|
|
}
|
|
|
|
.item-quantity input.quantity-spinner {
|
|
line-height: 54px;
|
|
height: 54px;
|
|
width: 50px !important;
|
|
padding: 0px !important;
|
|
box-shadow: none !important;
|
|
border: none;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #1e1e2a;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down {
|
|
position: absolute;
|
|
height: 54px;
|
|
width: 45px;
|
|
background: transparent;
|
|
padding: 12px 0px;
|
|
line-height: 30px;
|
|
left: -44px;
|
|
top: -54px;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-right: none;
|
|
border-radius: 0px 0px 0px 0px;
|
|
}
|
|
|
|
.bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up {
|
|
position: absolute;
|
|
height: 54px;
|
|
width: 45px;
|
|
background: transparent;
|
|
padding: 12px 0px;
|
|
line-height: 30px;
|
|
right: -44px;
|
|
top: -54px;
|
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
border-left: none;
|
|
border-radius: 0px 0px 0px 0px;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.bootstrap-touchspin .glyphicon-chevron-up:before {
|
|
content: "\f067";
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
color: #0c2957;
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: 700;
|
|
}
|
|
|
|
.bootstrap-touchspin .glyphicon-chevron-down:before {
|
|
content: "\f068";
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
color: #0c2957;
|
|
font-weight: 700;
|
|
font-family: 'Font Awesome 5 Free';
|
|
}
|
|
|
|
.bootstrap-touchspin .input-group-btn-vertical {
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
|
|
.bootstrap-touchspin .input-group-btn-vertical i {
|
|
top: 11px;
|
|
left: 15px;
|
|
font-size: inherit !important;
|
|
}
|
|
|
|
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.product-details .product-details-content .other-options .link-box {
|
|
position: relative;
|
|
display: inline-block;
|
|
float: left;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.product-details .product-details-content .other-options .link-box .btn-title {
|
|
padding: 12px 30px;
|
|
line-height: 28px;
|
|
max-height: 54px;
|
|
}
|
|
|
|
.product-details .product-details-content .other-options {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
.product-details .product-details-content .product-category .list li {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #585f5f;
|
|
}
|
|
|
|
.product-details .product-details-content .product-category .list li:first-child {
|
|
color: #1e1e2a;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.product-details .product-details-content .product-category .list li a {
|
|
color: #585f5f;
|
|
}
|
|
|
|
.product-details .product-description .tab-btn-box {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.product-details .product-description .tab-btn-box:before {
|
|
position: absolute;
|
|
content: '';
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
|
|
width: 100%;
|
|
left: 0px;
|
|
top: 28.5px;
|
|
}
|
|
|
|
.product-details .product-description .tab-btn-box .tab-btns li {
|
|
position: relative;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
|
|
color: #132728;
|
|
border: 1px solid rgba(0, 0, 0, 0.10);
|
|
background: #ffffff;
|
|
border-radius: 0px;
|
|
text-align: center;
|
|
padding: 12px 25px;
|
|
line-height: 30px;
|
|
margin: 0px 7px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.product-details .product-description .tab-btn-box .tab-btns li.active-btn,
|
|
.product-details .product-description .tab-btn-box .tab-btns li:hover {
|
|
color: #ffffff;
|
|
background: #24a77e;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content h4 {
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
margin-bottom: 15px;
|
|
color: #132728;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .text p {
|
|
position: relative;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .text p:last-child {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.product-details .product-description .customer-comment {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .customer-comment .comment {
|
|
position: relative;
|
|
display: block;
|
|
border: 1px solid #e3e3e3;
|
|
border-radius: 5px;
|
|
margin-bottom: 30px;
|
|
background: #f2f2f2;
|
|
padding: 40px 30px 35px 130px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .customer-comment .comment .customer-thumb {
|
|
position: absolute;
|
|
left: 30px;
|
|
top: 40px;
|
|
width: 70px;
|
|
height: 70px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .customer-comment .comment .customer-thumb img {
|
|
width: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .customer-comment .comment .info {
|
|
position: relative;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .customer-comment .comment .info h4 {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
margin: 0px 0px 5px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .customer-comment .comment .info span {
|
|
position: relative;
|
|
display: inline-block;
|
|
color: #132728;
|
|
font-size: 15px;
|
|
font-weight: 400;
|
|
color: #585f5f;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .customer-comment .comment .rating {
|
|
position: relative;
|
|
color: #24a77e;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .customer-comment .comment .rating li {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
float: left;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .customer-comment .comment p {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
margin: 0px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner {
|
|
position: relative;
|
|
display: block;
|
|
border: 1px solid #e3e3e3;
|
|
border-radius: 5px;
|
|
padding: 40px 30px 30px 30px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner h3 {
|
|
font-size: 24px;
|
|
margin-bottom: 30px;
|
|
color: #132728;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner h3 span {
|
|
font-family: 'Inter', sans-serif;
|
|
font-size: 16px;
|
|
color: #585f5f;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner .review-box {
|
|
position: relative;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner .review-box p {
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
margin: 0px;
|
|
float: left;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner .review-box .rating {
|
|
position: relative;
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner .review-box .rating li {
|
|
position: relative;
|
|
display: inline-block;
|
|
float: left;
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
color: #24a77e;
|
|
margin-right: 3px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner .review-box .rating:hover li i {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner .replay-form .form-group {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner .replay-form .form-group textarea {
|
|
height: 120px;
|
|
display: block;
|
|
resize: none;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner .replay-form .form-group textarea:focus,
|
|
.product-details .product-description .tabs-content .reply-inner .replay-form .form-group input:focus {}
|
|
|
|
.product-details .product-description .tabs-content .reply-inner .replay-form .form-group button {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .remember-me {
|
|
position: relative;
|
|
float: left;
|
|
margin-left: 30px;
|
|
margin-top: 19px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .remember-me input {
|
|
position: absolute;
|
|
left: 3px;
|
|
top: 5px;
|
|
}
|
|
|
|
.product-details .product-description .tabs-content .remember-me label {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 26px;
|
|
line-height: 24px;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
}
|
|
|
|
.product-details .product-description {
|
|
position: relative;
|
|
margin-bottom: 90px;
|
|
}
|
|
|
|
.product-details .related-product {
|
|
position: relative;
|
|
}
|
|
|
|
.product-details .related-product h3 {
|
|
position: relative;
|
|
font-size: 30px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
text-transform: capitalize;
|
|
text-align: center;
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
/** cart-section **/
|
|
|
|
.cart-section {
|
|
position: relative;
|
|
padding: 100px 0px 100px 0px;
|
|
}
|
|
|
|
.cart-outer {
|
|
position: relative;
|
|
}
|
|
|
|
.cart-outer .table-outer {
|
|
position: relative;
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.cart-outer .cart-table {
|
|
width: 100%;
|
|
min-width: 900px;
|
|
border-bottom: 1px solid #e9e9e9;
|
|
}
|
|
|
|
.cart-outer .cart-table tbody {
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.cart-table .cart-header {
|
|
position: relative;
|
|
width: 100%;
|
|
border: 1px solid #e3e3e3;
|
|
}
|
|
|
|
.cart-table thead tr th {
|
|
line-height: 28px;
|
|
padding: 21px 28px 19px 40px;
|
|
font-weight: 500;
|
|
font-size: 18px;
|
|
|
|
color: #1e1e2a;
|
|
border-right: 1px solid #e3e3e3;
|
|
}
|
|
|
|
.cart-table thead tr th .fa {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.cart-table tbody tr td {
|
|
padding: 30px 30px;
|
|
}
|
|
|
|
.cart-table tbody tr .qty .item-quantity {
|
|
border: 1px solid #dddddd;
|
|
}
|
|
|
|
.cart-table tbody tr .qty .quantity-spinner {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.cart-table tbody tr .prod-column .column-box {
|
|
position: relative;
|
|
min-height: 80px;
|
|
padding-top: 29px;
|
|
padding-left: 110px;
|
|
}
|
|
|
|
.cart-table tbody tr .prod-column .column-box .prod-thumb {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 80px;
|
|
height: 80px;
|
|
border: 1px solid #e3e3e3;
|
|
}
|
|
|
|
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
|
|
display: block;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.cart-table tbody tr .prod-column .column-box h4 {
|
|
position: relative;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.cart-table tbody tr .sub-total {
|
|
font-weight: 600;
|
|
color: #132728;
|
|
}
|
|
|
|
.cart-table tbody tr .remove-btn {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
color: #b0b0b8;
|
|
width: 34px;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
text-align: center;
|
|
border: 1px solid #b0b0b8;
|
|
-webkit-transition: all 500ms ease;
|
|
-ms-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
-moz-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.cart-table tbody tr .remove-btn:hover {}
|
|
|
|
.cart-table tbody tr td {
|
|
vertical-align: middle;
|
|
border-left: 1px solid #e3e3e3;
|
|
border-bottom: 1px solid #e3e3e3;
|
|
}
|
|
|
|
.cart-table tbody tr .total-price {
|
|
|
|
font-weight: 500;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.cart-table tbody tr td:last-child {
|
|
border-right: 1px solid #ebebeb;
|
|
text-align: center;
|
|
}
|
|
|
|
.cart-section .cart-outer .totle-table {
|
|
position: relative;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.cart-section .cart-outer .totle-table p {
|
|
font-weight: 500;
|
|
}
|
|
|
|
.cart-section .cart-outer .totle-table p span {
|
|
color: #132728;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.cart-section .cart-outer .totle-table p i {
|
|
font-style: normal;
|
|
color: #24a77e;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.cart-section .cart-outer .totle-table .total p {}
|
|
|
|
.cart-table tbody tr td.qty input {
|
|
width: 90px;
|
|
height: 50px;
|
|
border: 1px solid #e3e3e3;
|
|
text-align: center;
|
|
padding: 10px 10px;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #1e1e2a;
|
|
}
|
|
|
|
.cart-section .apply-coupon .form-group {
|
|
position: relative;
|
|
float: left;
|
|
margin-right: 20px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.cart-section .apply-coupon .form-group:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.cart-section .apply-coupon .form-group input[type="text"] {
|
|
position: relative;
|
|
display: block;
|
|
border: 1px solid #e3e3e3;
|
|
width: 250px;
|
|
height: 60px;
|
|
font-size: 15px;
|
|
font-weight: 500;
|
|
color: #585f5f;
|
|
line-height: 30px;
|
|
padding: 14px 20px;
|
|
background: #ffffff;
|
|
border-radius: 5px;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.cart-section .apply-coupon .form-group .theme-btn .btn-title {
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
color: #132728;
|
|
background: #f2f2f2;
|
|
padding: 15px 30px;
|
|
line-height: 30px;
|
|
border: none;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.cart-section .apply-coupon .form-group .theme-btn:hover .btn-title {
|
|
background: #24a77e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.cart-table tbody tr .remove-btn:hover {
|
|
color: #24a77e;
|
|
border-color: #24a77e;
|
|
}
|
|
|
|
.cart-section .apply-coupon .form-group button:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
.cart-section .btn-box button {
|
|
float: left;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.cart-section .btn-box button:last-child {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
/** checkout-section **/
|
|
|
|
.checkout-section {
|
|
position: relative;
|
|
padding: 90px 0px 100px;
|
|
}
|
|
|
|
.checkout-section h3 {
|
|
font-size: 24px;
|
|
margin-bottom: 20px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
}
|
|
|
|
.checkout-section .form-group {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.checkout-section .default-form .form-group input[type="text"],
|
|
.checkout-section .default-form .form-group input[type="email"],
|
|
.checkout-section .default-form .form-group input[type="password"],
|
|
.checkout-section .default-form .form-group input[type="tel"],
|
|
.checkout-section .default-form .form-group input[type="url"],
|
|
.checkout-section .default-form .form-group input[type="file"],
|
|
.checkout-section .default-form .form-group input[type="number"],
|
|
.checkout-section .default-form .form-group textarea,
|
|
.checkout-section .default-form .form-group select {
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
|
|
.checkout-section .contact-information {
|
|
margin-bottom: 46px;
|
|
}
|
|
|
|
.checkout-section .product-information {
|
|
position: relative;
|
|
display: block;
|
|
padding: 40px 40px 40px 40px;
|
|
border: 1px solid #e3e3e3;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.checkout-section .product-information .single-item {
|
|
position: relative;
|
|
display: block;
|
|
padding: 24px 0px 20px 100px;
|
|
min-height: 102px;
|
|
margin-bottom: 30px;
|
|
border-bottom: 1px solid #e3e3e3;
|
|
}
|
|
|
|
.checkout-section .product-information .single-item .product-image {
|
|
position: absolute;
|
|
left: 0px;
|
|
top: 0px;
|
|
width: 70px;
|
|
height: 70px;
|
|
border: 1px solid #e3e3e3;
|
|
}
|
|
|
|
.checkout-section .product-information h5 {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
color: #132728;
|
|
margin: 0px;
|
|
}
|
|
|
|
.checkout-section .product-information .dtl {
|
|
position: relative;
|
|
display: inline-block;
|
|
float: right;
|
|
font-size: 17px;
|
|
font-weight: 500;
|
|
color: #5a5a68;
|
|
}
|
|
|
|
.checkout-section .product-information .total span {
|
|
font-weight: 600;
|
|
color: #24a77e;
|
|
}
|
|
|
|
.checkout-section .product-information .sub-total,
|
|
.checkout-section .product-information .shipping {
|
|
position: relative;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.checkout-section .product-information .sub-total {
|
|
padding-top: 14px;
|
|
}
|
|
|
|
.checkout-section .product-information i.line {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
margin: 0px 10px;
|
|
border-bottom: 1px dashed #d8d8d8;
|
|
}
|
|
|
|
.checkout-section .product-information .shipping {
|
|
margin-bottom: 42px;
|
|
}
|
|
|
|
.checkout-section .product-information .total {
|
|
position: relative;
|
|
padding: 20px 0px 20px 0px;
|
|
border-top: 1px solid #e3e3e3;
|
|
border-bottom: 1px solid #e3e3e3;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.checkout-section .product-information .theme-btn {
|
|
min-width: 184px;
|
|
}
|
|
|
|
.checkout-section .payment-option {
|
|
position: relative;
|
|
display: block;
|
|
padding: 55px 50px 40px 50px;
|
|
background: #f2f2f2;
|
|
margin-top: 60px;
|
|
}
|
|
|
|
.checkout-section .payment-option ul li {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.checkout-section .payment-option ul li:nth-child(2) {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.checkout-section .payment-method {
|
|
position: relative;
|
|
max-width: 420px;
|
|
}
|
|
|
|
.checkout-section .payment-option ul li p {
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: #1e1e2a;
|
|
margin: 5px 0 0;
|
|
}
|
|
|
|
.checkout-section .payment-option ul li .form-group {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.checkout-section .payment-option h3 {
|
|
color: #1e1e2a;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.checkout-section .check-me {
|
|
position: relative;
|
|
}
|
|
|
|
.checkout-section .check-me input {
|
|
position: absolute;
|
|
left: 3px;
|
|
top: 5px;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.checkout-section .check-me label {
|
|
position: relative;
|
|
display: block;
|
|
padding-left: 26px;
|
|
line-height: 24px;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
}
|
|
|
|
.checkout-section .payment-option .check-me label {
|
|
font-family: 'Libre Baskerville', serif;
|
|
color: #1e1e2a;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.checkout-section .check-me label:before {
|
|
font-family: 'Flaticon';
|
|
content: '';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 3px;
|
|
width: 16px;
|
|
height: 16px;
|
|
line-height: 16px;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
font-size: 10px;
|
|
background: #e3e3e3;
|
|
}
|
|
|
|
.checkout-section .check-me input:checked+label:before {
|
|
content: "\f189";
|
|
}
|
|
|
|
.card-details .default-form .form-group input[type="text"],
|
|
.card-details .default-form .form-group input[type="email"],
|
|
.card-details .default-form .form-group input[type="password"],
|
|
.card-details .default-form .form-group textarea,
|
|
.card-details .default-form .form-group select {
|
|
border-color: rgba(0, 0, 0, 0);
|
|
box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Header */
|
|
.large-header {
|
|
position: relative;
|
|
width: 100%;
|
|
/* background: #333; */
|
|
overflow: hidden;
|
|
background-size: cover;
|
|
background-position: center center;
|
|
z-index: -1;
|
|
}
|
|
|
|
.demo-2 {
|
|
position: fixed;
|
|
z-index: -1;
|
|
height: 100vh;
|
|
width: 100vw;
|
|
top: 0;
|
|
}
|
|
|
|
.demo-2 .large-header {
|
|
background-image: url('../../../src/assets/bg.jpg');
|
|
background-position: center bottom;
|
|
}
|
|
|
|
.demo-3 .large-header {
|
|
background: #7f8c8d;
|
|
}
|
|
|
|
.demo-4 .large-header {
|
|
background: #f9f1e9;
|
|
}
|
|
|
|
.main-title {
|
|
position: absolute;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #f9f1e9;
|
|
text-align: center;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate3d(-50%, -50%, 0);
|
|
transform: translate3d(-50%, -50%, 0);
|
|
}
|
|
|
|
.demo-1 .main-title,
|
|
.demo-3 .main-title {
|
|
text-transform: uppercase;
|
|
font-size: 4.2em;
|
|
letter-spacing: 0.1em;
|
|
}
|
|
|
|
.demo-2 .main-title {
|
|
font-family: 'Clicker Script', cursive;
|
|
font-weight: normal;
|
|
font-size: 8em;
|
|
padding-left: 10px;
|
|
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.demo-2 .main-title::before {
|
|
content: '';
|
|
width: 20vw;
|
|
height: 20vw;
|
|
min-width: 3.5em;
|
|
min-height: 3.5em;
|
|
background: url(../img/deco.svg) no-repeat center center;
|
|
background-size: cover;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
border-radius: 50%;
|
|
z-index: -1;
|
|
-webkit-transform: translate3d(-50%, -50%, 0);
|
|
transform: translate3d(-50%, -50%, 0);
|
|
}
|
|
|
|
.demo-3 .main-title {
|
|
padding: 10px 40px;
|
|
border: 10px double #f9f1e9;
|
|
text-transform: uppercase;
|
|
font-family: Londrina Outline, sans-serif;
|
|
}
|
|
|
|
.demo-4 .main-title {
|
|
font-size: 6em;
|
|
font-weight: 300;
|
|
padding: 10px 30px;
|
|
text-transform: uppercase;
|
|
color: #222;
|
|
}
|
|
|
|
.main-title .thin {
|
|
font-weight: 200;
|
|
}
|
|
|
|
@media only screen and (max-width : 768px) {
|
|
.demo-2 .main-title {
|
|
font-size: 4em;
|
|
}
|
|
} |