* {
margin:0px;
padding:0px;
border:none;
outline:none;
} :root{
--theme-color: #3ca586;
--secondary-color: #143248;
--text-color: #444444;
--title-color: #0e2a4e;
--text-font: 'Barlow', sans-serif;
--title-font: 'Fira Sans', sans-serif;
}
body {
font-size:18px;
color:var(--text-color);
line-height:28px;
font-weight:400;
background:#ffffff;
font-family: var(--text-font);
background-size:cover;
background-repeat:no-repeat;
background-position:center top;
-webkit-font-smoothing: antialiased;
}
@media (min-width:1200px) {
.container {
max-width: 1200px;
padding: 0px 15px;
}
}
.large-container{
max-width: 1470px;
padding: 0px 15px;
margin: 0 auto;
}
.container-fluid{
padding: 0px;
}
.auto-container{
position:static;
max-width:1200px;
padding:0px 15px;
margin:0 auto;
}
.small-container{
max-width:680px;
margin:0 auto;
}
.boxed_wrapper{
position: relative;
margin: 0 auto;
overflow: hidden !important;
width: 100%;
min-width: 300px;
}
a{
text-decoration:none;
color:inherit;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
a:hover{
text-decoration:none;
outline:none;
}
input,button,select,textarea{
font-family: var(--text-font);
font-weight: 400;
font-size: 16px;
background: transparent;
}
::-webkit-input-placeholder {
color: inherit;
}
::-moz-input-placeholder {
color: inherit;
}
::-ms-input-placeholder {
color: inherit;
}
ul,li{
list-style:none;
padding:0px;
margin:0px; 
}
input{
transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
outline: none;
box-shadow: none;
transition: all 500ms ease;
}
p{
position: relative;
font-weight: 400;
margin: 0px;
transition: all 500ms ease;
}
h1,h2,h3,h4,h5,h6{
position:relative;
font-family: var(--title-font);
font-weight: 400;
color: var(--title-color);
margin: 0px;
transition: all 500ms ease;
} .handle-preloader {
align-items: center;
-webkit-align-items: center;
display: flex;
display: -ms-flexbox;
height: 100%;
justify-content: center;
-webkit-justify-content: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 9999999;
}
.handle-preloader .animation-preloader {
position: absolute;
z-index: 100;
}
.handle-preloader .animation-preloader .spinner{
animation: spinner 1s infinite linear;
border-radius: 50%;
height: 150px;
margin: 0 auto 45px auto;
width: 150px;
}
.handle-preloader .animation-preloader .txt-loading {
text-align: center;
user-select: none;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
animation: letters-loading 4s infinite;
content: attr(data-text-preloader);
left: 0;
opacity: 0;
top:0;
position: absolute;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading{
font-family: var(--title-font);
font-weight: 400;
letter-spacing: 15px;
display: inline-block;
position: relative;
font-size: 70px;
line-height: 70px;
text-transform: uppercase;
color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
background-color: #ffffff;
height: 100%;
position: fixed;
top: 0;
width: calc(50% + 1px);
}
.preloader .loaded .animation-preloader {
opacity: 0;
transition: 0.3s ease-out;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
color: #ffffff;
}
.handle-preloader .animation-preloader .spinner{
border: 3px solid #ffffff;
border-top-color: rgba(255, 255, 255, 0.5); 
} @keyframes spinner {
to {
transform: rotateZ(360deg);
}
}
@keyframes letters-loading {
0%,
75%,
100% {
opacity: 0;
transform: rotateY(-90deg);
}
25%,
50% {
opacity: 1;
transform: rotateY(0deg);
}
}
@media screen and (max-width: 767px) {
.handle-preloader .animation-preloader .spinner {
height: 8em;
width: 8em;
}
}
@media screen and (max-width: 500px) {
.handle-preloader .animation-preloader .spinner {
height: 7em;
width: 7em;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
.loader-wrap .layer-one {
position: absolute;
left: 0%;
top: 0;
width: 33.3333%;
height: 100%;
overflow: hidden;
}
.loader-wrap .layer-two {
position: absolute;
left: 33.3333%;
top: 0;
width: 33.3333%;
height: 100%;
overflow: hidden;
}
.loader-wrap .layer-three {
position: absolute;
left: 66.6666%;
top: 0;
width: 33.3333%;
height: 100%;
overflow: hidden;
}
.loader-wrap .layer .overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: var(--secondary-color);
}
.centred{
text-align: center;
}
.pull-left{
float: left;
}
.pull-right{
float: right;
}
figure{
margin: 0px;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
transition-delay: .1s;
transition-timing-function: ease-in-out;
transition-duration: .7s;
transition-property: all;
} .theme-btn-one{
position: relative;
display: inline-block;
overflow: hidden;
vertical-align: middle;
font-size: 15px;
line-height: 24px;
font-weight: 700;
font-family: 'Jost', sans-serif;
color: #fff !important;
text-align: center;
padding: 18px 33px 17px 34px;
z-index: 1;
border-radius: 5px;
letter-spacing: 0.5px;
text-transform: uppercase;
transition: all 500ms ease;
}
.theme-btn-one:before, .theme-btn-one:after {
content: "";
position: absolute;
display: block;
box-sizing: border-box;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background: var(--secondary-color);
transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transform-origin: center;
transform: scale(0) rotate(0);
z-index: -1;
}
.theme-btn-one:hover:before {
border-radius: 0;
transform: scale(1) rotate(-180deg);
}
.theme-btn-one:hover:after {
border-radius: 0;
transform: scale(1) rotate(180deg);
}
.theme-btn-one:after {
background: #28132a;
}
.theme-btn-one span{
position: relative;
padding-right: 40px;
z-index: 1;
}
.theme-btn-one span::before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-8.png);
width: 20px;
height: 20px;
background-repeat: no-repeat;
top: 0px;
right: 0px;
}
.theme-btn-two{
position: relative;
display: inline-block;
overflow: hidden;
vertical-align: middle;
font-size: 14px;
line-height: 24px;
font-weight: 700;
font-family: 'Roboto', sans-serif;
color: #242424 !important;
text-align: center;
background: #fff;
padding: 16px 34px 15px 35px;
z-index: 1;
border-radius: 5px;
letter-spacing: 0.5px;
text-transform: uppercase;
transition: all 500ms ease;
}
.theme-btn-two:hover{
color: #fff !important;
} .pagination{
position: relative;
display: block;
}
.pagination li{
position: relative;
display: inline-block;
margin: 0px 3.5px;
}
.pagination li a{
position: relative;
display: inline-block;
font-size: 16px;
font-weight: 700;
height: 43px;
width: 43px;
line-height: 39px;
border: 2px solid #0e2a4e;
text-align: center;
color: #0e2a4e;
z-index: 1;
border-radius: 50%;
transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.current{
color: #fff;
background: #0e2a4e;
}
.pagination li a i{
position: relative;
top: 3px;
font-size: 24px;
}
.sec-pad{
padding: 110px 0px 120px 0px;
}
.mr-0{
margin: 0px !important;
} .scroll-to-top{
position: fixed;
right: 0px;
bottom: 100px;
transform: rotate(90deg);
z-index: 99;
}
.scroll-to-top .visible {
visibility: visible!important;
opacity: 1!important;
}
.scroll-to-top .scroll-top-inner {
opacity: 0;
visibility: hidden;
}
.scroll-to-top .scroll-top-inner{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
-o-transition: all cubic-bezier(.4,0,.2,1) .4s;
transition: all cubic-bezier(.4,0,.2,1) .4s;
}
.scroll-to-top .scroll-bar {
width: 50px;
height: 2px;
margin-right: 10px;
position: relative;
}
.scroll-to-top .scroll-bar:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.scroll-to-top .scroll-bar .bar-inner {
position: absolute;
top: 0;
right: 0;
height: 100%;
background-color: currentColor;
}
.scroll-to-top .scroll-bar-text{
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 500ms ease;
}
.scroll-to-top .scroll-bar-text:hover{
transform: scale(1.1);
}
@-webkit-keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.sec-title{
position: relative;
display: block;
margin-bottom: 50px;
}
.sec-title .sub-title{
position: relative;
display: inline-block;
font-size: 15px;
line-height: 26px; 
font-family: 'Jost', sans-serif;
font-weight: 700;
margin-bottom: 14px;
text-transform: uppercase;
letter-spacing: 1px;
padding-left: 40px;
}
.sec-title.centred .sub-title{
padding-right: 40px;
}
.sec-title .sub-title:before{
position: absolute;
content: '';
width: 30px;
height: 2px;
left: 0px;
top: 11px;
}
.sec-title.centred .sub-title:after{
position: absolute;
content: '';
width: 30px;
height: 2px;
right: 0px;
top: 11px;
}
.sec-title h2{
position: relative;
display: block;
font-size: 45px;
line-height: 55px;
font-weight: 700;
margin: 0px;
}
.sec-title.light h2{
color: #fff;
}
.sec-title.small h2{
font-size: 38px;
line-height: 46px;
}  .main-header{
position:relative;
left:0px;
top:0px;
right: 0px;
z-index:999;
width:100%;
background-color: #fff;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.sticky-header{
position:fixed;
opacity:0;
visibility:hidden;
left:0px;
top:0px;
width:100%;
z-index:0;
background-color: #fff;
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.07);
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.fixed-header .sticky-header{
z-index:999;
opacity:1;
visibility:visible;
-ms-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-op-animation-name: fadeInDown;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-ms-animation-duration: 500ms;
-moz-animation-duration: 500ms;
-op-animation-duration: 500ms;
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
-ms-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-op-animation-timing-function: linear;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-ms-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
-op-animation-iteration-count: 1;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .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.80);
-webkit-transform: translateY(101%);
-ms-transform: translateY(101%);
transform: translateY(101%);
transition: all 700ms ease;
-moz-transition: all 700ms ease;
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
}
.search-popup.popup-visible {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
visibility: visible;
opacity: 1;
}
.search-popup .popup-inner{
width: 100%;
background: #fff;
height: 100%;
}
.search-popup .upper-box{
position: relative;
padding: 70px 70px;
z-index: 99;
}
.search-popup .upper-box .logo-box{
max-width: 236px;
}
.search-popup .overlay-layer {
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
display: block;
}
.search-popup .close-search {
position: relative;
font-size: 22px;
color: #141417;
cursor: pointer;
z-index: 5;
top: 11px;
transition: all 500ms ease;
}
.search-popup .close-search:hover {
color: red;
}
.search-popup .search-form {
position: relative;
width: 100%;
padding: 100px 0px 250px 0px;
}
.search-popup .search-form .form-group{
position: relative;
margin: 0px;
}
.search-popup .search-form fieldset input[type="search"] {
position: relative;
height: 90px;
padding: 20px 0px;
background: #ffffff;
line-height: 30px;
font-size: 20px;
color: #808080;
font-family: 'Poppins', sans-serif;
border: none;
font-weight: 400;
border-radius: 0px;
padding-right: 50px;
border-bottom: 1px solid #e5e5e5;
}
.search-popup .search-form fieldset button[type="submit"] {
position: absolute;
top: 30px;
right: 0px;
font-size: 22px;
color: #141417;
cursor: pointer;
transition: all 500ms ease;
}
.search-popup .search-form fieldset input[type="search"]:focus{
border-color: #141417;
}
.search-popup .form-control:focus{
box-shadow: none !important;
} .xs-sidebar-group .xs-overlay{
left:0%;
top:0;
position:fixed;
height:100%;
width:20%;
transform: scaleX(0);
transform-origin: left center;
cursor:url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/cross-out.png),
pointer; 
z-index: 9999999;
border-right: 1px solid rgba(255, 255, 255, 0.10);
transition: transform .65s .3s cubic-bezier(0.7, 0, 0.2, 1);
}
.xs-sidebar-group.isActive .xs-overlay{
transform: scaleX(1);
transition-delay: .03s;
}
.xs-sidebar-group .xs-overlay-2{
left: 20%;
transition-delay: .06s;
}
.xs-sidebar-group .xs-overlay-3{
left: 40%;
transition-delay: .09s;
}
.xs-sidebar-group .xs-overlay-4{
left: 60%;
transition-delay: .12s;
}
.xs-sidebar-group .xs-overlay-5{
left: 80%;
transition-delay: .15s;
}
.xs-sidebar-group .widget-heading{
position:absolute;
top: 50px;
right: 35px;
z-index: 1;
}
.xs-sidebar-widget{
position:fixed;
right:-100%;
top:0;
bottom:0;
width:100%;
max-width:460px;
z-index:999999999;
height: 100%;
-webkit-overflow-scrolling:touch;
background-color:#fff;
transition: all 900ms ease;
visibility:hidden;
opacity:0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget{
opacity:1;
visibility:visible;
right:0;
-webkit-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
-o-transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition:all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}
.sidebar-textwidget{
padding: 50px 40px 50px 40px;
}
.xs-sidebar-group .close-side-widget{
position: relative;
display: inline-block;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
border: 1px solid #0e132d;
color: #0e132d;
border-radius: 50%;
font-weight: 400;
font-size: 20px;
transition: all 500ms ease;
}
.xs-sidebar-group .close-side-widget:hover{
}
.sidebar-widget-container{
position:relative;
opacity:0;
visibility:hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container{
opacity:1;
visibility:visible;
}
.xs-bg-black{
background-color:var(--secondary-color);
}
.xs-sidebar-group .logo{
position: relative;
display: block;
padding-bottom: 25px;
margin-bottom: 35px;
border-bottom: 1px solid #e0e0e0;
}
.xs-sidebar-group h3{
position: relative;
display: block;
font-size: 25px;
line-height: 30px;
font-weight: 700;
margin-bottom: 28px;
}
.xs-sidebar-group .content-inner .text{
position: relative;
display: block;
font-size: 17px;
line-height: 28px;
margin-bottom: 35px;
}
.xs-sidebar-group .content-inner p{
position: relative;
display: block;
font-size: 17px;
line-height: 28px;
font-family: 'Barlow', sans-serif;
color: #444444;
margin-bottom: 0px;
}
.xs-sidebar-group .content-inner .info-box{
position: relative;
display: block;
margin-bottom: 48px;
}
.xs-sidebar-group .content-inner .info-box .info li{
position: relative;
display: block;
font-size: 18px;
line-height: 25px;
font-family: 'Barlow', sans-serif;
color: #444;
padding-left: 47px;
margin-bottom: 25px;
}
.xs-sidebar-group .content-inner .info-box .info li:last-child{
margin-bottom: 0px !important;
}
.xs-sidebar-group .content-inner .info-box .info li .icon{
position: absolute;
left: 0px;
top: 0px;
font-size: 30px;
}
.xs-sidebar-group .content-inner .info-box .info li:first-child .icon{
top: 7px;
}
.xs-sidebar-group .content-inner .info-box .info li:nth-child(3) .icon{
left: 8px;
}
.xs-sidebar-group .subscribe-inner .form-group{
position: relative;
margin-bottom: 0px;
}
.xs-sidebar-group .subscribe-inner .form-group input[type="email"]{
position: relative;
display: block;
width: 100%;
height: 56px;
border: 1px solid #e3dfdf;
background: #f8f8f8;
border-radius: 5px;
padding: 10px 30px;
font-size: 18px;
font-family: 'Barlow', sans-serif;
color: #444;
margin-bottom: 30px;
transition: all 500ms ease;
}
.xs-sidebar-group .subscribe-inner .form-group input:focus{
}
.xs-sidebar-group .content-inner .info-box .info li a{
display: inline-block;
color: #444;
}
.xs-sidebar-group .content-inner .info-box .info li a:hover{
text-decoration: underline;
}
.nice-select{
position: relative;
background: transparent;
border: none;
font-size: 15px;
font-family: 'Barlow', sans-serif;
font-weight: 400;
text-transform: uppercase;
padding: 0px;
color: #d4c0cd;
padding-right: 21px;
height: auto;
line-height: 28px;
}
.nice-select:before{
position: absolute;
content: "\f0d7";
font-family: 'Font Awesome 5 Pro';
font-size: 16px;
top: 1px;
right: 0px;
color: #d4c0cd;
font-weight: 700;
transition: all 500ms ease;
}
.nice-select .list{
min-width: 120px;
right: 0px;
left: inherit;
}
.nice-select .list li{
color: #28132a;
} .header-top{
position: relative;
display: block;
width: 100%;
background: var(--secondary-color);
padding: 10.5px 0px;
}
.header-top .top-inner{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-top .top-inner p{
position: relative;
color: #fff;
}
.header-top .top-inner p a{
display: inline-block;
color: #fff;
font-size: 20px;
font-weight: 600;
}
.header-top .top-inner p a:hover{
}
.header-top .top-inner .left-column p{
padding-left: 36px;
}
.header-top .top-inner .left-column p img{
position: absolute;
left: 0px;
top: 5px;
}
.main-header .outer-box{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.main-header .outer-box .menu-area{
position: relative;
display: flex;
align-items: center;
}
.main-header .menu-right-content{
position: relative;
display: flex;
align-items: center;
}
.main-header .menu-right-content .search-box-outer{
position: relative;
display: inline-block;
margin-right: 33px;
cursor: pointer;
}
.main-header .menu-right-content .nav-btn{
position: relative;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
cursor: pointer;
transition: all 500ms ease;
}
.main-header .menu-right-content .nav-btn:hover{
background: var(--secondary-color);
} .main-menu{
float: left;
margin-right: 21px;
}
.main-menu .navbar-collapse{
padding:0px;
display:block !important;
}
.main-menu .navigation{
margin:0px;
}
.main-menu .navigation > li{
position:inherit;
float:left;
z-index:2;
margin: 0px 18px;
-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 !important;
}
.main-menu .navigation > li:first-child{
margin-left: 0px !important;
}
.main-menu .navigation > li > a{
position:relative;
display:block;
text-align:center;
font-size:18px;
line-height:30px;
padding: 32.5px 0px;
font-weight:600;
font-family: 'Fira Sans', sans-serif;
opacity:1;
color: #242424;
z-index:1;
-webkit-transition:all 500ms ease;
-moz-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
transition:all 500ms ease;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
position:absolute;
left: inherit;
top:100%;
width:250px;
margin-top: 15px;
padding: 5px 0px;
z-index:100;
display:none;
background: var(--secondary-color);
opacity: 0;
visibility: hidden;
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;
}
.main-menu .navigation > li > ul.from-right{
left:auto;
right:0px;  
}
.main-menu .navigation > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
position:relative;
display:block;
padding:10px 0px 13px 0px;
line-height:24px;
font-weight:600;
font-size:18px;
text-transform:capitalize;
font-family: 'Barlow', sans-serif;
color:#fff;
text-align: left;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a{
border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.main-menu .navigation > li > .megamenu li > a{
padding-left: 0px;
}
.main-menu .navigation > li > .megamenu h4{
display: block;
font-size: 20px;
line-height: 30px;
color: #ffffff;
}
.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
border-bottom: none;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
position: absolute;
top: 12px;
right: 0px;
font-family: 'Font Awesome 5 Pro';
content: "\f067";
color: #fff;
font-size: 11px;
font-weight: 700;
z-index: 5;
transition: all 500ms ease; 
}
.main-menu .navigation > li > ul > li > ul{
position:absolute;
left:100%;
top:0%;
margin-top: 15px;
width:250px;
z-index:100;
background: var(--secondary-color);
padding: 5px 0px;
display:none;
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;
}
.main-menu .navigation > li > ul > li > ul.from-right{
left:auto;
right:0px;  
}
.main-menu .navigation > li > ul > li > ul > li{
position:relative;
width:100%;
padding: 0px 30px;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
border-bottom:none; 
}
.main-menu .navigation > li > ul > li > ul > li > a{
position:relative;
display:block;
padding:10px 0px 13px 0px;
line-height:24px;
font-weight:600;
font-size:18px;
text-transform:capitalize;
font-family: 'Barlow', sans-serif;
color:#fff;
border-bottom: 1px solid #343c4e;
text-align: left;
transition:all 500ms ease;
-moz-transition:all 500ms ease;
-webkit-transition:all 500ms ease;
-ms-transition:all 500ms ease;
-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a{
border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
font-family: 'Font Awesome 5 Pro';
content: "\f105";
position:absolute;
right:20px;
top:12px;
display:block;
line-height:24px;
font-size:16px;
font-weight:900;
z-index:5;  
}
.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
visibility:visible;
opacity:1;
margin-top: 0px;
top: 100%;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
visibility:visible;
opacity:1;
top: 0%; 
margin-top: 0px;
}
.main-menu .navigation li.dropdown .dropdown-btn{
position:absolute;
right:-32px;
top:66px;
width:34px;
height:30px;
text-align:center;
font-size:18px;
line-height:26px;
color:#3b3b3b;
cursor:pointer;
display: none;
z-index:5;
transition: all 500ms ease;
}
.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
display: none;
}
.menu-area .mobile-nav-toggler {
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
color: #3786ff;
display: none;
}
.menu-area .mobile-nav-toggler .icon-bar{
position: relative;
height: 2px;
width: 30px;
display: block;
margin-bottom: 5px;
background-color: #222;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.menu-area .mobile-nav-toggler .icon-bar:last-child{
margin-bottom: 0px;
}
.sticky-header .main-menu .navigation > li > a{
padding-top: 25px;
padding-bottom: 25px;
}
.sticky-header .logo-box{
padding: 14px 0px;
} .main-menu .navigation > li.dropdown > .megamenu{
position: absolute;
width: 100%;
padding: 30px 50px;
left: 0px;
}
.main-menu .navigation li.dropdown .megamenu li h4{
margin-bottom: 10px;
} .nav-outer .mobile-nav-toggler{
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
color:#3786ff;
display: none;
}
.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;
transition: all 900ms ease;
}
.mobile-menu .navbar-collapse{
display:block !important; 
}
.mobile-menu .nav-logo{
position:relative;
padding:50px 25px;
text-align:left;  
}
.mobile-menu-visible{
overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
opacity: 1;
visibility: visible;
}
.mobile-menu .menu-backdrop{
position: fixed;
left: 0%;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
transition: all 900ms ease;
background-color: #000;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
opacity: 0.70;
visibility: visible;
right: 100%;
-webkit-transition: all .8s ease-out 0s;
-o-transition: all .8s ease-out 0s
}
.mobile-menu .menu-box{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
background: #141417;
padding: 0px 0px;
z-index: 5;
opacity: 0;
visibility: hidden;
border-radius: 0px;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
transition: all 900ms ease !important;
}
.mobile-menu-visible .mobile-menu .menu-box{
opacity: 1;
visibility: visible;
-webkit-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: 25px;
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: 15px;
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: 16px;
margin-left: 20px;
text-transform: capitalize;
}
.mobile-menu .navigation li > a:before{
content:'';
position:absolute;
left:0;
top:0;
height:0;
border-left:5px solid #fff;
-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:6px;
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 .dropdown-btn.open{
color: #ffffff;
-webkit-transform:rotate(90deg);
-ms-transform:rotate(90deg);
transform:rotate(90deg);  
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
display: none;
}
.mobile-menu .social-links{
position:relative;
padding:0px 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; 
}
.mobile-menu .social-links li a:hover{
}
div#mCSB_1_container{
top: 0px !important;
}
.mobile-menu .contact-info {
position: relative;
padding: 120px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
position: relative;
font-size: 20px;
color: #ffffff;
font-weight: 700;
margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
position: relative;
display: block;
font-size: 15px;
color: rgba(255,255,255,0.80);
margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a{
color: rgba(255,255,255,0.80);
}
.mobile-menu .contact-info ul li a:hover{
}
.mobile-menu .contact-info ul li:last-child{
margin-bottom: 0px;
}
.main-header .outer-box{
position: relative;
}
.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
display: none !important;
}
.owl-nav button{
background: transparent;
} .banner-section{
position: relative;
}
.banner-carousel .swiper-slide{
position: relative;
padding: 224px 0px 225px 0px;
}
.banner-carousel .swiper-slide:before{
position: absolute;
content: '';
background: #000000;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.15;
z-index: 1;
}
.banner-carousel .content-box{
position: relative;
display: block;
max-width: 650px;
z-index: 5;
}
.banner-carousel .swiper-slide .bg-layer{
position: absolute;
left:0;
top:0;
width:100%;
height:100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
-webkit-transition: all 8000ms linear;
-moz-transition: all 8000ms linear;
-ms-transition: all 8000ms linear;
-o-transition: all 8000ms linear;
transition: all 8000ms linear;
}
.banner-carousel .swiper-slide-active .bg-layer{
-webkit-transform:scale(1.25);
-ms-transform:scale(1.25);
transform:scale(1.25);
}
.banner-carousel .content-box h2{
font-size: 55px;
line-height: 67px;
font-weight: 700;
color: #fff;
margin-bottom: 18px;
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .swiper-slide-active .content-box h2{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 700ms;
-moz-transition-delay: 700ms;
-ms-transition-delay: 700ms;
-o-transition-delay: 700ms;
transition-delay: 700ms;
}
.banner-carousel .content-box p{
font-size: 22px;
line-height: 30px;
margin-bottom: 42px;
color: #fff;
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .swiper-slide-active .content-box p{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1000ms;
-moz-transition-delay: 1000ms;
-ms-transition-delay: 1000ms;
-o-transition-delay: 1000ms;
transition-delay: 1000ms;
}
.banner-carousel .content-box .btn-box{
opacity: 0;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .swiper-slide-active .content-box .btn-box{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 1300ms;
-moz-transition-delay: 1300ms;
-ms-transition-delay: 1300ms;
-o-transition-delay: 1300ms;
transition-delay: 1300ms;
} .feature-section{
position: relative;
padding-top: 115px;
background: #f4f7f8;
}
.feature-section:before{
position: absolute;
content: '';
background: #fff;
width: 100%;
height: 145px;
left: 0px;
bottom: 0px;
}
.feature-section .upper-box .text{
max-width: 1050px;
margin: 0 auto;
}
.feature-section .upper-box .text p:first-child{
font-size: 22px;
line-height: 26px;
font-weight: 500;
color: #242424;
margin-bottom: 29px;
}
.feature-section .sec-title{
margin-bottom: 33px;
}
.feature-section .upper-box{
margin-bottom: 50px;
}
.feature-section .feature-block{
padding: 0px;
}
.feature-section .lower-box{
margin: 0px 15px;
}
.feature-block-one .inner-box{
position: relative;
display: block;
overflow: hidden;
padding: 75px 30px 37px 30px;
}
.feature-block-one .inner-box .bg-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.feature-block-one .inner-box .bg-layer:before{
position: absolute;
content: '';
background: #139371;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.85;
}
.feature-block:nth-child(2) .feature-block-one .inner-box .bg-layer:before{
background: #c85228;
}
.feature-block:last-child .feature-block-one .inner-box .bg-layer:before{
background: #0a5fa7;
}
.feature-block-one .inner-box h2{
position: relative;
display: block;
font-size: 40px;
line-height: 50px;
font-weight: 700;
margin-bottom: 5px;
}
.feature-block-one .inner-box h2 a{
display: inline-block;
color: #fff;
}
.feature-block-one .inner-box h2 a:hover{
text-decoration: underline;
}
.feature-block-one .inner-box p{
display: block;
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #fff;
margin-bottom: 25px;
}
.feature-block-one .inner-box .btn-box{
position: relative;
transform: scale(0,0);
opacity: 0;
transition: all 500ms ease;
}
.feature-block-one .inner-box:hover .btn-box{
transform: scale(1,1);
opacity: 1;
}
.feature-block-one .inner-box .btn-box a{
position: relative;
display: inline-block;
font-size: 13px;
line-height: 24px;
font-family: 'Poppins', sans-serif;
color: #fff;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
background: #0e2a4e;
border-radius: 25px;
padding: 7px 21px 5px 30px;
}
.feature-block-one .inner-box .btn-box a span{
position: relative;
padding-right: 32px;
}
.feature-block-one .inner-box .btn-box a span:before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-9.png);
width: 21px;
height: 17px;
top: -2px;
right: 0px;
background-repeat: no-repeat;
} .service-section{
position: relative;
}
.service-section .owl-carousel .owl-stage-outer{
overflow: visible;
}
.service-section .owl-carousel .owl-stage-outer .owl-item{
opacity: 0;
visibility: hidden;
}
.service-section .owl-carousel .owl-stage-outer .owl-item.active{
opacity: 1;
visibility: visible;
}
.service-block-one .inner-box{
position: relative;
display: block;
overflow: hidden;
background: #fff;
border-radius: 5px;
box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
text-align: center;
}
.service-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
transition: all 500ms ease;
}
.service-block-one .inner-box:hover .image-box{
background: var(--secondary-color);
}
.service-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.service-block-one .inner-box:hover .image-box img{
transform: scale(1.05);
opacity: 0.3;
}
.service-block-one .inner-box .lower-content{
position: relative;
display: block;
padding: 36px 30px 33px 30px;
}
.service-block-one .inner-box .lower-content h3{
display: block;
font-size: 24px;
line-height: 30px;
font-weight:700;
margin-bottom: 10px;
}
.service-block-one .inner-box .lower-content h3 a{
display: inline-block;
color: var(--title-color);
}
.service-block-one .inner-box .lower-content h3 a:hover{
}
.service-block-one .inner-box .lower-content p{
position: relative;
font-size: 17px;
line-height: 24px;
padding-bottom: 26px;
}
.service-block-one .inner-box .lower-content p:before{
position: absolute;
content: '';
width: 34px;
height: 2px;
left: 50%;
margin-left: -17px;
bottom: 0px;
}
.service-section .nav-style-one .owl-nav{
position: absolute;
top: -127px;
right: 0px;
}
.nav-style-one .owl-nav button{
position: relative;
display: inline-block;
width: 52px;
height: 52px;
line-height: 52px;
border: 2px solid #bfbfbf;
border-radius: 50%;
text-align: center;
cursor: pointer;
transition: all 500ms ease;
}
.nav-style-one .owl-nav button span{
display: none;
}
.nav-style-one .owl-nav button:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
line-height: 52px;
text-align: center;
left: 0px;
top: 0px;
opacity: 0.7;
background-repeat: no-repeat;
background-position: center;
-webkit-filter: grayscale(1);
filter: grayscale(1);
transition: all 500ms ease;
}
.nav-style-one .owl-nav button:hover:before{
-webkit-filter: grayscale(0);
filter: grayscale(0);
opacity: 1;
}
.nav-style-one .owl-nav button:hover{
}
.nav-style-one .owl-nav button.owl-prev:before{
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-10.png);
}
.nav-style-one .owl-nav button.owl-next:before{
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-11.png);
}
.nav-style-one .owl-nav button.owl-prev{
margin-right: 9px;
}
.service-section .slider-content{
margin-left: -50px;
margin-right: -50px;
} .about-section{
position: relative;
background: var(--secondary-color);
}
.about-section .outer-container{
position: relative;
}
.about-section .content-box{
position: relative;
display: block;
margin-right: 30px;
padding: 95px 0px 100px 0px;
}
.about-section .content-box p{
font-size: 20px;
line-height: 28px;
color: #e0dbde;
margin-bottom: 27px;
}
.about-section .content-box .sec-title{
margin-bottom: 19px;
}
.list-style-one li{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
color: #e0dbde;
font-weight: 600;
padding-left: 37px;
margin-bottom: 12px;
}
.list-style-one li:last-child{
margin-bottom: 0px;
}
.list-style-one li:before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-12.png);
width: 20px;
height: 20px;
left: 0px;
top: 7px;
background-repeat: no-repeat;
}
.about-section .video-inner .video-btn a{
position: relative;
display: inline-block;
width: 108px;
height: 108px;
line-height: 108px;
text-align: center;
border-radius: 50%;
}
.about-section .video-inner .video-btn a:before,
.about-section .video-inner .video-btn a:after {
width: 100%;
height: 100%;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.about-section .video-inner .video-btn a:after{
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
@-webkit-keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.about-section .video-inner{
position: relative;
display: block;
margin-right: -370px;
}
.about-section .video-inner .video-content{
position: relative;
display: block;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding: 309px 30px 51px 85px;
}
.about-section .video-inner .video-content:before{
position: absolute;
content: '';
background: #000;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.25;
}
.about-section .video-inner .video-btn{
position: relative;
display: block;
text-align: center;
margin-bottom: 123px;
}
.about-section .video-inner h3{
position: relative;
display: block;
font-size: 30px;
line-height: 31px;
color: #fff;
font-weight: 700;
} .benefits-section{
position: relative;
background: #f3f3f9;
padding: 115px 0px 120px 0px;
}
.sec-title p{
margin-top: 8px;
}
.benefits-section .inner-container{
position: relative;
margin: 0px 15px;
}
.benefits-section .single-item{
position: relative;
display: block;
overflow: hidden;
padding: 28px 40px 26px 113px;
min-height: 133px;
border-bottom: 1px solid #cfcac9;
border-right: 1px solid #cfcac9;
}
.benefits-section .single-column:nth-child(4) .single-item,
.benefits-section .single-column:nth-child(5) .single-item,
.benefits-section .single-column:nth-child(6) .single-item{
border-bottom: none;
}
.benefits-section .single-column:nth-child(3) .single-item,
.benefits-section .single-column:nth-child(6) .single-item{
border-right: none;
}
.benefits-section .single-column{
padding: 0px;
}
.benefits-section .single-item:before{
position: absolute;
content: '';
width: 100%;
height: 0%;
left: 0px;
top: 0px;
opacity: 0;
transition: all 500ms ease;
}
.benefits-section .single-item:hover:before{
height: 100%;
opacity: 1;
}
.benefits-section .single-item .icon-box{
position: absolute;
left: 30px;
top: 37px;
font-size: 60px;
transition: all 500ms ease;
}
.benefits-section .single-item h4{
display: block;
font-size: 20px;
line-height: 26px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
transition: all 500ms ease;
} .video-section{
position: relative;
overflow: hidden;
padding: 122px 0px 127px 0px;
}
.video-section .bg-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.video-section .bg-layer:before{
position: absolute;
content: '';
background: #000;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.2;
}
.video-section .inner-box{
position: relative;
display: block;
}
.video-section .inner-box h2{
position: relative;
display: block;
font-size: 55px;
line-height: 65px;
color: #fff;
font-weight: 700;
margin-bottom: 13px;
}
.video-section .inner-box p{
display: block;
font-size: 28px;
line-height: 34px;
font-weight: 500;
color: #fff;
margin-bottom: 38px;
}
.video-section .inner-box .btn-box{
position: relative;
display: flex;
align-items: center;
}
.video-section .inner-box .btn-box .theme-btn-two{
margin-right: 90px;
}
.video-section .inner-box .btn-box .video-btn{
position: relative;
display: inline-block;
width: 62px;
height: 62px;
line-height: 60px;
background: #fff;
text-align: center;
border-radius: 50%;
}
.video-section .inner-box .btn-box .video-btn:before{
position: absolute;
content: '';
border: 1px solid #fff;
width: 70px;
height: 70px;
left: -4px;
top: -4px;
border-radius: 50%;
opacity: 0.7;
}
.video-section .inner-box .btn-box .video-btn:after {
width: 100%;
height: 100%;
border-radius: 50%;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation-delay: .9s;
animation-delay: .9s;
content: "";
position: absolute;
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
-webkit-animation: ripple 3s infinite;
animation: ripple 3s infinite;
-webkit-transition: all .4s ease;
transition: all .4s ease;
}
.video-section .inner-box .btn-box .video-btn:after{
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
@-webkit-keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
70% {
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
} .testimonial-section{
position: relative;
padding: 210px 0px 120px 0px;
background: #1f1e3b;
overflow: hidden;
}
.testimonial-block-one .inner-box{
position: relative;
display: block;
}
.testimonial-block-one .inner-box .text{
position: relative;
display: block;
background: #fff;
padding: 43px 50px 41px 50px;
border-radius: 7px;
margin-bottom: 32px;
}
.testimonial-block-one .inner-box .text:before{
position: absolute;
content: '';
background: #fff;
width: 44px;
height: 11px;
left: 67px;
bottom: -10px;
clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
}
.testimonial-block-one .inner-box .text .quote{
position: relative;
display: block;
margin-bottom: 23px;
}
.testimonial-block-one .inner-box .text p{
line-height: 30px;
color: #494949;
}
.testimonial-block-one .inner-box .author-box{
position: relative;
display: block;
padding: 17px 0px 14px 95px;
margin-left: 57px;
}
.testimonial-block-one .inner-box .author-box .author-thumb{
position: absolute;
left: 0px;
top: 0px;
width: 71px;
height: 71px;
border-radius: 50%;
}
.testimonial-block-one .inner-box .author-box .author-thumb img{
width: 100%;
border-radius: 50%;
}
.testimonial-block-one .inner-box .author-box h5{
display: block;
font-size: 18px;
line-height: 24px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 700;
}
.testimonial-block-one .inner-box .author-box .designation{
position: relative;
display: block;
font-size: 16px;
line-height: 16px;
}
.testimonial-section .pattern-layer{
position: absolute;
left: 100px;
top: 30px;
right: 0px;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: left center;
} .team-section{
position: relative;
padding-top: 115px;
}
.team-section .bg-layer{
position: absolute;
left: 0px;
bottom: 0px;
background: #0f3463;
width: 100%;
height: 90px;
}
.team-section .sec-title{
margin: 0px;
}
.team-section .upper-box{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.team-section .upper-box .text p{
font-size: 20px;
line-height: 30px;
}
.team-section .team-block{
padding: 0px;
}
.team-section .inner-container{
position: relative;
margin: 0px 15px;
z-index: 1;
}
.team-block-one .inner-box{
position: relative;
display: block;
text-align: center;
}
.team-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
background: var(--secondary-color);
}
.team-block-one .inner-box .image-box .image{
position: relative;
display: block;
}
.team-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box img{
opacity: 0.3;
transform: scale(1.05);
}
.team-block-one .inner-box .image-box .social-links{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%) scale(0,0);
z-index: 1;
width: 100%;
text-align: center;
transition: all 500ms ease;
}
.team-block-one .inner-box:hover .image-box .social-links{
transform: translate(-50%,-50%) scale(1,1);
}
.team-block-one .inner-box .image-box .social-links li{
position: relative;
display: inline-block;
margin: 0px 3px;
}
.team-block-one .inner-box .image-box .social-links a{
position: relative;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background: #fff;
text-align: center;
font-size: 16px;
color: var(--secondary-color);
border-radius: 50%;
}
.team-block-one .inner-box .image-box .social-links a:hover{
background: var(--theme-color);
color: #fff;
}
.team-block-one .inner-box .image-box .social-links{
}
.team-block-one .inner-box .lower-content{
position: relative;
display: block;
background: #fff;
box-shadow: -5px 10px 15px 0px rgb(0 0 0 / 10%);
padding: 19px 15px 23px 15px;
}
.team-block-one .inner-box .lower-content h3{
display: block;
font-size: 22px;
line-height: 26px;
font-weight: 600;
}
.team-block-one .inner-box .lower-content h3 a{
display: inline-block;
color: var(--title-color);
}
.team-block-one .inner-box .lower-content h3 a:hover{
}
.team-block-one .inner-box .lower-content .designation{
position: relative;
display: block;
line-height: 22px;
} .find-location{
position: relative;
padding: 82px 0px 105px 0px;
background: #0f3463;
}
.find-location .image-box{
position: relative;
display: block;
padding-right: 50px;
margin-right: 50px;
}
.find-location .image-box .image-shape{
position: absolute;
right: 0px;
bottom: 0px;
width: 86px;
height: 86px;
border-radius: 50%;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.find-location .image-box .image{
position: relative;
display: inline-block;
border-radius: 50%;
}
.find-location .image-box .image img{
width: 100%;
border-radius: 50%;
}
.find-location .content-box{
margin-left: -5px;
}
.find-location .content-box .sec-title{
margin-bottom: 25px;
}
.find-location .content-box .text p{
font-size: 20px;
line-height: 30px;
color: #fff;
font-weight: 500;
margin-bottom: 30px;
}
.find-location .content-box .text p:last-child{
margin-bottom: 0px;
}
.find-location .content-box .text p a{
color: #fff;
text-decoration: underline;
}
.find-location .content-box .text p a:hover{
} .news-section{
position: relative;
padding: 115px 0px;
background: #fbf4f1;
}
.news-section .upper-box{
position: relative;
display: block;
align-items: center;
justify-content: space-between;
margin-bottom: 50px;
}
.news-section .sec-title{
margin: 0px;
}
.news-section .upper-box .link a{
position: relative;
display: inline-block;
font-size: 15px;
line-height: 18px;
font-family: 'Jost', sans-serif;
font-weight: 700;
text-transform: uppercase;
border-bottom: 1px solid #3ca586;
}
.news-block-one .inner-box{
position: relative;
display: block;
}
.news-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
border-radius: 5px;
background: var(--secondary-color);
transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box{
}
.news-block-one .inner-box .image-box img{
width: 100%;
transition: all 500ms ease;
}
.news-block-one .inner-box:hover .image-box img{
transform: scale(1.05);
opacity: 0.2;
}
.news-block-one .inner-box .lower-content{
position: relative;
display: block;
padding-top: 29px;
}
.news-block-one .inner-box .lower-content .post-date{
position: relative;
display: block;
font-size: 15px;
line-height: 28px;
font-family: 'Jost', sans-serif;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 4px;
}
.news-block-one .inner-box .lower-content h3{
display: block;
font-size: 22px;
line-height: 29px;
font-weight: 700;
margin-bottom: 19px;
}
.news-block-one .inner-box .lower-content h3 a{
display: inline-block;
color: #0e2a4e;
}
.news-block-one .inner-box .lower-content h3 a:hover{
}
.news-block-one .inner-box .lower-content p{
display: block;
line-height: 26px;
margin-bottom: 9px;
}
.news-block-one .inner-box .lower-content .link a{
position: relative;
display: inline-block;
font-size: 15px;
line-height: 24px;
font-family: 'Jost', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.4px;
color: #175cb9;
}
.news-block-one .inner-box .lower-content .link a:hover{
text-decoration: underline;
} .google-map-section{
position: relative;
max-height: 420px;
}
.google-map-section iframe{
position: relative;
width: 100%;
height: 420px;
}
.google-map-section .content-inner{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.google-map-section .content-inner .text{
position: absolute;
z-index: 2;
background: #fff;
top: 100px;
border-radius: 5px;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
padding: 24px 30px 28px 35px;
width: 270px;
}
.google-map-section .content-inner .text:before{
position: absolute;
content: '';
background: #fff;
width: 28px;
height: 28px;
left: 50%;
transform: translateX(-50%) rotate(45deg);
bottom: -12px;
}
.google-map-section .content-inner .info li{
position: relative;
display: block;
font-size: 15px;
line-height: 26px;
color: #0e2a4e;
margin-bottom: 5px;
}
.google-map-section .content-inner .info li:last-child{
margin-bottom: 0px;
}
.google-map-section .content-inner .info li a{
color: #0e2a4e;
font-weight: 600;
}
.google-map-section .content-inner .info li a:hover{
} .main-footer{
position: relative;
background: #1b1b34;
}
.main-footer .widget-section{
position: relative;
padding: 75px 0px 55px 0px;
border-bottom: 1px solid #55454f;
}
.main-footer .widget-section p,
.main-footer .widget-section a{
line-height: 26px;
color: #a8a8a8;
}
.main-footer .logo-widget .footer-logo{
margin-bottom: 23px;
}
.main-footer .logo-widget .text{
margin-bottom: 25px;
}
.main-footer .logo-widget .social-links li{
position: relative;
display: inline-block;
margin-right: 10px;
}
.main-footer .logo-widget .social-links li:last-child{
margin: 0px !important;
}
.main-footer .logo-widget .social-links li a{
position: relative;
display: inline-block;
width: 36px;
height: 36px;
line-height: 36px;
font-size: 16px;
color: #fff;
border: 1px solid #858585;
border-radius: 50%;
text-align: center;
}
.main-footer .logo-widget .social-links li a:hover{
}
.main-footer .links-widget{
margin-left: 30px;
}
.main-footer .links-widget .links-list li{
position: relative;
display: block;
margin-bottom: 8px;
}
.main-footer .links-widget .links-list li:last-child{
margin-bottom: 0px;
}
.main-footer .links-widget .links-list li a{
position: relative;
display: inline-block;
font-size: 18px;
color: #a8a8a8;
}
.main-footer .links-widget .links-list li a:hover{
}
.main-footer .widget-title{
position: relative;
display: block;
padding-bottom: 8px;
margin-bottom: 35px;
}
.main-footer .widget-title:before{
position: absolute;
content: '';
width: 30px;
height: 1px;
left: 0px;
bottom: 0px;
}
.main-footer .widget-title h4{
display: block;
font-size: 20px;
line-height: 28px;
color: #fff;
font-weight: 700;
}
.main-footer .contact-widget{
margin-left: 40px;
}
.main-footer .contact-widget .info-list li{
display: inline-flex;
line-height: 26px;
color: #979496;
margin-bottom: 11px;
}
.main-footer .contact-widget .info-list li:last-child{
margin-bottom: 0px;
}
.main-footer .contact-widget .info-list li a{
color: #a8a8a8;
}
.main-footer .contact-widget .info-list li:first-child a{
font-size: 22px;
font-weight: 600;
}
.main-footer .contact-widget .info-list li a:hover{
}
.main-footer .newsletter-widget{
position: relative;  
}
.main-footer .newsletter-widget p{
margin-bottom: 19px;
}
.main-footer .newsletter-widget form .form-group{
position: relative;
margin-bottom: 0px;
}
.main-footer .newsletter-widget form .form-group input[type='email']{
position: relative;
display: block;
width: 100%;
height: 46px;
border: 1px solid #55454f;
border-radius: 2px;
font-size: 18px;
color: #838486;
padding: 10px 20px;
margin-bottom: 23px;
transition: all 500ms ease;
}
.main-footer .newsletter-widget form .form-group input:focus{
color: #fff;
}
.main-footer .newsletter-widget form .form-group button{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 24px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 700;
text-transform: uppercase;
padding: 10px 30px 8px 30px;
border-radius: 5px;
cursor: pointer;
letter-spacing: 1.5px;
transition: all 500ms ease;
}
.main-footer .newsletter-widget form .form-group button:hover{
background: #fff;
color: var(--secondary-color);
}
.main-footer .newsletter-widget .widget-title{
margin-bottom: 28px;
}
.footer-bottom{
padding: 27px 0px;
}
.footer-bottom p,
.footer-bottom a{
color: #877781;
}
.footer-bottom a:hover{
color: #fff;
}
.footer-bottom .bottom-inner{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer-bottom .link a:hover{
text-decoration: underline;
}  .header-style-two{
position: relative;
}
.header-style-two .header-lower{
position: relative;
width: 100%;
}
.header-top-two{
background: #eeeeee;
width: 100%;
}
.header-top-two .top-inner{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-top-two .info li{
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 500;
color: #444444;
line-height: 50px;
padding-right: 30px;
margin-right: 30px;
border-right: 1px solid #d7d7d7;
}
.header-top-two .info li:last-child{
padding: 0px;
margin: 0px;
border: none;
}
.header-top-two .info li:first-child{
color: #797979;
font-weight: 600;
}
.header-top-two .info li:first-child a{
font-size: 20px;
font-weight: 700;
color: #242424;
}
.header-top-two .info li:first-child a:hover{
}
.header-top-two .info li:last-child a{
margin-left: 10px;
position: relative;
display: inline-block;
font-size: 18px;
font-weight: 700;
text-decoration: underline;
}
.header-top-two .social-links li{
position: relative;
display: inline-block;
margin-right: 25px;
}
.header-top-two .social-links li:last-child{
margin: 0px;
}
.header-top-two .social-links li a{
position: relative;
display: inline-block;
font-size: 16px;
color: #757575;
}
.header-top-two .social-links li a:hover{
}
.header-top-two .top-right{
position: relative;
display: flex;
align-items: center;
}
.header-top-two .social-links{
position: relative;
line-height: 50px;
} .language-picker label{
display: none;
}
.language-picker .nice-select{
display: none;
}
.language-picker {
display: inline-block;
position: relative
}
.language-picker__button .icon {
display: none;
}
.language-picker__dropdown {
position: absolute;
left: 0;
top: 100%;
width: 200px;
background-color: #fff;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
padding: 15px 25px;
visibility: hidden;
opacity: 0;
z-index: 2;
text-align: left;
transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}
.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(4px);
-ms-transform: translateY(4px);
transform: translateY(4px);
transition: opacity .2s, -webkit-transform .2s ease-out;
transition: opacity .2s, transform .2s ease-out;
transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}
.language-picker__item span {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.language-picker__item:hover {
}
.language-picker__button{
border: none !important;
}
.language-picker__flag {
position: relative;
font-size: 18px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #242424;
padding-left: 27px;
}
.language-picker__flag.language-picker__label{
padding-right: 27px;
padding-left: 0px;
}
.language-picker__flag em{
font-style: normal;
}
.language-picker__flag::before {
position: absolute;
content: '';
height: 12px;
width: 18px;
top: 7px;
left: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
.language-picker__flag.language-picker__label:before{
top: 6px;
right: 0px;
left: inherit;
}
.language-picker__dropdown .language-picker__flag::before {
margin-right: .5rem;
margin-right: var(--space-xs)
}
.language-picker__flag--deutsch::before {
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/flag-deutsch.png);
}
.language-picker__flag--english::before {
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/flag-english.png);
}
.language-picker__flag--francais::before {
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/flag-francais.png);
}
.language-picker__flag--italiano::before {
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/flag-italiano.png);
}
.language-picker--hide-label .language-picker__button .icon {
margin-left: 0
}
.language-picker--hide-label .language-picker__button em {
display: none
}
.language-picker--hide-label .language-picker__button .language-picker__flag::before {
margin-right: .25rem;
margin-right: var(--space-xxxs)
}
.header-upper{
position: relative;
width: 100%;
background: #fff;
padding-bottom: 32px;
}
.header-upper .upper-inner{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.main-header .header-upper .upper-inner .logo-box {
padding: 28px 0px;
}
.header-upper .upper-right{
position: relative;
display: flex;
align-items: center;
}
.header-upper .upper-right .single-item{
position: relative;
display: block;
padding-left: 64px;
margin-right: 38px;
}
.header-upper .upper-right .single-item .icon-box{
position: absolute;
left: 0px;
top: 7px;
}
.header-upper .upper-right .single-item h4{
display: block;
font-size: 20px;
line-height: 26px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
color: #000000;
}
.header-upper .upper-right .single-item span{
position: relative;
display: block;
font-size: 18px;
line-height: 22px;
font-weight: 500;
color: #8e8e8e;
}
.header-upper .upper-right .theme-btn-one{
font-size: 14px;
padding: 12px 19px 10px 19px;
background: #073c81;
}
.header-upper .upper-right .nav-btn{
position: relative;
display: inline-block;
width: 51px;
height: 51px;
line-height: 51px;
text-align: center;
border-radius: 50%;
cursor: pointer;
margin-left: 22px;
transition: all 500ms ease;
}
.header-upper .upper-right .nav-btn:hover{
background: #073c81;
}
.header-style-two .header-lower .outer-box{
position: absolute;
top: -32px;
left: 0px;
width: 100%;
background: #132837;
padding-left: 40px;
border-radius: 2px;
}
.header-style-two .header-lower .main-menu .navigation > li > a{
color: #fff;
padding: 21px 0px;
}
.header-style-two .header-lower .main-menu .navigation > li{
margin: 0px 20px;
}
.header-style-two .header-lower .search-box{
position: relative;
width: 326px;
background: #060d13;
padding: 11px 20px;
border-radius: 0px 2px 2px 0px;
overflow: hidden;
}
.header-style-two .header-lower .search-box:before{
position: absolute;
content: '';
background: #0a1721;
width: 100%;
height: 50%;
left: 0px;
top: 0px;
}
.header-style-two .header-lower .search-box .form-group{
position: relative;
margin-bottom: 0px;
}
.header-style-two .header-lower .search-box input[type='search']{
position: relative;
display: block;
width: 100%;
height: 50px;
font-size: 18px;
color: rgba(255, 255, 255, 0.55);
padding: 0px 20px;
padding-right: 55px;
transition: all 500ms ease;
}
.header-style-two .header-lower .search-box button{
position: absolute;
top: 11px;
right: 20px;
}
.header-style-two .header-lower .search-box input:focus{
color: #fff;
} .banner-style-two{
position: relative;
overflow: hidden;
} 
.banner-style-two .banner-carousel .content-box h2{
font-size: 65px;
line-height: 67px;
color: #0e2735;
margin-bottom: 22px;
}
.banner-style-two .banner-carousel .content-box p{
font-size: 20px;
font-weight: 600;
color: #1a1d21;
max-width: 470px;
margin-bottom: 32px;
}
.banner-style-two .banner-carousel .content-box .theme-btn-one{
background: #073c81;
padding: 18px 25px 17px 25px;
}
.banner-style-two .banner-carousel .swiper-slide{
padding: 256px 0px 196px 0px;
}
.banner-style-two .banner-carousel .swiper-slide:before{
display: none;
}
.banner-style-two .banner-carousel .content-box .theme-btn-one:before,
.banner-style-two .banner-carousel .content-box .theme-btn-one:after{
} .feature-style-two{
position: relative;
padding: 46px 0px 41px 0px;
}
.feature-style-two .single-item{
position: relative;
display: block;
padding-left: 110px;
}
.feature-style-two .single-item .icon-box{
position: absolute;
left: 0px;
font-size: 80px;
top: 4px;
color: rgba(255, 255, 255, 0.80);
}
.feature-style-two .single-item h3{
display: block;
font-size: 24px;
line-height: 30px;
font-family: 'Barlow', sans-serif;
color: #fff;
font-weight: 700;
margin-bottom: 9px;
}
.feature-style-two .single-item p{
font-size: 18px;
line-height: 26px;
color: #fff;
} .feature-style-three{
position: relative;
padding: 115px 0px;
}
.feature-style-three .sec-title p{
font-size: 22px;
line-height: 26px;
font-weight: 500;
color: #242424;
margin-top: 33px;
}
.feature-style-three .inner-container{
position: relative;
margin: 0px -35px;
padding-bottom: 65px;
}
.feature-block-two .inner-box{
position: relative;
display: block;
background: #f0f8fa;
border-radius: 7px;
overflow: hidden;
padding: 38px 30px 56px 30px;
z-index: 1;
}
.feature-block-two .inner-box:before{
position: absolute;
content: '';
width: 100%;
height: 0%;
left: 0px;
top: 0px;
z-index: -1;
transition: all 500ms ease;
}
.feature-block-two .inner-box:hover:before{
height: 100%;
}
.feature-block-two .inner-box .icon-box{
position: relative;
display: block;
font-size: 65px;
line-height: 60px;
color: #0e2a4e;
margin-bottom: 28px;
transition: all 500ms ease;
}
.feature-block-two .inner-box:hover .icon-box{
color: #fff;
}
.feature-block-two .inner-box h3{
display: block;
font-size: 22px;
line-height: 30px;
font-weight: 600;
margin-bottom: 11px;
}
.feature-block-two .inner-box h3 a{
display: inline-block;
color: #0e2a4e;
}
.feature-block-two .inner-box:hover h3 a{
color: #fff;
}
.feature-block-two .inner-box p{
font-size: 17px;
transition: all 500ms ease;
}
.feature-block-two .inner-box:hover p{
color: #fff;
}
.feature-style-three .more-text p{
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #242424;
}
.feature-style-three .more-text p a{
display: inline-block;
text-decoration: underline;
} .about-style-two{
position: relative;
padding: 120px 0px;
background: #fcf6f1;
}
.about-style-two .image-box{
position: relative;
margin-right: 34px;
padding-right: 27px;
padding-bottom: 20px;
}
.about-style-two .image-box .image{
position: relative;
display: block;
border-radius: 10px;
overflow: hidden;
}
.about-style-two .image-box .image img{
width: 100%;
border-radius: 10px;
}
.about-style-two .image-box .image:before{
position: absolute;
top: 0;
left: -80%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
z-index: 1;
}
.about-style-two .image-box .image:hover:before {
-webkit-animation: shine 1s;
animation: shine 1s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.about-style-two .image-box .text{
position: absolute;
right: 0px;
bottom: 0px;
width: 165px;
background: #0e2a4e;
padding: 21px 20px 33px 20px;
text-align: center;
border-radius: 10px;
z-index: 1;
}
.about-style-two .image-box .text h2{
display: block;
font-size: 60px;
line-height: 60px;
font-family: 'Barlow', sans-serif;
color: #fff;
font-weight: 700;
margin-bottom: 8px;
}
.about-style-two .image-box .text p{
display: block;
line-height: 21px;
font-weight: 600;
color: #fff;
}
.about-style-two .content-box{
position: relative;
display: block;
}
.about-style-two .content-box .text p:first-child{
font-size: 20px;
line-height: 28px;
font-weight: 500;
color: #242424;
margin-bottom: 29px;
}
.about-style-two .content-box .text{
margin-bottom: 45px;
}
.about-style-two .content-box .inner-box .single-item{
position: relative;
display: block;
padding-left: 80px;
min-height: 53px;
}
.about-style-two .content-box .inner-box .single-item .icon-box{
position: absolute;
left: 0px;
top: -9px;
font-size: 65px;
}
.about-style-two .content-box .inner-box .single-item h3{
display: block;
font-size: 22px;
line-height: 26px;
font-weight: 600;
}
.about-style-two .content-box .sec-title{
margin-bottom: 25px;
} .project-section{
position: relative;
}
.project-section .outer-container{
position: relative;
padding: 0px 175px;
}
.project-block-one .inner-box{
position: relative;
display: block;
overflow: hidden;
}
.project-block-one .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
border-radius: 5px;
transition: all 500ms ease;
}
.project-block-one .inner-box:hover .image-box{
background: var(--secondary-color);
}
.project-block-one .inner-box .image-box img{
width: 100%;
border-radius: 5px;
transition: all 500ms ease;
}
.project-block-one .inner-box:hover .image-box img{
transform: scale(1.05);
opacity: 0.05;
}
.project-block-one .inner-box .overlay-content{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 1;
}
.project-block-one .inner-box .overlay-content .view-btn{
position: absolute;
top: 0px;
right: 0px;
opacity: 0;
transition: all 500ms ease;
}
.project-block-one .inner-box:hover .overlay-content .view-btn{
top: 30px;
right: 30px;
opacity: 1;
}
.project-block-one .inner-box .overlay-content .view-btn a{
position: relative;
display: inline-block;
width: 58px;
height: 58px;
line-height: 54px;
background: #fff;
text-align: center;
border-radius: 5px;
}
.project-block-one .inner-box .overlay-content .view-btn a img{
position: relative;
display: inline-block;
}
.project-block-one .inner-box .overlay-content h3{
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
padding-left: 40px;
font-size: 22px;
line-height: 30px;
font-weight: 500;
opacity: 0;
transition: all 500ms ease;
}
.project-block-one .inner-box:hover .overlay-content h3{
opacity: 1;
bottom: 40px;
}
.project-block-one .inner-box .overlay-content h3 a{
display: inline-block;
color: #fff;
}
.project-block-one .inner-box .overlay-content h3 a:hover{
text-decoration: underline;
}
.row{
--bs-gutter-x: 30px;
}
.project-section .owl-nav{
position: absolute;
top: -117px;
right: 0px;
left: 0px;
width: 1170px;
margin: 0 auto;
text-align: right;
}
.project-section .owl-nav button{
position: relative;
display: inline-block;
width: 44px;
height: 44px;
line-height: 44px;
border: 2px solid #a7afb6;
border-radius: 50%;
text-align: center;
transition: all 500ms ease;
}
.project-section .owl-nav button:hover{
}
.project-section .owl-nav button span{
display: none;
}
.project-section .owl-nav button:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
background-repeat: no-repeat;
background-position: center;
-webkit-filter: grayscale(1);
filter: grayscale(1);
transition: all 500ms ease;
}
.project-section .owl-nav button:hover:before{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.project-section .owl-nav button.owl-prev:before{
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-19.png);
}
.project-section .owl-nav button.owl-next:before{
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-20.png);
}
.project-section .owl-nav button.owl-prev{
margin-right: 20px;
} .cta-section{
position: relative;
}
.cta-section .inner-container{
position: relative;
display: block;
overflow: hidden;
border-radius: 7px;
padding: 56px 30px 55px 70px;
margin-bottom: -90px;
z-index: 1;
}
.cta-section .inner-box{
max-width: 530px;
}
.cta-section .inner-box h2{
display: block;
font-size: 42px;
line-height: 50px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 900;
margin-bottom: 11px;
}
.cta-section .inner-box .info li{
position: relative;
display: inline-block;
font-size: 26px;
line-height: 32px;
color: #fff;
font-weight: 600;
margin-right: 55px;
}
.cta-section .inner-box .info li:last-child{
margin: 0px;
}
.cta-section .inner-box .info li a{
display: inline-block;
color: #fff;
}
.cta-section .inner-box .info li a:hover{
text-decoration: underline;
}
.cta-section .bg-layer{
position: absolute;
top: 0px;
right: 0px;
width: 50%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 23% 0%);
}
.cta-section .bg-layer:before{
position: absolute;
content: '';
background: #000;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.1;
}
.team-section.home-2{
padding-bottom: 120px;
} .appointment-section{
position: relative;
background: #e8e8eb;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
border: 1px solid #888 !important;
cursor: pointer;
top: 3px;
}
.ui-datepicker .ui-datepicker-prev{
left: 3px;
}
.ui-datepicker .ui-datepicker-next{
right: 3px;
}
.appointment-section .form-inner .form-group{
position: relative;
display: block;
margin-bottom: 20px;
}
.appointment-section .form-inner .form-group:last-child{
margin-bottom: 0px;
}
.appointment-section .form-inner .form-group input[type='text'],
.appointment-section .form-inner .form-group input[type='email'],
.appointment-section .form-inner .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 50px;
background: #fff;
border: 1px solid #e2e2e2;
font-size: 18px;
color: #444444;
padding: 10px 25px;
transition: all 500ms ease;
}
.appointment-section .form-inner .form-group textarea{
height: 165px;
resize: none;
margin-bottom: 10px;
}
.appointment-section .form-inner .form-group input:focus,
.appointment-section .form-inner .form-group textarea:focus{
}  .header-style-three{
position: absolute;
left: 70px;
top: 40px;
width: calc(100% - 140px);
border-radius: 5px;
}
.header-style-three .header-lower{
padding-left: 35px;
padding-right: 15px;
border-radius: 5px;
}
.header-style-three .header-lower:before{
position: absolute;
content: '';
background: rgba(255, 255, 255, 0.20);
width: calc(100% - 40px);
height: 100%;
left: 20px;
top: 10px;
border-radius: 5px;
}
.banner-style-two.home-3 .banner-carousel .swiper-slide{
padding: 309px 0px 227px 0px;
}
.banner-style-two.home-3 .banner-carousel .swiper-slide:before{
display: block;
opacity: 0.05;
}
.banner-style-two.home-3 .content-box h2{
font-size: 60px;
line-height: 67px;
color: #000000;
}
.banner-style-two.home-3 .content-box p{
font-weight: 500;
max-width: 600px;
font-family: 'Roboto', sans-serif;
} .appointment-style-two{
position: relative;
}
.appointment-style-two:f5f4f8{
position: absolute;
content: '';
background: #f5f4f8;
width: 100%;
height: calc(100% - 28px);
left: 0px;
bottom: 0px;
}
.appointment-style-two .inner-container{
position: relative;
padding: 61px 30px 41px 30px;
margin-top: -28px;
z-index: 1;
border-radius: 0px 7px 7px 0px;
}
.appointment-style-two .inner-container:before{
position: absolute;
content: '';
background: #073c81;
width: 7000px;
height: 100%;
top: 0px;
right: 0px;
border-radius: 0px 7px 7px 0px;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.03);
}
.appointment-style-two .inner-container:after{
position: absolute;
content: '';
width: 463px;
height: 100%;
top: 0px;
right: 0px;
border-radius: 0px 7px 7px 0px;
}
.appointment-style-two .inner-box{
position: relative;
display: flex;
align-items: center;
}
.appointment-style-two .inner-box .inner{
position: relative;
display: block;
margin-right: 70px;
}
.appointment-style-two .inner-box .inner:before{
position: absolute;
content: '';
background: rgba(255, 255, 255, 0.50);
height: 89px;
width: 2px;
top: 19px;
right: -43px;
}
.appointment-style-two .inner-box h2{
display: block;
font-size: 78px;
line-height: 80px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #fff;
margin-bottom: 0px;
}
.appointment-style-two .inner-box .inner p{
font-size: 17px;
line-height: 21px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #fff;
}
.appointment-style-two .inner-box .text p{
max-width: 410px;
color: #fff;
font-size: 20px;
}
.appointment-style-two .content-box{
position: relative;
z-index: 1;
margin-top: -10px;
padding-left: 55px;
}
.appointment-style-two .content-box h3{
position: relative;
display: block;
font-size: 30px;
line-height: 36px;
font-family: 'Barlow', sans-serif;
color: #fff;
font-weight: 600;
margin-bottom: 18px;
}
.appointment-style-two .content-box a{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 24px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #232323;
background: #fff;
padding: 12px 29px 10px 28px;
border-radius: 30px;
text-transform: uppercase;
letter-spacing: 1px;
}
.appointment-style-two .content-box a:hover{
color: #fff;
background: #28132a;
} .service-style-two{
position: relative;
padding: 115px 0px;
background: #f5f4f8;
}
.service-style-two .sec-title p{
font-size: 22px;
line-height: 26px;
font-weight: 600;
color: #242424;
margin-top: 33px;
}
.service-block-two .inner-box{
position: relative;
display: block;
overflow: hidden;
background: #fff;
padding: 13px;
border-radius: 10px;
margin-bottom: 30px;
}
.service-block-two .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
border-radius: 10px;
transition: all 500ms ease;
}
.service-block-two .inner-box:hover .image-box{
background: var(--secondary-color);
}
.service-block-two .inner-box .image-box img{
width: 100%;
border-radius: 10px;
transition: all 500ms ease;
}
.service-block-two .inner-box:hover .image-box img{
opacity: 0.2;
transform: scale(1.05);
}
.service-block-two .inner-box .lower-content{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 19px 15px 8px 15px;
}
.service-block-two .inner-box .lower-content h3{
display: block;
font-size: 22px;
line-height: 30px;
font-weight: 600;
}
.service-block-two .inner-box .lower-content h3 a{
display: inline-block;
color: #0e2a4e;
}
.service-block-two .inner-box .lower-content h3 a:hover{
}
.service-block-two .inner-box .lower-content .link a{
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.service-block-two .inner-box .lower-content .link a:hover{
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.service-style-two .more-text{
position: relative;
margin-top: 25px;
}
.service-style-two .more-text p{
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #242424;
}
.service-style-two .more-text p a{
text-decoration: underline;
} .about-style-three{
position: relative;
background: #143248;
}
.about-style-three .content-box .sec-title{
margin-bottom: 26px;
}
.about-style-three .content-box .text p{
color: #ffffff;
margin-bottom: 29px;
}
.about-style-three .content-box .text p:last-child{
margin-bottom: 0px;
}
.about-style-three .content-box .text p a{
display: inline-block;
color: #ffffff;
text-decoration: underline;
}
.about-style-three .content-box .text p a:hover{
}
.about-style-three .content-box .text{
margin-bottom: 59px;
}
.about-style-three .content-box .lower-box{
position: relative;
display: flex;
align-items: center;
}
.about-style-three .content-box .lower-box .author-box{
position: relative;
display: block;
padding: 18px 0px 15px 110px;
margin-right: 55px;
}
.about-style-three .content-box .lower-box .author-box .author-thumb{
position: absolute;
left: 0px;
top: 0px;
width: 79px;
height: 79px;
border-radius: 50%;
}
.about-style-three .content-box .lower-box .author-box .author-thumb img{
width: 100%;
border-radius: 50%;
}
.about-style-three .content-box .lower-box .author-box h5{
display: block;
font-size: 18px;
line-height: 26px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 700;
}
.about-style-three .content-box .lower-box .author-box .designation{
position: relative;
display: block;
font-size: 16px;
line-height: 20px;
color: #ffffff;
}
.about-style-three .image-box{
position: relative;
display: block;
margin-left: 69px;
}
.about-style-three .image-box .image{
position: relative;
display: block;
overflow: hidden;
border-radius: 7px;
}
.about-style-three .image-box .image img{
width: 100%;
border-radius: 7px;
}
.about-style-three .image-box .image:before{
position: absolute;
top: 0;
left: -80%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
z-index: 1;
}
.about-style-three .image-box .image:hover:before {
-webkit-animation: shine 1s;
animation: shine 1s;
} .welcome-section{
position: relative;
background: #1f1e3b;
padding-top: 115px;
}
.welcome-section .sec-title p{
font-size: 22px;
line-height: 26px;
font-weight: 500;
color: rgba(255, 255, 255, 0.80);
margin-top: 33px;
}
.welcome-section .inner-box .single-item{
position: relative;
display: block;
float: left;
padding: 40px 40px 23px 40px;
background: #1c3267;
}
.welcome-section .inner-box .single-item:last-child{
}
.welcome-section .inner-box .single-item .icon-box{
position: relative;
display: block;
font-size: 73px;
color: #fff;
margin-bottom: 18px;
}
.welcome-section .inner-box .single-item h3{
display: block;
font-size: 24px;
line-height: 29px;
font-family: 'Barlow', sans-serif;
font-weight: 700;
color: #fff;
padding-bottom: 28px;
margin-bottom: 18px;
border-bottom: 1px solid rgba(255, 255, 255, 0.43);
}
.welcome-section .inner-box .single-item .link a{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 24px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.welcome-section .inner-box .single-item .link a span{
position: relative;
padding-right: 30px;
}
.welcome-section .inner-box .single-item .link a span:before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-22.png);
width: 24px;
height: 12px;
top: 2px;
right: 0px;
background-repeat: no-repeat;
}
.welcome-section .content-box{
position: relative;
display: block;
width: 100%;
padding: 74px 30px 69px 30px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.welcome-section .content-box:before{
position: absolute;
content: '';
background: #111114;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.4;
}
.welcome-section .content-box .text{
position: relative;
max-width: 250px;
float: right;
text-align: left;
}
.welcome-section .content-box .text h2{
display: block;
font-size: 40px;
line-height: 40px;
color: #fff;
font-weight: 700;
margin-bottom: 15px;
}
.welcome-section .content-box .text p{
display: block;
font-size: 20px;
line-height: 30px;
color: #fff;
font-weight: 500;
}
.welcome-section:before{
position: absolute;
content: '';
background: #fff;
width: 100%;
height: 142px;
left: 0px;
bottom: 0px;
}
.welcome-section .sec-title{
margin-bottom: 81px;
} .care-section{
position: relative;
}
.care-section .upper-box{
position: relative;
display: block;
margin-bottom: 39px;
}
.care-section .upper-box h2{
display: block;
font-size: 38px;
line-height: 46px;
font-weight: 700;
margin-bottom: 13px;
}
.care-section .upper-box h3{
display: block;
font-size: 22px;
line-height: 30px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #242424;
margin-bottom: 27px;
}
.care-section .inner-box{
position: relative;
display: block;
padding-right: 400px;
}
.care-section .inner-box .image-box{
position: absolute;
top: 31px;
right: 0px;
width: 342px;
}
.care-section .inner-box .image-box img{
width: 100%;
}
.care-section .inner-box h3{
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
margin-bottom: 29px;
}
.care-section .inner-box .list li{
position: relative;
display: block;
padding-left: 46px;
margin-bottom: 28px;
}
.care-section .inner-box .list li:last-child{
margin-bottom: 0px;
}
.care-section .inner-box .list li:before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-23.png);
width: 20px;
height: 20px;
left: 0px;
top: 12px;
background-repeat: no-repeat;
}
.testimonial-section.home-3{
padding-top: 120px;
}
.project-style-two .project-block-one .inner-box .image-box,
.project-style-two .project-block-one .inner-box .image-box img{
border-radius: 0px;
}  .header-style-four{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
background: transparent;
}
.header-style-four .header-lower,
.header-style-four .header-top-two{
background: transparent;
}
.header-style-four .header-top-two .info li{
border: none;
}
.header-style-four .header-top-two .info li:before{
position: absolute;
content: '';
background: #747474;
width: 1px;
height: 19px;
top: 16px;
right: 0px;
}
.header-style-four .header-top-two .info li:last-child:before{
display: none;
}
.header-style-four .header-top-two .social-links{
border: none;
}
.header-style-four .header-top-two .social-links li a{
color: #242424;
}
.header-style-four .header-top-two .social-links li a:hover{
}
.header-style-four .outer-box{
background: #fff;
padding-left: 30px;
border-radius: 7px;
padding-right: 30px;
} .banner-style-four{
position: relative;
overflow: hidden;
}
.banner-style-four .banner-carousel .swiper-slide:before{
display: none;
}
.banner-style-four .banner-carousel .swiper-slide{
padding: 327px 0px 235px 0px;
}
.banner-style-four .content-box{
float: right;
text-align: left;
}
.banner-style-four .outer-container{
padding-right: 230px;
}
.banner-style-four .banner-carousel .content-box h2{
color: #0e2a4e;
margin-bottom: 22px;
}
.banner-style-four .banner-carousel .content-box p{
font-size: 20px;
line-height: 34px;
color: #000000;
margin-bottom: 37px;
}
.banner-style-four .pattern-layer .pattern-1{
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: top right;
z-index: 1;
}
.banner-style-four .pattern-layer .pattern-2{
position: absolute;
right: 70px;
bottom: -143px;
width: 337px;
height: 337px;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.25);
z-index: 1;
} .feature-style-four{
position: relative;
}
.feature-block-three .inner-box{
position: relative;
display: block;
background: #eaf5fd;
padding: 49px 50px 50px 35px;
border-radius: 10px;
transition: all 500ms ease;
}
.feature-block-three .inner-box:hover{
transform: translateY(-10px);
}
.feature-block-three .inner-box h3{
display: block;
font-size: 28px;
line-height: 36px;
font-weight: 700;
margin-bottom: 7px;
}
.feature-block-three .inner-box h3 a{
display: inline-block;
color: #0e2a4e;
}
.feature-block-three .inner-box h3 a:hover{
}
.feature-block-three .inner-box p{
margin-bottom: 29px;
}
.feature-block-three .inner-box .link a{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 24px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
background: #28537f;
border-radius: 25px;
padding: 11px 26px 9px 27px;
}
.feature-block-three .inner-box .link a:hover{
background: var(--secondary-color) !important;
}
.feature-block:nth-child(2) .feature-block-three .inner-box{
background: #fff1eb;
}
.feature-block:nth-child(2) .feature-block-three .inner-box .link a{
background: #ae844a;
}
.feature-block:last-child .feature-block-three .inner-box{
background: #f0f0f0;
}
.feature-style-four .inner-content{
margin-bottom: 80px;
}
.feature-style-four .lower-content{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 45px;
}
.feature-style-four .lower-content .image-box{
position: relative;
display: block;
border-radius: 10px;
}
.feature-style-four .lower-content .image-box img{
width: 100%;
border-radius: 10px;
}
.feature-style-four .lower-content .text h4{
display: block;
font-size: 20px;
line-height: 28px;
font-family: 'Barlow', sans-serif;
font-weight: 700;
}
.service-section.home-4{
background: #26214a;
}
.service-section.home-4 .nav-style-one .owl-nav button:before{
opacity: 1;
} .about-style-four{
position: relative;
}
.about-style-four .sec-title{
margin-bottom: 26px;
}
.about-style-four .content-box .text p{
margin-bottom: 27px;
}
.about-style-four .content-box .text p:last-child{
margin-bottom: 0px;
font-size: 20px;
line-height: 30px;
color: #0e2a4e;
font-weight: 500;
}
.about-style-four .content-box .text p a{
display: inline-block;
color: #e82b2b;
text-decoration: underline;
}
.about-style-four .image-box{
position: relative;
display: block;
margin-left: 32px;
}
.about-style-four .image-box img{
width: 100%;
} .clients-section{
position: relative;
padding: 64px 0px;
}
.clients-section .clients-logo{
position: relative;
display: block;
}
.clients-section .clients-inner{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
margin-left: -40px;
}
.clients-section .clients-logo img{
position: relative;
display: block;
max-width: auto;
margin: 0 auto;
transition: all 500ms ease;
} .cta-style-three{
position: relative;
padding: 36px 0px 41px 0px;
}
.cta-style-three .inner-box h2{
display: block;
font-size: 36px;
line-height: 44px;
color: #fff;
font-weight: 700;
margin-bottom: 10px;
}
.cta-style-three .inner-box p{
display: block;
font-size: 21px;
line-height: 28px;
font-weight: 500;
color: #fff;
}
.cta-style-three .inner-box p a{
display: inline-block;
color: #fff;
text-decoration: underline;
}  .header-style-five{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
background: transparent;
}
.header-style-five .header-top-two{
background: transparent;
padding: 0px 20px;
}
.header-style-five .header-upper{
background: var(--secondary-color);
border-radius: 5px 5px 0px 0px;
padding-left: 35px;
padding-right: 35px;
}
.header-style-five .header-upper .upper-right .single-item h4{
color: #fff;
}
.header-style-five .header-upper .upper-right .single-item span{
font-size: 20px;
color: #fff;
}
.header-style-five .header-upper .upper-right .theme-btn-one{
background: transparent;
border: 2px solid #93a1ab;
padding: 10px 19px 8px 19px;
letter-spacing: 0.5px;
}
.header-style-five .header-upper .upper-right .theme-btn-one:hover{
}
.header-style-five.header-style-two .header-lower .main-menu .navigation > li > a{
color: #242424;
}
.header-style-five.header-style-two .header-lower .outer-box{
background: #fff;
padding-right: 40px;
border-radius: 0px 0px 5px 5px;
}
.header-style-five .search-box-outer{
position: relative;
display: inline-block;
cursor: pointer;
} .banner-style-five{
position: relative;
overflow: hidden;
}
.banner-style-five.banner-style-four .banner-carousel .swiper-slide {
padding: 389px 0px 175px 0px;
} .about-style-five{
position: relative;
padding: 120px 0px;
}
.about-style-five .image-box{
position: relative;
display: block;
margin-left: -171px;
margin-right: 61px;
padding-left: 294px;
}
.about-style-five .image-box img{
width: 100%;
transition: all 500ms ease;
}
.about-style-five .image-box .image:hover img{
transform: scale(1.05);
}
.about-style-five .image-box .image-2{
position: absolute;
top: 57px;
left: 0px;
}
.about-style-five .image-box .image{
overflow: hidden;
}
.list-style-two li{
position: relative;
display: block;
font-size: 20px;
line-height: 30px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #0e2a4e;
padding-left: 37px;
margin-bottom: 10px;
}
.list-style-two li:last-child{
margin-bottom: 0px;
}
.list-style-two li:before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-23.png);
width: 20px;
height: 20px;
left: 0px;
top: 6px;
background-repeat: no-repeat;
}
.about-style-five .content-box{
position: relative;
display: block;
margin-left: -30px;
}
.about-style-five .content-box .text-box h4{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-family: 'Barlow', sans-serif;
color: #242424;
font-weight: 500;
margin-bottom: 29px;
}
.about-style-five .content-box .text-box p{
margin-bottom: 36px;
}
.about-style-five .content-box .sec-title{
margin-bottom: 23px;
}
.service-section.home-5{
background: #fbf4f1;
}
.service-section.home-5 .service-block-one .inner-box .lower-content p{
padding-bottom: 0px;
}
.service-section.home-5 .service-block-one .inner-box .lower-content p:before{
display: none;
} .service-feature{
position: relative;
background: #0e2a4e;
padding: 115px 0px;
}
.service-feature .bg-layer{
position: absolute;
left: 0px;
top: 0px;
width: calc(50% - 130px);
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.service-feature .content-box{
margin-left: 30px;
}
.service-feature .content-box .sec-title{
margin-bottom: 22px;
}
.service-feature .content-box .text{
margin-bottom: 27px;
}
.service-feature .content-box .text p{
font-size: 20px;
color: #e0dbde;
}
.service-feature .content-box .list-style-one li{
color: #e0dbde;
}
.team-section.home-5:before{
position: absolute;
content: '';
background: #143248;
width: 100%;
height: 91px;
left: 0px;
bottom: 0px;
}
.benefits-section.light-section{
background: #143248;
}
.benefits-section.light-section .sec-title p{
color: #fff;
}
.benefits-section.light-section .single-item h4{
color: #fff;
}
.benefits-section.light-section .single-item{
border-color: rgba(207, 202, 201, 0.30);
} .contact-section{
position: relative;
background: #f4fafe;
}
.contact-section .image-layer{
position: absolute;
right: 430px;
bottom: 0px;
}
.contact-section .sec-title h3{
display: block;
font-size: 24px;
line-height: 32px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #242424;
margin-top: 14px;
}
.contact-section .sec-title p{
font-size: 18px;
margin-top: 12px;
}
.contact-section .sec-title{
margin-bottom: 38px;
}
.contact-section .form-inner .form-group{
position: relative;
margin-bottom: 10px;
}
.contact-section .form-inner .form-group:last-child{
margin-bottom: 0px;
}
.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 50px;
background: #fff;
border: 1px solid #dedede;
font-size: 18px;
color: #444444;
padding: 10px 20px;
transition: all 500ms ease;
}
.contact-section .form-inner .form-group textarea{
height: 200px;
resize: none;
margin-bottom: 0px;
}
.contact-section .form-inner .form-group.message-btn{
padding-top: 20px;
}
.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus{
}  .header-style-six{
position: absolute;
left: 0px;
top: 0px;
background: transparent;
padding: 0px 70px;
} .banner-style-six{
position: relative;
overflow: hidden;
background: #e5f4f9;
padding: 305px 0px 234px 0px;
}
.banner-style-six .outer-container{
padding-right: 215px;
}
.banner-style-six .shape .shape-1{
position: absolute;
left: 175px;
bottom: -100px;
width: 820px;
height: 820px;
background: #eff8fb;
border-radius: 50%;
}
.banner-style-six .shape .shape-2{
position: absolute;
left: 135px;
bottom: -120px;
width: 862px;
height: 862px;
border: 2px solid #f5fbfd;
border-radius: 50%;
}
.banner-style-six .image-box{
position: absolute;
left: 265px;
bottom: 0px;
z-index: 1;
}
.banner-style-six .content-box{
position: relative;
max-width: 650px;
float: right;
text-align: left;
z-index: 5;
}
.banner-style-six .content-box h2{
font-size: 55px;
line-height: 67px;
font-weight: 700;
color: #0e2a4e;
margin-bottom: 22px;
}
.banner-style-six .content-box p{
font-size: 20px;
line-height: 34px;
color: #000000;
font-weight: 500;
margin-bottom: 37px;
}
.banner-style-six .content-box .theme-btn-one{
background: #143248;
}
.banner-style-six .content-box .theme-btn-one:before,
.banner-style-six .content-box .theme-btn-one:after{
} .info-section{
position: relative;
}
.info-section .inner-container{
position: relative;
margin-right: -375px;
overflow: hidden;
border-radius: 5px 0px 0px 5px;
margin-top: -20px;
z-index: 1;
}
.info-section .single-item{
position: relative;
}
.info-section .single-item .video-inner{
position: relative;
width: 100%;
padding: 77px 0px;
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.info-section .single-item .video-inner:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.10;
mix-blend-mode: multiply;
background: #153274;
}
.info-section .single-item .video-inner .video-btn a{
position: relative;
display: inline-block;
width: 50px;
height: 50px;
line-height: 48px;
background: #fff;
text-align: center;
border-radius: 50%;
box-shadow: 0px 0px 0px 9px rgba(255, 255, 255, 0.50);
}
.info-section .single-item .inner-box{
position: relative;
display: block;
padding: 38px 40px 29px 40px;
background: #f9fbfd;
border-bottom: 1px solid #e8ecef;
}
.info-section .single-item:nth-child(3) .inner-box{
background: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
z-index: 1;
}
.info-section .single-item .inner-box .icon-box{
position: relative;
display: block;
margin-bottom: 16px;
min-height: 64px;
}
.info-section .single-item .inner-box h4{
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 700;
color: #181e44;
margin-bottom: 0px;
}
.info-section .single-item .inner-box p a{
display: inline-block;
color: #444444;
}
.info-section .single-item .inner-box p a:hover{
} .about-style-seven{
position: relative;
padding: 120px 0px;
}
.about-style-seven .image-box{
position: relative;
display: block;
padding-bottom: 80px;
}
.about-style-seven .image-box img{
width: 100%;
}
.about-style-seven .image-box .image-2{
position: absolute;
right: 0px;
bottom: 0px;
border-top: 12px solid #fff;
border-left: 12px solid #fff;
}
.about-style-seven .content-box{
position: relative;
display: block;
}
.about-style-seven .content-box .sec-title{
margin-bottom: 30px;
}
.about-style-seven .content-box .text{
margin-bottom: 30px;
}
.about-style-seven .content-box .text p{
margin-bottom: 20px;
}
.about-style-seven .content-box .text p:last-child{
margin-bottom: 0px;
}
.about-style-seven .content-box .list-inner{
position: relative;
align-items: center;
justify-content: space-between;
}
.about-style-seven .content-box .list-inner .list li{
position: relative;
display: block;
margin-bottom: 10px;
padding-left: 37px;
}
.about-style-seven .content-box .list-inner .list li:last-child{
margin-bottom: 0px;
}
.about-style-seven .content-box .list-inner .list li:before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-29.png);
width: 16px;
height: 16px;
left: 0px;
top: 7px;
background-repeat: no-repeat;
}
.service-section.home-6{
background: #08263d;
}
.service-section.home-6 .nav-style-one .owl-nav button:before{
opacity: 1;
}
.service-section.home-6 .service-block-one .inner-box .lower-content p{
padding-bottom: 0px;
}
.service-section.home-6 .service-block-one .inner-box .lower-content p:before{
display: none;
} .about-style-eight{
position: relative;
}
.about-style-eight .sec-title{
margin-bottom: 26px;
}
.about-style-eight .content-box .text{
margin-bottom: 50px;
}
.about-style-eight .content-box .text p{
margin-bottom: 27px;
}
.about-style-eight .content-box .text p:last-child{
margin-bottom: 0px;
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #0e2a4e;
}
.about-style-eight .content-box .text p a{
display: inline-block;
color: #e82b2b;
text-decoration: underline;
}
.about-style-eight .content-box .inner-box .single-item{
position: relative;
display: block;
padding-left: 80px;
padding-bottom: 3px;
min-height: 55px;
}
.about-style-eight .content-box .inner-box .single-item .icon-box{
position: absolute;
left: 0px;
top: -8px;
font-size: 64px;
}
.about-style-eight .content-box .inner-box .single-item h3{
display: block;
font-size: 22px;
line-height: 26px;
font-weight: 600;
color: #1f1e3b;
}
.about-style-eight .image-box{
position: relative;
display: block;
padding-right: 27px;
padding-bottom: 20px;
margin-left: 32px;
}
.about-style-eight .image-box .image{
position: relative;
display: block;
border-radius: 10px;
}
.about-style-eight .image-box .image img{
width: 100%;
border-radius: 10px;
}
.about-style-eight .image-box .text{
position: absolute;
right: 0px;
bottom: 0px;
width: 165px;
text-align: center;
border-radius: 10px;
background: #1e4475;
padding: 21px 20px 32px 20px;
}
.about-style-eight .image-box .text h2{
display: block;
font-size: 60px;
line-height: 60px;
font-family: 'Barlow', sans-serif;
color: #fff;
font-weight: 700;
margin-bottom: 8px;
}
.about-style-eight .image-box .text h5{
display: block;
font-size: 18px;
line-height: 21px;
font-family: 'Barlow', sans-serif;
color: #fff;
font-weight: 600;
}
.about-style-eight .inner-content{
position: relative;
display: block;
margin-bottom: 100px;
padding-bottom: 100px;
border-bottom: 1px solid #e0e0e0;
}
.about-style-eight .lower-content{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 40px;
}
.about-style-eight .lower-content .image-box{
position: relative;
display: block;
border-radius: 10px;
padding: 0px;
margin: 0px;
}
.about-style-eight .lower-content .image-box img{
width: 100%;
border-radius: 10px;
}
.about-style-eight .lower-content .text h4{
display: block;
font-size: 20px;
line-height: 28px;
font-family: 'Barlow', sans-serif;
font-weight: 700;
}
.testimonial-section.home-6{
padding-top: 120px;
}  .header-style-seven{
position: absolute;
left: 0px;
top: 0px;
background: transparent;
}
.header-style-seven .header-top{
background: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-style-seven .header-lower .main-menu .navigation > li > a {
color: #fff;
}
.header-style-seven .header-lower .menu-right-content .nav-btn{
background: #fff;
} .banner-style-seven{
position: relative;
padding: 294px 0px 270px 0px;
}
.banner-style-seven .image-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.banner-style-seven .image-layer:before{
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0.80;
}
.banner-style-seven .content-box .theme-btn-one{
background: #073c81;
}
.banner-style-seven .content-box{
position: relative;
max-width: 770px;
width: 100%;
z-index: 5;
}
.banner-style-seven .content-box h2{
font-size: 65px;
line-height: 76px;
color: #fff;
font-weight: 700;
margin-bottom: 19px;
}
.banner-style-seven .content-box p{
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #fff;
margin-bottom: 32px;
} .about-style-nine{
position: relative;
background: #fbf4f1;
}
.about-style-nine .inner-container{
position: relative;
display: inline-block;
margin-right: -370px;
background: #102b4e;
margin-top: -120px;
z-index: 1;
}
.about-style-nine .content-box{
position: relative;
padding: 92px 80px 94px 100px;
}
.about-style-nine .content-box .text h2{
display: block;
font-size: 48px;
line-height: 56px;
color: #fff;
font-weight: 700;
margin-bottom: 25px;
}
.about-style-nine .content-box .text h3{
display: block;
font-size: 22px;
line-height: 30px;
font-family: 'Barlow', sans-serif;
color: #fff;
font-weight: 500;
margin-bottom: 27px;
}
.about-style-nine .content-box .text p{
color: #d4b7c9;
}
.about-style-nine .content-box .text{
margin-bottom: 49px;
}
.about-style-nine .content-box .lower-box{
position: relative;
display: flex;
align-items: center;
}
.about-style-nine .content-box .author-box{
position: relative;
padding: 20px 0px 15px 110px;
margin-right: 55px;
}
.about-style-nine .content-box .author-box .author-thumb{
position: absolute;
left: 0px;
top: 0px;
width: 79px;
height: 79px;
border-radius: 50%;
}
.about-style-nine .content-box .author-box .author-thumb img{
width: 100%;
border-radius: 50%;
}
.about-style-nine .content-box .author-box h5{
display: block;
font-size: 18px;
line-height: 22px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 700;
margin-bottom: 2px;
}
.about-style-nine .content-box .author-box .designation{
position: relative;
display: block;
font-size: 16px;
line-height: 20px;
color: #fff;
}
.about-style-nine .content-box .shape{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
}
.about-style-nine .image-box{
position: relative;
display: block;
margin-left: -30px !important;
}
.about-style-nine .image-box img{
width: 100%;
}
.service-section.home-7{
background: #fbf4f1;
}
.service-section.home-7 .service-block-one .inner-box .lower-content h3{
font-size: 22px;
}
.service-section.home-7 .service-block-one .inner-box .lower-content p{
padding-bottom: 0px;
}
.service-section.home-7 .service-block-one .inner-box .lower-content p:before{
display: none;
}
.welcome-section .sec-title p.light{
font-weight: 400;
font-size: 18px;
line-height: 28px;
} .feature-style-five{
position: relative;
padding: 120px 0px;
}
.feature-style-five .sec-title h2{
font-size: 34px;
line-height: 47px;
}
.feature-style-five .sec-title p{
font-size: 20px;
line-height: 30px;
margin-top: 24px;
}
.feature-style-five .sec-title{
margin: 0px;
}
.feature-style-five .image-box{
position: relative;
display: block;
margin-left: 40px;
}
.feature-style-five .image-box .image{
position: relative;
display: block;
background: var(--secondary-color);
overflow: hidden;
}
.feature-style-five .image-box .image img{
width: 100%;
transition: all 500ms ease;
}
.feature-style-five .image-box .image:hover img{
opacity: 0.2;
transform: scale(1.05);
} .project-style-four{
position: relative;
background: #1f1e3b;
}
.project-style-four .outer-container{
padding: 0px 30px;
}
.project-tab .p-tab {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: auto;
opacity: 0;
visibility: hidden;
}
.project-tab .p-tab.active-tab {
position: relative;
visibility: visible;
opacity: 1;
z-index: 5;
}
.project-tab .p-tabs-content {
position: relative;
display: block;
}
.project-tab .p-tab.active-tab .content-inner {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
-moz-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
transition: all 700ms ease;
}
.project-tab .p-tab .project-block-one {
position: relative;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
-moz-transform: scaleX(0);
transform: scaleX(0);
}
.project-tab .p-tab.active-tab .project-block-one {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
-moz-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
transition: all 700ms ease;
}
.project-style-four .tab-btns .p-tab-btn{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 28px;
color: #fff;
font-weight: 500;
cursor: pointer;
margin: 0px 25px;
transition: all 500ms ease;
}
.project-style-four .tab-btns{
margin-bottom: 63px;
}
.project-style-four .tab-btns .p-tab-btn.active-btn{
}
.project-style-four .tab-btns .p-tab-btn:before{
position: absolute;
content: '';
width: 0%;
height: 1px;
left: 0px;
bottom: 0px;
transition: all 500ms ease;
}
.project-style-four .tab-btns .p-tab-btn.active-btn:before{
width: 100%;
}
.project-style-four .sec-title{
margin-bottom: 41px;
}
.team-section.home-7 .bg-layer{
background: #efedef;
}
.testimonial-section.dark-section{
background: #efedef;
}
.testimonial-section.dark-section .testimonial-block-one .inner-box .author-box h5{
color: var(--title-color);
}
.news-section.home-7{
background: #fff;
}  .header-style-eight{
position: relative;
padding-bottom: 42px;
background: #143248;
}
.header-style-eight .header-top-two{
background: #143248;
}
.header-style-eight .header-lower{
position: relative;
width: 100%;
}
.header-style-eight .header-lower .outer-box{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
background: #fff;
border-radius: 4px;
padding: 0px 30px;
}
.header-style-eight .header-top-two .top-left .info li{
font-weight: 500;
color: #fff;
}
.header-style-eight .header-top-two .top-left .info li a{
color: #ee3c3c;
font-weight: 700;
}
.header-style-eight .header-top-two .top-right .info li{
font-weight: 600;
color: #fff;
}
.header-style-eight .header-top-two .top-right .info li a{
color: #fff;
font-weight: 700;
text-decoration: none;
}
.header-style-eight .header-top-two .top-right .info li a:hover{
} .banner-style-eight{
position: relative;
overflow: hidden;
padding: 260px 0px 218px 0px;
}
.banner-style-eight .pattern-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.banner-style-eight .outer-container{
padding-right: 160px;
}
.banner-style-eight .image-box{
position: absolute;
left: 265px;
bottom: 0px;
z-index: 1;
}
.banner-style-eight .content-box{
position: relative;
max-width: 710px;
float: right;
text-align: left;
z-index: 5;
}
.banner-style-eight .content-box h2{
font-size: 60px;
line-height: 67px;
font-weight: 700;
color: #fff;
margin-bottom: 22px;
}
.banner-style-eight .content-box p{
font-size: 20px;
line-height: 34px;
color: #fff;
font-weight: 500;
margin-bottom: 37px;
} .about-style-ten{
position: relative;
padding: 120px 0px;
}
.about-style-ten .image-box{
position: relative;
display: block;
margin-right: 30px;
padding-right: 30px;
padding-bottom: 32px;
}
.about-style-ten .image-box .image{
position: relative;
display: block;
border-radius: 10px;
overflow: hidden;
}
.about-style-ten .image-box .image img{
width: 100%;
border-radius: 10px;
}
.about-style-ten .image-box .image:before{
position: absolute;
top: 0;
left: -88%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
z-index: 1;
}
.about-style-ten .image-box .image:hover:before {
-webkit-animation: shine 1s;
animation: shine 1s;
}
.about-style-ten .image-box .text{
position: absolute;
right: 0px;
bottom: 0px;
width: 202px;
border-radius: 10px;
padding: 31px 30px 39px 30px;
z-index: 1;
}
.about-style-ten .image-box .text h2{
display: block;
font-size: 75px;
line-height: 75px;
font-family: 'Barlow', sans-serif;
color: #fff;
font-weight: 700;
margin-bottom: 7px;
}
.about-style-ten .image-box .text h3{
display: block;
font-size: 22px;
line-height: 30px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #fff;
}
.about-style-ten .content-box .sec-title{
margin-bottom: 25px;
}
.about-style-ten .content-box .text{
display: block;
margin-bottom: 45px;
}
.about-style-ten .content-box .text p:first-child{
font-size: 20px;
font-weight: 500;
color: #242424;
margin-bottom: 29px;
}
.about-style-ten .content-box .inner-box .single-item{
position: relative;
display: block;
padding-left: 80px;
min-height: 52px;
}
.about-style-ten .content-box .inner-box .single-item .icon-box{
position: absolute;
left: 0px;
top: -9px;
font-size: 65px;
}
.about-style-ten .content-box .inner-box .single-item h3{
display: block;
font-size: 22px;
line-height: 26px;
font-weight: 600;
color: #242424;
}
.about-style-ten .content-box .inner-box{
margin-bottom: 47px;
}
.about-style-ten .content-box .list-item li{
position: relative;
display: block;
font-size: 18px;
font-weight: 600;
color: #0e2a4e;
padding-left: 30px;
margin-bottom: 8px;
}
.about-style-ten .content-box .list-item li:last-child{
margin-bottom: 0px;
}
.about-style-ten .content-box .list-item li:before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-32.png);
width: 18px;
height: 18px;
left: 0px;
top: 7px;
background-repeat: no-repeat;
}
.service-section.home-8{
padding-bottom: 0px;
}
.service-section.home-8 .nav-style-one .owl-nav{
position: relative;
top: 0px;
display: block;
text-align: center;
margin-top: 50px;
}
.service-section.home-8 .nav-style-one .owl-nav button{
border: none;
width: 45px;
height: 45px;
line-height: 45px;
background: #e2e1e1;
}
.service-section.home-8 .nav-style-one .owl-nav button.owl-prev{
margin-right: 20px;
}
.service-section.home-8 .nav-style-one .owl-nav button.owl-prev:before{
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-33.png);
opacity: 1;
}
.service-section.home-8 .nav-style-one .owl-nav button.owl-next:before{
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-34.png);
opacity: 1;
}
.service-section.home-8:before{
position: absolute;
content: '';
background: #fff;
width: 100%;
height: 278px;
left: 0px;
bottom: 0px;
}
.service-section.home-8 .service-block-one .inner-box .lower-content p:before{
height: 3px;
background: #d90429;
} .feature-style-six{
position: relative;
padding: 73px 0px 118px 0px;
}
.feature-style-six h2{
display: block;
font-size: 30px;
line-height: 36px;
font-family: 'Roboto', sans-serif;
font-weight: 900;
color: #0b284e;
}
.feature-style-six .list-item li{
position: relative;
display: block;
font-size: 18px;
line-height: 28px;
color: #242424;
font-weight: 600;
margin-bottom: 2px;
}
.feature-style-six .list-item li:last-child{
margin-bottom: 0px;
}
.ml_30{
margin-left: 30px;
}
.video-section.home-8 .bg-layer:before{
opacity: 0.4;
}
.project-section.home-8,
.cta-section.home-8{
background: #f2f7ff;
}  .banner-style-nine{
position: relative;
background: #e4e6f0;
padding: 300px 0px 276px 0px;
overflow: hidden;
}
.banner-style-nine .content-box{
position: relative;
display: block;
max-width: 550px;
}
.banner-style-nine .content-box h2{
position: relative;
display: block;
font-size: 65px;
line-height: 70px;
font-weight: 700;
margin-bottom: 20px;
}
.banner-style-nine .content-box p{
font-size: 22px;
line-height: 34px;
color: #000000;
font-weight: 500;
margin-bottom: 34px;
}
.banner-style-nine .image-layer{
position: absolute;
right: 55px;
bottom: 0px;
}
.banner-style-nine .shape .shape-1{
position: absolute;
left: 700px;
top: 175px;
width: 54px;
height: 54px;
background: #073c81;
border-radius: 50%;
}
.banner-style-nine .shape .shape-2{
position: absolute;
left: 755px;
top: 203px;
width: 54px;
height: 54px;
border-radius: 50%;
}
.banner-style-nine .shape .shape-3{
position: absolute;
right: 35px;
bottom: 60px;
width: 645px;
height: 645px;
border-radius: 50%;
opacity: 0.2;
-webkit-animation: zoom-fade 9s infinite linear;
animation: zoom-fade 7s infinite linear;
}
.banner-style-nine .shape .shape-4{
position: absolute;
right: 460px;
top: 150px;
width: 518px;
height: 518px;
border-radius: 50%;
opacity: 0.15;
background: #073c81;
-webkit-animation: zoom-fade 7s infinite linear;
animation: zoom-fade 7s infinite linear;
}
.service-section.home-9{
background: #0b294f;
}
.service-section.home-9 .nav-style-one .owl-nav button:before{
opacity: 1;
}
.news-section.home-9{
background: #fff;
}  .header-style-ten .header-top{
background: #fff;
border-bottom: 1px solid #ececec;
}
.header-style-ten .header-top .top-inner p{
font-size: 18px;
font-weight: 500;
color: #001070;
}
.header-style-ten .header-top .top-inner p a{
color: #00a2ff;
font-weight: 500;
font-size: 18px;
}
.header-style-ten .header-top .top-inner p a:hover{
text-decoration: underline;
}
.header-style-ten .header-top .top-inner .right-column a{
font-size: 20px;
color: #001070;
font-weight: 500;
}
.header-style-ten .header-top .top-inner .left-column p{
padding-left: 0px;
}
.header-style-ten .header-top .top-inner .right-column p{
padding-left: 36px;
}
.header-style-ten .header-top .top-inner .right-column p img{
position: absolute;
left: 0px;
top: 4px;
} .banner-style-ten{
position: relative;
overflow: hidden;
}
.banner-carousel .content-box .special-text{
position: relative;
display: inline-block;
font-size: 15px;
line-height: 24px;
font-family: 'Jost', sans-serif;
font-weight: 700;
text-transform: uppercase;
padding-right: 138px;
margin-bottom: 20px;
letter-spacing: 1px;
opacity: 0;
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
}
.banner-carousel .content-box .special-text:before{
position: absolute;
content: '';
width: 119px;
height: 1px;
right: 0px;
bottom: 6px;
}
.banner-carousel .swiper-slide-active .content-box .special-text{
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition-delay: 700ms;
-moz-transition-delay: 700ms;
-ms-transition-delay: 700ms;
-o-transition-delay: 700ms;
transition-delay: 700ms;
}
.banner-style-ten .banner-carousel .content-box h2{
color: var(--title-color);
margin-bottom: 24px;
}
.banner-style-ten .banner-carousel .content-box p{
color: #000000;
font-size: 20px;
line-height: 34px;
font-weight: 500;
margin-bottom: 38px;
}
.banner-style-ten .banner-carousel .content-box .theme-btn-one{
background: #073c81;
padding: 16px 28px 16px 29px;
border-radius: 3px;
}
.banner-style-ten .banner-carousel .swiper-slide:before{
display: none;
}
.banner-style-ten .banner-carousel .swiper-slide{
padding: 214px 0px 227px 0px;
} .about-style-11{
position: relative;
padding: 120px 0px 120px 0px;
}
.about-style-11 .content-box{
position: relative;
display: block;
margin-right: 70px;
}
.about-style-11 .content-box .sec-title{
margin-bottom: 28px;
}
.about-style-11 .content-box .text-box p{
font-size: 18px;
line-height: 32px;
margin-bottom: 32px;
}
.about-style-11 .content-box .text-box .list-item li{
position: relative;
display: block;
padding-left: 58px;
font-size: 20px;
line-height: 30px;
color: #011e45;
font-weight: 500;
}
.about-style-11 .content-box .text-box .list-item li:before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-37.png);
width: 40px;
height: 40px;
left: 0px;
top: 0px;
background-repeat: no-repeat;
}
.about-style-11 .content-box .sec-title .sub-title{
padding-left: 0px;
padding-right: 77px;
}
.about-style-11 .content-box .sec-title .sub-title:before{
left: inherit;
right: 0px;
width: 65px;
}
.about-style-11 .image-box{
position: relative;
display: block;
margin-right: -73px;
margin-left: -30px;
padding-right: 302px;
padding-bottom: 156px;
}
.about-style-11 .image-box .image{
position: relative;
display: block;
border-radius: 10px;
}
.about-style-11 .image-box .image img{
width: 100%;
border-radius: 10px;
}
.about-style-11 .image-box .image-2{
position: absolute;
right: 0px;
bottom: 56px;
}
.about-style-11 .image-box .image-content{
position: absolute;
left: 0px;
bottom: 0px;
width: 330px;
background: #1c3267;
border-radius: 10px;
padding: 32px 100px 36px 30px;
}
.about-style-11 .image-box .image-content h3{
position: relative;
display: block;
font-size: 24px;
line-height: 29px;
font-family: 'Barlow', sans-serif;
color: #fff;
font-weight: 700;
}
.about-style-11 .image-box .image-content a{
position: absolute;
display: inline-block;
width: 46px;
height: 46px;
line-height: 42px;
text-align: center;
border-radius: 50%;
top: 42px;
right: 30px;
}
.service-style-two.home-10 .sec-title p{
font-size: 18px;
line-height: 28px;
font-weight: 400;
color: #444444;
}
.service-block-two .content-box{
position: relative;
display: block;
background: #073c81;
border-radius: 10px;
padding: 72px 70px 93px 70px;
margin-bottom: 30px;
}
.service-block-two .content-box p{
display: block;
font-size: 20px;
line-height: 32px;
color: #fff;
margin-bottom: 11px;
}
.service-block-two .content-box a{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 20px;
font-weight: 600;
color: #fff;
padding-right: 46px;
}
.service-block-two .content-box a span{
position: relative;
display: block;
border-bottom: 1px solid #bec5d6;
}
.service-block-two .content-box a:before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-39.png);
width: 24px;
height: 12px;
top: 6px;
right: 0px;
background-repeat: no-repeat;
} .about-style-12{
position: relative;
background: #1f1e3b;
padding: 120px 0px 120px 0px;
}
.about-style-12 .content-box .text-box p{
font-size: 18px;
line-height: 28px;
color: #fff;
margin-bottom: 27px;
}
.about-style-12 .content-box .text-box .bold-text{
font-size: 20px;
line-height: 30px;
font-weight: 500;
margin-bottom: 0px;
}
.about-style-12 .content-box .text-box .bold-text a{
display: inline-block;
color: #fff;
text-decoration: underline;
}
.about-style-12 .content-box .text-box{
margin-bottom: 46px;
}
.about-style-12 .content-box .lower-box{
position: relative;
display: flex;
align-items: center;
}
.about-style-12 .content-box .lower-box .author-box{
position: relative;
display: block;
padding: 21px 0px 15px 109px;
margin-right: 55px;
}
.about-style-12 .content-box .lower-box .author-box .author-thumb{
position: absolute;
display: inline-block;
left: 0px;
top: 0px;
width: 79px;
height: 79px;
border-radius: 50%;
}
.about-style-12 .content-box .lower-box .author-box .author-thumb img{
width: 100%;
border-radius: 50%;
}
.about-style-12 .content-box .lower-box .author-box h5{
display: block;
font-size: 18px;
line-height: 20px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 700;
margin-bottom: 3px;
}
.about-style-12 .content-box .lower-box .author-box .designation{
position: relative;
display: block;
font-size: 16px;
line-height: 20px;
color: #ffffff;
}
.about-style-12 .sec-title{
margin-bottom: 24px;
}
.about-style-12 .image-box{
position: relative;
margin-left: 69px;
}
.about-style-12 .image-box .image{
position: relative;
display: block;
overflow: hidden;
border-radius: 10px;
}
.about-style-12 .image-box .image img{
width: 100%;
border-radius: 10px;
}
.about-style-12 .image-box .shape .shape-1{
position: absolute;
width: 255px;
height: 255px;
border: solid;
border-width: 2px;
border-radius: 50%;
top: -43px;
right: -120px;
-webkit-animation: zoom-fade 8s infinite linear;
animation: zoom-fade 8s infinite linear;
}
.about-style-12 .image-box .shape .shape-2{
position: absolute;
right: -129px;
bottom: 186px;
width: 108px;
height: 108px;
border-radius: 50%;
-webkit-animation: zoom-fade 4s infinite linear;
animation: zoom-fade 4s infinite linear;
}
.testimonial-section.home-10{
padding-top: 120px;
}  .page-title{
position: relative;
padding: 97px 0px;
}
.page-title .bg-layer{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.page-title .bg-layer:before{
position: absolute;
content: '';
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(21, 49, 84, 0.85) 15%, rgba(0, 0, 0, 0.10) 50%);
top: 0px;
right: 0px;
}
.page-title .content-box h1{
display: block;
font-size: 62px;
line-height: 70px;
font-weight: 700;
color: #fff;
margin-bottom: 6px;
}
.page-title .content-box .bread-crumb li{
position: relative;
display: inline-block;
font-size: 18px;
line-height: 26px;
color: #fff;
padding-right: 19px;
margin-right: 8px;
}
.page-title .content-box .bread-crumb li:last-child{
padding: 0px;
margin: 0px;
}
.page-title .content-box .bread-crumb li a{
display: inline-block;
color: #fff;
}
.page-title .content-box .bread-crumb li a:hover{
}
.page-title .content-box .bread-crumb li:before{
position: absolute;
content: '/';
top: 0px;
right: 0px;
}
.page-title .content-box .bread-crumb li:last-child:before{
display: none;
}
.about-style-two.about-page-one .image-box .text{
background: #1e4475;
}
.about-style-ten.about-page-two{
background: #f5f5f5;
}
.about-style-ten.about-page-two .image-box .text{
background: #1e4475;
}
.testimonial-section.about-page-two{
padding-top: 120px;
}
.team-page-section{
padding-bottom: 70px;
}
.team-page-section .team-block-one .inner-box{
margin-bottom: 80px;
} .faq-section{
position: relative;
padding: 115px 0px;
}
.faq-section .search-form{
position: relative;
margin-bottom: 66px;
}
.faq-section .search-form .form-group{
position: relative;
margin: 0px;
}
.faq-section .search-form .form-group input[type='search']{
position: relative;
display: block;
width: 100%;
height: 60px;
border: 1px solid #e0e0e0;
border-radius: 3px;
font-size: 18px;
color: #444444;
padding: 10px 60px 10px 30px;
transition: all 500ms ease;
}
.faq-section .search-form .form-group button{
position: absolute;
top: 14px;
right: 30px;
font-size: 17px;
color: #c0c0c0;
cursor: pointer;
transition: all 500ms ease;
}
.faq-section .search-form .form-group input:focus{
}
.faq-section .search-form .form-group input:focus + button,
.faq-section .search-form .form-group button:hover{
}
.accordion-box .block{
position: relative;
display: block;
margin-bottom: 48px;
transition: all 500ms ease;
}
.accordion-box .block:last-child{
margin-bottom: 0px;
}
.accordion-box .block .acc-btn{
position: relative;
display: block;
cursor: pointer;
padding: 0px 30px 0px 40px;
transition: all 500ms ease;
}
.accordion-box .block .acc-btn .icon-outer{
position: absolute;
top: 2px;
left: 0px;
font-size: 16px;
color: #0e2a4e;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
transition: all 500ms ease;
}
.accordion-box .block .acc-btn .icon-outer:before{
position: absolute;
content: "\f067";
font-family: 'Font Awesome 5 Pro';
top: 0px;
right: 0px;
font-weight: 700;
}
.accordion-box .block .acc-btn.active .icon-outer:before{
opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer:after{
position: absolute;
content: "\f068";
font-family: 'Font Awesome 5 Pro';
top: 0px;
right: 0px;
font-weight: 700;
}
.accordion-box .block .acc-btn h3{
font-size: 22px;
line-height: 28px;
font-weight: 700;
transition: all 500ms ease;
}
.accordion-box .block .acc-content{
position:relative;
display:none;
padding: 11px 30px 0px 40px;
}
.accordion-box .block .acc-content.current{
display:block;  
} .faq-form-section{
position: relative;
background: #edf1f4;
}
.faq-form-section h2{
display: block;
font-size: 38px;
line-height: 46px;
font-weight: 700;
}
.faq-form-section .title-text{
margin-bottom: 48px;
}
.faq-form-section .form-inner .form-group{
position: relative;
margin-bottom: 26px;
}
.faq-form-section .form-inner .form-group:last-child{
margin-bottom: 0px;
}
.faq-form-section .form-inner .form-group input[type='text'],
.faq-form-section .form-inner .form-group input[type='email'],
.faq-form-section .form-inner .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 64px;
border-bottom: 2px solid #e3e3e3;
font-size: 18px;
color: #444444;
padding: 10px 0px;
transition: all 500ms ease;
}
.faq-form-section .form-inner .form-group textarea{
resize: none;
height: 165px;
}
.faq-form-section .form-inner .form-group input:focus,
.faq-form-section .form-inner .form-group textarea:focus{
}
.faq-form-section .form-inner{
max-width: 870px;
}
.faq-form-section .form-inner .form-group .theme-btn-one{
padding: 12px 30px 12px 31px;
} .testimonial-page-section{
position: relative;
padding: 115px 0px 70px 0px;
background: #f0f0f0;
}
.testimonial-page-section .testimonial-block-one .inner-box .author-box h5{
color: var(--title-color);
}
.testimonial-page-section .testimonial-block-one .inner-box{
margin-bottom: 50px;
} .error-section{
position: relative;
padding: 100px 0px 120px 0px;
}
.error-section .inner-box h1{
font-size: 200px;
line-height: 200px;
font-weight: 700;
margin-bottom: 10px;
}
.error-section .inner-box h2{
position: relative;
display: block;
font-size: 30px;
line-height: 42px;
font-weight: 500;
margin-bottom: 60px;
}
.contact-section .inner-box{
margin-top: 121px;
}
.footer-bottom .link a{
color: #be9a8d;
} .service-details{
position: relative;
padding: 120px 0px;
}
.service-details-content{
position: relative;
display: block;
}
.service-details-content .content-one .image-box{
position: relative;
display: block;
margin-bottom: 32px;
}
.service-details-content .content-one .image-box img{
width: 100%;
}
.service-details-content h2{
display: block;
font-size: 34px;
line-height: 42px;
font-weight: 700;
margin-bottom: 13px;
}
.service-details-content p{
margin-bottom: 28px;
}
.service-details-content p:last-child{
margin-bottom: 0px;
}
.service-details-content .content-one{
margin-bottom: 43px;
}
.service-details-content .content-two .image-box{
position: relative;
display: block;
margin-right: 33px;
}
.service-details-content .content-two .image-box img{
width: 100%;
}
.service-details-content .content-two .two-column h3{
display: block;
font-size: 24px;
line-height: 32px;
font-weight: 700;
margin-bottom: 9px;
}
.service-details-content .content-two .two-column{
margin-bottom: 50px;
}
.service-details-content h3{
display: block;
font-size: 28px;
line-height: 34px;
font-weight: 700;
margin-bottom: 15px;
}
.service-details-content .content-two .list li{
position: relative;
display: block;
font-size: 20px;
line-height: 28px;
font-weight: 600;
color: #444444;
margin-bottom: 12px;
padding-left: 20px;
}
.service-details-content .content-two .list li:last-child{
margin-bottom: 0px;
}
.service-details-content .content-two .list li:before{
position: absolute;
content: '';
background: #444;
width: 6px;
height: 2px;
left: 0px;
top: 14px;
}
.service-details-content .content-two{
margin-bottom: 43px;
}
.service-details-content .content-three .text{
margin-bottom: 56px;
}
.service-details-content .content-three .lower-box{
position: relative;
display: block;
padding: 26px 40px 12px 45px;
}
.service-details-content .content-three .lower-box h3{
font-size: 25px;
color: #fff;
}
.service-details-content .content-three .lower-box h3 a{
display: inline-block;
color: #0e2a4e;
text-decoration: underline;
}
.service-sidebar{
position: relative;
display: block;
}
.service-sidebar .category-widget .category-list li{
position: relative;
display: block;
margin-bottom: 1px;
}
.service-sidebar .category-widget .category-list li:last-child{
margin-bottom: 0px;
}
.service-sidebar .category-widget .category-list li a{
position: relative;
display: block;
font-size: 21px;
line-height: 28px;
font-weight: 600;
color: #0e2a4e;
border: 1px solid #dadfe3;
background: #edf1f4;
padding: 14px 30px;
z-index: 1;
}
.service-sidebar .category-widget .category-list li a:hover,
.service-sidebar .category-widget .category-list li a.current{
color: #fff;
}
.service-sidebar .category-widget .category-list li a:before{
position: absolute;
content: '';
background: #0e2a4e;
width: 0%;
height: 100%;
left: 0px;
top: 0px;
z-index: -1;
opacity: 0;
transition: all 500ms ease;
}
.service-sidebar .category-widget .category-list li a:hover:before,
.service-sidebar .category-widget .category-list li a.current:before{
width: 100%;
opacity: 1;
}
.service-sidebar .category-widget{
margin-bottom: 50px;
}
.service-sidebar .contact-widget .inner-box{
position: relative;
display: block;
width: 100%;
padding: 56px 30px 52px 30px;
}
.service-sidebar .contact-widget .inner-box:before{
position: absolute;
content: '';
background: #329f82;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
opacity: 0.8;
}
.service-sidebar .contact-widget .inner-box h2{
position: relative;
display: block;
font-size: 36px;
line-height: 44px;
color: #fff;
font-weight: 700;
margin-bottom: 22px;
}
.service-sidebar .contact-widget .inner-box a{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 24px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #242424;
text-transform: uppercase;
letter-spacing: 1.5px;
background: #f7b800;
padding: 10px 23px 8px 23px;
}
.service-sidebar .contact-widget .inner-box a:hover{
background: #fff;
}
.service-details-content .content-one h4{
display: block;
font-size: 20px;
line-height: 28px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #444444;
margin-bottom: 25px;
margin-top: -12px;
} .gallery-page-section{
position: relative;
padding: 115px 0px 90px 0px;
}
.gallery-page-section .filter-tabs{
margin-bottom: 50px;
}
.gallery-page-section .filter-tabs li{
position: relative;
display: inline-block;
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #0e2a4e;
margin: 0px 25px;
cursor: pointer;
transition: all 500ms ease;
}
.gallery-page-section .filter-tabs li:before{
position: absolute;
content: '';
background: #7b8393;
width: 0%;
height: 1px;
left: 0px;
bottom: 5px;
transition: all 500ms ease;
}
.gallery-page-section .filter-tabs li.active:before{
width: 100%;
}
.project-block-three .inner-box{
position: relative;
display: block;
overflow: hidden;
margin-bottom: 30px;
}
.project-block-three .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
border-radius: 10px;
transition: all 500ms ease;
}
.project-block-three .inner-box:hover .image-box{
background: var(--secondary-color);
}
.project-block-three .inner-box .image-box img{
width: 100%;
border-radius: 10px;
transition: all 500ms ease;
}
.project-block-three .inner-box:hover .image-box img{
opacity: 0.1;
transform: scale(1.05);
}
.project-block-three .inner-box .view-btn{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.project-block-three .inner-box .view-btn a{
position: relative;
display: inline-block;
width: 58px;
height: 58px;
line-height: 58px;
background: #fff;
font-size: 18px;
color: var(--secondary-color);
text-align: center;
border-radius: 50%;
transform: scale(0,0);
}
.project-block-three .inner-box:hover .view-btn a{
transform: scale(1,1);
} .care-section{
position: relative;
}
.care-section .upper-box{
position: relative;
display: block;
margin-bottom: 39px;
}
.care-section .upper-box h2{
display: block;
font-size: 38px;
line-height: 46px;
font-weight: 700;
margin-bottom: 13px;
}
.care-section .upper-box h3{
display: block;
font-size: 22px;
line-height: 30px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #242424;
margin-bottom: 27px;
}
.care-section .inner-box{
position: relative;
display: block;
padding-right: 0px;
}
.care-section .inner-box .image-box{
position: absolute;
top: 31px;
right: 0px;
width: 342px;
}
.care-section .inner-box .image-box img{
width: 100%;
}
.care-section .inner-box h3{
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
margin-bottom: 29px;
}
.care-section .inner-box .list li{
position: relative;
display: block;
padding-left: 46px;
margin-bottom: 28px;
}
.care-section .inner-box .list li:last-child{
margin-bottom: 0px;
}
.care-section .inner-box .list li:before{
position: absolute;
content: '';
background-image: url(//peinpa.ca/wp-content/themes/wellson/assets/images/icons/icon-40.png);
width: 20px;
height: 20px;
left: 0px;
top: 12px;
background-repeat: no-repeat;
} .started-section{
position: relative;
padding: 115px 0px;
}
.started-section .sec-title h3{
display: block;
font-size: 22px;
line-height: 30px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #242424;
margin-top: 13px;
padding-bottom: 19px;
}
.started-section .sec-title p{
font-size: 18px;
} .job-section{
position: relative;
padding: 115px 0px 120px 0px;
}
.job-section .inner-box{
position: relative;
max-width: 1030px;
width: 100%;
margin: 0 auto;
}
.job-section .content-one h2{
display: block;
font-size: 38px;
line-height: 46px;
font-weight: 700;
margin-bottom: 23px;
}
.job-section .content-one h3{
display: block;
font-size: 22px;
line-height: 30px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #000;
margin-bottom: 13px;
}
.job-section .content-one .text p{
margin-bottom: 36px;
}
.job-section .content-one .text p:last-child{
margin-bottom: 0px;
font-size: 20px;
font-weight: 500;
color: #242424;
}
.job-section .content-one .text{
margin-bottom: 60px;
}
.job-section .content-one .image-box{
position: relative;
display: block;
max-width: 870px;
margin: 0 auto;
margin-bottom: 60px;
}
.job-section .content-one .image-box img{
width: 100%;
}
.job-section .content-one .lower-text p{
font-size: 22px;
line-height: 32px;
font-family: 'Fira Sans', sans-serif;
color: #0e2a4e;
}
.job-section .content-one{
margin-bottom: 51px;
}
.job-section .content-two h2{
display: block;
font-size: 34px;
line-height: 42px;
font-weight: 700;
margin-bottom: 22px;
}
.job-section .content-two .list li{
position: relative;
display: block;
padding-left: 18px;
margin-bottom: 8px;
}
.job-section .content-two .list li:last-child{
margin-bottom: 0px;
}
.job-section .content-two .list li:before{
position: absolute;
content: '';
background: #444444;
width: 5px;
height: 1px;
left: 0px;
top: 15px;
}
.job-section .content-two{
}
.job-section .content-three .text{
margin-bottom: 39px;
}
.job-section .content-three h3{
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
margin-bottom: 3px;
}
.job-section .content-three .search-form .form-group{
position: relative;
margin: 0px;
}
.job-section .content-three .search-form .form-group input[type='text']{
position: relative;
display: block;
width: 100%;
height: 45px;
border: 1px solid #dedede;
background: #fafafa;
font-size: 18px;
color: #444444;
padding: 0px 20px;
transition: all 500ms ease;
}
.job-section .content-three .search-form .form-group input:focus{
}
.job-section .content-three .search-form .theme-btn-one{
padding: 12px 26px 9px 27px;
font-size: 14px;
} .blog-grid{
position: relative;
padding: 120px 0px;
}
.news-block-two .inner-box{
position: relative;
display: block;
margin-bottom: 98px;
}
.news-block-two .inner-box .image-box{
position: relative;
display: block;
overflow: hidden;
margin-bottom:20px;
}
.news-block-two .inner-box .image-box .image{
position: relative;
display: block;
overflow: hidden;
margin-bottom:11px;
text-align:center;
background: var(--secondary-color);
}
.news-block-two .inner-box .image-box .image img{
transition: all 500ms ease;
display:inline-block;
}
.news-block-two .inner-box:hover .image-box .image img{
opacity: 0.2;
transform: scale(1.05);
}
.news-block-two .inner-box .image-box .date{
position: absolute;
left: 20px;
bottom: 20px;
width: 82px;
text-align: center;
font-size: 32px;
font-weight: 700;
color: #fff;
z-index: 1;
padding: 12px 0px 14px 0px;
}
.news-block-two .inner-box .image-box .date span{
display: block;
font-size: 18px;
}
.news-block-two .inner-box .lower-content{
position: relative;
display: block;
}
.news-block-two .inner-box .lower-content .post-info{
position: relative;
padding-bottom: 19px;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 29px;
}
.news-block-two .inner-box .lower-content .post-info li{
position: relative;
display: inline-block;
margin-right: 28px;
}
.news-block-two .inner-box .lower-content .post-info li:last-child{
margin: 0px;
}
.news-block-two .inner-box .lower-content .post-info li a{
color: #444;
}
.news-block-two .inner-box .lower-content .post-info li a:hover{
}
.news-block-two .inner-box .lower-content .post-info li:before{
position: absolute;
content: '/';
font-size: 18px;
color: #444;
top: 0px;
right: -19px;
}
.news-block-two .inner-box .lower-content .post-info li:last-child:before{
display: none;
}
.news-block-two .inner-box .lower-content h2{
display: block;
font-size: 30px;
line-height: 38px;
font-weight: 700;
margin-bottom: 14px;
}
.news-block-two .inner-box .lower-content h2 a{
display: inline-block;
color: #0e2a4e;
}
.news-block-two .inner-box .lower-content h2 a:hover{
}
.news-block-two .inner-box .lower-content p{
margin-bottom: 14px;
}
.news-block-two .inner-box .lower-content .link a{
position: relative;
display: inline-block;
font-size: 14px;
line-height: 12px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #f65151;
text-transform: uppercase;
border-bottom: 2px solid #fcc9c9;
letter-spacing: 1.4px;
}
.news-block-two .inner-box .lower-content .link a:hover{
border-color: #f65151;
} .sidebar-page-container{
position: relative;
padding: 120px 0px;
}
.sidebar-page-container .news-block-two .inner-box .lower-content .upper-box{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 10px;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 38px;
}
.news-block-two .inner-box .lower-content .post-info {
padding-bottom: 0px;
border-bottom: none;
margin-bottom: 0px;
}
.news-block-two .inner-box .lower-content .post-date{
position: relative;
display: inline-block;
font-size: 17px;
font-weight: 600;
color: #fff;
border-radius: 3px;
padding: 9px 38px;
top: -27px;
margin-left: 20px;
}
.blog-standard-content{
margin-right: 30px;
}
.blog-standard-content .news-block-two .inner-box{
margin-bottom: 75px;
}
.search-widget .form-group,
.wp-block-search__inside-wrapper {
position: relative;
margin: 0px;
}
.search-widget .form-group input[type='search'],
.wp-block-search__inside-wrapper input{
position: relative;
display: block;
width: 100%;
height: 52px;
border: 1px solid #d3d3d3;
font-size: 18px;
color: #8d8d8d;
padding: 10px 50px 10px 20px;
}
.wp-block-search__inside-wrapper input{
padding-right:80px;
}
.search-widget .form-group button,
.wp-block-search__inside-wrapper button{
position: absolute;
top: 12px;
right: 15px;
cursor: pointer;
color: #a2a2a2;
transition: all 500ms ease;
}
.wp-block-search__inside-wrapper button{
top:10px;
border:none;
padding:0px;
}
.blog-sidebar .search-widget{
margin-bottom: 42px;
}
.blog-sidebar .widget-title,
.widget h2,
.widget .wp-block-search__label{
position: relative;
display: block;
margin-bottom: 25px;
}
.widget .wp-block-search__label{
width:auto;
}
.blog-sidebar .widget-title h3,
.widget h2,
.widget .wp-block-search__label{
position: relative;
display: inline-block;
font-size: 22px;
line-height: 30px;
font-weight: 700;
padding-right: 40px;
font-family: var(--title-font);
color: var(--title-color);
}
.blog-sidebar .widget-title h3:before,
.widget h2:before,
.widget .wp-block-search__label:before{
position: absolute;
content: '';
width: 25px;
height: 2px;
right: 0px;
bottom: 7px;
background: var(--secondary-color);
}
.blog-sidebar .category-widget .category-list li{
position: relative;
display: block;
padding: 6px 0px 7px 0px;
border-bottom: 1px solid #e6e6e6;
}
.blog-sidebar .category-widget .category-list li:last-child{
border-bottom: none;
}
.blog-sidebar .category-widget .category-list li a{
position: relative;
display: block;
font-size: 16px;
color: #444444;
}
.blog-sidebar .category-widget .category-list li a:hover{
}
.blog-sidebar .category-widget .category-list li a:before{
position: absolute;
content: "\f105";
font-family: 'Font Awesome 5 Pro';
top: 0px;
right: 0px;
color: #c8c8c8;
font-size: 14px;
transition: all 500ms ease;
}
.blog-sidebar .category-widget .category-list li a:hover:before{
}
.blog-sidebar .category-widget{
margin-bottom: 28px;
}
.blog-sidebar .post-widget .post{
position: relative;
display: block;
padding: 0px 0px 22px 92px;
margin-bottom: 15px;
border-bottom: 1px solid #e1e1e1;
min-height: 95px;
}
.blog-sidebar .post-widget .post:last-child{
margin-bottom: 0px;
}
.blog-sidebar .post-widget .post .post-thumb{
position: absolute;
left: 0px;
top: 7px;
width: 70px;
height: 62px;
background: var(--secondary-color);
}
.blog-sidebar .post-widget .post .post-thumb img{
width: 100%;
transition: all 500ms ease;
}
.blog-sidebar .post-widget .post:hover .post-thumb img{
opacity: 0.2;
}
.blog-sidebar .post-widget .post h6{
display: block;
font-size: 16px;
line-height: 22px;
font-family: 'Barlow', sans-serif;
font-weight: 500;
margin-bottom: 8px;
}
.blog-sidebar .post-widget .post h6 a{
display: inline-block;
color: #0e2a4e;
}
.blog-sidebar .post-widget .post h6 a:hover{
}
.blog-sidebar .post-widget .post .post-date{
position: relative;
display: block;
font-size: 14px;
line-height: 20px;
color: #9a9a9a;
font-weight: 500;
}
.blog-sidebar .post-widget .widget-title{
margin-bottom: 25px;
}
.blog-sidebar .post-widget{
margin-bottom: 42px;
}
.blog-sidebar .tags-widget .tags-list li{
position: relative;
display: inline-block;
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.blog-sidebar .tags-widget .tags-list li a{
position: relative;
display: inline-block;
font-size: 16px;
line-height: 24px;
color: #a6a6a6;
border: 1px solid #e4e4e4;
padding: 6px 16px;
}
.blog-sidebar .tags-widget .tags-list li a:hover{
color: #fff;
}
.blog-sidebar .tags-widget .widget-title{
margin-bottom: 23px;
}
.blog-details-content .news-block-two .inner-box .image-box .image img{
opacity: 1 !important;
transform: scale(1) !important;
}
.blog-details-content .content-one h3{
display: block;
font-size: 28px;
line-height: 36px;
font-weight: 700;
margin-bottom: 17px;
}
.blog-details-content .content-one .text{
position: relative;
display: block;
margin-bottom: 48px;
}
.blog-details-content .news-block-two .inner-box{
margin-bottom: 32px;
}
.blog-details-content .group-title{
display: block;
margin-bottom: 24px;
}
.blog-details-content .group-title h3{
font-size: 28px;
line-height: 36px;
font-weight: 700;
}
.blog-details-content .comment-box{
margin-bottom: 50px;
}
.blog-details-content .comment-inner{
position: relative;
border: 1px solid #eeeeee;
}
.blog-details-content .comment-inner .comment{
position: relative;
display: block;
padding: 25px 25px 18px 125px;
border-bottom: 1px solid #eeeeee;
}
.blog-details-content .comment-inner .comment:nth-child(2n+2){
background: #fcfcfc;
}
.blog-details-content .comment-inner .comment .thumb-box{
position: absolute;
left: 25px;
top: 25px;
width: 70px;
height: 70px;
}
.blog-details-content .comment-inner .comment.replay-comment{
padding-left: 100px;
}
.blog-details-content .comment-inner .comment.replay-comment .thumb-box{
left: 0px;
}
.blog-details-content .comment-inner .comment .thumb-box img{
width: 100%;
}
.blog-details-content .comment-inner .comment h5.c-title{
display: block;
font-size: 18px;
line-height: 28px;
color: #242424;
font-weight: 600;
margin-bottom: 8px;
}
.blog-details-content .comment-inner .comment .info li{
position: relative;
display: inline-block;
font-size: 16px;
color: #959595;
margin-right: 22px;
}
.blog-details-content .comment-inner .comment .info li a{
display: inline-block;
color: #da7652;
}
.blog-details-content .comment-inner .comment .info li a:hover{
text-decoration: underline;
}
.blog-details-content .comment-inner .comment .info li:last-child{
margin: 0px;
}
.blog-details-content .comment-inner .comment .info li:before{
position: absolute;
content: '';
background: #959595;
width: 1px;
height: 15px;
top: 8px;
right: -13px;
}
.blog-details-content .comment-inner .comment .info li:last-child:before{
display: none;
}
.blog-details-content .comment-inner .comment .info li a:hover{
text-decoration: underline;
}
.blog-details-content .comments-form-area .form-inner{
position: relative;
display: block;
background: #f7f7f7;
border: 1px solid #eeeeee;
padding: 50px 50px;
}
.blog-details-content .comments-form-area .form-inner .form-group{
margin-bottom: 20px;
}
.blog-details-content .comments-form-area .form-inner .form-group:last-child{
margin-bottom: 0px;
}
.blog-details-content .comments-form-area .form-inner .form-group input[type='text'],
.blog-details-content .comments-form-area .form-inner .form-group input[type='email'],
.blog-details-content .comments-form-area .form-inner .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 45px;
background: #fff;
border: 1px solid #eeeeee;
font-size: 15px;
color: #737373;
padding: 0px 20px;
transition: all 500ms ease;
}
.blog-details-content .comments-form-area .form-inner .form-group textarea{
height: 170px;
resize: none;
margin-bottom: 17px;
padding-top: 10px;
}
.blog-details-content .comments-form-area .form-inner .form-group input:focus,
.blog-details-content .comments-form-area .form-inner .form-group textarea:focus{
}
.blog-grid .news-block-two .inner-box .lower-content .post-info{
padding-bottom: 19px;
margin-bottom: 29px;
border-bottom: 1px solid #e4e4e4;
}
.contact-section .inner-box .info-box h3{
position: relative;
display: block;
font-size: 24px;
line-height: 30px;
font-weight: 700;
color: #0e2a4e;
margin-bottom: 13px;
}
.contact-section .inner-box .info-box .info{
position: relative;
max-width: 230px;
}
.contact-section .inner-box .info-box .info li{
display: block;
font-size: 18px;
line-height: 26px;
}
.contact-section .inner-box .info-box .info li:first-child{
margin-bottom: 26px;
}
.contact-section .inner-box .info-box .info li a{
display: inline-block;
color: #444;
}
.contact-section .inner-box .info-box .info li a:hover{
}
.contact-section.contact-page-one{
background: #f1f4f6;
}
.contact-section.contact-page-one .inner-box{
margin-top: 208px;
} .contact-style-two{
position: relative;
}
.contact-style-two .info-inner{
}
.contact-style-two .info-inner .text{
margin-bottom: 43px;
}
.contact-style-two .info-inner .text h3{
font-size: 24px;
line-height: 32px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
margin-bottom: 18px;
}
.contact-style-two .info-inner .text p{
line-height: 26px;
}
.contact-style-two .info-inner .info-list li{
position: relative;
display: block;
margin-bottom: 14px;
padding-left: 54px;
}
.contact-style-two .info-inner .info-list li:last-child{
}
.contact-style-two .info-inner .info-list li .icon{
position: absolute;
left: 0px;
top: 10px;
}
.contact-style-two .info-inner .info-list li h5{
display: block;
font-size: 18px;
line-height: 26px;
font-family: 'Barlow', sans-serif;
font-weight: 600;
color: #242424;
}
.contact-style-two .info-inner .info-list li p,
.contact-style-two .info-inner .info-list li a{
color: #797979;
line-height: 26px;
}
.contact-style-two .info-inner .info-list li a:hover{
}
.contact-style-two .sec-title h2{
font-size: 42px;
line-height: 49px;
}
.contact-style-two .form-inner .form-group{
position: relative;
margin-bottom: 20px;
}
.contact-style-two .form-inner .form-group:last-child{
margin-bottom: 0px;
}
.contact-style-two .form-inner .form-group input[type='text'],
.contact-style-two .form-inner .form-group input[type='email'],
.contact-style-two .form-inner .form-group textarea{
position: relative;
display: block;
width: 100%;
height: 55px;
border: 1px solid #eeeff5;
background: #f6f7fc;
border-radius: 30px;
font-size: 18px;
color: #797979;
padding: 10px 30px;
transition: all 500ms ease;
}
.contact-style-two .form-inner .form-group textarea{
height: 230px;
resize: none;
padding-top: 15px;
margin-bottom: 40px;
}
.contact-style-two .form-inner .form-group input:focus,
.contact-style-two .form-inner .form-group textarea:focus{
}
.testimonial-section.home-10{
padding-top: 115px;
}