File: /home/todorterziev/public_html/wp-content/themes/prysm/assets/css/prysm-3.css
/*-------------------------------------------------------------
Template Name: Prysm
Template URL:
Author Name: Themexriver
Author URL: https://themeforest.net/user/themexriver/portfolio
Version: 1.0
Description:
Tags: prysm
-------------------------------------------------------------*/
/*-------------------------------------------------------------
TABLE OF CONTENTS:
---------------------------------------------------------------
>> Variables
>> Mixin
>> Preloader
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
.pr5-body {
margin: 0;
padding: 0;
overflow-x: hidden;
font-size: 16px;
line-height: 1.556;
color: #666666;
font-family: "Roboto", sans-serif;
-moz-osx-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased; }
::-moz-selection {
color: #ffffff;
background-color: #f94d1c; }
::selection {
color: #ffffff;
background-color: #f94d1c; }
::-moz-selection {
color: #ffffff;
background-color: #f94d1c; }
.container {
max-width: 1200px; }
ul {
margin: 0;
padding: 0;
list-style: none; }
ul li {
list-style: none; }
[data-background] {
background-size: cover;
background-repeat: no-repeat;
background-position: center center; }
a {
color: inherit;
text-decoration: none;
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out; }
a:hover, a:focus {
text-decoration: none; }
img {
width: 100%;
height: auto; }
.over-inh {
overflow: inherit !important;
}
section {
overflow: hidden; }
button {
cursor: pointer; }
.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
color: inherit; }
.form-control {
-webkit-box-shadow: none;
box-shadow: none; }
.relative-position {
position: relative; }
.no-padding {
padding: 0; }
.pr5-headline h1,
.pr5-headline h2,
.pr5-headline h3,
.pr5-headline h4,
.pr5-headline h5,
.pr5-headline h6 {
font-family: "Poppins", sans-serif;
font-weight: 700;
text-transform: none;
line-height: 1.25;
margin-bottom: 0;
color: #000446;
text-transform: capitalize; }
.pr5-headline h1 {
font-size: 60px; }
@media (max-width: 767.98px) {
.pr5-headline h1 {
font-size: 50px; } }
.pr5-headline h2 {
font-size: 48px; }
@media (max-width: 767.98px) {
.pr5-headline h2 {
font-size: 36px; } }
@media (max-width: 575.98px) {
.pr5-headline h2 {
font-size: 30px; } }
.pr5-headline h3 {
font-size: 36px; }
@media (max-width: 767.98px) {
.pr5-headline h3 {
font-size: 30px; } }
.pr5-headline h4 {
font-size: 24px; }
@media (max-width: 767.98px) {
.pr5-headline h4 {
font-size: 20px; } }
.pr5-headline h5 {
font-size: 20px; }
.pr5-headline h6 {
font-size: 18px; }
.pr5-pera-txt p {
color: #666666;
margin: 0; }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
margin-left: 0; }
.loading-preloader {
background-color: #ffffff;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 900; }
#loading-preloader {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
height: 50px;
width: 150px;
visibility: visible;
z-index: 1000; }
.line_shape {
width: 8px;
height: 50px;
margin-right: 5px;
background-color: #f94d1c;
-webkit-animation: animate24 1s infinite;
animation: animate24 1s infinite;
float: left;
opacity: 1; }
.line_shape:last-child {
margin-right: 0px; }
.line_shape:nth-child(10) {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s; }
.line_shape:nth-child(9) {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s; }
.line_shape:nth-child(8) {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s; }
.line_shape:nth-child(7) {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s; }
.line_shape:nth-child(6) {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.line_shape:nth-child(5) {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.line_shape:nth-child(4) {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.line_shape:nth-child(3) {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }
.line_shape:nth-child(2) {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
@-webkit-keyframes animate24 {
50% {
-webkit-transform: scaleY(0);
transform: scaleY(0); } }
@keyframes animate24 {
50% {
-webkit-transform: scaleY(0);
transform: scaleY(0); } }
.pr5-body-overlay {
background-color: rgba(0, 0, 0, 0.6);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 160;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden; }
.pr5-body-overlay-on {
opacity: 1;
visibility: visible; }
.pr5-title-area .pr5-subtitle {
display: inline-block;
width: 200px;
height: 38px;
text-align: center;
line-height: 38px;
background-color: #ffd9d0;
color: #f94d1c;
border-radius: 3px;
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 20px; }
.pr5-title-area .pr5-pera-txt {
margin-top: 30px; }
.pr5-scroll-top {
width: 50px;
height: 50px;
color: #ffffff !important;
background-color: #f94d1c;
font-size: 24px;
text-align: center;
line-height: 50px;
display: inline-block;
position: fixed;
bottom: 30px;
right: 30px;
z-index: 100;
border-radius: 4px;
display: none;
-webkit-transition: initial;
-o-transition: initial;
transition: initial; }
.pr5-primary-btn a {
width: 170px;
height: 55px;
background-color: #f94d1c;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff !important;
font-family: "Poppins", sans-serif;
font-weight: 600;
border-radius: 3px;
font-size: 15px;
padding-left: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
text-transform: capitalize; }
.pr5-primary-btn a i {
width: 35px;
height: 35px;
background-color: #fb7f5c;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-align: center;
line-height: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 3px;
margin-left: 23px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-primary-btn a:hover {
background-color: #104548; color:#fff}
.pr5-primary-btn a:hover i {
background-color: #587a7b; }
rs-layer.pr5-primary-btn {
width: 160px;
height: 55px;
background-color: #f94d1c;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
font-family: "Poppins", sans-serif;
font-weight: 600;
border-radius: 3px;
font-size: 15px;
padding-left: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
text-transform: capitalize; }
rs-layer.pr5-primary-btn i {
width: 35px;
height: 35px;
background-color: #fb7f5c;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-align: center;
line-height: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 3px;
margin-left: 23px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
rs-layer.pr5-primary-btn:hover {
background-color: #104548; }
rs-layer.pr5-primary-btn:hover i {
background-color: #587a7b; }
.pr5-secondary-btn a {
width: auto;
height: 55px;
background-color: #104548;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
font-family: "Poppins", sans-serif;
font-weight: 600;
border-radius: 3px;
font-size: 15px;
padding-left: 15px;
padding-right: 10px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
text-transform: capitalize; }
.pr5-secondary-btn a i {
width: 35px;
height: 35px;
background-color: #587a7b;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-align: center;
line-height: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 3px;
margin-left: 23px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-secondary-btn a:hover {
background-color: #f94d1c; }
.pr5-secondary-btn a:hover i {
background-color: #fb7f5c; }
rs-layer.pr5-secondary-btn {
width: 160px;
height: 55px;
background-color: #104548;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
font-family: "Poppins", sans-serif;
font-weight: 600;
border-radius: 3px;
font-size: 15px;
padding-left: 15px;
padding-right: 10px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
text-transform: capitalize; }
rs-layer.pr5-secondary-btn i {
width: 35px;
height: 35px;
background-color: #587a7b;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-align: center;
line-height: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 3px;
margin-left: 23px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
rs-layer.pr5-secondary-btn:hover {
background-color: #f94d1c; }
rs-layer.pr5-secondary-btn:hover i {
background-color: #fb7f5c; }
@-webkit-keyframes pr20_rotate_animation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes pr20_rotate_animation {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes pr20_object_animation {
0% {
-webkit-transform: translateY(0);
transform: translateY(0); }
50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes pr20_object_animation {
0% {
-webkit-transform: translateY(0);
transform: translateY(0); }
50% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px); }
100% {
-webkit-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes pr5-ripple-animation {
0% {
-webkit-box-shadow: 0 0 0 0rem rgba(255, 98, 114, 0.2), 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2);
box-shadow: 0 0 0 0rem rgba(255, 98, 114, 0.2), 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2); }
100% {
-webkit-box-shadow: 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0);
box-shadow: 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0); } }
@keyframes pr5-ripple-animation {
0% {
-webkit-box-shadow: 0 0 0 0rem rgba(255, 98, 114, 0.2), 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2);
box-shadow: 0 0 0 0rem rgba(255, 98, 114, 0.2), 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2); }
100% {
-webkit-box-shadow: 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0);
box-shadow: 0 0 0 1rem rgba(255, 98, 114, 0.2), 0 0 0 2rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0.2), 0 0 0 3rem rgba(255, 98, 114, 0); } }
/********* Layout **************/
.pr5-header-section {
background-color: transparent;
position: relative;
z-index: 100; }
@media (max-width: 991.98px) {
.pr5-header-section {
background-color: #FFF8F5; } }
.pr5-header-section .pr5-main-header {
background-color: #104548;
padding: 10px 0;
border-radius: 3px; }
.pr5-header-section .pr5-main-header .pr5-header-info-bar {
padding-bottom: 10px; }
.pr5-header-section .pr5-main-header .pr5-info-left {
color: #ffffff;
padding-left: 10px; }
.pr5-header-section .pr5-main-header .pr5-info-left span {
font-weight: 600; }
.pr5-header-section .pr5-main-header .pr5-info-left span i {
margin-right: 6px; }
.pr5-header-section .pr5-main-header .pr5-info-left span + span {
margin-left: 20px; }
.pr5-header-section .pr5-main-header .pr5-info-right {
text-align: right;
padding-right: 10px; }
@media (max-width: 575.98px) {
.pr5-header-section .pr5-main-header .pr5-info-right {
text-align: left;
padding-left: 10px;
margin-top: 10px; } }
.pr5-header-section .pr5-main-header .pr5-info-right a {
color: #ffffff;
font-weight: 600;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-header-section .pr5-main-header .pr5-info-right a:hover {
color: #f94d1c; }
.pr5-header-section .pr5-main-header .pr5-info-right a + a {
margin-left: 18px;
position: relative; }
.pr5-header-section .pr5-main-header .pr5-info-right a + a::before {
content: '';
width: 2px;
height: 15px;
background-color: #eff3fc;
position: absolute;
top: 3px;
left: -9px; }
.pr5-header-sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
-webkit-animation: 1s slideInDown;
animation: 1s slideInDown;
z-index: 150; }
.pr5-header-sticky .pr5-header-info-bar {
display: none; }
.pr5-header-navigation {
background-color: #ffffff;
border-radius: 3px;
padding: 10px 10px; }
.pr5-header-navigation .pr5-logo-wrapper a {
width: 150px;
display: inline-block; }
@media (max-width: 991.98px) {
.pr5-header-navigation .pr5-desktop-menu {
display: none; } }
@media (max-width: 1024.98px) {
.pr5-header-navigation .pr5-desktop-menu .pr5-main-navigation {
display: none; } }
.pr5-header-navigation .pr5-main-navigation ul li {
display: inline-block;
position: relative; }
.pr5-header-navigation .pr5-main-navigation ul li a {
display: block;
padding: 18px 18px;
font-weight: 600;
color: #000446; }
.pr5-header-navigation .pr5-main-navigation ul li ul {
position: absolute;
top: calc(100% + 10px);
left: 0;
width: 220px;
background-color: #104548;
z-index: 10;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-header-navigation .pr5-main-navigation ul li ul li {
display: block; }
.pr5-header-navigation .pr5-main-navigation ul li ul li a {
padding: 12px;
color: #ffffff; }
.pr5-header-navigation .pr5-main-navigation ul li ul li a:hover {
padding-left: 16px; }
.pr5-header-navigation .pr5-main-navigation ul li ul li + li {
border-top: 1px solid #eff3fc; }
.pr5-header-navigation .pr5-main-navigation ul li ul li ul {
top: 0;
left: 90%; }
.pr5-header-navigation .pr5-main-navigation ul li ul li:hover > a {
color: #ffffff; }
.pr5-header-navigation .pr5-main-navigation ul li ul li:hover > ul {
top: 0;
left: 100%; }
.pr5-header-navigation .pr5-main-navigation ul li ul li.menu-item-has-children::after {
color: #ffffff; }
.pr5-header-navigation .pr5-main-navigation ul li ul li.menu-item-has-children:hover::after {
color: #ffffff !important; }
.pr5-header-navigation .pr5-main-navigation ul li:hover > a {
color: #f94d1c; }
.pr5-header-navigation .pr5-main-navigation ul li:hover::after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
color: #f94d1c !important; }
.pr5-header-navigation .pr5-main-navigation ul li:hover > ul {
opacity: 1;
visibility: visible;
top: 100%; }
.pr5-header-navigation .pr5-main-navigation ul li.menu-item-has-children::after {
content: '\f067';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 19px;
font-size: 14px;
right: 4px;
color: #000446;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-header-navigation .pr5-header-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.pr5-header-navigation .pr5-header-right .pr5-primary-btn {
display: inline-block; }
.pr5-header-navigation .pr5-header-right .pr5-primary-btn a {
width: auto;
padding-right: 10px; }
.pr5-header-navigation .pr5-header-right .pr5-primary-btn a i {
margin-left: 10px; }
@media (max-width: 575.98px) {
.pr5-header-navigation .pr5-header-right .pr5-primary-btn {
display: none; } }
.pr5-header-navigation .pr5-header-right .pr5-mobile-menu-open {
display: none;
text-align: right;
padding-right: 3px;
font-size: 30px;
margin-left: 15px; }
@media (max-width: 1024.98px) {
.pr5-header-navigation .pr5-header-right .pr5-mobile-menu-open {
display: inline-block; } }
.pr5-mobile-navigation {
position: fixed;
right: -320px;
top: 0;
width: 300px;
height: 100vh;
overflow: scroll;
background-color: #104548;
padding-top: 20px;
z-index: 300;
display: none;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
@media (max-width: 1024.98px) {
.pr5-mobile-navigation {
display: block; } }
.pr5-mobile-navigation .pr5-mobile-menu-close {
margin-left: 20px;
margin-bottom: 20px;
display: inline-block;
color: #ffffff; }
.pr5-mobile-navigation ul li {
position: relative; }
.pr5-mobile-navigation ul li a {
padding: 12px 18px;
display: block;
color: #ffffff;
font-weight: 600;
text-transform: capitalize; }
.pr5-mobile-navigation ul li + li a {
border-top: 1px solid #eff3fc; }
.pr5-mobile-navigation ul li ul {
display: none; }
.pr5-mobile-navigation ul li ul li a {
padding-left: 25px; }
.pr5-mobile-navigation ul li ul li ul li a {
padding-left: 30px; }
.pr5-mobile-navigation ul li.menu-item-has-children::after {
content: '\f067';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 14px;
position: absolute;
right: 10px;
top: 10px;
color: #ffffff; }
.pr5-mobile-menu-on {
right: 0; }
.pr5-hero-slider {
margin-top: -150px; }
@media (max-width: 991.98px) {
.pr5-hero-slider {
margin-top: 0; } }
.pr5-feature-section {
padding: 100px 0;
position: relative;
z-index: 1; }
.pr5-feature-section .pr5-about-object-1 {
position: absolute;
left: 0;
top: 130px;
z-index: -1; }
.pr5-feature-content {
margin-top: 10px; }
.pr5-feature-column {
background-color: #ffffff;
position: relative;
z-index: 1;
padding-bottom: 30px; }
.pr5-feature-column::after {
content: '';
position: absolute;
left: 0;
bottom: 30px;
width: 100%;
height: 50%;
background-color: transparent;
z-index: -1;
-webkit-box-shadow: 0px 10px 20px 0px rgba(16, 69, 72, 0.1);
box-shadow: 0px 10px 20px 0px rgba(16, 69, 72, 0.1); }
.pr5-feature-column .pr5-ft-cl.shape-1 {
-webkit-clip-path: polygon(0 0, 47% 4%, 100% 8%, 100% 100%, 0 100%, 0% 50%);
clip-path: polygon(0 0, 47% 4%, 100% 8%, 100% 100%, 0 100%, 0% 50%); }
.pr5-feature-column .pr5-ft-cl.shape-2 {
-webkit-clip-path: polygon(0 8%, 49% 8%, 100% 8%, 100% 100%, 0 100%, 0% 50%);
clip-path: polygon(0 8%, 49% 8%, 100% 8%, 100% 100%, 0 100%, 0% 50%); }
.pr5-feature-column .pr5-ft-cl.shape-3 {
-webkit-clip-path: polygon(0 8%, 38% 5%, 100% 0, 100% 100%, 0 100%, 0% 50%);
clip-path: polygon(0 8%, 38% 5%, 100% 0, 100% 100%, 0 100%, 0% 50%); }
.pr5-feature-column .pr5-ft-cl .pr5-ft-icon-wrapper {
position: relative;
z-index: 1;
display: inline-block;
margin-top: -28px;
margin-left: 20px; }
.pr5-feature-column .pr5-ft-cl .pr5-ft-icon-wrapper::after {
content: '';
position: absolute;
width: 100%;
height: 60%;
left: 0;
-webkit-box-shadow: 0px 10px 30px 0px rgba(249, 77, 28, 0.3);
box-shadow: 0px 10px 30px 0px rgba(249, 77, 28, 0.3);
z-index: -1;
bottom: 0; }
.pr5-feature-column .pr5-ft-cl .pr5-ft-icon-wrapper i {
width: 60px;
height: 60px;
background-color: #104548;
font-size: 30px;
color: #ffffff;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-clip-path: polygon(0 0, 44% 4%, 100% 10%, 100% 100%, 0 100%, 0% 50%);
clip-path: polygon(0 0, 44% 4%, 100% 10%, 100% 100%, 0 100%, 0% 50%);
border-radius: 3px;
line-height: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-feature-column .pr5-ft-cl .pr5-ft-cl-wrapper {
padding: 30px; }
.pr5-feature-column .pr5-ft-cl .pr5-ft-cl-wrapper .pr5-headline {
margin-bottom: 20px; }
.pr5-feature-column:hover .pr5-ft-icon-wrapper i {
background-color: #f94d1c; }
.pr5-about-section {
padding-bottom: 100px;
position: relative; }
.pr5-about-section .pr5-about-bg {
position: absolute;
z-index: -1;
bottom: 0;
left: 0;
width: 100%; }
.pr5-about-left {
position: relative; }
.pr5-about-left .pr5-about-count {
width: 180px;
height: 150px;
background-color: #f94d1c;
text-align: center;
color: #ffffff;
font-family: "Poppins", sans-serif;
font-weight: 700;
padding-top: 40px;
border-radius: 6px;
-webkit-clip-path: polygon(0 0, 51% 8%, 100% 16%, 100% 100%, 0 100%, 0% 50%);
clip-path: polygon(0 0, 51% 8%, 100% 16%, 100% 100%, 0 100%, 0% 50%);
position: absolute;
top: 0;
left: 0; }
@media (max-width: 460px) {
.pr5-about-left .pr5-about-count {
display: none; } }
.pr5-about-left .pr5-about-count h2 {
font-size: 48px;
margin-bottom: 0; }
.pr5-about-left .pr5-about-count span {
text-transform: capitalize; }
.pr5-about-left .pr5-about-fast {
position: absolute;
right: 0;
top: 0;
padding: 20px 20px;
background-color: #ffffff;
-webkit-box-shadow: 0px 10px 30px 0px rgba(16, 69, 72, 0.15);
box-shadow: 0px 10px 30px 0px rgba(16, 69, 72, 0.15);
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.pr5-about-left .pr5-about-fast i {
font-size: 36px;
display: inline-block;
line-height: 0;
margin-right: 15px; }
.pr5-about-left .pr5-about-fast span {
display: inline-block;
color: #000446;
font-size: 18px;
font-weight: 700;
font-family: "Poppins", sans-serif; }
.pr5-about-left .pr5-about-img-wrapper {
text-align: center;
position: relative; }
.pr5-about-left .pr5-about-img-wrapper::after {
content: '';
position: absolute;
width: 400px;
height: 260px;
background-color: #104548;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
-webkit-clip-path: polygon(0 0, 100% 29%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 29%, 100% 100%, 0% 100%);
border-radius: 6px; }
.pr5-about-left .pr5-about-img-wrapper img {
width: initial;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
position: relative;
z-index: 2; }
.pr5-about-left .pr5-about-logo-wrapper {
position: absolute;
bottom: 0;
right: 0;
width: 35px; }
@media (max-width: 991.98px) {
.pr5-about-right {
margin-top: 60px; } }
.pr5-about-right .pr5-title-area {
margin-bottom: 30px; }
.pr5-about-right .pr5-about-content .pr5-headline h6 {
font-family: "Roboto", sans-serif;
font-weight: 700;
text-transform: initial; }
.pr5-about-right .pr5-about-list {
margin-top: 20px; }
.pr5-about-right .pr5-about-list .pr5-about-list-item ul li {
color: #000446;
text-transform: initial;
position: relative;
padding-left: 20px; }
.pr5-about-right .pr5-about-list .pr5-about-list-item ul li + li {
margin-top: 6px; }
.pr5-about-right .pr5-about-list .pr5-about-list-item ul li::after {
content: '\f058';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 0;
left: 0; }
.pr5-about-right .pr5-secondary-btn {
margin-top: 40px; }
.pr5-service-section {
padding: 100px 0;
position: relative;
z-index: 1; }
.pr5-service-section::before {
content: '';
width: 100%;
height: 540px;
background-color: #104548;
position: absolute;
top: 0;
left: 0;
z-index: -1; }
.pr5-service-section .pr5-title-area span {
background-color: #587d7f; }
.pr5-service-section .pr5-title-area .pr5-headline h3 {
color: #ffffff; }
.pr5-service-section .pr5-title-area .pr5-pera-txt p {
color: #ffffff; }
.pr5-service-content .pr5-service-column {
position: relative;
margin-bottom: 30px; }
.pr5-service-content .pr5-service-column::after {
content: '';
width: 100%;
height: 80%;
position: absolute;
bottom: 0px;
left: 0;
z-index: -1;
-webkit-box-shadow: 0px 20px 60px 0px rgba(16, 69, 72, 0.08);
box-shadow: 0px 20px 60px 0px rgba(16, 69, 72, 0.08); }
.pr5-service-content .pr5-service-column .pr5-sr-cl {
background-color: #ffffff;
padding: 60px 20px 20px 20px;
-webkit-clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 13%, 100% 100%, 0% 100%);
border-radius: 6px; }
.pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-icon-wrapper {
position: relative;
display: inline-block;
margin-bottom: 30px; }
.pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-icon-wrapper::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 80%;
-webkit-box-shadow: 0px 20px 30px 0px rgba(249, 77, 28, 0.3);
box-shadow: 0px 20px 30px 0px rgba(249, 77, 28, 0.3);
opacity: 0; }
.pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-icon-wrapper i {
width: 70px;
height: 70px;
background-color: #ffe5dd;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 30px;
color: #f94d1c;
-webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
border-radius: 4px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-headline {
margin-bottom: 20px; }
.pr5-service-content .pr5-service-column .pr5-sr-cl .pr5-pera-txt {
margin-bottom: 20px; }
.pr5-service-content .pr5-service-column .pr5-primary-btn {
position: absolute;
width: 100%;
left: 0;
bottom: -15px;
text-align: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-service-content .pr5-service-column .pr5-primary-btn a {
width: 148px;
height: 45px; }
.pr5-service-content .pr5-service-column .pr5-primary-btn a i {
margin-left: 10px; }
.pr5-service-content .pr5-service-column:hover .pr5-sr-cl .pr5-icon-wrapper i {
background-color: #f94d1c;
color: #ffffff; }
.pr5-service-content .pr5-service-column:hover .pr5-primary-btn {
opacity: 1;
visibility: visible;
bottom: -30px; }
.pr5-service-content .pr5-secondary-btn {
margin-top: 30px;
text-align: center; }
.pr5-choose-us {
padding-bottom: 100px; }
@media (max-width: 991.98px) {
.pr5-choose-us-left {
margin-bottom: 60px; } }
.pr5-choose-us-left .pr5-title-area {
margin-bottom: 30px; }
.pr5-choose-us-left .pr5-list-area ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.pr5-choose-us-left .pr5-list-area ul li + li {
margin-top: 30px; }
.pr5-choose-us-left .pr5-list-area ul li .pr5-icon-wrapper {
margin-right: 20px; }
.pr5-choose-us-left .pr5-list-area ul li .pr5-icon-wrapper i {
width: 70px;
height: 70px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
background-color: #ffece7;
color: #f94d1c;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 36px; }
.pr5-choose-us-left .pr5-list-area ul li .pr5-list-content .pr5-headline {
margin-bottom: 10px; }
.pr5-choose-us-left .pr5-primary-btn {
margin-top: 40px; }
.pr5-choose-us-right .pr5-choose-us-column {
position: relative;
-webkit-filter: drop-shadow(1px 0px 10px rgba(16, 69, 72, 0.15));
filter: drop-shadow(1px 0px 10px rgba(16, 69, 72, 0.15));
margin-bottom: 30px; }
.pr5-choose-us-right .pr5-choose-us-column::after {
content: '';
position: absolute;
top: 10px;
right: 1px;
width: calc(100% - 2px);
height: calc(100% - 60px);
-webkit-clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
z-index: -1;
background-color: #104548;
border-radius: 3px; }
.pr5-choose-us-right .pr5-choose-us-column .pr5-ch-cl {
padding: 80px 0 40px 0;
text-align: center;
background-color: #ffffff;
-webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%); }
.pr5-choose-us-right .pr5-choose-us-column .pr5-ch-cl .pr5-icon-wrapper i {
font-size: 46px;
color: #f94d1c;
display: inline-block;
line-height: 0; }
.pr5-choose-us-right .pr5-choose-us-column .pr5-ch-cl .pr5-headline span {
font-size: 48px;
font-weight: 700;
color: #000446;
display: inline-block; }
.pr5-choose-us-right .pr5-choose-us-column .pr5-ch-cl .pr5-subtitle span {
font-weight: 700;
text-transform: capitalize;
font-size: 20px; }
.pr5-get-in-touch {
padding: 100px 0;
position: relative;
z-index: 1; }
.pr5-video-content .pr5-title-area {
margin-bottom: 30px; }
.pr5-video-content .pr5-title-area .pr5-subtitle {
color: #ffffff;
background-color: #798e8c; }
.pr5-video-content .pr5-title-area .pr5-headline h3 {
color: #ffffff; }
.pr5-video-content .pr5-video-btns {
text-align: center; }
.pr5-video-content .pr5-video-btns .pr5-primary-btn {
display: inline-block;
margin-right: 20px; }
.pr5-video-content .pr5-video-btns .pr5-play-btn {
display: inline-block; }
.pr5-video-content .pr5-video-btns .pr5-play-btn a {
font-family: "Poppins", sans-serif;
font-weight: 600;
color: #ffffff;
font-size: 15px;
text-transform: capitalize; }
.pr5-video-content .pr5-video-btns .pr5-play-btn a i {
width: 50px;
height: 50px;
background-color: #ffffff;
color: #f94d1c;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
border: 2px solid #f94d1c;
margin-right: 10px; }
.pr5-team-members {
padding: 100px 0 70px 0; }
.pr5-team-members .pr5-secondary-btn {
text-align: right; }
@media (max-width: 991.98px) {
.pr5-team-members .pr5-secondary-btn {
margin-top: 30px; } }
.pr5-team-members .pr5-team-content {
margin-top: 60px; }
.pr5-team-column {
position: relative;
margin-bottom: 30px; }
.pr5-team-column .pr5-tm-cl {
background-color: transparent;
position: relative; }
.pr5-team-column .pr5-tm-cl .pr5-tm-cl-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #104548;
padding: 20px;
-webkit-clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
border-radius: 3px;
text-align: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
@media (max-width: 991.98px) {
.pr5-team-column .pr5-tm-cl .pr5-tm-cl-content .pr5-tm-img-wrapper {
margin-bottom: 50px; } }
@media (max-width: 460px) {
.pr5-team-column .pr5-tm-cl .pr5-tm-cl-content .pr5-tm-img-wrapper {
margin-bottom: 30px; } }
.pr5-team-column .pr5-tm-cl .pr5-tm-cl-content .pr5-headline {
margin-top: 20px; }
.pr5-team-column .pr5-tm-cl .pr5-tm-cl-content .pr5-headline h4 {
color: #ffffff;
margin-bottom: 10px; }
.pr5-team-column .pr5-tm-cl .pr5-tm-cl-content .pr5-designation span {
color: #ffffff;
text-transform: capitalize;
font-weight: 600; }
.pr5-team-column .pr5-readmore-btn {
display: inline-block;
position: absolute;
bottom: -20px;
right: 0px;
z-index: 10;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
opacity: 0;
visibility: hidden; }
.pr5-team-column .pr5-readmore-btn a {
width: 50px;
height: 50px;
background-color: #f94d1c;
color: #ffffff;
text-align: center;
line-height: 50px;
border-radius: 50%;
display: inline-block;
font-size: 20px; }
.pr5-team-column:hover .pr5-tm-cl-content {
opacity: 1;
visibility: visible; }
.pr5-team-column:hover .pr5-readmore-btn {
opacity: 1;
visibility: visible;
right: 20px; }
.pr5-project-section {
padding: 0 0 100px 0;
background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe9e3), to(#ffffff));
background-image: -webkit-linear-gradient(bottom, #ffe9e3, #ffffff);
background-image: -o-linear-gradient(bottom, #ffe9e3, #ffffff);
background-image: linear-gradient(to top, #ffe9e3, #ffffff); }
.pr5-project-content .pr5-project-left ul {
max-height: 300px; }
@media (max-width: 991.98px) {
.pr5-project-content .pr5-project-left ul {
max-height: auto;
text-align: center;
margin-bottom: 60px; } }
@media (max-width: 991.98px) {
.pr5-project-content .pr5-project-left ul li {
display: inline-block; } }
.pr5-project-content .pr5-project-left ul li a {
display: inline-block;
background-color: #ffffff;
color: #000446;
width: 225px;
height: 50px;
text-align: center;
line-height: 50px;
font-family: "Poppins", sans-serif;
font-weight: 600;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
border-radius: 3px;
-webkit-box-shadow: 0px 5px 60px 0px rgba(16, 69, 72, 0.1);
box-shadow: 0px 5px 60px 0px rgba(16, 69, 72, 0.1); }
.pr5-project-content .pr5-project-left ul li a:hover {
background-color: #ffe5df;
color: #f94d1c; }
.pr5-project-content .pr5-project-left ul li a.active {
background-color: #ffe5df;
color: #f94d1c; }
@media (max-width: 991.98px) {
.pr5-project-content .pr5-project-left ul li + li {
margin-left: 10px; } }
.pr5-project-content .pr5-project-left ul li + li a {
margin-top: 15px; }
.pr5-project-content .pr5-project-left ul .mCSB_dragger_bar {
background-color: #f94d1c !important; }
.pr5-project-content .pr5-project-left ul .mCSB_draggerRail {
background-color: #104548;
width: 4px; }
.pr5-project-content .pr5-project-tab .pr5-project-column {
position: relative; }
.pr5-project-content .pr5-project-tab .pr5-project-column img {
border-radius: 3px; }
.pr5-project-content .pr5-project-tab .pr5-project-column .pr5-project-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-image: -webkit-gradient(linear, left bottom, left top, from(#171952), to(#00154500));
background-image: -webkit-linear-gradient(bottom, #171952, #00154500);
background-image: -o-linear-gradient(bottom, #171952, #00154500);
background-image: linear-gradient(to top, #171952, #00154500);
padding: 30px;
border-radius: 3px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-project-content .pr5-project-tab .pr5-project-column .pr5-project-overlay .pr5-subtitle {
color: #ffffff;
margin-bottom: 10px;
display: inline-block; }
.pr5-project-content .pr5-project-tab .pr5-project-column .pr5-project-overlay .pr5-headline {
display: block; }
.pr5-project-content .pr5-project-tab .pr5-project-column .pr5-project-overlay .pr5-headline h4 {
color: #ffffff; }
.pr5-project-content .pr5-project-tab .pr5-project-column .pr5-project-readmore-btn {
display: inline-block;
position: absolute;
right: 20px;
bottom: -20px;
z-index: 10;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-project-content .pr5-project-tab .pr5-project-column .pr5-project-readmore-btn a {
width: 40px;
height: 40px;
background-color: #f94d1c;
display: inline-block;
text-align: center;
line-height: 40px;
color: #ffffff;
border-radius: 50%; }
.pr5-project-content .pr5-project-tab .pr5-project-column:hover .pr5-project-overlay {
opacity: 1;
visibility: visible; }
.pr5-project-content .pr5-project-tab .pr5-project-column:hover .pr5-project-readmore-btn {
opacity: 1;
visibility: visible; }
.pr5-project-content .pr5-project-tab .slick-list {
padding-bottom: 30px; }
.pr5-testimonial-section {
padding: 100px 0; }
.pr5-testimonial-section .pr5-title-area {
margin-bottom: 60px; }
@media (max-width: 991.98px) {
.pr5-testimonial-section .pr5-title-area {
margin-bottom: 80px; } }
.pr5-testimonial-slider .pr5-testimonial-item {
width: 450px;
-webkit-box-shadow: 0px 5px 10px 0px rgba(16, 69, 72, 0.15);
box-shadow: 0px 5px 10px 0px rgba(16, 69, 72, 0.15);
padding: 30px 30px 40px 30px;
text-align: center;
position: relative; }
.pr5-testimonial-slider .pr5-testimonial-item .pr5-headline {
margin-top: 20px; }
.pr5-testimonial-slider .pr5-testimonial-item .pr5-thumb-img {
position: absolute;
bottom: -30px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 1;
display: inline-block;
width: 55px;
height: 55px;
border-radius: 50%;
overflow: hidden;
background-color: #f94d1c;
padding: 1px;
-webkit-box-shadow: 0px 0px 30px rgba(249, 83, 37, 0.281);
box-shadow: 0px 0px 30px rgba(249, 83, 37, 0.281); }
.pr5-testimonial-slider .pr5-testimonial-item .pr5-thumb-img img {
border-radius: 50%; }
.pr5-testimonial-slider .slick-list {
padding: 20px 0 50px 0;
margin: 0 -15px; }
.pr5-testimonial-slider .slick-slide {
margin: 0 15px; }
.pr5-testimonial-slider .slick-arrow {
position: absolute;
top: -50px;
right: 0;
background-color: #104548;
border: none;
color: #ffffff;
border-radius: 3px;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
font-size: 15px; }
.pr5-testimonial-slider .slick-arrow:hover {
background-color: #f94d1c; }
.pr5-testimonial-slider .slick-arrow.prev-btn {
right: 45px; }
.pr5-blog-area {
padding: 0 0 250px 0; }
.pr5-blog-content {
margin-top: 30px; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item {
-webkit-box-shadow: 0px 10px 18px 0px rgba(0, 21, 69, 0.05);
box-shadow: 0px 10px 18px 0px rgba(0, 21, 69, 0.05); }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item .pr5-img-wrapper {
border-radius: 3px 3px 0px 0px;
overflow: hidden;
position: relative; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item .pr5-img-wrapper img {
border-radius: 3px 3px 0px 0px; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item .pr5-img-wrapper .pr5-blog-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(249, 76, 28, 0.618);
border-radius: 3px 3px 0px 0px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item .pr5-img-wrapper .pr5-blog-overlay a {
width: 35px;
height: 35px;
background-color: #ffffff;
color: #f94d1c;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item .pr5-blog-column-content {
padding: 20px; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item .pr5-blog-column-content .pr5-headline {
margin-bottom: 20px; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item .pr5-blog-column-content .pr5-headline h4 {
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item .pr5-blog-column-content .pr5-blog-meta span {
color: #000446;
font-weight: 600; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item .pr5-blog-column-content .pr5-blog-meta span i {
margin-right: 6px; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item .pr5-blog-column-content .pr5-blog-meta span + span {
margin-left: 30px; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item:hover .pr5-img-wrapper .pr5-blog-overlay {
opacity: 1;
visibility: visible; }
.pr5-blog-content .pr5-blog-slider .pr5-blog-item:hover .pr5-blog-column-content .pr5-headline h4 {
color: #f94d1c; }
.pr5-blog-content .pr5-blog-slider .slick-list {
margin: 0 -15px;
padding: 20px 0 30px 0; }
.pr5-blog-content .pr5-blog-slider .slick-slide {
margin: 0 15px; }
.pr5-blog-content .pr5-blog-slider .slick-dots {
bottom: -40px; }
.pr5-blog-content .pr5-blog-slider .slick-dots li button {
width: 20px;
height: 5px;
background-color: #104548;
font-size: 0;
padding: 0;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-blog-content .pr5-blog-slider .slick-dots li button::before {
font-size: 0; }
.pr5-blog-content .pr5-blog-slider .slick-dots li.slick-active button {
background-color: #f94d1c; }
.pr5-footer-section {
padding: 160px 0 0 0;
background-color: #104548;
position: relative; }
@media (max-width: 460px) {
.pr5-footer-section {
padding-top: 180px; } }
.pr5-footer-section .pr5-footer-top {
position: absolute;
width: 100%;
top: -100px; }
@media (max-width: 460px) {
.pr5-footer-section .pr5-footer-top {
top: -140px; } }
.pr5-ft-content {
background-color: #f94d1c;
padding: 60px 30px;
position: relative;
border-radius: 6px; }
.pr5-ft-content .pr5-ft-left .pr5-headline h3 {
color: #ffffff; }
.pr5-ft-content .pr5-ft-left .pr5-ft-form {
margin-top: 10px; }
.pr5-ft-content .pr5-ft-left .pr5-ft-form form {
position: relative; }
.pr5-ft-content .pr5-ft-left .pr5-ft-form form input[type="email"] {
width: 100%;
padding: 16px;
padding-right: 180px;
border: 0;
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 15px;
color: #adadad;
border-radius: 3px; }
.pr5-ft-content .pr5-ft-left .pr5-ft-form form input[type="email"]::-webkit-input-placeholder {
color: #adadad; }
.pr5-ft-content .pr5-ft-left .pr5-ft-form form input[type="email"]:-ms-input-placeholder {
color: #adadad; }
.pr5-ft-content .pr5-ft-left .pr5-ft-form form input[type="email"]::-ms-input-placeholder {
color: #adadad; }
.pr5-ft-content .pr5-ft-left .pr5-ft-form form input[type="email"]::placeholder {
color: #adadad; }
.pr5-ft-content .pr5-ft-left .pr5-ft-form form .pr5-secondary-btn {
width: 190px;
height: 55px;
background-color: #104548;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #ffffff;
font-family: "Poppins", sans-serif;
font-weight: 600;
border-radius: 3px;
font-size: 15px;
padding-left: 15px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
border: 0;
position: absolute;
top: 0;
right: 0;
overflow: hidden; }
@media (max-width: 460px) {
.pr5-ft-content .pr5-ft-left .pr5-ft-form form .pr5-secondary-btn {
position: initial;
margin-top: 10px; } }
.pr5-ft-content .pr5-ft-left .pr5-ft-form form .pr5-secondary-btn i {
width: 35px;
height: 35px;
background-color: #587a7b;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-align: center;
line-height: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 3px;
margin-left: 18px;
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in; }
.pr5-ft-content .pr5-ft-left .pr5-ft-form form .pr5-secondary-btn:hover i {
background-color: #fb7f5c; }
.pr5-ft-content .pr5-ft-right {
position: relative;
height: 100%; }
.pr5-ft-content .pr5-ft-right img {
width: initial;
position: absolute;
bottom: -60px;
right: 0; }
@media (max-width: 767.98px) {
.pr5-ft-content .pr5-ft-right img {
display: none; } }
.pr5-footer-bottom {
margin-top: 60px; }
.pr5-footer-bottom .pr5-footer-widget {
margin-bottom: 60px; }
.pr5-footer-bottom .pr5-footer-widget .pr5-footer-logo {
width: 130px;
display: inline-block;
margin-bottom: 30px; }
.pr5-footer-bottom .pr5-footer-widget .pr5-pera-txt p {
color: #ffffff; }
.pr5-footer-bottom .pr5-footer-widget .pr5-primary-btn {
margin-top: 30px; }
.pr5-footer-bottom .pr5-footer-widget .pr5-primary-btn a {
border: 1px solid transparent; }
.pr5-footer-bottom .pr5-footer-widget .pr5-primary-btn a:hover {
border: 1px solid #f94d1c; }
.pr5-footer-bottom .pr5-footer-widget .pr5-headline {
margin-bottom: 30px; }
.pr5-footer-bottom .pr5-footer-widget .pr5-headline h4 {
color: #ffffff; }
.pr5-footer-links ul li a {
color: #ffffff; }
.pr5-footer-links ul li a:hover {
color: #f94d1c; }
.pr5-footer-links ul li + li {
margin-top: 10px; }
.pr5-footer-bottom .pr5-footer-widget .pr5-footer-contact ul li {
color: #ffffff; }
.pr5-footer-contact ul li i {
margin-right: 6px; }
.pr5-footer-contact ul li + li {
margin-top: 10px; }
.pr5-footer-bottom .pr5-footer-widget .pr5-footer-news ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.pr5-footer-bottom .pr5-footer-widget .pr5-footer-news ul li + li {
margin-top: 20px; }
.pr5-footer-bottom .pr5-footer-widget .pr5-footer-news ul li .pr5-fn-thumb {
margin-right: 10px; }
.pr5-footer-bottom .pr5-footer-widget .pr5-footer-news ul li .pr5-fn-thumb img {
border-radius: 6px;
width: 80px; }
.pr5-footer-bottom .pr5-footer-widget .pr5-footer-news ul li .pr5-headline {
margin-bottom: 10px; }
.pr5-footer-bottom .pr5-footer-widget .pr5-footer-news ul li .pr5-headline h6 {
font-size: 16px;
color: #ffffff;
font-weight: 600; }
.pr5-footer-bottom .pr5-footer-widget .pr5-footer-news ul li .pr5-fn-meta span {
color: #ffffff; }
.pr5-footer-bottom .pr5-footer-widget .pr5-footer-news ul li .pr5-fn-meta span i {
margin-right: 6px; }