<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One|Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i);
body {
    color: #222;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.48;
    height: 100%;
}

.banner-content h1,
.title-wrap h2.section-title,
.quoteForm h3.form-title {
    font-family: 'Julius Sans One', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

img,
iframe,
object,
embed {
    max-width: 100%;
}

a {
    color: #000;
}

a:hover {
    color: #1391a6;
    text-decoration: none;
}

a:focus {
    outline: medium none;
    text-decoration: none;
}

.intro-text {
    font-size: 20px;
    margin: 0 20% 60px;
}

.SecTopMargin {
    margin-top: 60px;
}

.SectionMargin {
    margin: 30px 0;
}

.color-border {
    border-color: #1391a6;
}

.header-nav {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    left: 0;
    height: 80px;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    z-index: 999;
}

.header-nav.bg-color {
    background-color: #fff;
}

.header-nav.menu-bg {
    height: 56px;
}

.navbar-brand {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 80px;
    padding: 0;
    text-transform: capitalize;
}

.header-nav.menu-bg .navbar-brand {
    line-height: 56px;
}

.navbar-brand:hover {
    color: #fff;
}

.navbar-brand &gt; img {
    height: 80px;
    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -o-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
}

.menu-bg .navbar-brand &gt; img {
    height: 56px;
}

.bg-color .main-menu .navbar-nav li a {
    color: #000;
}

.main-menu .navbar-nav li a {
    color: #fff;
    font-size: 18px;
    padding: 30px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menu-bg .main-menu .navbar-nav li a {
    padding: 18px 15px;
    color: #222;
}

.menu-bg .main-menu .navbar-nav li a:hover {
    color: #fafafa;
}

.main-menu .navbar-nav li a:focus {
    background-color: transparent;
}

.main-menu .navbar-nav li a:hover,
.main-menu .navbar-nav li a.active {
    color: #fff;
    background-color: #1391a6;
}

.menu-bg {
    background-color: #fff;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
}

a img.logo-color {
    opacity: 0;
    height: 0;
}

.menu-bg a img.logo-white {
    opacity: 0;
    height: 0;
}

.menu-bg a img.logo-color {
    opacity: 1;
}

.navbar-toggle {
    border: none;
    background: transparent;
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #1391a6;
}

.navbar-toggle .icon-bar {
    background-color: #e91313;
}

.navbar-toggle:hover {
    background: transparent;
}

.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.navbar-toggle .top-bar {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.home-top-banner {
    background-attachment: fixed;
    background-color: #555;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.home-top-banner::after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-top-banner.banner-1 {
    background-image: url("../images/profile/banner-image-1.jpg");
}

.home-top-banner.banner-2 {
    background-image: url("../images/profile/banner-image-2.jpg");
}

.background-transparent {
    background-color: transparent;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.banner-content {
    margin-top: 87px;
    max-width: 100%;
    text-align: right;
}


.banner-content h1 {
    color: #fff;
    font-size: 60px;
    line-height: 1;
    margin: 0 0 30px;
    text-transform: capitalize;
}

.banner-content h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 30px;
    text-transform: capitalize;
}

.banner-content li a {
    color: #fff;
    border-color: #fff;
}

.banner-content.banner-content-fullwidth {
    max-width: 100%;
    text-align: center;
}

.banner-content h1.type-animate a.typewrite {
    color: #fff;
    font-size: 48px;
}

#service-single-content .quoteForm-holder2 {
    margin: 0 0 60px;
}

#home .quoteForm-holder {
    margin-top: 40px;
    position: absolute;
    right: 30px;
    top: 51%;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
}

.quoteForm {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    margin: 30px 15px;
    max-width: 350px;
    padding: 30px 15px;
    position: relative;
    width: 100%;
}

.quoteForm .form-title {
    color: #fff;
    line-height: 1;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

#quoteForm .form-control {
    background-color: transparent;
    border: 1px solid #1391a6;
    color: #fff;
}

#quoteForm .form-control.bootstrap-select {
    padding-left: 50px;
}

#quoteForm .bootstrap-select .btn {
    padding: 5px 0;
}

.quoteForm-holder #quoteForm .btn-shutter-out-horizontal:hover {
    border-color: #4ba6b5;
}

#quoteForm .form-control:focus {
    border-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
}

#quoteForm .has-error .form-control {
    border-color: #e91313;
}

#quoteForm .has-error .form-control:focus {
    border-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.6);
}

.quoteForm .form-control:focus + .input-group-icon {
    background-color: #fff;
    border-color: #fff;
    color: #4ba6b5;
}

.quoteForm .btn.dropdown-toggle.btn-default {
    background: transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    padding: 0;
    text-shadow: none;
}

.quoteForm .btn.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.quoteForm .help-block.with-errors {
    font-size: 14px;
    color: #e91313;
    top: -20px;
    left: 40px;
    margin: 0;
    position: absolute;
}

.quoteForm .sub-text {
    right: 20px;
    bottom: 75px;
    color: #e91313;
    font-size: 14px;
    position: absolute;
}

.quoteForm .text-danger {
    font-size: 16px;
    color: #e91313;
    margin: 0 0 30px;
}

.h3.text-success {
    color: #37a000;
}

.quoteForm-holder .quoteForm .form-control::-webkit-input-placeholder {
    color: #fff;
}

.quoteForm-holder .quoteForm .form-control:-moz-placeholder {
    color: #fff;
}

.quoteForm-holder .quoteForm .form-control::-moz-placeholder {
    color: #fff;
}

.quoteForm-holder .quoteForm .form-control:-ms-input-placeholder {
    color: #fff;
}

select.form-control {
    background-color: #fff;
    display: inline-block;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #1391a6 50%), linear-gradient(135deg, #1391a6 50%, transparent 50%), radial-gradient(transparent 66%, transparent 66%);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

.title-wrap {
    margin: 0 auto 60px;
    max-width: 401px;
}

.title-wrap .title-border-svg {
    width: 100%;
}

.title-border-svg {
    position: relative;
}

svg:not(:root) {
    overflow: hidden;
}

.title-wrap .title-border-svg-shape {
    stroke-dasharray: 60, 1000;
    stroke-dashoffset: -647;
}

.title-border-svg-shape {
    fill: transparent;
    stroke: #1391a6;
    stroke-width: 8px;
    transition: stroke-width 1s ease 0s, stroke-dashoffset 1s ease 0s, stroke-dasharray 1s ease 0s;
}

.title-wrap .section-title {
    font-size: 36px;
    left: 0;
    line-height: 1;
    margin: 20px 0;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    width: 100%;
}

.title-wrap.title-border-bottom .section-title {
    position: relative;
}

.title-wrap.title-border-bottom {
    border-bottom: 5px solid #1391a6;
}

.title-wrap .section-title span {
    color: #1391a6;
    font-weight: bold;
}

.title-wrap:hover .title-border-svg-shape {
    stroke-dasharray: 954;
}

.title-wrap:hover .title-border-svg-shape {
    stroke-dashoffset: 0;
    stroke-width: 3px;
}

.sub-title {
    font-size: 28px;
    margin-top: 0;
}

.title-box::before {
    background-color: #1391a6;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: 0 0 -2px;
    position: absolute;
    width: 60px;
}

.title-box {
    border-bottom: 1px solid #1391a6;
    margin: 60px 0 40px;
    position: relative;
}

.title-box &gt; h3 {
    font-weight: 400;
    margin: 0 0 5px;
}

#single-page-banner {
    margin-top: 80px;
    padding: 15vh 0;
    position: relative;
    width: 100%;
}

#single-page-banner.page-title::before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#single-page-banner.page-title-image {
    background-color: #b5b5b5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#single-page-banner.page-title-image.blog-hbg {
    background-image: url("../images/background/blog-details-banner.jpg");
}

#single-page-banner.page-title-image.portfolio-hbg {
    background-image: url("../images/background/portfolio-details-banner.jpg");
}

#single-page-banner.page-title-image.service-hbg {
    background-image: url("../images/background/service-details-banner.html");
}

#single-page-banner.page-title h2 {
    color: #fff;
    font-size: 36px;
    margin: 0;
}

.breadcrumb {
    background-color: transparent;
    text-align: right;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb &gt; .active {
    color: #1391a6;
}

#about {
    padding: 100px 0 70px;
}

#about .about-text .title-box {
    margin: 0 0 40px;
}

#about .title-box {
    margin: 10px 0 40px;
}

.about-text p {
    color: #505050;
    margin: 0 0 30px;
    padding: 0;
}

.experience-content p {
    color: #505050;
}

.experience-content p.text-bold {
    color: #222;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 20px;
}

#about .button-holder .btn.btn-shutter-out-horizontal:last-child {
    background-color: transparent;
    border: 1px solid #3e3e3e;
    color: #000;
}

#about .button-holder .btn.btn-shutter-out-horizontal:last-child::before {
    background-color: #1391a6;
}

#about .button-holder .btn.btn-shutter-out-horizontal:last-child:hover {
    color: #fff;
    border-color: #1391a6;
}

#about .button-holder {
    margin: 40px 0 50px;
}

#about .button-holder a {
    margin: 0 20px 10px 0;
}

#about .button-holder a:last-child {
    margin-right: 0;
}

#about .icon-holder .sub-title {
    font-weight: bold;
    left: 50%;
    margin-left: 45px;
    position: absolute;
    top: 6px;
}

#about .icon-holder {
    height: 64px;
    position: relative;
    text-align: center;
}

#about .icon-holder i {
    left: 50%;
    margin-left: -32px;
    position: absolute;
    top: 0;
    border: 1px solid #1391a6;
    border-radius: 50%;
    color: #1391a6;
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}

#about .profile-image {
    background-color: rgba(101, 222, 242, 0.5);
    border: 2px solid rgba(101, 222, 242, 0.5);
    border-radius: 50%;
    margin: 50px auto;
    max-width: 330px;
    overflow: hidden;
}

#about .profile-image &gt; img {
    border-radius: 50%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

#about .profile-image &gt; img:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.about-box-style .experience-content {
    background-color: #fff;
    border-style: solid;
    border-color: #b5b5b5;
    border-width: 1px 5px;
    border-radius: 20px 0;
    margin: 0 0 50px;
    overflow: hidden;
    padding: 30px 15px 20px;
    position: relative;
    width: 100%;
    text-align: center;
    min-height: 290px;
}

.about-box-style .experience-content:hover {
    border-left-color: #1391a6;
    border-right-color: #1391a6;
}

.about-box-style .experience-content.color-border {
    border-color: #1391a6;
}

.about-box-style .experience-content .range {
    border-bottom: 3px solid #1391a6;
    color: #222;
    font-style: italic;
    margin: 0 auto 20px;
    text-align: center;
    width: 180px;
}

.about-box-style .experience-content h4 {
    color: #1391a6;
    font-size: 24px;
    font-weight: 600;
}

.timeline {
    list-style: none;
    margin: 0 0 50px;
    padding: 50px 0 0;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 4px;
    background-color: #1391a6;
    left: 50%;
    margin-left: -2px;
}

.timeline h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
}

.timeline h5 {
    color: #1391a6;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 20px;
}

.about-timeline-style .experience-content &gt; p:last-child {
    margin: 0;
}

.timeline &gt; li {
    margin: 0 0 50px;
    position: relative;
}

.timeline &gt; li:before,
.timeline &gt; li:after {
    content: " ";
    display: table;
}

.timeline &gt; li:after {
    clear: both;
}

.timeline &gt; li:before,
.timeline &gt; li:after {
    content: " ";
    display: table;
}

.timeline &gt; li:after {
    clear: both;
}

.timeline &gt; li &gt; .timeline-panel {
    background-color: #fff;
    width: 46%;
    float: left;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

.timeline &gt; li &gt; .timeline-panel:hover {
    -webkit-box-shadow: 0 0 5px 1px rgba(19, 145, 166, 0.5);
    box-shadow: 0 0 5px 1px rgba(19, 145, 166, 0.5);
}

.timeline &gt; li &gt; .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-color: transparent #b5b5b5;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: "";
}

.timeline &gt; li &gt; .timeline-panel:after {
    border-color: transparent #fbfbfb;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    content: "";
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 27px;
}

.timeline-left .experience-content {
    text-align: right;
}

.timeline &gt; li &gt; .timeline-badge {
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -26px;
    background-color: #1391a6;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline &gt; li.timeline-right &gt; .timeline-panel {
    float: right;
}

.timeline &gt; li.timeline-right &gt; .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 16px;
    left: -17px;
    right: auto;
}

.timeline &gt; li.timeline-right &gt; .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline li p.date {
    color: #505050;
    font-size: 18px;
    font-style: italic;
    left: 50%;
    margin: 0 50px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 250px;
}

.timeline li p.date-inverted {
    color: #505050;
    font-size: 18px;
    font-style: italic;
    margin: 0 50px;
    position: absolute;
    right: 50%;
    text-align: right;
    top: 0;
    width: 250px;
}

#service {
    background-color: #f0f0f0;
    padding: 100px 0 70px;
}

.service-wrap {
    background-color: #fff;
    border-style: solid;
    border-color: #b5b5b5;
    border-width: 1px 5px;
    border-radius: 20px 0;
    margin: 0 0 50px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.service-wrap:hover {
    border-color: #1391a6;
    box-shadow: 0 0 5px 1px rgba(19, 145, 166, 0.5);
}

.service-wrap.color-border {
    border-color: #1391a6;
}

.service-box {
    display: table;
    height: 100%;
    padding: 30px 15px;
    width: 100%;
}

.service-box-wrap {
    vertical-align: middle;
}

.service-box-wrap &gt; h3 {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.service-wrap i {
    border: 1px solid #1391a6;
    border-radius: 50%;
    color: #1391a6;
    margin: 0 0 10px;
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}

.service-wrap:hover i {
    background-color: #1391a6;
    border: 1px solid #1391a6;
    color: #fff;
}

.service-wrap p {
    color: #505050;
    margin: 0 0 10px;
    text-align: center;
    min-height: 100px;
    font-size: 14px;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.service-box .btn {
    margin: 0;
}

.list-inline.list-social {
    margin: 0 0 30px;
    padding: 0;
}

.list-social.list-inline &gt; li {
    padding: 0;
}

.social-icon {
    border: 1px solid #1391a6;
    border-radius: 3px;
    color: #1391a6;
    display: block;
    height: 32px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    width: 32px;
}

.social-icon-rounded {
    border-radius: 50%;
}

.social-icon-dark,
.social-icon-light {
    border-color: transparent;
}

.social-icon-dark {
    background-color: #444;
    color: #fff;
}

.social-icon-light,
.footer .social-icon-light {
    background-color: #b5b5b5;
    color: #666;
}

.social-icon-colored,
.share-icon .social-icon-colored {
    border-color: transparent;
}

.social-icon.social-icon-large {
    height: 44px;
    margin: 0 10px 10px 0;
    width: 44px;
}

.social-icon.social-icon-small {
    height: 24px;
    width: 24px;
}

.social-icon i {
    display: block;
    font-size: 22px;
    line-height: 32px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.social-icon.social-icon-small i {
    font-size: 16px;
    line-height: 24px;
}

.social-icon.social-icon-large i {
    font-size: 34px;
    line-height: 44px;
}

.social-icon.social-icon-large:hover i:first-child {
    margin-top: -44px;
}

.social-icon.social-icon-small:hover i:first-child {
    margin-top: -24px;
}

.social-icon:hover i:first-child {
    margin-top: -32px;
}

.social-icon:hover {
    text-decoration: none;
}

.social-icon-colored.social-icon,
.social-icon:hover {
    border-color: transparent;
}

.social-icon-colored.social-icon-facebook,
.social-icon-facebook:hover {
    background-color: #3b5998;
}

.social-icon-colored.social-icon-twitter,
.social-icon-twitter:hover {
    background-color: #00acee;
}

.social-icon-colored.social-icon-gplus,
.social-icon-gplus:hover {
    background-color: #dd4b39;
}

.social-icon-colored.social-icon-linkedin,
.social-icon-linkedin:hover {
    background-color: #0077b5;
}

.social-icon-colored.social-icon-vimeo,
.social-icon-vimeo:hover {
    background-color: #1ca7cc;
}

.social-icon-colored.social-icon-pinterest,
.social-icon-pinterest:hover {
    background-color: #cb2027;
}

.social-icon-colored.social-icon-dribbble,
.social-icon-dribbble:hover {
    background-color: #ec4a89;
}

.social-icon-colored.social-icon-rss,
.social-icon-rss:hover {
    background-color: #fb9f3c;
}

.social-icon-colored.social-icon-flickr,
.social-icon-flickr:hover {
    background-color: #ff0084;
}

.social-icon-colored.social-icon-instagram,
.social-icon-instagram:hover {
    background-color: #bc2a8d;
}

.social-icon-colored.social-icon-youtube,
.social-icon-youtube:hover {
    background-color: #bb0000;
}

.social-icon-colored.social-icon-skype,
.social-icon-skype:hover {
    background-color: #12a5f4;
}

.social-icon-colored.social-icon-yahoo,
.footer .social-icon-yahoo:hover {
    background-color: #7B0099;
}

.social-icon-colored.social-icon-tumblr,
.social-icon-tumblr:hover {
    background-color: #32506d;
}

.social-icon i:last-child {
    color: #fff;
}

.social-icon-colored i {
    color: #fff;
}

#pricing {
    padding: 100px 0 70px;
}

.pricing-table {
    padding: 0 15px 30px;
}

.pricing-plan {
    float: left;
    margin: 30px 0;
    width: 33.33%;
}

.pricing-table .pricing-plan:first-child {
    border-radius: 8px 0 0 8px;
}

.pricing-table .pricing-plan:last-child {
    border-radius: 0 8px 8px 0;
}

.pricing-table .pricing-plan {
    border-style: solid;
    border-color: #b5b5b5;
    border-width: 5px 1px;
    border-radius: 5px 0;
}

.pricing-table .pricing-plan:hover {
    border-top-color: #1391a6;
    border-bottom-color: #1391a6;
}

.pricing-plan.active {
    background-color: #1391a6;
    border: 5px solid #b5b5b5;
    border-radius: 8px;
    color: #fff;
    margin: 0;
    padding: 30px 0;
}

.pricing-plan.active:hover {
    border-color: #1391a6;
}

.pricing-plan-wrap {
    min-height: 425px;
    overflow: hidden;
    text-align: center;
    border: none;
    padding: 30px 15px;
}

.pricing-plan-wrap h3 {
    border-bottom: 3px solid;
    color: #1391a6;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.pricing-table .pricing-plan:hover .pricing-plan-wrap h3 {
    border-color: #b5b5b5;
}

.pricing-plan.active .pricing-plan-wrap h3 {
    color: #fff;
}

.btn.btn-link.change-plan {
    border: 1px solid;
    border-radius: 4px;
    color: #1391a6;
    font-size: 16px;
    margin: 0 0 30px;
    min-width: 180px;
    padding: 6px 15px;
    text-decoration: none;
}

.btn.btn-link.change-plan:hover {
    border: 1px solid;
    color: #1391a6;
}

.pricing-plan.active .btn.btn-link.change-plan {
    color: #fff;
}

.pricing-plan .btn.btn-link.change-plan:hover {
    color: #000;
}

.pricing-plan-wrap a.btn {
    margin: 30px 0 0;
    text-transform: capitalize;
}

.pricing-plan-wrap a.btn:hover {
    color: #000;
}

.pricing-plan.active .pricing-plan-wrap .btn.btn-shutter-out-horizontal {
    background-color: #fff;
    color: #000;
}

.pricing-plan.active .pricing-plan-wrap .btn.btn-shutter-out-horizontal::before {
    background-color: #4ba6b5;
}

.pricing-plan.active .pricing-plan-wrap .btn.btn-shutter-out-horizontal:hover {
    color: #fff;
}

.price-holder p.dolar {
    font-size: 34px;
    line-height: 1.1;
    font-weight: bold;
    font-style: italic;
    margin: 30px 0;
}

.pricing-plan-wrap p sub {
    font-size: 14px;
    top: 1px;
    padding: 20px 10px;
}

.pricing-plan ul {
    margin: 0;
}

.pricing-plan li {
    color: #505050;
    border-top: 1px solid #b5b5b5;
    padding: 10px;
}

.pricing-plan.active li {
    color: #fff;
}

.pricing-plan li:last-child {
    border-bottom: 1px solid #b5b5b5;
}

#portfolio {
    background-color: #b5b5b5;
    padding: 100px 0 70px;
}

.filter-section {
    padding-top: 40px;
}

.filter-container {
    margin: 0 0 30px;
    text-align: center;
}

.filter-section h1 {
    text-align: center
}

.filter-section .filter-container .filter &gt; li {
    margin: 0;
    padding: 0 5px 10px;
}

ul.filter &gt; li &gt; a {
    color: #fff;
    border: 1px solid;
    border-radius: 4px;
    display: block;
    font-size: 20px;
    line-height: 1;
    padding: 6px 12px;
}

ul.filter &gt; li.active a,
ul.filter &gt; li &gt; a:hover,
ul.filter &gt; li &gt; a:focus {
    background-color: #1391a6;
    border-color: #1391a6;
    color: #fff;
    text-decoration: none;
    outline: none
}

.isotopeContainer {
    margin: 0 0 20px;
}

.portfolio-wrapper {
    cursor: pointer;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.portfolio-wrapper &gt; img {
    width: 100%;
}

.portfolio-overlay-inner {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}

.portfolio-overlay-content {
    display: table-cell;
    vertical-align: middle;
}

.portfolio-link a,
.portfolio-caption a {
    color: #fff;
    display: inline;
    font-size: 18px;
    margin: 2.5px;
    padding: 2px 6px;
    text-transform: uppercase;
}

.portfolio-link a {
    border: 1px solid #fff;
}

.portfolio-link a:hover,
.portfolio-caption a:hover {
    text-decoration: none;
}

.portfolio-style2 .isotopeContainer {
    margin: 0 15px 50px;
}

.no-space,
.no-space .portfolio-wrapper {
    margin: 0;
    padding: 15px;
}

.portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    opacity: 0;
    padding: 10%;
    position: absolute;
    text-align: center;
    top: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}

.portfolio-overlay p,
.portfolio-overlay a {
    position: relative;
    z-index: 4;
}

.portfolio-overlay::before {
    border-width: 0;
    content: "";
    height: 0;
    left: 10%;
    position: absolute;
    top: 10%;
    -webkit-transition: height 0.5s ease 0.15s;
    -moz-transition: height 0.5s ease 0.15s;
    -ms-transition: height 0.5s ease 0.15s;
    -o-transition: height 0.5s ease 0.15s;
    transition: height 0.5s ease 0.15s;
    width: 0;
    z-index: 3;
}

.portfolio-overlay::after {
    border-width: 0;
    bottom: 10%;
    content: "";
    height: 0;
    position: absolute;
    right: 10%;
    -webkit-transition: width 0.1s ease 0.2s;
    -moz-transition: width 0.1s ease 0.2s;
    -ms-transition: width 0.1s ease 0.2s;
    -o-transition: width 0.1s ease 0.2s;
    transition: width 0.1s ease 0.2s;
    width: 0;
    z-index: 3;
}

.portfolio-wrapper:hover .portfolio-overlay::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 80%;
    -webkit-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -moz-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -ms-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -o-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    width: 80%;
}

.portfolio-wrapper:hover .portfolio-overlay::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 80%;
    -webkit-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -moz-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -ms-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -o-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    width: 80%;
}

.portfolio-wrapper:hover .portfolio-overlay {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.lightbox .lb-image {
    border: 10px solid #fff;
    border-radius: 15px;
}

.lb-data .lb-details {
    width: 90%;
    line-height: 1.48;
    margin: 10px 0;
}

.lb-data .lb-caption {
    font-size: 16px;
    line-height: 1.48;
    border-left: 5px solid #fb9902;
    border-radius: 2px;
    padding: 5px 0 5px 10px;
}

.lb-data .lb-number {
    padding-top: 8px;
    font-size: 14px;
}

.lb-data {
    color: #fff;
}

#clients {
    padding: 100px 0 70px;
}

.client-item-wrap {
    border: 1px solid transparent;
    padding: 10px;
}

.client-item-wrap:hover {
    cursor: pointer;
}

.client-item-wrap img {
    max-width: 200px;
}

#clients .owl-carousel.owl-theme.owl-loaded {
    margin-bottom: 50px;
}

#team {
    padding: 100px 0 70px;
}

.team-wrap {
    border-style: solid;
    border-color: #b5b5b5;
    border-width: 1px 5px;
    border-radius: 20px 0;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
}

.team-wrap:hover {
    border-left-color: #1391a6;
    border-right-color: #1391a6;
}

.team-wrap.color-border {
    border-color: #1391a6;
}

.team-thumb {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -50px;
    width: 100px;
}

.team-thumb img {
    border: 3px solid #b5b5b5;
    border-radius: 50%;
    overflow: hidden;
}

.team-wrap.color-border .team-thumb img {
    border-color: #1391a6;
}

.team-wrap:hover .team-thumb img {
    border-color: rgba(19, 145, 166, 0.9);
}

.team-details {
    height: auto;
    overflow: hidden;
    padding: 0 15px;
    margin-top: 50px;
    position: relative;
    width: 100%;
}

.team-title h4 {
    color: #1391a6;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.team-title h5 {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 0 0 20px;
}

.team-details p {
    margin: 10px 0;
    color: #505050;
    font-size: 16px;
}

.team-social {
    margin-bottom: 20px;
}

.details-plain {
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-wrap:hover .details-plain {
    opacity: 1;
}

.details-overly {
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateY(-50%);
}

.team-wrap:hover .details-overly {
    opacity: 0;
}

.team-wrap .social-icon {
    display: inline-block;
}

.team-wrap .details-plain .team-title {
    display: none;
}

#quotes-section {
    background-color: #1391a6;
    padding: 100px 0 70px;
    color: #fff;
}

#quotes-section.parallax {
    background-image: url("../images/background/bg-3.jpg");
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#quotes-section.parallax::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.quotes-section .title-wrap h2 {
    text-transform: capitalize;
}

.quotes-wrap {
    margin: 0 0 50px;
}

.quotes-wrap p {
    font-size: 24px;
    margin: 0 0 30px;
}

.quotes-wrap .btn {
    margin-top: 0;
}

#blog {
    padding: 100px 0 70px;
}

.post-meta {
    font-size: 15px;
    font-style: italic;
}

.post-meta i {
    padding: 0 5px 0 0;
}

.post-meta span {
    padding: 0 10px 0 0;
}

#blog .post-meta a,
.post-meta a {
    color: #505050;
}

#blog .post-meta a:hover,
.post-meta a:hover {
    color: #1391a6;
}

.post-wrap {
    margin: 0 auto;
    max-width: 360px;
    overflow: hidden;
    position: relative;
}

#blog .post-content {
    padding: 20px 10px;
}

#blog .post-wrap:hover .post-content {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#blog .post-meta,
#blog .post-title {
    color: #505050;
    margin: 0 0 10px;
}

#blog .post-title &gt; h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px;
}

#blog .post-title a {
    text-decoration: none;
}

#blog .post-excerpt &gt; p {
    color: #505050;
    margin: 0;
}

#blog a.btn-more {
    color: #1391a6;
    display: inline-block;
    padding: 0 5px;
}

a.btn-more:hover i {
    margin-left: 2px;
}

#blog .owl-carousel.owl-theme.owl-loaded {
    padding-top: 60px;
    margin-bottom: 50px;
}

#blog .owl-theme .owl-nav [class^="owl-"],
#blog .owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border: 1px solid #1391a6;
    color: #1391a6;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px;
}

#blog .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #1391a6;
    color: #fff;
}

#blog .owl-nav .owl-next {
    right: 50%;
    margin: 0 -40px 0 0;
}

#blog .owl-nav .owl-prev {
    left: 50%;
    margin: 0 0 0 -40px;
}

#blog .owl-stage-outer {
    margin-right: -1px;
}

.owl-carousel .post-wrap .post-thumb &gt; img {
    transform-style: flat;
}

#blog .post-wrap {
    background-color: transparent;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
}

.blog-style1 .post-content-top,
.blog-style1 .post-content-bottom {
    position: relative;
}

.blog-style1 .content-inner {
    padding: 20px 15px;
}

.blog-style1 .hover-overlay {
    background-color: #1391a6;
    height: 0;
    left: 0;
    position: absolute;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    width: 100%;
    z-index: 1;
}

#blog.blog-style1 .post-wrap a.btn-more {
    color: #1391a6;
    font-weight: 600;
}

#testimonials {
    background-color: #f0f0f0;
    padding: 100px 0 70px;
}

.testimonial-item {
    margin: 0 20%;
    position: relative;
}

.testimonial-image {
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
}

.testimonial-image img {
    border: 5px solid #1391a6;
    border-radius: 50%;
    height: 100px;
    max-width: 100px;
}

.testimonial-content {
    margin-left: 120px;
}

.testimonial-content p.blockquote::before {
    color: #1391a6;
    content: "“";
    font-family: 'Times New Roman';
    font-size: 5em;
    left: -20px;
    position: absolute;
    top: -80px;
}

.testimonial-content &gt; p {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 20px;
    position: relative;
}

.testimonial-author h4 {
    color: #1391a6;
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: bold;
}

.testimonial-author &gt; p {
    font-size: 16px;
    margin: 0;
    font-style: italic;
}

.testimonials .owl-carousel {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
}

.testimonials .owl-nav {
    margin-top: 0;
}

.testimonials .owl-nav [class^="owl-"],
.testimonials .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    font-size: 20px;
    background-color: #3e3e3e;
    border-radius: 50%;
    color: #fff;
    padding: 2px 11px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonials .owl-nav {
    opacity: 0;
}

.testimonials:hover .owl-nav {
    opacity: 1;
}

.testimonials .owl-nav [class^="owl-"]:hover,
.testimonials .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, 0.3);
}

.testimonials .owl-nav .owl-prev {
    left: 0;
}

.testimonials .owl-nav .owl-next {
    right: 0;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-theme .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 2px solid #1391a6;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #1391a6;
}

.rating-wrap {
    margin: 0 0 30px;
    text-align: right;
}

.rating-wrap .rating {
    color: #1391a6;
    display: inline-block;
    position: relative;
    text-align: left;
}

.rating-wrap .rating::before {
    content: "\f006\f006\f006\f006\f006";
    font: 18px/1.2em "FontAwesome";
    letter-spacing: 2px;
}

.rating-wrap .rating .stars {
    color: #1391a6;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.rating-wrap .rating .stars::before {
    color: inherit;
    font: 18px/1.2em "FontAwesome";
    letter-spacing: 2px;
}

.rating-wrap .rating .stars.one::before {
    content: "\f005\f005\f005";
}

.rating-wrap .rating .stars.two::before {
    content: "\f005\f005";
}

.rating-wrap .rating .stars.three::before {
    content: "\f005\f005\f005";
}

.rating-wrap .rating .stars.four::before {
    content: "\f005\f005\f005\f005";
}

.rating-wrap .rating .stars.five::before {
    content: "\f005\f005\f005\f005\f005";
}

#contact {
    padding: 100px 0 70px;
}

.contact-item {
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    display: table;
    height: 160px;
    margin: 0 0 50px;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-item:hover {
    box-shadow: 0 0 5px 1px rgba(19, 145, 166, 0.5);
}

.contact-item-inner {
    display: table-cell;
    vertical-align: middle;
}

.contact-icon {
    overflow: hidden;
}

.contact-desc {
    overflow-wrap: break-word;
}

.contact-desc a {
    color: #222;
    text-decoration: none;
}

.contact-desc h4 {
    margin: 15px 0 0;
}

.contact-icon i {
    border: 1px solid #1391a6;
    border-radius: 50%;
    color: #1391a6;
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    transition: all 0.8s ease 0s;
    width: 64px;
}

.contact-item:hover i {
    background-color: #1391a6;
    color: #fff;
}

#msgSubmit {
    margin: 0 0 25px;
}

.form-group {
    position: relative;
    margin: 0 0 30px;
}

.form-control {
    border: 1px solid #1391a6;
    padding-left: 50px;
    color: #222;
    font-size: 16px;
}

.input-group-icon {
    position: absolute;
    top: 0;
}

.form-group .input-group-icon {
    background-color: #1391a6;
    border: 0 none;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    display: table-cell;
    font-size: 14px;
    height: 100%;
    padding: 6px 7px 4px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    vertical-align: top;
    white-space: nowrap;
    width: 40px;
}

#contactForm {
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    margin: 0 15px 50px;
    padding: 30px 0 0;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#contactForm:hover {
    box-shadow: 0 0 5px 1px rgba(19, 145, 166, 0.5);
}

#contactForm .form-control:focus {
    border-color: #4ba6b5;
    box-shadow: 0 1px 1px rgba(19, 145, 166, 0.075) inset, 0 0 8px rgba(19, 145, 166, 0.6);
}

.form-control:focus + .input-group-icon {
    background: #4ba6b5;
    color: #fff;
}

.has-error .form-control {
    border-color: #e91313;
}

.has-error .input-group-icon {
    background: #e91313;
    color: #ffffff;
}

.has-error .form-control:focus {
    border-color: #4ba6b5;
    box-shadow: 0 1px 1px rgba(19, 145, 166, 0.075) inset, 0 0 8px rgba(19, 145, 166, 0.6);
}

#contactForm .help-block {
    font-size: 14px;
    color: #e91313;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 42px;
    position: absolute;
    top: -22px;
}

#contactForm .text-success {
    color: #37a000;
}

#contactForm .text-danger {
    color: #e91313;
    margin: 0 0 30px;
}

#contactForm .btn.disabled {
    opacity: 1;
}

#submit.btn {
    transition: all 0.5s ease 0s;
    width: 150px;
}

#submit.btn::after {
    content: "\f0a9";
    font-family: fontawesome;
    font-size: 20px;
    color: #000;
    position: absolute;
    right: 50px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
}

#submit.btn:hover::after {
    right: 10px;
    opacity: 1;
}

#contactForm .sub-text {
    right: 30px;
    bottom: 50px;
    color: #e91313;
    font-size: 14px;
    position: absolute;
}

#success-story {
    background-color: #f0f0f0;
    padding: 100px 0 70px;
}

#success-story .counter-wrap {
    background-color: #fff;
    border-style: solid;
    border-color: #b5b5b5;
    border-width: 1px 5px;
    border-radius: 20px 0;
    margin: 0 0 50px;
    padding: 30px 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#success-story .counter-wrap:hover {
    border-left-color: #1391a6;
    border-right-color: #1391a6;
}

#success-story .counter-wrap.color-border {
    border-color: #1391a6;
    min-height: 375px;
}

#success-story .counter-icon {
    margin: 0 0 10px;
}

#success-story .counter-wrap i {
    border: 1px solid #1391a6;
    color: #1391a6;
    border-radius: 50%;
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    width: 64px;
}

#success-story .counter-wrap:hover i {
    background-color: #1391a6;
    border: 1px solid #1391a6;
    color: #fff;
}

#success-story .counter {
    color: #222;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 30px 0;
}

#success-story .counter-wrap p {
    color: #1391a6;
    margin: 30px 0 0;
    font-size: 20px;
    font-weight: 600;
}

#service-single-content .post-image {
    margin: 60px 0;
}

#service-single-content aside {
    margin-top: 60px;
}

#service-single-content .post-title {
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0;
}

#service-single-content .service-content {
    margin: 0 5% 30px;
}

#service-single-content p {
    color: #505050;
    margin: 0 0 30px;
}

#service-single-content .service-content img {
    margin: 0 0 30px;
}

#service-single-content #accordion .panel-heading {
    padding: 10px 25px;
}

#service-single-content .panel-group {
    margin: 0 0 30px;
    padding-top: 10px;
}

#service-single-content .panel-default &gt; .panel-heading {
    cursor: pointer;
}

#service-single-content .panel-title a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

#service-single-content .panel-title .glyphicon {
    top: 5px;
}

#service-single-content .panel-title a:hover {
    color: #fff;
}

.panel-group .panel-body {
    padding: 15px 25px;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.panel-default &gt; .panel-heading.highlight,
.panel-default &gt; .panel-heading:hover {
    background-color: #1391a6;
    background-image: -moz-linear-gradient(to right, #1391a6 0px, #4ba6b5 100%);
    background-image: -webkit-linear-gradient(to right, #1391a6 0px, #4ba6b5 100%);
    background-image: -o-linear-gradient(to right, #1391a6 0px, #4ba6b5 100%);
    background-image: -ms-linear-gradient(to right, #1391a6 0px, #4ba6b5 100%);
    background-image: linear-gradient(to right, #1391a6 0px, #4ba6b5 100%);
    color: #fff;
}

.panel-default &gt; .panel-heading,
.panel-default &gt; .panel-heading.default-color {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-image: -webkit-linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-image: -o-linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-image: -ms-linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
    color: #222;
}

#service-single-content .service-list ul {
    margin: 0 0 30px;
    padding: 0;
}

.service-list ul li {
    margin-bottom: 15px;
    padding-left: 26px;
    position: relative;
}

.service-list ul li:last-child {
    margin-bottom: 0;
}

.service-list ul li::before {
    color: #1391a6;
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}

#service-single-content .service-list-menu {
    margin: 0 0 60px;
}

.service-menu li {
    margin: 0 0 15px;
}

.service-menu li:last-child {
    padding: 0;
}

.service-menu a {
    background-color: #e8e8e8;
    border-radius: 5px;
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.service-menu a:hover,
.service-menu a.active {
    background-color: #1391a6;
    color: #fff;
}

.service-menu a i {
    padding: 0 10px;
}

.service-brochure {
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    margin: 60px 0;
    padding: 0 20px;
}

.service-brochure:hover {
    box-shadow: 0 0 5px 1px rgba(19, 145, 166, 0.5);
}

.brochure-menu {
    margin: 0 0 30px;
}

.brochure-menu li {
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 0;
}

.brochure-menu li:first-child {
    padding: 5px 0 10px;
}

.brochure-menu li:last-child {
    border-bottom: none;
    padding: 10px 0 0;
}

.brochure-menu a i {
    float: right;
    padding: 6px 0;
}

#service-single-content .service-features {
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    margin: 60px 0;
    padding: 0 20px;
}

#service-single-content .service-features:hover {
    box-shadow: 0 0 5px 1px rgba(19, 145, 166, 0.5);
}

#service-single-content .service-features .title-box,
#service-single-content .service-brochure .title-box {
    margin-top: 30px;
}

#service-single-content .panel-group {
    margin: 0 0 30px;
    padding-top: 0;
}

.quoteForm-holder2 .quoteForm {
    margin: 60px 0 30px;
    max-width: 100%;
}

#serviceQuoteForm .quoteForm .form-title {
    color: #222;
}

#serviceQuoteForm .quoteForm {
    background: none;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
}

#serviceQuoteForm .quoteForm:hover {
    box-shadow: 0 0 5px 1px rgba(19, 145, 166, 0.5);
}

#serviceQuoteForm .quoteForm .btn.dropdown-toggle.btn-default {
    color: #999;
}

#serviceQuoteForm #quoteForm .form-control {
    color: #222;
}

#serviceQuoteForm .form-control:focus {
    border-color: #1391a6;
    box-shadow: 0 1px 1px rgba(19, 145, 166, 0.075) inset, 0 0 8px rgba(19, 145, 166, 0.6);
}

#serviceQuoteForm .quoteForm .form-control:focus + .input-group-icon {
    background-color: #1391a6;
    border-color: #4ba6b5;
    color: #fff;
}

.quoteForm-holder2 #quoteForm .has-error .form-control:focus {
    border-color: #1391a6;
    box-shadow: 0 1px 1px rgba(19, 145, 166, 0.075) inset, 0 0 8px rgba(19, 145, 166, 0.6);
}

#pfolio-single-content .post-title {
    margin: 60px 0 30px;
}

#pfolio-single-content .post-title h1 {
    margin: 0 0 40px;
}

#pfolio-single-content .post-image {
    margin: 30px 0;
}

#pfolio-single-content .share-icon {
    margin: 0 0 30px;
}

#pfolio-single-content ul.portfolio-info {
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    margin: 40px 0;
    padding: 20px;
}

#pfolio-single-content ul.portfolio-info:hover {
    box-shadow: 0 0 5px 1px rgba(19, 145, 166, 0.5);
}

#pfolio-single-content ul.portfolio-info li {
    border-bottom: 1px solid #b5b5b5;
    padding: 15px 0;
}

#pfolio-single-content ul.portfolio-info li:last-child {
    border: 0 none;
}

#pfolio-single-content ul.portfolio-info li span,
#pfolio-single-content ul.portfolio-info li i {
    color: #1391a6;
    font-weight: bold;
    padding-right: 10px;
}

#pfolio-single-content ul.portfolio-info li .info-right {
    padding-left: 30px;
}

#pfolio-single-content p {
    color: #505050;
    margin: 0 5% 30px;
}

#related-portfolio {
    clear: both;
    margin: 0 0 30px;
}

#related-portfolio .title-box {
    margin: 60px 0 30px;
}

.btn.btn-project {
    margin: 0 0 30px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

#single-post-content {
    margin: 0 0 30px;
}

#single-post-content .post-title {
    margin: 60px 0 30px;
}

.post-title h1 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 30px;
}

#single-post-content .post-meta {
    margin: 0 0 30px;
    padding-bottom: 10px;
}

.post-body,
.post-body &gt; p {
    color: #505050;
    margin: 0 0 30px;
}

.post-body {
    margin: 0 8% 30px;
}

.post-navigation {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin: 40px 0 50px;
}

.post-navigation a {
    font-size: 18px;
    font-weight: bold;
}

.post .share-icon {
    margin: 0 0 30px;
}

.share-icon .list-inline.list-social {
    margin: 10px 0 0;
}

.share-icon .list-inline.list-social li {
    margin: 0 0 10px;
}

.share-icon &gt; span {
    color: #1391a6;
    font-weight: bold;
}

#related-blog {
    clear: both;
}

#related-blog .title-box {
    margin: 60px 0 30px;
}

#related-blog .blog-wrap {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto 50px;
    max-width: 300px;
}

#related-blog .blog-wrap:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#related-blog .blog-thumb img,
.post .post-image img,
.post-thumbnail img {
    width: 100%;
}

#single-post-content .post .post-image {
    overflow: hidden;
    position: relative;
    margin: 30px 0;
}

#related-blog .blog-title h3 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin: 10px 0;
}

#related-blog .blog-title h3 a {
    text-decoration: none;
}

#related-blog .blog-title h3 a:hover {
    color: #1391a6;
}

#related-blog .blog-wrap:hover .blog-thumb::before {
    content: none;
}

.blog-thumb &gt; a,
.post-thumbnail a {
    display: block;
}

#comments {
    position: relative;
}

#comments .title-box {
    margin: 10px 0 30px;
}

#comments .commentlist {
    margin-left: 32px;
    list-style: outside none none;
}

.commentlist li {
    margin: 0 0 30px;
    position: relative;
}

.commentlist li ul.children {
    margin: 30px 0;
}

.comment-wrap {
    border: 1px solid #1391a6;
    border-radius: 5px;
    padding: 30px 60px;
    position: relative;
}

.comment-wrap h4 {
    margin: 0 0 10px;
}

.comment-author-avatar {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1391a6;
    border-radius: 50%;
    left: -34px;
    padding: 4px;
    position: absolute;
    top: 15px;
}

.children .comment-author-avatar {
    left: -25px;
}

.comment-author-avatar img {
    border-radius: 50%;
    display: block;
}

.commentlist li .children {
    list-style: outside none none;
    margin-top: 0;
}

.commentlist li .comment-content {
    padding: 0 0 0 15px;
}

.comment-content .comment-meta h4 a {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.comment-content .comment-meta a {
    color: #505050;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.comment-content a {
    text-decoration: none;
}

.comment-content a:hover {
    color: #1391a6;
}

.commentlist li .comment-content p {
    color: #505050;
    margin: 20px 0;
}

.commentlist li .comment-content a.comment-reply-link {
    margin-top: 10px;
    font-weight: 600;
}

#respond .title-box {
    margin: 30px 0;
}

#commentform .comment-notes {
    margin-bottom: 30px;
    padding: 0 0 0 15px;
}

#commentform .required {
    font-weight: bold;
    color: red;
}

#commentform .form-group {
    display: table;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

#commentform .form-control {
    padding-left: 10px;
}

aside#sidebar {
    margin: 60px 0;
}

aside#sidebar .title-box {
    margin: 60px 0 30px;
}

.search-input-group .input-group-addon {
    background-color: #1391a6;
    border-color: #1391a6;
    color: #fff;
}

.search-input-group .form-control {
    border-color: #1391a6;
    border-right: 0;
    padding-left: 10px;
}

.search-input-group .form-control:focus,
.search-input-group .form-control:focus + .input-group-addon {
    border-color: #1391a6;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #1391a6;
}

.search-input-group button {
    border: 0;
    background: transparent;
}

.widget-area ul {
    list-style: outside none none;
    padding: 0;
}

.widget-area ul li::before {
    color: #1391a6;
    font-family: fontawesome;
    font-size: 15px;
    padding-right: 10px;
}

.recent-comments li::before {
    content: "\f075";
    margin-left: -25px;
}

.widget-area .recent-comments ul li {
    padding-left: 25px;
    color: #222;
}

.widget-area ul li {
    color: #505050;
    border-bottom: 1px solid #b5b5b5;
    margin: 20px 0;
    padding: 0 0 20px;
}

.widget-area ul li h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: -5px 0 10px;
}

.widget-area ul li h3 a:hover {
    color: #1391a6;
}

.widget-area .post-thumbnail,
.footer .post-thumbnail {
    float: left;
    height: 80px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 80px;
}

.widget-area .post-content,
.footer .post-content {
    margin-left: 90px;
}

.btn {
    font-size: 18px;
    overflow: hidden;
    padding: 6px 20px;
}

.btn-shutter-out-horizontal {
    background-color: #1391a6;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    color: #fff;
    display: inline-block;
    position: relative;
    -moz-transform: perspective(1px) translateZ(0px);
    -webkit-transform: perspective(1px) translateZ(0px);
    -o-transform: perspective(1px) translateZ(0px);
    -ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}

.btn-shutter-out-horizontal::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
}

.btn-shutter-out-horizontal:hover,
.btn-shutter-out-horizontal:focus,
.btn-shutter-out-horizontal:active {
    color: #000;
}

.btn-shutter-out-horizontal:hover::before,
.btn-shutter-out-horizontal:focus::before,
.btn-shutter-out-horizontal:active::before {
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-transparent {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn.btn-shutter-out-horizontal.disabled {
    opacity: 1;
}

.mc-form-holder {
    margin: 0 0 10px;
    max-width: 360px;
    position: relative;
}

#mc-form .form-control {
    background-color: transparent;
    border: 1px solid #1391a6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    color: #fff;
    display: inline;
    height: 34px;
    padding: 3px 10px 5px;
    vertical-align: top;
    width: 79%;
}

#mc-form .form-control:focus {
    box-shadow: 0 1px 1px rgba(19, 145, 166, 0.075) inset, 0 0 8px rgba(19, 145, 166, 0.6);
    outline: 0 none;
}

#mc-form .btn {
    background-color: #1391a6;
    border: medium none;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    color: #fff;
    display: inline;
    font-family: fontawesome;
    font-size: 18px;
    height: 34px;
    margin: 0 0 0 -6px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 20%;
}

#mc-form .btn:hover {
    background-color: rgba(19, 145, 166, 0.8);
}

#mc-form label {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    left: 0;
    position: absolute;
    top: 40px;
}

#mc-form .error {
    color: #e91313;
}

#mc-form .valid {
    color: #37a000;
}

.footer {
    background-color: #232323;
}

.footer-top {
    background: none;
    padding: 90px 0 60px;
}

.footer-top .column {
    margin-bottom: 50px;
}

.footer a,
.footer p,
.footer li {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.footer .post-meta a {
    font-size: 15px;
}

.footer p {
    margin: 0 0 20px;
}

.footer h4.widget-title {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
    padding-bottom: 5px;
    position: relative;
    text-transform: capitalize;
}

.footer h4.widget-title::before {
    background-color: #1391a6;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}

.footer h4.widget-title span {
    color: #1391a6;
}

.footer .recent-post li {
    margin: 0 0 20px;
    position: relative;
    text-decoration: none;
}

.footer .recent-post li:last-child {
    margin: 0;
}

.footer .post-thumbnail {
    margin-top: 5px;
}

.footer .post-content h3,
.footer h3 a {
    line-height: 1.3;
    margin: 0 0 10px;
}

.footer ul li a:hover,
.footer ul.list-unstyled li a:hover {
    color: #1391a6;
    text-decoration: none;
}

#footer .list-inline.list-social {
    padding-top: 10px;
    margin: 0 0 10px;
}

#footer .list-inline.list-social a.social-icon {
    border: 1px solid #fff;
    color: #fff;
}

#footer .list-inline.list-social a.social-icon:hover {
    border: none;
}

#footer .contact-info.list-unstyled &gt; li {
    line-height: 1.3;
    padding: 0 0 10px;
}

#footer .contact-info.list-unstyled &gt; li i {
    margin: 0 15px 0 0;
}

.footer hr {
    border-color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
}

.footer-logo {
    float: left;
    height: 16px;
    margin: 5px 20px 0 0;
    width: auto;
}

.footer .copyright {
    font-size: 14px;
    padding-left: 60px;
}

.footer .copyright a.footer-site-link {
    font-size: 14px;
}

a.footer-site-link {
    color: #fff;
}

.scrollup {
    bottom: 40px;
    color: #1391a6;
    display: none;
    font-size: 42px;
    height: 40px;
    position: fixed;
    right: 22px;
    text-align: center;
    width: 40px;
    z-index: 999;
}

blockquote {
    color: #222;
    border-color: #1391a6;
    margin: 0 0 30px;
}

.SecTopMargin30 {
    margin-top: 30px;
}

.SecTopMargin10 {
    margin-top: 10px;
}

.TopMargin0 {
    margin-top: 0;
}

.TopMargin30 {
    margin-top: 30px;
}

.bottomMargin0 {
    margin-bottom: 0;
}

/*self changes*/

img.projectDetailsIcon {
    border: 3px solid #b5b5b5;
    border-radius: 50%;
    overflow: hidden;
    width: 25%;
    border-color: rgba(19, 145, 166, 0.9);
}

img.whiteBorder {
    border-color: rgba(255, 255, 255, 0.9);
}

div.text-left {
    text-align: left !important;
}

#success-story .counter-wrap p.dicreiption {
    color: #5b5c5d;
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: 400;
}


/*----------popup styling-----*/

/* Outer */

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
}

/* Inner */

.popup-inner {
    max-width: 700px;
    max-height: 700px;
    /* overflow: hidden; */
    width: 100%;
    /* height: 100%; */
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    /* background: #f7f9e1; */
    ;
}

div.actualImageHolder {
    max-width: 100%;
    max-height: 520px;
    overflow: hidden;
}

div.reciptPreview {
    overflow: scroll;
    width: 100%;
}

/* Close Button */

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: #ffffff;
    text-decoration: none;

}

img.dashboardImage {
    width: 100%;

}

table.viewIndent tr th:last-child {
    width: 175px;
}

a.view {
    margin-right: 10px;
}

a.download {
    margin-left: 10px;
}

/* Popup box BEGIN */

.hover_bkgr_fricc {
    background: rgba(0, 0, 0, .4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.hover_bkgr_fricc .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.hover_bkgr_fricc &gt; div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 800px;
    min-height: 100px;
    vertical-align: middle;
    width: 70%;
    position: relative;
    border-radius: 8px;
    padding: 10px;
}

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.popupCloseButton:hover {
    background-color: #ccc;
}

.trigger_popup_fricc {
    cursor: pointer;
    display: inline-block;

}
</pre></body></html>