/*Controllers*/
.cb.plain {
    display: none;
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

.global-danger {
    display: none;
}

.pb-section.row {
    margin-left: 0;
    margin-right: 0;
}
.pb-section.row .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

/***Main CSS***/
body {
	background-color:#FFF;
  	font-family: "proxima-nova",sans-serif;
}
.body {
	padding: 80px 0;
	overflow: hidden;
}
p {
    color:#475b63;
    letter-spacing: 0px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
	font-family: "poppins", 'Helvetica', sans-serif;
}

h1,.h1 {
    letter-spacing: -3px;
    font-weight: 600;
    color: #003D72;
    font-size: 66px;
    line-height: 64px;
}
h4,.h4 {
    color: #003D72;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px; 
}

.frame {
    width: 85%;
    /*width: 1400px;*/
    margin: 0 auto;
}

/* Buttons */
.button {
	background-image: url("images/background/halftone-right.png");
    background-blend-mode: soft-light;
    background-position: right -15% center;
    background-repeat: no-repeat;
    background-size: auto 200px;
    background-color: #8FBF2C;
	border: 2px solid #8FBF2C;
    border-radius: 3px;
    padding: 10px 18px;
    
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
	letter-spacing: 2px;
	color: #fff;
}
.button i {
    position: relative;
	margin-left: 8px;
    transition: all 0.2s;
    transform: scale(1.5);
    left: 0px;
}
.button:hover {
    border-radius: 5px;
    border-color: #B5EB47;
    background-color:#7CAA1D; 
}
.button:hover i {
    transform: scale(-1.5, 1.5);
    animation: slide-anim 1.5s cubic-bezier(.09, .22, .25, 1) infinite;
}
@keyframes slide-anim {
    0% {left: 0px;}
    50% {left: 5px;}
    100% {left: 0px;}
}

.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}

input[type="submit"], button {
	background-color: #90469b;
}
input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}


/*Animated Logo*/
.logo-box {
    transition: all 0.3s cubic-bezier(.0, .0, .50, 2.5) 0s;
    background-image: url("images/logo/logo-poof.png");
    background-size: 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 5px 5px 5px #042843;
    background-color: #08426E;
    border: 6px solid #8FBF2C;
    border-radius: 15px;
    position: relative;
    text-align: center;
    padding: 5px;
    width: 85px;
    height: 83px;
    top: 15px;
    left: 0px;
}
.logo-box::after {
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    box-shadow: 5px 5px 5px rgba(2,14,23,0.50);
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    content: "";
    z-index: -2;
}
.logo-box::before {
    transform: translateY(-50%);
    position: absolute;
    left: 75px;
    top: 50%;
    transition: all 0.3s cubic-bezier(.16, .27, .59, 1.3) 0s;
    background-image: url("images/logo/logo-title.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 80px;
    height: 80px;
    width: 0px;
    content: "";
    z-index: -1;
}
.logo-box.logo-active::before {
    width: 215px;
}

.logo-box svg {
    z-index: 10;
    width: 52px;
    height: 52px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    position: absolute;
    vertical-align: top;    
}
.logo-box svg g,
.logo-box svg path,
.logo-box svg polygon {
    position: relative;
    transform-origin: center;
    transition: all 0.3s cubic-bezier(.0, .0, .50, 2.5) 0s;
}
.logo-box svg .logo-block-right {fill:#8FBF2C;}
.logo-box svg .logo-block-left {fill:#fff;}
.logo-box svg .logo-block-top {fill:#fff;}
.logo-box svg .logo-block-handle {
    transform-origin: center 35px;
    transform: translateY(1px);
    fill:#fff;
}

.logo-box:hover svg .logo-block-handle {
    transform: translateY(-4px);
}
.logo-box:hover svg .logo-top {
    transform: translateY(1px);
}
.logo-box:hover svg .logo-block-left {
    transform: translate(1px, -1px);
}
.logo-box:hover svg .logo-block-right {
    transform: translate(-1px, -1px);
}

.logo-box.logo-active {
    background-color: #185B8D;
    background-size: 80px 80px;
}
.logo-box.logo-active svg .logo-block-handle {
    transform: translateY(5px) scale(1, 0.5);
    transition: all 0.2s cubic-bezier(.0, .0, .50, 2.5) 0s;
}
.logo-box.logo-active svg .logo-top {
    transform: translateY(-6px) scale(1.1);
}
.logo-box.logo-active svg .logo-block-left {
    transform: translate(-4px, 4px) scale(1.1);
}
.logo-box.logo-active svg .logo-block-right {
    transform: translate(4px, 4px) scale(1.1);
}

@keyframes hue-shift {
    0% {filter: hue-rotate(0deg);}
    100% {filter: hue-rotate(360deg);}
}

/*Header*/
.navigation {
	border: none;
	background-color: transparent !important;
}
.logo {
	display: inline-block;
	height: 100px;
	background-position: left;
	min-width: 115px;
	max-width: 115px;
	z-index: 15;
	position: relative;
	margin: 10px 0 -40px -20px;
}

.header {
	padding: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #fff;
    border-top:4px solid #8ec31f;
}
.header::before {
    content: "";
    position: absolute;
    left: -22px;
    top: -4px;
    bottom: -12px;
    width: 15.5%;
    z-index: -3;
    background: url("images/background/halftone-left.png") center left 30% / auto 300px no-repeat, linear-gradient(93deg, #003462, #003D72 96%, #8FBF2C 96.3%);
    transform: skewX(-10deg);
}
.header .col-nav{
	
	padding: 20px 0px;
}
ul.menu .menulink {
	color:#003d72;
} 

.header .frame{
	/*width: 100%;*/
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}

.top-contact{
	padding: 50px 0 0;
}
.top-contact img{
	vertical-align: middle;
	max-width: 300px;
}

/*Header Homepage Override*/
/*body.is-homepage*/ .header {
	padding: 15px 0 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	background-color: transparent;
}	
/*body.is-homepage*/ .header::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: -100px;
    width: 100%;
    transform: none;
    z-index: -4;
    mix-blend-mode: color-burn;
    background: linear-gradient(to bottom, rgba(28,13,11,0.6), rgba(28,13,11,0));
}
/*body.is-homepage*/ .header::before {
    bottom: 5px !important;
}
/*body.is-homepage*/ .col-nav{
	border-top: 0;
}
/*body.is-homepage*/ ul.menu .menulink {
	color:#fff;
    font-size: 17px;
    font-weight: 200;
    padding: 10px 20px;
}
/*body.is-homepage*/ ul.menu .menulink:hover::before {border-left-color: #fff;}
/*body.is-homepage*/ ul.menu .menulink:hover::after{border-right-color: #fff;}

/*body.is-homepage*/ .header .logo-box {
	top: 0px;
}

/*body.is-other-page .body{
	background: url(images/bg-body-other.png) bottom left no-repeat;
	background-color: #fff;
}
body.is-other-page .header {
	padding: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
	background-size: cover;
	background: url(images/banner-wood.jpg);
	background-size: 100%;
}*/

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:75px;
	text-transform: none;
	letter-spacing: -5px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0);
	text-shadow: none;
	pointer-events: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
    display: none;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.home-banner {
    background: 
        url("images/script-logo.svg") bottom 15% right 5% / 50% auto no-repeat,
        url("images/background/halftone-repeat.png") left bottom -10% / 200px auto repeat-x,
        url("images/background/bg-wood.jpg") center / cover        
        ;
    animation: hb-anim 8s linear infinite;
    background-blend-mode: multiply;
    position: relative;
}
@keyframes hb-anim {
    0% {
        background: 
        url("images/script-logo.svg") bottom 15% right 5% / 50% auto no-repeat,
        url("images/background/halftone-repeat.png") left bottom -10% / 200px auto repeat-x,
        url("images/background/bg-wood.jpg") center / cover        
        ;
    }
    100% {
        background: 
        url("images/script-logo.svg") bottom 15% right 5% / 50% auto no-repeat,
        url("images/background/halftone-repeat.png") left 200px bottom -10% / 200px auto repeat-x,
        url("images/background/bg-wood.jpg") center / cover        
        ;
    }
}

.home-banner .pb-container > .pb-column:last-child {
    position: static;
    height: 72vh;
}
svg.banner-logo {
    width: 100%;
    vertical-align: top;
    opacity: 0.7;
    mix-blend-mode: multiply;
}
svg.banner-logo path.st1 {
    fill: #000;
}

.home-banner p {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 15px 7.5%;
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,0.4);
    margin: 0;
}
.home-banner p a {
    color: #fff;
    margin-left: 51%;
}

/*Banner Offset*/
.banner-offset {
    margin-top: -70vh;
    margin-bottom: 100px !important;
}
.banner-offset .frame {
    /*width: 90%;*/
}
.banner-offset .pb-column:first-child {
    display: none;   
}
.banner-offset .pb-column {
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
}
.banner-offset .pb-column:last-child {
    padding-left: 5%;
    padding-top: 80vh;
    width: 50%;
}

.section-about .pb-column p.h3,
.banner-offset .pb-column:last-child h4 {
    color: #003D72;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px; 
}
.section-about .pb-column p.h1,
.banner-offset .pb-column:last-child h2 {
    letter-spacing: -3px;
    font-weight: 600;
    color: #003D72;
    font-size: 66px;
    line-height: 64px;
}
.banner-offset .pb-column:last-child p {
    color: #475b63;
    letter-spacing: 0px;
}
.banner-offset .pb-column:last-child p a {
    margin-top: 20px;
}

/*Portfolio Block*/
.portfolio-block {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}
.portfolio-block .pb-block-content {
    position: relative;
    margin-bottom: 16px;
    border-radius: 3px;
    box-shadow: 2px 15px 19px rgba(10,11,14,0.30), 1px 2px 4px rgba(14,16,19,0.40);
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    transform: perspective(1000px);
    transform-origin: center;
    transition: all 0.5s cubic-bezier(0, 0, .21, .98) 0s;
    top: 0;
}
.portfolio-block .pb-block-content:hover {
    top: -8px;
    filter: brightness(1.1);
    box-shadow: 4px 25px 22px rgba(10,11,14,0.30), 2px 12px 10px rgba(14,16,19,0.30);
    transform: perspective(1000px) rotateX(3deg);
}
.portfolio-block .pb-block-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    transition: all 0.5s cubic-bezier(0, 0, .21, .98) 0s;
    background: linear-gradient(35deg, transparent 60%, rgba(255,255,255,0.3) 61%, rgba(255,255,255,0.15));
    background-position: top -60px center; 
    background-repeat: no-repeat;
    border-radius: 3px;
}
.portfolio-block .pb-block-content:hover::after {
    opacity: 0.4;
    background-position: top 0% center; 
}

.portfolio-block img {
    width: 100%;
    vertical-align: top;
    border-radius: 3px 3px 0 0;
}
.portfolio-block .portfolio-text {
    background-color: #003D72;
    padding: 45px 22px 20px;
    border-radius: 0 0 3px 3px;
    background-image: url("images/background/halftone-right.png");
    background-position: right center;
    background-size: auto 200%;
    background-repeat: no-repeat;
}
.portfolio-block .portfolio-text h3,
.portfolio-block .portfolio-text .h3 {
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}
.portfolio-block p {
    color: rgba(255,255,255,0.60);
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.portfolio-block a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
	background-color:#002749 !important;
	background: url("images/background/halftone-right.png") center right / auto 150% no-repeat;
	color: #FFF;
	padding:60px 0 60px;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 3px 0;
	border: none;
	font-weight: 300;
	letter-spacing: -1px;
	border-color:#0d63a1;
	font-size: 22px;
	color: #4F8ABC;
    font-family: "poppins", sans-serif;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color:#8ec31f;
}
.footer .foot-menu > li a .fa {
	width: 25px;
    text-align: center;
    margin-right: 6px;
    font-weight: 200;
    color: #98C1E3;
}

.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}

.copyright {
	background-color:transparent;
	color: #FFF;
	border-bottom: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
}
.copyright a {
	color: #FFF;
}
.menulink span{
	color: #8ec31f;
    font-weight: 500;
}

.footer-menu{
    background: url("images/background/halftone-left.png") left center / auto 600px no-repeat;
    background-blend-mode: soft-light;
	background-color: #003d72;
	padding: 10px 0;
}
ul.foot-bottom-menu > li > a {
	color:#fff;
}
ul.foot-bottom-menu > li > a:hover {
    text-decoration: none;
	color:#8FBF2C;
}
ul.foot-bottom-menu > li {
	float: none;
	display: table-cell;
	vertical-align: middle;
	list-style: none;
	padding: 10px 20px;
	text-align: left;
	font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
	letter-spacing: 2px;
}
ul.foot-bottom-menu > li:first-child {
	padding-left: 0;
}

/*No longer the footer*/
.icon {
	border:2px solid #fff;
	border-radius: 5px;
	margin-right: 4px;
	color:#fff !important;
	font-weight: 800;
	font-size: 18px;
	transition:all 0.2s ease-in-out 0s;	
}
.icon:hover {
	color:#003d72 !important;
	background-color: #fff;
}
.icon.fb{
	padding: 8px 15px;
}
.icon.li{
	padding: 8px 12px;
}

.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;												
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*ABOUT PAGE*/
.about-offset {}
.about-offset .pb-column:last-child {
    margin: -22% 0 -40px;
    text-align: center;
}
.about-offset .pb-column:last-child img {
    width: 100%;
    vertical-align: top;
    max-width: 700px;
}

.split-section.table-block .row .pb-column {
    padding: 100px;
}
.split-section .row .pb-column:first-child {
    padding-left: 7.5%;
    border-top-right-radius: 25px;
    background: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/background/halftone-left.png") left center / auto 700px no-repeat;
    background-blend-mode: soft-light;
    background-color:#8ec31f;
    position: relative;
}
.split-section .row .pb-column:first-child::after {
    content: "";
    position: absolute;
    border: 40px solid transparent;
    border-left-color: #8ec31f;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.split-section .row .pb-column:last-child {
    padding-right: 7.5%;
}

.split-section .row .pb-column:first-child p.h1 {
    color: #fff;
    font-weight: 200;
    margin-bottom: 30px;
}
.split-section .row .pb-column:first-child p.h1 b,
.split-section .row .pb-column:first-child p.h1 strong {
    font-weight: 600;
}
.split-section .row .pb-column:first-child p:not([class]) {
    color: #fff;
    font-weight: 200;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
    border-left: 4px solid #fff;
    margin: 0px 0 0 4px;
}

.split-section .row .pb-column:last-child p.h3 {
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 200;
    color: #8699AB;
}

/*Actionbar*/
.actionbar {
    padding-right: 7.5%;
}
.actionbar .pb-container {
    border-top-right-radius: 30px;
    background: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/script-logo.svg") left -25% center/ auto 600px no-repeat;
    background-blend-mode: soft-light;
    background-color: #005b99;
    padding: 30px;
    padding-left: 9%;
    position: relative;
}
.actionbar .pb-container h3 {
    margin: 0;
    color: #fff;
}
.actionbar .pb-container p {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.actionbar .pb-container p a.button {
    background: none;
    border-color: #fff;
    font-size: 20px;
    padding: 14px 25px;
    border-radius: 10px;
}
.actionbar .pb-container p a.button:hover {
    background: #fff;
    color: #005b99;
}

/*Icon List*/
.icon-list {
    margin-top: 60px;
}
.icon-list li {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-family: "poppins", sans-serif;
    color: #003D72;
    list-style: none;
    margin-bottom: 30px;
    margin-left: 85px;
    position: relative;
    min-height: 50px;
    vertical-align: middle;
}
.icon-list li i,
.icon-list li em {
    width: 70px;
    font-size: 40px;
    line-height: 70px;
    font-weight: 200;
    background-color: #003D72;
    position: absolute;
    left: -85px;
    top: -24px;
    transition: all 0.4s cubic-bezier(.63, .01, .25, 1);
    transform: perspective(800);
    text-align: center;
    border-radius: 100%;
    color: #fff;
}
.icon-list li:hover i,
.icon-list li:hover em {
    background-color: #8FBF2C;
    transform: rotateY(180deg);
}

.icon-list-alt li {
    list-style: none;
    padding: 13px 18px;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 200;
    border-radius: 5px;
    font-family: "poppins", sans-serif;
    background-image: url("images/background/bg-wood.jpg");
    background-blend-mode: soft-light;
    background-position: top center;
    background-size: 200% auto;
    background-color: #003D72;
    color: #fff;
    margin: 4px 0;
    position: relative;
}

.icon-list-alt li i,
.icon-list-alt li em {
    width: 50px;
    padding: 10px 0;
    font-size: 25px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: -5px;
    bottom: 5px;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    background-color: #094D88;
    color: #fff;
}
.icon-list-alt li:hover i,
.icon-list-alt li:hover em {
    left: -10px;
    background-color: #8FBF2C;
}

/*post builder override*/
.table-block .row {
    display: table;
    width: 100%;
    margin: 0;
}
.table-block .row .pb-column {
    position: relative;
    display: table-cell;
    float: none;
    padding: 0;
}

.right-image-table .pb-column:first-child {
    padding: 120px 7.5%;
}
.right-image-table .pb-column:last-child {
    overflow: hidden;
    background-color: #003D72;
}

.right-image-table .pb-column .pb-block-type-image img {
    object-fit: cover;
    font-family: "object-fit: cover";
    left: 50%;
    vertical-align: middle;
    max-height: 101%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    mix-blend-mode: lighten;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 101%;
}

/*Testimonial*/
.pb-block.testimonial::after {
    content: "";
    position: absolute;
    border: 40px solid transparent;
    border-left-color: #fff;
    transform: translateY(-50%);
    right: -80px;
    top: 50%;
    z-index: 10;
}
.pb-block.testimonial p:not([class]) {
    color: #707C86;
}
.pb-block.testimonial .h1 {
    font-weight: 500;
    font-size: 45px;
    line-height: 46px;
    color: #003D72;
}
.pb-block.testimonial .h1 i {
    display: block;
    font-size: 65px;
    margin-bottom: 10px;
}

/*Page Header*/
.page-head {
    background: 
        url("images/background/halftone-lower.png") left bottom -50px / 100% auto no-repeat,
        url("images/background/bg-wood.jpg") center / cover,
        #A6978F
        ;
    background-blend-mode: multiply;
    padding: 180px 0px 50px !important;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    position: relative;
}
.page-head .frame {
    padding: 0 !important;
}
.page-head .pb-column:first-child .pb-block {
    max-width: 650px;
}
.page-head h1 {
    font-size: 66px;
    line-height: 55px;
    font-weight: 200;
    margin-bottom: 25px;
    color: #fff;
}
.page-head h1 b,
.page-head h1 strong {
    font-weight: 600;
}
.page-head h2,
.page-head h3,
.page-head h4 {
    color: #fff;
}
.page-head p {
    padding-left: 15px;
    margin-left: 4px;
    border-left: 4px solid #8ec31f;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #fff;
}

.page-head.ph-tab .pb-column {
    position: static;
    width: 33.333%;
}
.page-head.ph-tab .green-tab {
    margin-left: -27.5%;
    margin-top: 40px;
}
.page-head.ph-tab .green-tab h3 {
    padding: 20px;
    font-size: 22px;
    line-height: 24px;
    padding-left: 22%;
    font-weight: 300;
    font-family: "proxima-nova", sans-serif;
    border-radius: 0 10px 10px 0;
    background: url("/template/profile/E8sCu5K9b6YdhkrQi2IsMOOg/images/background/halftone-left.png") left center / auto 500px no-repeat;
    background-blend-mode: soft-light;
    background-color: #003D72;
    margin: 0;
}
.page-head.ph-tab .green-tab h3 i,
.page-head.ph-tab .green-tab h3 em {
    position: relative;
    top: 2px;
}
.page-head.ph-tab .green-tab p {
    padding-left: 0px;
    border-left: none;
    padding: 20px;
    padding-right: 10px;
    padding-left: 22%;
    margin-top: 5px;
    background-color:#8ec31f;
    border-radius: 0 10px 10px 0;
    margin-left: 0;
}
.page-head.ph-tab .green-tab p a.button {
    background: none;
    border-color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 20px 12px;
    transform: translateY(-23%);
    vertical-align: middle;
    float: right;
}
.page-head.ph-tab .green-tab p a.button:hover {
    background: #fff;
    color: #003D72;
}

.page-head.ph-tab.ph-services {
    background: 
        url("images/background/explosion.svg") left -35% bottom 70% / auto 170% no-repeat,
        url("images/background/halftone-lower.png") left bottom -50px / 100% auto no-repeat, 
        url("images/background/bg-wood.jpg") center / cover, #A6978F;
}

/*Portfolio*/
.page-head.portfolio-header {
    padding: 150px 0px 80px !important;
}
.port-frame {
    background-color: #F0ECE9;
}

.portfolio-blocks {
    margin-top: -100px;
}
.portfolio-blocks .col {
    width: 16.666%;
    display: inline-block;
}
.portfolio-blocks .post-item {
    background-color: #fff;
    border: 1px solid #E6E2DF;
    transition: all 0.3s cubic-bezier(.06, .23, .2, 1.01) 0s;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    position: relative;
    z-index: 10;
    top: 0;
}
.portfolio-blocks .post-item * {
    transition: all 0.3s cubic-bezier(.06, .23, .2, 1.01) 0s;
}

.portfolio-blocks .post-item .post-image {
    padding: 5px 5px 0;
    overflow: hidden;
    width: 100%;
}
.portfolio-blocks .post-item .post-image img {
    width: 100%;
    vertical-align: middle;
    border: 1px solid #E6E2DF;
}
.portfolio-blocks .post-item .post-body {
    padding: 13px 15px 14px;
}
.portfolio-blocks .post-item .post-body h3{
	color: #67717B;
	font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: -0.5px;
    margin: 0;
}
.portfolio-blocks .post-item .post-body p {
    color: #67717B;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.portfolio-blocks .post-item:hover {
    border-color: #003D72;
    box-shadow: 0 5px 0 #003D72;
    top: -5px;
}
.portfolio-blocks .post-item:hover h3,
.portfolio-blocks .post-item:hover p {
    color: #003D72;
}
.portfolio-blocks .post-item:hover .post-image img{
    filter: brightness(1.1);
    transform: scale(1.05);
}

/*Portfolio Piece*/
.post-type-portfolio > .body {
    padding: 0;
}
.post-type-portfolio > .body > .frame {
    width: 100%;
}
.page-head .folio-title {
    width: 50%;
}
.page-head .folio-title h1 {
    font-weight: 600;
    margin: 0 0 8px;   
}
.page-head .folio-title h2 {
    font-size: 30px;
    line-height: 31px;
    font-weight: 300;
    color: #fff;
    margin-left: 3px;
    padding-left: 15px;
    border-left: 3px solid #8FBF2C;
}

.portfolio-thumb{
    margin-top: -200px;
	max-width: 600px;
	width: 100%;
    position: relative;
    z-index: 10;
}
.section-portfolio-details {
    padding-bottom: 30px;
}
.section-portfolio-details .col-details {
    padding: 0;
    padding-top: 40px;
    padding-right: 60px;
    vertical-align: top !important;
}
.section-portfolio-details .col-details .post-body {
    padding: 0; 
}
.section-portfolio-details .col-details .post-body p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.fancybox-skin {
    padding: 0px !important;
}

/*Testimonial*/
.post-type-testimonial {
    column-count: 2;
    margin-top: -80px;
}
.box.testimonial {
    top: 0px;
    display: inline-block;
    position: relative;
    padding: 30px 33px;
    border-radius: 5px;
    transition: all 0.2s cubic-bezier(.01, .29, .25, 1) 0s;
    border: 1px solid #DCE0E5;
    background-color: #fff;
    box-shadow: 0px 15px 10px rgba(10,11,14,0.05), 0px 5px 5px rgba(14,16,19,0.05);
}
.box.testimonial:hover {
    top: -4px;
    box-shadow: 0px 18px 13px rgba(10,11,14,0.05), 0px 8px 8px rgba(14,16,19,0.05);
}
.box.testimonial img {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 70px;
    padding: 5px;
    box-shadow: 3px 12px 15px rgba(10,11,14,0.15), 1px 6px 5px rgba(14,16,19,0.15);
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
}
.box.testimonial h3{
	font-weight: 100;
	font-size: 22px;
	line-height: 26px;
    transition: all 0.2s cubic-bezier(.01, .29, .25, 1) 0s;
    color: #8ec31f;
}
.box.testimonial:hover h3{
    color: #003D72;
}
.box.testimonial p{
    font-size: 18px;
    font-weight: 300;
	line-height: 25px;
}
.box.testimonial p.auth {
	margin: 0;
    font-size: 14px;
    color: #8A96A0;
    letter-spacing: -0.5px;
    font-weight: 400;
}

/*Contact Info*/
.contact-section {
    background: 
        url("images/background/halftone-lower.png") left bottom -50px / 100% auto no-repeat, 
        url("images/background/bg-wood.jpg") center / cover,
        #A6978F;
    background-blend-mode: multiply;
    padding: 180px 0px 50px !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    position: relative;
}
.contact-section .pb-column:first-child {
    padding-left: 7.5%;
    padding-right: 60px;
}
.contact-section .pb-column:last-child .pb-block {
    padding: 50px 60px;
    padding-right: 15%;
    background: 
        url("images/background/halftone-left-repeat.png") left bottom / 500px auto repeat-y,
        #003D72;
    border-radius: 15px 0 0 15px;
}

.contact-section h1 {
    font-size: 66px;
    line-height: 55px;
    font-weight: 200;
    margin-bottom: 25px;
    color: #fff;
}
.contact-section h1 b,
.contact-section h1 strong {
    font-weight: 600;
}

.contact-box{
    padding-left: 15px;
    transition: all 0.1s ease;
    border-left: 3px solid #8FBF2C;
    margin-bottom: 20px;
    margin-left: 3px;
}
.contact-box h3{
    color: #fff;
	font-weight: 300;
	font-size: 26px;
    line-height: 28px;
    letter-spacing: -1px;
    margin: 0;
}
.contact-box h3 b, 
.contact-box h3 a {
    display: block;
	font-weight: 600;
    transition: all 0.1s ease;
    color: #fff;
}
.contact-box:hover{
	border-left: 8px solid #8FBF2C;
}
.contact-box:hover a,
.contact-box a:hover{
	text-decoration: none;
    color: #8FBF2C;
}

.contact-section .pb-column:last-child .pb-block h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 200;
    margin-bottom: 15px;
    letter-spacing: -1px;
    color: #fff;
}

/*Form Override*/
.form-block {
    border: none;
}
.form-block.single .field {
    padding: 5px 0;
}
.form-block.single .field label {
    font-family: "poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
input[type="text"], 
input[type="number"], 
input[type="password"], 
.form-control,
textarea, 
select {
    height: auto;
    display: block;
    color: #1C2B38;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 14px;
    border: 2px solid #fff;
    background-color: #fff;
    box-shadow: none;
    font-family: "proxima-nova", sans-serif;
}
input[type="text"]:hover, input[type="text"]:focus, 
input[type="number"]:hover, input[type="number"]:focus, 
input[type="password"]:hover, input[type="password"]:focus,
.form-control:hover, .form-control:focus,
textarea:hover, textarea:focus,
select:hover, select:hover {
    border: 2px solid #8FBF2C;
    box-shadow: none;
}


/*Section About / Intro*/
.section-about p.h3 {
    color:#fff !important;
    font-weight: 500 !important;
    text-shadow: 2px 2px #539804;
    line-height: 22px;
}
.section-about p.h1{
    font-weight: 600 !important;
    text-shadow: 2px 2px #539804;	
	color: #fff !important;
}
.section-about p {	
	color: #fff !important;
}
.section-about p:last-child {	
	margin: 0;
}
.section-about{
	background: 
        url("images/background/halftone-left.png") left center / auto 700px no-repeat,
        url("images/background/halftone-right.png") right center / auto 700px no-repeat
        ;
    background-blend-mode: soft-light;
	background-color:#8ec31f;
}

.section-about .pb-column:first-child {
	padding-right: 10%;
}

.about-image {
    position: relative;
    margin: -160px 0;
    text-align: center;
    z-index: 10;
}
.about-image img {
    max-width: 750px;
    position: relative;
    z-index: 2;
}

/*Section Services*/
.section-services-box {
    background: url("images/background/halftone-left-repeat.png") left top / 600px auto repeat-y;
}
.section-services-box .pb-container {
    padding-left: 37%;
    margin-top: -250px;
}
.section-services-box .pb-column{
	padding: 0 !important;	
    
}
.section-services-box .pb-block {
    margin: 10px 5px;
    position: relative;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    transition: all 0.4s cubic-bezier(.03, .37, .25, 1);
    box-shadow: 2px 10px 13px rgba(10,11,14,0.20), 1px 2px 3px rgba(14,16,19,0.30);
    transform: perspective(500px);
    transform-origin: center;
    top: 0;
}
.section-services-box .pb-block:hover {
    top: -8px;
    filter: brightness(1.1);
    box-shadow: 4px 15px 16px rgba(10,11,14,0.30), 2px 6px 8px rgba(14,16,19,0.30);
    transform: perspective(500px) rotateX(3deg);
}
.section-services-box .pb-block * {
    margin: 0;
    transition: all 0.4s cubic-bezier(.03, .37, .25, 1);
}

.section-services-box .pb-block img {
    border-radius: 2px 2px 0 0;
	width: 100%;
    vertical-align: top;
}
.section-services-box .pb-block h4 {
	margin: 0;
    font-family: "poppins", sans-serif;
	font-size: 16px;
    line-height: 18px;
	text-align: left;
    padding: 13px 16px;
    color: #fff;
    letter-spacing: -0.5px;
    background-color: #003d72;
    border-radius: 0 0 2px 2px;
    text-transform: none;
}
.section-services-box .pb-block:hover h4{
    background-color: #094A83;
}

/*Section*/
.section-recent-works p.h2{
	letter-spacing: 8px;
	margin-bottom: 30px;
}
.section-recent-works p.h3 > a{
	letter-spacing: 2px;
	font-size: 18px;
	color:#fff;
	text-decoration: none;
}
.section-recent-works p{
	color:#fff;
	text-align: center;
}
.section-recent-works{
	background: url(images/bg-transparent-2.png) no-repeat;
	background-color:#003d72;
	background-size: cover;
}
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}
.home-recent-works-block p.h4{
	font-weight: bold;
	font-size: 25px;
	color: #fff !important;
}
.home-recent-works-block p{
	text-align: left;
	margin: 10px 0 0;
	letter-spacing: 1px;
}
.home-recent-works-block{
	background: rgba(255, 255, 255, 0.25);
	padding: 20px;
	margin: 0 0 30px;
}
.rw-content{
	padding: 120px 35px;
}
.rwb-image{
	max-width: 550px;
}

#lightSlider li > .testimonial.h2{
	color:#8ec31f;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 90px;
}
#lightSlider li > .testimonial.h2 > .fas{
	margin-top: -10px;
}
#lightSlider li {
	text-align: center;
}
#lightSlider li > .testimonial.p{
	color:#8f8f8f;
	font-size: 18px;
	font-family: "Helvetica", sans-serif;
	letter-spacing: 2px;
	line-height: 30px;
	font-weight: normal;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;	
}
.section-home-blocks .pb-column:hover .home-text{
	box-shadow: inset 350px 0 0 0 #ffffff;
}
.section-variant-2 p,
.section-variant-2 p{
	color: #fff;
}
.about-box{
	padding: 40px;
}
.slant-image{
	text-align: center;
}
.slant-image img{
	max-width: 350px;
}
.white{
	color:#fff !important;
}

.about-box ul.bullet-list.big-list li::before {
	content: "\f054";
	color:#003d72;
	padding: 10px 10px 10px 30px ;
	position:absolute;
	left:-50px;
	top:0;
	background-color: #eee;
}
.about-box ul.bullet-list.big-list li{
	color:#003d72;
	font-size: 22px;
	line-height: 35px;
	background-color: #eee;
	padding: 10px;
}

.section-contact-form button:hover{
	background-color: #8ec31f;
}
.section-contact-form button{
    font-family: "nudista-web",sans-serif;
	background-color: #003d72;
}
.section-contact-form h2{
	text-align: center;
	font-weight: 700;
	text-transform: none;
	letter-spacing: -1px;
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1800px) {
    .page-head.ph-tab .green-tab p {
        text-align: center;
    }
    .page-head.ph-tab .green-tab p a.button {
        margin: 0 auto;
        display: table;
        width: 98%;
        float: none;
        text-align: center;
        transform: translateY(5px);
    }
    .section-services-box .pb-container {
        margin-top: -350px;
    }
}
@media screen and (max-width:1600px) {
    .about-image {
        margin: -90px 0;
    }
}
@media screen and (max-width:1500px) {
    .frame {
        width: 90%;
    }  
    .about-image {
        margin: -60px 0;
    }
    .header::before {
        content: "";
        position: absolute;
        left: -22px;
        top: -4px;
        bottom: -12px;
        width: 15.5%;
        z-index: -3;
        background: 
            url("images/background/halftone-left.png") center left 30% / auto 300px no-repeat, 
            linear-gradient(90deg, #003462, #003D72 95%, #8FBF2C 95.3%);
    }
    
    .section-services-box .pb-container {
        margin-top: -450px;
    }
    .section-services-box .pb-column {
        width: 50%;
    }
}
@media screen and (min-width:1200px) and (max-width:1550px){
    .portfolio-block .portfolio-text h3, 
    .portfolio-block .portfolio-text .h3 {
        font-size: 26px;
        line-height: 24px;
    }
    .portfolio-block p {
        font-size: 12px;
        line-height: 13px;
        letter-spacing: 0.5px;
    }
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
    ul.menu .menulink {
        padding:10px 16px;
        font-size:16px;
    }
    ul.menu li:last-child .menulink {
        padding-right: 0;
    }
    
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
    
    .banner-offset .pb-column:not(:last-child) {
        float: none;
        display: block;
        padding: 0;
        width: 100%;
    }
    .banner-offset .pb-column:last-child {
        float: none;
        display: block;
        padding-left: 0;
        padding-top: 70px;
        width: 100%;
    }
    .banner-offset {
        margin-top: -30vh;
        margin-bottom: 70px !important;
    }
    
    .home-banner {
        background: 
            url("images/script-logo.svg") top 25% center / 80% auto no-repeat, 
            url("images/background/halftone-repeat.png") left bottom -10% / 200px auto repeat-x, 
            url("images/background/bg-wood.jpg") center / cover;
        animation: hb-anim-mobile 8s linear infinite;
        background-blend-mode: multiply;
        position: relative;
    }
	.row-container > .pb-section
	{
		padding-left: 0;
		padding-right: 0;
	}
}
@keyframes hb-anim-mobile {
    0% {
        background: url("images/script-logo.svg") top 25% center / 80% auto no-repeat, 
            url("images/background/halftone-repeat.png") left bottom -10% / 200px auto repeat-x, 
            url("images/background/bg-wood.jpg") center / cover;
    }
    100% {
        background: url("images/script-logo.svg") top 25% center / 80% auto no-repeat, 
            url("images/background/halftone-repeat.png") left 200px bottom -10% / 200px auto repeat-x, 
            url("images/background/bg-wood.jpg") center / cover;
    }
}

@media screen and (max-width:1100px) {
    .frame {
        width: 90%;
    }
}
@media screen and (max-width:1000px) {
    .header::before {
        left: -40px;
        width: 205px;
    }
    ul.menu .menulink {
        text-align: right;
        font-weight: 400;
        text-transform: uppercase;
    }
    ul.menu .mobile-nav .menulink {
        font-size: 20px;
        line-height: 20px;
    }
    ul.menu .mobile-nav .menulink i {
        font-size: 30px;
        line-height: 20px;
        vertical-align: middle;
        position: relative;
        top: -2px;
        left: -5px;
    }
	ul.menu li:last-child .menulink
	{
		padding-right: 16px;
	}
}
@media screen and (max-width:900px) {
    .contact-section .pb-column:last-child {
        padding-left: 5%; 
        padding-top: 30px;
    }
    .contact-section .row .pb-column {
        display: block;
        width: 100%;
    }
    .contact-section .pb-column:first-child {
        padding: 0 5%;   
    }
    .contact-section .pb-column:last-child .pb-block {
        padding-right: 60px;
    }
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
    
    .post-type-testimonial {
        column-count: 1;
        margin-top: -80px;
    }
}
@media screen and (max-width:700px) {
    ul.foot-bottom-menu > li {
        display: block;
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    ul.foot-bottom-menu > li > a {
        white-space: nowrap;
    }
    
    .copyright,
    .footer .column.w8 {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:600px) {
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	
    .portfolio-block {
        width: 100%;
        display: table;
        padding: 0px;
        max-width: 400px;
        margin: 0 auto;
    } 
	.section-about .col-sm-6:last-child
	{
		margin-top: 55px;
	}
	.pb-block.testimonial .h1, p.h1, h1, .h1,
	.banner-offset .pb-column:last-child h2
	{
		font-size: 35px;
		line-height: 1.2;
	}
	.banner-offset .pb-column:last-child
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.about-offset .pb-column:last-child
	{
		margin: 0 0 -40px;
	}
	.split-section .row
	{
		display: flex;
		flex-direction: column;
	}
	
	.split-section .row .pb-column
	{
		width: 100%;
	}
	.split-section .row .pb-column:last-child
	{
		padding-left: 7.5%;
	}
	.actionbar .pb-container p
	{
		position: relative;
		top: unset;
		margin-top: 45px;
	}
	.page-head.ph-tab .pb-column
	{
		width: 100%;
	}
	.section-services-box .pb-column
	{
		width: 100%;
	}
	.section-services-box .pb-container
	{
		padding: 0;
		margin-top: 0;
	}
}
@media screen and (max-width:580px) {
    .header .coltable .col {
        display: table-cell;
        width: auto !important;
    }   
    .page-head h1 {
        font-size: 50px;
        line-height: 46px;
    }
    .contact-section .pb-column:last-child .pb-block {
        padding: 20px 30px;   
    }
    .contact-box h3 {
        font-size: 24px;
        line-height: 26px;
    }
    
}