/* Clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.clearfix {
    clear: both;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

figure
{
    padding:0;
    margin:0;
}



body {  
    line-height: 1.7;
    font-size: 14px;
    font-family:  'Roboto', sans-serif;;
    color: #474646;
    font-weight: 300;
    background-color: #FFFFFF;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 10px;
    padding: 0; 
}

.seo-text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 10px;
    padding: 0;
    text-transform: unset;
}
.normal-text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 10px;
    padding: 0;
    text-transform: unset;
}
div.form-container.ps-register-form
{
    padding: 50px 0
}

.ps-register-form select, select, #ps-contact-us input[type="text"], #ps-contact-us textarea, div.form-container .text, div.form-container input[type="text"] { 
    border: 1px solid #2F374A;
    width: 100%;
}

.ps-login-page .ps-text {
     border: 1px solid #2F374A;
}

.ps-register-form.form-container .text, div.form-container input[type="text"] {
    width: 100%;
}

#status-msg p {
    color: white;
    font-weight: bold;
}

h3, h2, h4, h5, h6 {
    color: #081229;
    font-family:  'Roboto', sans-serif;;
    line-height: 1em;
    font-weight: 300;
}

h1 {
        font-family: 'Lato', sans-serif;;

    font-size: 50px;
    line-height: 1.3em;
    word-wrap: break-word;
}

h2 {
    font-weight:300;
    color:#081229;
    line-height:1.3em;
    padding:0;
    margin:0;
    text-transform:uppercase;
    font-size:20px;
}


h1.alternate,
h2.alternate,
h3.alternate,
h4.alternate,
h5.alternate,
h6.alternate{
    color:#081229;
}

a  {
    color: #006CA0;
    outline: none;
}

a:hover,a:active,a:focus {
    color: #006CA0;
}

ul li {
    list-style-position: inside;
}

hr {
    border-color: #2F374A;
}

fieldset.ps-article-editor-form {
    background: none repeat scroll 0 0 #FFFFFF;
}

.step {
    display: inline-block;
    line-height: 1;
}

button,
.button,
.button:link,
.button:visited,
#ps-menu-collection-one .menu-collection-listing #accordion .product-holder button,
#ps-menu-collection-one .menu-collection-listing #accordion .product-holder .button,
#ps-menu-collection-one .menu-collection-listing #accordion .product-holder .button:link,
#ps-menu-collection-one .menu-collection-listing #accordion .product-holder .button:visited {
    /* You may wish to override these properties with your settings */
    display: inline-block;
    border: 0 solid #FFFFFF;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #03285D;
    font-size: 14px;
    font-family:  'Roboto', sans-serif;;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    color: #FFFFFF;
    padding: 10px 32px 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    line-height: 30px;
}

button:hover,
.button:hover,
button:active,
.button:active,
button:focus,
.button:focus {
    /* You may wish to override these properties with your settings */
    background-color: #03285D;
    color: #FFFFFF;
    outline: none;
}

button.disabled, 
button[disabled],
.button.disabled,
.button[disabled],
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #03285D;
    color: #FFFFFF;
    opacity: 1;
}

.breadcrumb {
    margin:36px 0;
}

.hide-for-desktop-large {
    display: block;
}

hr {
    margin-left: auto;
    margin-right: auto;
}

hr.small {
    width: 90px;
}

hr.full {
    width: 100%;
}

.ps-account-page{
    margin-top: 5px;
}

.ps-account-page h2{
    font-size: 25px;
}

/*text-logo*/
.fi-list {
    font-size: 40px !important;
    text-indent: 0 !important;
    color: #006CA0 !important;
}

.text-logo {
    color: #E36115;
    font-family:  'Roboto', sans-serif;;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 36px;
    word-wrap: break-word;
}

/*header css starts*/
header {
    background-color: #F2F4F8;
    padding-bottom: 15px;
    border-bottom: 0px solid #006CA0;
}

header .top-bar {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

header .top-bar .title-area {
    width: 100%;
    margin-top: 22px;
    background-color: #F2F4F8;
}

.body-content{
	overflow: hidden;
}

.top-bar .toggle-topbar.menu-icon {
	left: 20px;
	margin: 0;
	padding: 0;
	right: auto;
	top: 35px;
	position: absolute;
	width: 10%;
    float: left;
}

#sidebarButton {
	padding: 0;
}

header .top-bar-section{
	display:none;
}

header .top-bar .name {
	float: none !important;
	margin-left: auto;
	margin-right: auto;
    height: auto;
}

header .top-bar.expanded .title-area {
    background: none repeat scroll 0 0 transparent;
}

.name img {
    margin-top: 1%;
    max-width: 70%;
}

header nav.top-bar,
header .top-bar-section ul, 
header .top-bar-section li a:not(.button){
    background-color: transparent;
    font-weight: normal;
}

.side-nav-content {
	display: block;		
	 /* fallback */
	 background-color: #FFFFFF; 
	 
	 background-repeat: repeat-y; 
	 /* Safari 4-5, Chrome 1-9 */ 
	 background: -webkit-gradient(linear, right top, left top, from(#FFFFFF),color-stop(0.1, #FFFFFF), to(#FFFFFF)); 
	 /* Safari 5.1, Chrome 10+ */ 
	 background: -webkit-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
	 /* Firefox 3.6+ */ 
	 background: -moz-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
	 /* IE 10 */ 
	 background: -ms-linear-gradient(left, #FFFFFF 83%, #FFFFFF); 
	 /* Opera 11.10+ */ 
	 background: -o-linear-gradient(left, #FFFFFF 83%, #FFFFFF);
	 
	 padding:0!important;
}

.nav-bar {
	list-style: none outside none;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	width: 100%;
}

.nav-bar li a,
.nav-bar li span,
.mobile-label {
	display: inline-block;
	color: #474646;
	font-size: 14px;
	font-family:  'Roboto', sans-serif;;
	margin-right: 0;
	padding: 0 5px;
}

.nav-bar .mycart > a{
    font-weight: 500;
}

.nav-bar > li {
	border-bottom: 1px solid #2F374A;
    float: left;
    line-height: 44px;
    padding-left: 10px;
    width: 100%;
}

.nav-bar li a {
	word-wrap: break-word;
    text-transform: uppercase;
}

.nav-bar li a:hover{
	color: #474646;
}

.nav-bar li span.ps-user-greeting-container {
    font-weight: 600;
    color: ;
}

.ps-user-greeting-container > a {
	font-size: 14px;
    color: #03285D;
}

.ps-user-greeting-container > a:hover {
    color: #03285D;
}

.user-login {
    float: left;
    margin: 20px 0 10px 0;
    width: 50%;
    font-size: 9px;
}

.user-login a {
    text-decoration: underline;
}

.user-login .welcome {
    display: block;
    margin-left: 28%;
}

[role="main"] {
    padding: 0 !important;
}

[role="complementary"] {
    position: absolute !important;
}

[role="complementary"] .has-dropdown > ul {
	margin-left: 0;
}

/* sub menu*/
[role="complementary"] .has-dropdown > a > span{
	color: #474646;
	font-size: 18px;
	margin-left: 10px;
	vertical-align: -3px;
	padding: 0;
}

[role="complementary"] .has-dropdown .has-dropdown > a > span{
    color: #474646;
}

[role="complementary"] .has-dropdown > ul{
	list-style:none;
	display:none;
	border-top: 1px solid #2F374A;
}

[role="complementary"] .has-dropdown > ul > li{
	border-bottom: 1px solid #2F374A;
	line-height: 44px;
}

[role="complementary"] .has-dropdown > ul > li:last-child {
	border-bottom: none;
}

[role="complementary"] .has-dropdown .dropdown li {
	background-color:#FFFFFF;
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li {
    background-color: #FFFFFF; 
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li {
    background-color:#FFFFFF!important;
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a {
    color:#474646!important;
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li ul li a:hover {
    color:#474646!important;
}

[role="complementary"] .has-dropdown a {
	color:#474646!important;
}

[role="complementary"] .has-dropdown a:hover,
[role="complementary"] .has-dropdown a:hover span{
	color:#474646!important;
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li a, 
[role="complementary"] .has-dropdown .dropdown .has-dropdown li a span {
    color:#474646 !important;
}

[role="complementary"] .has-dropdown .dropdown .has-dropdown li a:hover,
[role="complementary"] .has-dropdown .dropdown .has-dropdown li a:hover span {
    color:#474646 !important;
}

[role="complementary"] .has-dropdown li a{
    color:#474646 !important;
}

[role="complementary"] .has-dropdown li a:hover,
[role="complementary"] .has-dropdown li a:hover span{
	color:#474646 !important;
}

.dropdown.level-2 li a {
    font-size: 14px;
}

/* end sub menu */

.mobile-user-detail-cart{
	list-style:none;
	margin-bottom:0;
}

.mobile-auth-links{
	float:left;
	width:56%;
	padding-top:10px;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}

.mobile-user-detail-cart .social-icon {
	font-size: 50px;
	margin-right: 20px;
	vertical-align: middle;
}

.mobile_circle{
	border-radius: 50% 50% 50% 50%;
	display: inline-block;
	font-weight:600;
}

.mobile-cart-detail{
	text-align:right;
}

.mobile-cart-detail a{
	padding-right:0!important;
}

#mobile-cart{
	background: none repeat scroll 0 0 ;
	height: 40px;
	width: 40px;
	text-align:center;
	line-height: 40px;
}

.mobile-search-button {
	opacity: 0;
	border: 0 none;
	height: 41px !important;
	float: right;
	width: 70px;
	z-index: 9999999;
	cursor: pointer;
	right: 0;
	position: absolute;
}

#sidebar form {
	border-bottom: 0 solid #2F374A;
	float: left;
	width: 100%;
	background-color: #000000;
}

#sidebar form .mobile-search-wrap {
	border: 1px solid #000000;
	background-color: #000000;
	display: none;
	float: none !important;
	height: 43px;
	margin: 25px auto;
	width: 95%;
}

.mobile.fi-magnifying-glass{
    color: #000000 !important;
}

.mobile.fi-magnifying-glass {
	cursor: pointer;
	font-size: 32px;
	position: absolute;
	top: -3px;
    right: 12px;
}
 
.mobile-search {
	border: none;
	background-color: #FFFFFF;
	color: #000000 !important;
	font-family:  'Roboto', sans-serif;;
	font-size: 16px !important;
	float: left;
	padding: 9px;
    width:100%;
}

.mobile-search input[type="text"]{
	background-color: #FFFFFF;
}

.mobile-social{
	list-style:none;
}

.mobile-footer-icons {
	margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.hide-mobile {
    display: none;
}

.search
{
    position:relative;
}

.menu-left
{
    padding:12px 0 0;
}

.search input.search-text {
    padding-left: 15px;
    padding-right: 0;
    font-size: 15px;
    background-color: #FFFFFF;
	color: #333333;
    font-family:  'Roboto', sans-serif;;
    text-align: left;
    float: right;
    border: none;
    text-transform: lowercase;
    border-radius: 30px;
    width:200px;
}


.search .search-submit {
    opacity: 0;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-family: "foundation-icons";
    font-style: normal;
    font-variant: normal;
    height: 30px;
    padding: 0;
    vertical-align: middle;
    width: 30px;
    z-index: 9999;
    right: 0;
    position:absolute;
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/23932/theme/39368/img/search-icon.png") no-repeat center;
    border-radius:30px;
}


.search .fi-magnifying-glass {
    color:#333333;
    font-size: 19px;
    line-height: 25px;
    opacity: 1;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-family: "foundation-icons";
    font-style: normal;
    font-variant: normal;
    height: 25px;
    padding: 0;
    vertical-align: middle;
    width: 25px;
    z-index: 999;
    right: 0;
    top:2px;
    position:absolute;
}

/*header css ends*/

/*slider css starts*/

.bxslider {
    margin-bottom:0;
}

.bx-wrapper {
    margin-bottom: 0 !important;
    position:relative;
}

.bx-pager-item{
    display: inline;
}

.bx-pager {
    bottom: 10px !important;
    z-index: 9999;
    width: 100%;
}

.bx-pager a {
    font-size: 0 !important;
    display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    border-radius: 100% !important;
    margin-right: 4px !important;
    text-decoration: none !important;
    width: 11px !important;
    height: 11px !important;
    padding: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
    background: none repeat scroll 0 0 #050707 !important;
    border: 2px solid #FFFFFF !important;
}



.banner #slider .transparent-bg {
    background: none repeat scroll 0 0 #050707;
    bottom: 0;
    height: 30px;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.banner #slider .banner-image
{
    position:relative;
}

.banner #slider .banner-text
{
    position:absolute;
    width:100%;
    text-align:center;
    top:80px;
}

.banner #slider .banner-text h1
{
    font-size:50px;
    color:#081229;
    margin: 0;
    padding:0 0 40px;
    font-weight:300;
    letter-spacing:20px;
    text-transform:uppercase;
    line-height:1em;
    text-shadow: 2px 2px 5px #FFFFFF;
}

.banner #slider .banner-text .button
{
    font-size:20px;
    color:#081229;
    margin: 0;
    padding: 7px 20px;
    font-weight:400;
    letter-spacing:5px;
    border-color: #081229;
    border-width:2px;
    text-transform:uppercase;
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/23932/theme/39368/img/banner-btn-overlay.png") no-repeat center;
    text-shadow: 2px 2px 5px #FFFFFF;
}

#slider-pager
{
    position : absolute;
    bottom:10px;
    width:100%;
    z-index:9999;
}

.container {
    min-height:350px;
}

/*slider css ends*/

/* Custom Code */
/**************hero Banner*******************/

.desktop-banner .bx-controls {
    width: 86px;
    position: absolute;
	z-index: 999;
	bottom: 3%;
	right: 11.5%;
	height: 100px;
}

.desktop-banner .bx-prev, .bx-next{
    position: absolute;
    top:18%;
    z-index: 9;
    width: 73px;
    height: 89px;
    text-indent: -999999px;
    padding: 0px;
}
.desktop-banner .bx-prev {
    left: 168px;
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/23932/theme/39368/img/arrows (2).jpg") 0px 0px no-repeat;
}
.desktop-banner .bx-next {
    right: -71px;
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/23932/theme/39368/img/arrows (1).jpg") 0px 0px no-repeat;
}
.m-banner{
    display:none;
}

#slider .hero-banner {
    position: absolute;
    top: 54%;
    left: 50%;
    width: 100%;
    text-align: left;
    transform: translate(-50%, -50%);
}
.line-bar {
    background-color: #4b4f58;
    height: 2px;
    width: 50px;
    margin: 15px auto;
}
.banner-caption span{
    display: block;
}
.banner-caption h1 {
    font-size: 45px;
    font-weight: 900;
    color: #081229;
    text-transform: unset;
    line-height: 1.2;
    padding: 0 0 0;
    margin: 0 0 0;
}

.banner-caption h2{
    color: #006ca0;
    font-size: 20px;
    font-weight: 700;
    text-transform: unset;
    line-height: 1.3;
    padding: 0 0 0;
    margin: 24px 0 32px;
}

.banner-caption .button {
    padding: 10px 36px 7px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-color: #03285D;
    border:0 solid #03285D;
    margin:10px 0 0;
}

/********************Area  Title****************/
.title-h1{
    font-size:35px;
    font-weight: 900;
    color: #081229;
    text-transform: unset;
    margin:0 0 0;
    padding:0 0 ;
    line-height: 1;
}
.title-h2{
    font-family:  'Roboto', sans-serif;;
    font-size:20px;
    font-weight:700;
    text-transform: unset;
    color:#006ca0;
    padding:0 0 ;
    margin:0 0 0;
    line-height: 1;
}
.title-h3{
    font-family: 'Lato', sans-serif;;
    font-size:35px;
    font-weight: 900;
    color: #081229;
    text-transform: unset;
    margin:0 0 0;
    padding:0 0 ;
    line-height: 1.3;
    text-align: left;
}
/**************Welcome Area ********************* */
.welcome-text-area {
    background: #081329;
    padding: 86px 0 84px;
    color: #fff;
}

/**************About Area ********************* */
.about-us-area {
    padding: 80px 0 77px;
    background: linear-gradient(to left, #f2f4f8 85%, #fff 45%);
}

.about-us-area .row {
    max-width: unset! important;
}

.about-us-img {
    padding-left: 0;
    text-align: left;
}
.about-us-body {
    padding-left: 40px;
    padding-right: 243px;
}
.about-us-body .button {
    margin-top: 36px;
}
/**************Careers Area ********************* */
.careers-area {
    padding: 26px 0 94px;
}
.careers-area .row {
    max-width: unset !important;
}

.careers-img{
    padding-right: 0;
    text-align: right;
}
.careers-body {
    padding-left: 98px;
}
.in-txt {
    padding-right: 162px;
    margin-bottom: 43px;
}
.careers-item {
    background: #f2f4f8;
    padding: 37px 32px 32px;
    border-radius: 10px;

}
.careers-item h2 {
    font-size: 20px;
    color: #006ca0;
    margin-bottom: 18px;
}
.careers-item .link-1 {
    margin-top: 20px;
}
.careers-slider .slick-slide {
    margin: 0 10px;
}
.careers-slider .slick-list {
    margin: 0 -10px;
}
.careers-slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    top: calc(50% - -162px);
    width: 73px;
    height: 89px;
    z-index: 1;
}
.careers-slider .slick-arrow-left {
    right: calc(100% + -99%);
}
.careers-slider .slick-arrow-right {
    left: calc(100% + -24%);
}
.careers-body .button {
    margin-top: 51px;
}
/**************Approach Area ********************* */
.blog--area {
    background: linear-gradient(to left, #f2f4f8 85%, #fff 45%);
    padding: 90px 0 0;

}


.blog--area .row {
    max-width: unset !important;
}
.blog-img{
    text-align:left;
    padding-left:0;
}
.blog-title .title-h3 a {
    color: #081229;
}
.blog-article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 32px 40px 24px;
    max-width: 624px;
    transition: all 0.3s ease-out 0s;

}
.blog-article:hover {
    background: #006ca0;
    color: #fff;

}
.blog-article:hover a {
    color: #fff;
}
.blog-article:hover .article-author-name {
    color: #fff;
}
.blog-article .block-one {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
}
.blog-article .block-two {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    display: none;
}
.blog-article:hover .link-arrow .block-one {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.blog-article:hover .link-arrow .block-two {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}
.blog-article h4 {
    font-size: 20px;
    font-weight: 700;
    color: #006ca0;
    margin-bottom: 11px;
}
.article-author-name {
    color: #006ca0;
    font-weight: 700;
}
.blog-title {
    padding-left: 21px;
}
.news-block li {
    padding-bottom: 0;
}
/**************Contact Area ********************* */
.contact-text-area {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/23932/theme/39368/img/BOTTOM_BG.jpg") 0px 0px no-repeat;
    background-size: cover;
    background-position:  center;
    padding: 144px 0 82px;
    color: #fff;
        z-index: 1;


}
.contact-text-area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1137px;
    height: 68px;
    background-color: #f2f4f8;
    z-index: -1;
}
.feature-item {
    display: flex;
    align-items: center;
    position: relative;
}
.feature-img {
    margin-right: 18px;
}
.feature-info {
    position: absolute;
    right: 0;
}
.feature-item h2 {
    color: #fff;
    line-height: 1;
}
.feature-item a {
    color: #fff;
    font-weight:700;
}
.feature-icon-block.testi-caro {
    max-width: 928px;
    margin: 0 auto 56px;
}
.feature-icon-block li:first-child .feature-item .feature-info {
    right: -92px;
}

.bg-cover {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/23932/theme/39368/img/1_Mobile_03.jpg") 0px 0px no-repeat;
    background-size: cover;
    background-position:  center;
}
/* Inner Pages  Banner Css */


.inner-banner {
    position: absolute;
top: 37%;
    left: 106%;
    width: 100%;
    text-align: left;
    transform: translate(-50%, -50%);
}
.in-banner-desc span {
    display: block;
}
.inner-banner h1 {
    font-size: 35px;
    font-weight: 900;
    color: #081229;
    text-transform: unset;
    line-height: 1.2;
    padding: 0 0 0;
    margin:0 0 16px;
}

.inner-banner h2 {
    color: #006ca0;
    font-size: 20px;
    font-weight: 700;
    text-transform: unset;
    line-height: 1.3;
    padding: 0 0 0;
    margin: 0 0 0;
}
.about-NK-area {
    padding: 81px 0 72px;
}
.unsurpassed-exp-area {
    padding: 0 0 67px;
}
.unsurpassed-exp-area::before{
    content:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/23932/theme/39368/img/side_element.jpg");
    position:absolute;
    right: 0;
    top: -115px;
}
.unsurpassed-exp-area .section-title h3 {
    line-height: 1.3;
    margin-bottom: 11px;
}
.careers-slider.style-1 .slick-arrow {
    top: calc(50% - -18px);
}
.careers-slider.style-1 .slick-arrow-left {
    right: calc(100% + 3%);
}
.careers-slider.style-1 .slick-arrow-right {
    left: calc(100% + -124%);
}
.careers-item  .link-type{
cursor:pointer;
margin: 0;

}
.careers-item  .hidden-span{
  display:none;   
}

.exp-body {
    margin-top: 10px;
}
.careers-item.style-1 {
    padding: 39px 38px 35px;
}
.careers-item.style-1 h2 {
    margin-bottom: 22px;
}

.mid-item-area {
    background: linear-gradient(to left, #f2f4f8 51%, #081229 50%);
    padding: 73px 0 61px;
}
.page-btm-area {
    padding: 72px 0 57px;
}
.career--content .mid-item {
    padding-left: 22px;
}
.learning-block {
    margin-top: 30px;
}
.learning-item h5 {
    margin: 0 0 10px;
}
.new-career-area {
    background: #f2f4f8;
    padding: 50px 0 50px;
}
.inner-page {
    margin-bottom: 30px;
}
.inner-banner.blog-banner {
    left: 114%;
}



/*********Blog Page Csss************************ */
.main-blog-banner {
    position: relative;
}
.main-blog-banner img{
    width: 100%;
}
.blog-widget {
    padding: 25px;
    box-shadow: 0 0 10px rgb(136 136 136 / 10%);
}

.blog-widget .widget-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    padding:0 0 25px;
    margin:0 0 30px;
    line-height:1;
    text-transform: capitalize;
    color: #081229;

}
.blog-widget .widget-title a{
    color: #081229;
}
.blog-widget:hover .widget-title a{
    color: #006CA0;
}
.blog-widget .widget-title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color:#ccc;
    z-index: 1;
}
.blog-widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #006CA0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}
ul.list {
    text-align: left;
    list-style: none;
}

ul.list li {
    padding-bottom: 10px;
}
/*******TAGS********/
.blog-sidebar-widget {
    padding: 25px;
    box-shadow: 0 0 10px rgb(136 136 136 / 10%);
}
.blog-sidebar-widget .blog-sidebar-h2{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #081229;
    padding:0 0 25px;
    margin:0 0 30px;
    line-height:1;
    text-transform: capitalize;
}
.blog-sidebar-widget .blog-sidebar-h2::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color:#ccc;
    z-index: 1;
}
.blog-sidebar-widget .blog-sidebar-h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
    background-color: #006CA0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 2;
}

.lab-ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lab-ul li {
    list-style: none;
    margin-right: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lab-ul li svg {
    fill:#006CA0;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.author_name{
    font-weight:600;
    text-transform:unset;
    color: #474646;
}
.widget-category svg{
    fill:#006CA0;
    margin-right: 10px;
    width: 18px;
    height: 18px;
}
.blog-widget .widget-category span {
    /* padding: 2px; */
    padding: 5px 10px;
        background-color: #edefef;
    border: 1px solid #ecf0f3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 5px;
    line-height: 1.7;

}
.blog-widget .widget-category span a{
    color: #474646;
}
.blog-widget .widget-category span:hover {
    border: 1px solid #006CA0;
    background-color:#006CA0;
    color: #fff;
}
.blog-widget .widget-category span:hover a{
    color: #fff;
}
.blog-widget .widget-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-inner-text hr {
    display: none;
}
/*blog*/


.ps-blog-sharing{
margin: 10px auto 10px !important;
}

.ps-blog-tags li a {
    color: #474646;
display: inline-block;

position: relative;
padding-left: 20px;
-webkit-transition: 350ms;
-moz-transition: 350ms;
transition: 350ms;

}
.ps-blog-tags li a::before {
    background: #006CA0;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.ps-blog-tags li a:hover {
    color: #006CA0 ;
}
.ps-blog-recent-posts a {
    color: #474646;
display: inline-block;
position: relative;
padding-left: 20px;
-webkit-transition: 350ms;
-moz-transition: 350ms;
transition: 350ms;

}
.ps-blog-recent-posts li a::before {
    background: #006CA0 ;
    position: absolute;
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 8px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

}

.ps-blog-recent-posts li a:hover {
    color: #006CA0 ;
}
.blog-page-type-wrapper,.article-page-type-wrapper {
    margin-bottom:50px;  
}
/******Blog End ******/

/******************Contact Us**************************/
#contact-main-text {
    padding: 35px 0 0;
}
.contact-info-area {
    padding: 40px 0 0;
}


.contact-block {
    position: relative;
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 30px;
    box-shadow: 1px 1.732px 16px 0px rgb(0 0 0 / 7%);
        -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.contact-icon .icon-inner {
    width: 100px;
    height: 100px;
    line-height: 105px;

    background-color: #f8f6f4;
    text-align: center;
    display: inline-block;
    font-size: 45px;
    color: #006CA0;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.contact-icon .icon-inner::before {
    position: absolute;
    content: '';
    bottom: -85px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #081229;
-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    z-index: -1;
}
.contact-icon .icon-inner::after {
    position: absolute;
    content: '';
    bottom: -170px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #006CA0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}
.contact-block:hover .contact-icon .icon-inner::before {
    bottom: 0px;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}
.contact-block:hover .contact-icon .icon-inner::after {
    bottom: -85px;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}



.contact-description p {
    margin-bottom: 0;
}
.contact-description p a{
    color: #474646;
}
.contact-title h3 {
    text-align: left !important;
    margin: 20px auto 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 0;
}
.contact-block:hover .contact-icon {
    border-radius: 0px;
    border-color: #006CA0;
}
.contact-block:hover .contact-icon .icon-inner {
    color: #fff;
}
.contact-block:hover {
    transform: translateY(-10px);
}
/* Contact Form Css */
.contact-form {
    padding: 25px 30px;
    background: #fff;
    border-radius: 7px;
    padding-bottom: 30px;
    margin: 15px 0 60px !important;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.contact-textarea {
    width: 100% !important;
    height: 100px !important;
}
.contact-form textarea {
    margin-top: 5px;
}
.map {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
    -moz-box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
    box-shadow: 0 0 12px 0 rgba(152,152,152,.46);
}
.contact-form fieldset {
    border: none;
    padding: 0;
}
.contact-form .intl-tel-input {
    width: 100%;
}
.contact-form #mob_phone_phone_number_tel {
    height: 34px;
    padding: 6px 12px 6px 45px;
    margin: 5px 0px 9px !important;
    border: 1px solid #2F374A;
    width: 100%;
}
.submit_wrap label {
    display: none!important;
}
div.form-container form fieldset {
    margin: 0 auto;
    padding: 10px 20px;
    border: #DDD 0px solid;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
}
div.form-container form fieldset>div {
    width: 100%;
    
}
div.form-container input.file_upload_btn.input {
    border: 0px solid;
}
div.form-container input[type="tel"] {
    border: 1px solid #2F374A;
    width: 100%;
}
div.form-container textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #2F374A;
}
div.form-container {
    padding: 20px 0 0;
    margin-bottom: 30px;
}
.ps-register-form.form-container .text, div.form-container input[type="text"] {
    width: 100%;
}
/*Header*/
.inner-page, #about-us-page {
    min-height:700px;
}
.container{
    min-height: 700px;
}
/* Sticky Header*/
.navbar-area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.navbar-area.is-sticky {
        padding: 15px 0 10px;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background: #F2F4F8 !important;
    -webkit-animation: sticky 1.5s;
    animation: sticky 1.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.navbar-area.is-sticky .nav-hide{
    display:none;
}
.navbar-area.is-sticky .menu-area {
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-area.is-sticky .menu-left {
    padding: 0;
}
/* Fi-list Icon 1 */

#nav-icon1 {
    width: 37px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background:#006CA0 !important;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    box-shadow: none;

}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 10px;
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Header Btn */
header .email{
    display: inline-block;
    padding: 9px 31px 5px;
    font-size: 14px;
    font-weight:500;
    text-transform: uppercase;    
    background-color: #03285D;
    border:0px solid #03285D;
    color:#FFFFFF;
    vertical-align: middle;
    text-decoration: none;
    line-height:30px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

header .email:hover{
    color:#fff;

}
/* Site Button Effect */

/* Button Effects */
.btn-one {
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-one .txt {
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.btn-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 2s;
    transition-timing-function: ease-out;
    z-index: -1;
  }
.btn-one:hover {
    color: #fff;
    box-shadow: 0 5px 10px rgb(17 16 16 / 52%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.btn-one:hover:before {
transform: scaleX(1);
transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}
/* Header Links Effect */
header .top-bar-section .menu > li ul li a{
    position: relative;
    z-index: 1;
    -webkit-transition: .7s;
    transition: .7s;
    padding: 10px 25px;
}
header .top-bar-section .menu > li ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #001f60;
    -webkit-transition: .9s;
    transition: .9s;
    z-index: -1;
}
header .top-bar-section .menu > li ul li:hover a::before, 
header .top-bar-section .menu > li ul li.active::before {
    opacity: 1;
    width: 100%;
}
header .top-bar-section .menu > li ul .active > a::before{
    opacity: 1;
    width: 100%;
}
header .top-bar-section .menu > li ul .active > a:not(.button){
    color: #fff;
}
header .top-bar-section .menu > li ul a:hover:not(.button){
    color: #fff;
}
.link-wrapper li{
    margin-right: 42px;
}
.link-wrapper li:last-child{
    margin-right: 0;
}

.header-page-line-item {
  position: absolute;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1111;
}

.header-page-line-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: header-dot-ride linear 1s infinite;
          animation: header-dot-ride linear 1s infinite;
}

.header-page-line-item:nth-child(1) {
  height: 80%;
  left: 4%;
}

.header-page-line-item:nth-child(2) {
  height: 55%;
  left: 15%;
}

.header-page-line-item:nth-child(3) {
  height: 40%;
  left: 28%;
}

.header-page-line-item:nth-child(4) {
  height: 30%;
  left: 41%;
}

.header-page-line-item:nth-child(5) {
  height: 30%;
  right: 41%;
}

.header-page-line-item:nth-child(6) {
  height: 40%;
  right: 28%;
}

.header-page-line-item:nth-child(7) {
  height: 55%;
  right: 15%;
}

.header-page-line-item:nth-child(8) {
  height: 80%;
  right: 4%;
}

@-webkit-keyframes header-dot-ride {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}

@keyframes header-dot-ride {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}
.link-2 {
    display: inline-block;
    position: relative;
}

.hover-2:hover:after {
    transform: scaleX(1);
}
/*Header Effects End*/

/* CTA Links Effets Start*/

.link-1 {
    font-weight: 700;
    text-transform: capitalize;
    color:#006CA0 !important;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    padding: 0 0 4px;
    z-index: 1;
}
.link-1:before {
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    background-color: #000;
    width: 100%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.link-1:after {
    content: '';
    left: 0px;
    bottom: -1px;
    height: 3px;
    background-color: #006CA0;
    width: 75%;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.link-1:hover:after {
    width: 100%;
}

.step.social-icon svg{

    fill: ;
}
/* CTA Links Effets End */
.d-block{
    display: block;
}
a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
html{
    margin-top: 0 !important;
}
#admin-bar {
    width: auto !important;
    border-radius: 0 0 0 15px;
    right: 0;
}
.pos-r { position: relative; }
.team-member-con {
    background: #F2F4F8;
    margin: 20px 0px 20px;
    padding: 40px;
    border: 6px ridge #03285d;
}
.team-mem-name {
    font-size: 35px;
    font-weight: 900;
    color: #006CA0;
    text-transform: unset;
    margin: 40px 0 0;
    padding: 0 0;
    line-height: 1;
}
.team-mem-post {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: unset;
    color: #006ca0;
    padding: 0 0;
    margin: 10px 0 20px;
    line-height: 1;
}

.team-membr{
    background: #F2F4F8;
    margin: 20px 0px 20px;
    padding: 15px;
    border: 6px ridge #03285d;
}

.backgrnd {
    background-color: #F2F4F8;
    margin-top: 23px;
    margin-bottom: -31px;
}


.service-area-list {
    background: #ffffff;
    padding: 25px 0px 25px 88px;
    margin: 26px 0 40px;
    border: 2px solid #0053b1;
    box-shadow: 0px 0px 7px 2px #0053b1;
    border-radius: 10px;
}
ul.service-area-list li {
    background: url('https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/23932/theme/39368/img/dark%20blue.png') no-repeat 0px 10px;
    list-style-position: outside;
    line-height: 2.2;
    padding-bottom: 0px;
    color: #393939;
    list-style: none;
    padding-left: 22px;
    padding-top: 3px;
    font-size: 16px;
    padding-bottom: 3px;
    text-transform: capitalize;
}
ul.service-area-list li h2, ul.service-area-list li h3,
ul.service-area-list li h2 a, ul.service-area-list li h3 a {
    padding: 0px 0 10px;
    font-size: 16px;
    line-height: 2.2;
    color: #393939;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
}
ul.service-area-list li h2, ul.service-area-list li h3,
ul.service-area-list li h2 a:hover, ul.service-area-list li h3 a:hover{
    font-weight: 600;
    color:#0053b1;
}

.team-membr img
    {
        width: 200px;
        margin-top: 20px;
    }

.ftr
{
    margin-top:20px;
    margin-bottom:35px;
}

/* Header Effects */
@-webkit-keyframes sticky{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes sticky{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
/* FlexBox Css */
.d-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.align-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.align-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.align-self-middle{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}
.row-reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.cell{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%}.grid-margin-x{margin-left:-.625rem;margin-right:-.625rem}@media print,screen and (min-width:40em){.grid-margin-x{margin-left:-.9375rem;margin-right:-.9375rem}}.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}@media print,screen and (min-width:40em){.grid-margin-x>.cell{width:calc(100% - 1.875rem);margin-left:.9375rem;margin-right:.9375rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.33333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.66667%}.small-up-7>.cell{width:14.28571%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.33333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.66667%}.medium-up-7>.cell{width:14.28571%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.33333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.66667%}.large-up-7>.cell{width:14.28571%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print,screen and (min-width:40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}

/****************************************************** */
/****************  Padding Margin Spacing ************* */
/****************************************************** */
.p-0{padding:0}.p-5{padding:5px!important}.p-10{padding:10px}.p-15{padding:15px}.p-20{padding:20px}.p-25{padding:25px}.p-30{padding:30px}.pt-0{padding-top:0}.pt-5,.py-5{padding-top:5px!important}.pt-10,.py-10{padding-top:10px}.pt-15,.py-15{padding-top:15px}.pt-20,.py-20{padding-top:20px}.pt-25,.py-25{padding-top:25px}.pt-30,.py-30{padding-top:30px}.pt-35,.py-35{padding-top:35px}.pt-40,.py-40{padding-top:40px}.pt-45,.py-45{padding-top:45px}.pt-50,.py-50{padding-top:50px}.pt-55,.py-55{padding-top:55px}.pt-60,.py-60{padding-top:60px}.pt-65,.py-65{padding-top:65px}.pt-70,.pr-{padding-right:0}.pr-5,.px-5{padding-right:5px!important}.pr-10,.px-10{padding-right:10px}.pr-15,.px-15{padding-right:15px}.pr-20,.px-20{padding-right:20px}.pr-25,.px-25{padding-right:25px}.pr-30,.px-30{padding-right:30px}.pr-35,.px-35{padding-right:35px}.pr-40,.px-40{padding-right:40px}.pr-45,.px-45{padding-right:45px}.pr-50,.px-50{padding-right:50px}.pr-55,.px-55{padding-right:55px}.pr-60,.px-60{padding-right:60px}.pb-0{padding-bottom:0}.pb-5,.py-5{padding-bottom:5px!important}.pb-10,.py-10{padding-bottom:10px}.pb-15,.py-15{padding-bottom:15px}.pb-20,.py-20{padding-bottom:20px}.pb-25,.py-25{padding-bottom:25px}.pb-30,.py-30{padding-bottom:30px}.pb-35,.py-35{padding-bottom:35px}.pb-40,.py-40{padding-bottom:40px}.pb-45,.py-45{padding-bottom:45px}.pb-50,.py-50{padding-bottom:50px}.pb-55,.py-55{padding-bottom:55px}.pb-60,.py-60{padding-bottom:60px}.pb-65,.py-65{padding-bottom:65px}.pb-70,.py-70{padding-bottom:70px}.pb-75,.py-75{padding-bottom:75px}.pb-80,.py-80{padding-bottom:80px}.pl-0{padding-left:0}.pl-5,.px-5{padding-left:5px!important}.pl-10,.px-10{padding-left:10px}.pl-15,.px-15{padding-left:15px}.pl-20,.px-20{padding-left:20px}.pl-25,.px-25{padding-left:25px}.pl-30,.px-30{padding-left:30px}.pl-35,.px-35{padding-left:35px}.pl-40,.px-40{padding-left:40px}.pl-45,.px-45{padding-left:45px}.pl-50,.px-50{padding-left:50px}.pl-55,.px-55{padding-left:55px}.pl-60,.px-60{padding-left:60px}.pl-65,.px-65{padding-left:65px}.pl-70,.px-70{padding-left:70px}.pl-75,.px-75{padding-left:75px}.pl-80,.px-80{padding-left:80px}.m-0{margin:0}.m-5{margin:5px!important}.m-10{margin:10px}.m-15{margin:15px}.m-20{margin:20px}.m-25{margin:25px}.m-30{margin:30px}.mt-0{margin-top:0} .mt-5{margin-top:5px}.mt-10,.my-10{margin-top:10px}.mt-15,.my-15{margin-top:15px}.mt-20,.my-20{margin-top:20px}.mt-25,.my-25{margin-top:25px}.mt-30,.my-30{margin-top:30px}.mt-35,.my-35{margin-top:35px}.mt-40,.my-40{margin-top:40px}.mt-45,.my-45{margin-top:45px}.mt-50,.my-50{margin-top:50px}.mr-0{margin-right:0}.mr-5,.mx-5{margin-right:5px!important}.mr-10,.mx-10{margin-right:10px}.mr-15,.mx-15{margin-right:15px}.mr-20,.mx-20{margin-right:20px}.mr-25,.mx-25{margin-right:25px}.mr-30,.mx-30{margin-right:30px}.mr-35,.mx-35{margin-right:35px}.mr-40,.mx-40{margin-right:40px}.mr-45,.mx-45{margin-right:45px}.mr-50,.mx-50{margin-right:50px}.mb-0{margin-bottom:0}.mb-5,.my-5{margin-bottom:5px!important}.mb-10,.my-10{margin-bottom:10px}.mb-15,.my-15{margin-bottom:15px}.mb-20,.my-20{margin-bottom:20px}.mb-25,.my-25{margin-bottom:25px}.mb-30,.my-30{margin-bottom:30px}.mb-35,.my-35{margin-bottom:35px}.mb-40,.my-40{margin-bottom:40px}.mb-45,.my-45{margin-bottom:45px}.mb-50,.my-50{margin-bottom:50px}.ml-{margin-left:0}.ml-5,.mx-5{margin-left:5px!important}.ml-10,.mx-10{margin-left:10px}.ml-15,.mx-15{margin-left:15px}.ml-20,.mx-20{margin-left:20px}.ml-25,.mx-25{margin-left:25px}.ml-30,.mx-30{margin-left:30px}.ml-35,.mx-35{margin-left:35px}.ml-40,.mx-40{margin-left:40px}.ml-45,.mx-45{margin-left:45px}.ml-50,.mx-50{margin-left:50px}

.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.header-padding {
    padding: 0;
}

@media only screen and (max-width: 940px) {
    .blog-ul, .blog-sidebar {
        text-align: left;
    }
    .ps-blog-article-content {
        text-align: left;
    }
    #ps-contact-us {
        text-align: left;
    }
    .navbar-area.is-sticky {
            padding: 0;

        position: relative;
        box-shadow: none;
        animation: pause;
}
    #slider2 .hero-banner {
        position: relative;
        text-align: center;
        background-color: #f1f4f9;
        padding: 20px 0 40px;
        transform: none;
        left: 0;
        top: 0;
    }
    .banner-caption span {
        display: inline;
    }  
    
  
}




.thumbnail {
    cursor: pointer;
}

.sale {
    background: none repeat scroll 0 0 #E36115;
    color: #FFFFFF;
}

/*tabs on productpage*/
.homepage .resp-tab-content {
    border: 1px solid #2F374A;
}

.homepage .resp-tab-content {
    border-bottom: medium none;
}

.homepage .resp-tab-content,
.homepage .resp-accordion {
    word-wrap: break-word;
}

.homepage .resp-accordion {
    border: 1px solid #2F374A;
}

.homepage .resp-accordion {
    margin-top: 0;
    border: 1px solid #2F374A !important;
    border-bottom: medium none !important;
}

.homepage .resp-tab-active {
    border: 1px solid #2F374A !important;
}

.homepage .resp-accordion:first-child {
    border-top: 1px solid #2F374A !important;
    border-bottom: medium none;
}

.homepage .resp-tabs-container {
    background: none repeat scroll 0 0 transparent;
}

.homepage .resp-tabs-list li { 
    background: none repeat scroll 0 0 transparent !important;
    color: #081229;
    font-weight: 500;
    font-size: 18px;
}

.homepage .resp-tabs-list li.resp-tab-active,
.homepage h3.resp-tab-active { 
    background-color:  !important;
}

.homepage .resp-accordion:last-of-type,
.homepage .resp-tab-content:last-of-type {
    border-bottom: 1px solid #2F374A !important;
    border-top: medium none;
}

.homepage .resp-tab-content.resp-tab-content-active ul {
    margin-left: 15px;
}

.homepage .resp-tab-content.resp-tab-content-active > ul {
    margin-left: 15px;
}

#total-quantity {
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 9px;
}

.product-page-type-wrapper .quantities {
    float: left;
    margin-top: 8px;
    margin-right: 20px;
}

.product-page-type-wrapper .product-quantity-operators {
    margin-top:0px;
}

.resp-tab-content, .resp-vtabs .resp-tab-content {
    border-left:0px solid;
    border-right:0px solid;
    border-top:0px solid;
}

/* end tabs on product page */

/* Cart page */
.ps-cart-page table.cart-items,
.ps-cart-page table.cart-items tr.cartrow td,
.ps-cart-page table.cart-items tr th,
.ps-cart-page table.cart-items tr td,
.ps-cart-page .total-table {
    border-radius: 0;
}

.ps-cart-page table.cart-items,
.ps-cart-page .total-table {
    border: 1px solid #2F374A;
}

.ps-cart-page{
    margin-bottom: 10px;
}

.ps-cart-page table.cart-items tr.cartrow td,
.ps-cart-page table.cart-items tr th {
    border-bottom: 1px solid #2F374A;
}

.ps-cart-page table.cart-items tr th,
.ps-cart-page table.cart-items tr td,
.ps-cart-page .total-table td {
     border-right: 1px solid #2F374A;
}

.ps-cart-page .total-table td{
    border-color:#2F374A;
}

.ps-cart-page table.cart-items tr:last-child td,
.ps-cart-page .cart-items .item,
.ps-cart-page .cartrow {
    border-bottom: medium none;
}

.ps-cart-page table.cart-items tr td {
    clear: both;
}

.ps-cart-page #cart-form .chkoutbut .checkout.return {
    display: inline-block;
    text-align: center;
    float: left;
}

.ps-cart-page .subtotal {
    font-size: 14px;
}

.ps-cart-page .update-btn {
    width: 90% !important;
}

.ps-cart-page .chkoutbut {
    width: 50% !important;
}

.ps-cart-page #cart-form .chkoutbut .checkout {
    width: 47%;
	float: right;
    font-weight: 700;
}

.ps-cart-page #cart-form .chkoutbut .checkout,
.ps-cart-page .checkoutbut input.update-btn,
.ps-cart-page .qty-increment {
    font-family:  'Roboto', sans-serif;;
    color: #FFFFFF !important;
    background-color: #03285D !important;
    font-size: 13px;
    margin-bottom: 18px;
    text-transform: uppercase;
	padding: 10px 25px;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

.ps-cart-page .qty-increment {
    color: #FFFFFF !important;
    background-color: #03285D !important;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    line-height: 30px;
    padding: 3px 14px;
    width: 40px;
    font-size: 19px;
}

.ps-checkout-page #applyDiscount {
    padding: 10px 20px;
}

.update-btn {
    font-size: 12px !important;
    padding-bottom: 10px !important;
    padding-top: 11px !important;
    font-weight: 700;
}


.ps-cart-page .bread-crumbs {
    padding: 1em 0;
}

#cart-form .chkoutbut {
    width: 100% !important;
}

.ps-cart-page #cart-form .chkoutbut .checkout {
    width: 100%;
}

.buy-now.button {
    padding: 6px 9px;
}

.addToCart.button > a {
    padding: 10px 18px;
}

.button {
    float: none;
    width: auto;
}

.button a {
    color: #FFFFFF;
	font-size: 12px;
}

.ps-cart-page table.cart-items tr.cartrow td:first-child {
    float: left;
    width: 100%;
}

.ps-cart-page .cart-items tr:nth-last-child(2) {
    padding-bottom: 0;
}

.ps-checkout-page h3 {
    font-size: 1.4em;   
}

.ps-checkout-page .continue_btn{
    background-color : #03285D;
    color: #FFFFFF;
    text-shadow: none;
    font-size: 13px;
    margin-bottom: 18px;
    text-transform: uppercase;
    padding: 10px 25px;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkout {
    padding-bottom: 8px !important;
    padding-top: 9px !important;
}

.contact.button {
     letter-spacing: 1px;
     font-size: 14px;
     padding: 9px 18px 9px 20px;
    /* background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/23932/theme/39368/img/submit-arrow.png") no-repeat scroll 84px center rgba(0, 0, 0, 0);*/
}

/* accordiom */
.resp-easy-accordion .resp-accordion .resp-arrow {
    line-height: 32px;
}

.ps-register-form {
    padding-top: 30px;
}

/* Search Page */
.search-results {
    padding-top: 3.6%;
}

.search-results h2 {
	word-wrap: break-word;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.search-results h2 span.search-term {
    text-transform: none;
}

.search-results .grid {
    margin-top: 7%;
}

.search-results .product-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 300px;
}

.search-results .product-container .image,
.search-results .product-container .details {
    width: 100%;
}

.search-results .product-container .image {
    position: relative;
}

.search-results .product-container .details .content {
  	float: left;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}

.search-results .product-container .details .content p {
    text-align: center;
}

.search-results .product-container .details p.title {
    font-size: 16px;
    margin: 0 auto 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 90%;
    word-wrap: break-word;
}

.search-results .items .product-container .sale {
    font-size: 11px;
    font-weight: bold;
    height: 35px;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    left: 0;
    margin-left: 0;
    line-height: 30px;
    z-index: 9999;
    margin-top: 0;
    display: block;
}

.wait {
    display:none;
    top: 50%;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
}

.homepage-wait {
    left: 0;
}

.ias_loader {
    display: none !important;
}

/* Media gallery */
#media-gallery-2-page-type {
    margin-bottom:50px;
}

/*contact form*/

.contact .normal {
    border: 1px solid #2F374A;
    height: 38px;
    width: 450px;
}

.contact textarea,
.contact .normal {
    background: none repeat scroll 0 0 ;
}

.field-separator {
    margin-top: 20px;
    clear: both;
}

.field-separator > span {
    text-transform: uppercase;
}

.field-separator.first_name {
    margin-right: 15px;
}


.contact .banner {
    margin-top: 30px;
}

.contact form {
    display: inline-block;
}

.fnameWrap,
.lnameWrap {
	float: left;
}

.fnameWrap {
	margin-right: 50px;
}

.contact .normal.firstname ,
.contact .normal.lastname {
	width: 200px;
}

.contact .name,
.contact .first_name,
.contact .last_name{
    margin-top: 0;
    margin-top: 15px;
}

.contact h4 { 
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 24px;
}

.contact .first_name .normal ,
.contact .last_name .normal {
  /*  width: 175px;*/
}

input {
    border: 1px solid #2F374A;
    font-family: 'Roboto', sans-serif;;
}

textarea {
    border: 1px solid #2F374A;
    width: 450px;
    font-family: 'Roboto', sans-serif;;
}

.ps-error.long.style {
    font-size: 15px !important;
}

#msg-container {
    width: 75% !important;
}

.breadcrumbs li {
    display: inline;
    word-wrap: break-word;
    text-transform: none;
    font-size: 15px;
}

#mrplistings_anchor iframe#mrplistings
{
    min-height:900px !important;
    width: 97% !important;
}


#__mrp_listings {
    width: 98% !important;
}

#mrp-listing {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 97% !important;
    height: 1024px !important;
}

#mrplistings
{
    min-height:800px !important;
    width: 98% !important;
}

/*footer css starts*/

footer {
    font-weight: 400;
    padding-top: 15px;
    background-color: #081229;
}

.footer-extra-nav {
    background-color: #081229;
    color: #FFFFFF;
    border-bottom: 0 solid #FFFFFF;
    padding-bottom: 14px;
}

.footer-main-nav {
    background-color: #081229;
    color: #FFFFFF;
    padding-bottom: 0;
}

.newsletter-container {
    padding-top: 4px;
}

footer .social-icon { 
    font-size: 45px;
    color:#006CA0!important;
    padding: 0 0.1em;
}

footer .newsletter {
    display:inline-block;
}

footer .newsletter a{
    font-size:14px;
    color:#fff;
    background: #03285d;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius: 20px; 
    padding: 10px 33px 5px;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
}

footer .newsletter .fi-mail.social-icon-email {
    font-size: 21px;
    margin-right: 6px;
    line-height: 17px;
    position: relative;
    top: 3px;
    display: inline;
    color:#006CA0;
}

.footercopyrightsection {
    padding-top:17px;
    font-size:14px;
}

.privacylinks {
    text-transform: uppercase;
    margin-top: 2px;
}

footer .follow-us-footer {
    float:right;
    margin-left:86px;
    margin-top: 10px;
}

.footer-image {
    float: left;
    width: 16%;
}

.show-desktop {
    display: none;
}

.show-mobile {
	display: block;
}

footer a {
    color: #FFFFFF;
}

footer a:hover {
    color: #FFFFFF;
}

.follow-icons .houzz {
    width:23px; 
    vertical-align:initial;
    height:23px;
}

.houzz path {
    fill:#FFFFFF;
    stroke:none;
}

.mobile-social-icons  .houzz {
    width:60px; 
    height:60px; 
    vertical-align:initial;
}

.follow-us .houzz {
    width:55px; 
    height:55px;
}


a:focus img.houzz, a:active img.houzz, a:hover img.houzz {
    opacity:0.8;
}


footer .privacy-links a {
    font-size: 10px;
}

.mobile-footer-contact {
    margin-bottom: 5px;
}

.powered-logo {
    border-top: 1px solid #FFFFFF;
    padding-bottom: 10px;
    padding-top: 10px;
}

.mobile-copy-year {
    margin-bottom: 5px;
}
     
.mobile-shop-name {
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: capitalize;
}

footer .copy-year {
    margin-top: 10px;
}

.inline
{
    display:inline-block;
    width:auto;
}

.padding-right
{
    padding-right:20px;
}
.padding-left
{
    padding-left:20px;
}
.padding-top
{
    padding-top:5px;
}

/*footer css ends*/

/*follow us css starts*/
.follow-us-footer .follow-icons {
    margin:0;
    padding: 0;
    list-style:none;
}

.follow-us-footer .follow-icons li{
    line-height:1em;
    display: inline-block;
    padding: 0 0 0 8px;
}

.follow-us-footer .step.social-icon {
    font-size: 30px;
}
.step.social-icon svg {
    fill: #006CA0;
    width: 22px;
    height: 22px;
}
.follow-us-footer .follow-icons li:first-child{
    padding-left:0;
}
.follow-us-footer .follow-icons li:last-child{
    padding-right:0;
}



/*follow us css ends*/


/* Calculators */
.go, .go:hover
{
    background:#be1d2c !important;
    color:#fff !important;
}
.ratehub-calc .calc-tip-wrapper,
.ratehub .tooltip-relative
{
    display: none !important;
}
/* Calculators */

#slider figure img
{
    width:100%;
}

footer .address .marker:before
{
    font-size:25px;
    line-height:24px;
    padding-right:8px;
    float:left;
    color:#006CA0;
}
footer .actual-address
{
    float:left;
}

footer .address,
footer .line-1,
footer .line-2
{
    display:block;
    width:100%;
}

button,
.button,
footer .newsletter a,
header .top-bar-section .menu-right a,
.search input.search-text
{
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
}

/*chosen*/
.collection1-page-type-wrapper .chosen-container.chosen-container-single {
    z-index: 99999;
}

.chosen-container .chosen-drop {
    background: #ffffff !important;
    box-shadow: none !important;
    font-size: 14px !important;
    height: auto !important;
    padding: 8px 0 0 8px !important;
    text-transform: capitalize !important;
    border-radius: 0 !important;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 5px !important;
}

.chosen-container .chosen-drop {
    padding: 0 !important;
    padding-top: 7px !important;
}

.chosen-container-single .chosen-single span,
.chosen-container .chosen-results li {
    text-align: left;
}

.chosen-container .chosen-results li {
    color: #000000;
}

.chosen-container-single .chosen-single {
    line-height: 27px;
    color: #6a6a6a;
    background: transparent;
    box-shadow: none;
    height: auto;
    padding: 0 0 0 8px;
    text-transform: capitalize;
    border-radius: 0;   
}

/*chosen*/

#accordion-page-type, #accordion-page-type-2 {
    padding:50px 0;
}
#accordion-page-type .resp-easy-accordion .resp-accordion.resp-tab-active,
#accordion-page-type-2 .resp-easy-accordion .resp-accordion.resp-tab-active{
    border:none !important;
}

#section-default-page-type .default-pages-under-active-section h2 .button {
    padding: 10px 30px 10px 30px;
}
/* Media Queries */

#slider > .bxslider > li {
    list-style: none;
}


@media only screen and (min-width: 385px) {
    .user-login {
        font-size: 13px;
        margin: 20px 0 10px 7%;
        width: 45%;
    }
}



@media only screen and (min-width: 480px) {    
    h1 {
        font-size: 40px;
    }

    .name img {
        margin-top: 0;
        max-width: 100%;
    }   

    header .search {
        font: normal 14px  'Roboto', sans-serif;;    
    }
    
    .text-logo {
        font-size: 30px;
        line-height: 1em;
    }
    
    .mobile-social-icons {
        margin-right: 2%;
    }
        
    .ps-cart-page #cart-form .chkoutbut .checkout {
        width: 25%;
    }
    
    footer .privacy-links a {
        font-size: 14px;
    }
    

}


@media only screen and (min-width: 768px) {
    .wait {
        left: 12%;
    }
    
    .resp-tab-content {
        border-bottom:1px solid #2F374A;
    }
    
    .resp-accordion:last-of-type,
    .resp-tab-content:last-of-type {
        border-bottom: 1px solid #2F374A !important;
        border-top: 1px solid #2F374A !important;
    }
        
    .search-listings {
        text-align: left;
    }
    
    .search-listings ul li {
         padding-left: 40px;
    }
        
    .call-us .call-us-text {
        margin-bottom: 0;
    }
   
    .tabs-text #tabs {
        text-align: left;
    }
}

@media only screen and (min-width:769px) {
    .small-icons li {
        padding-bottom:0 ;
    }
}

@media only screen and (min-width: 940px) {
   [role="main"] {
        padding: 0 !important;
    }
    
    [role="complementary"] {
        position: absolute !important;
    }
    
    .active [role="main"] {
        margin-right: 0 !important;
    }
    
    .row,
    .top-bar .row {
        max-width: 1152px;
    }
    
    header {
        border-bottom: medium none;
        padding-bottom: 0;
        margin-bottom: 0;
        /* fallback */
		 background-color: #F2F4F8; 
		 
		 background-repeat: repeat-y; 
		 /* Safari 4-5, Chrome 1-9 */ 
		 background: -webkit-gradient(linear, right top, left top, from(#F2F4F8),color-stop(0.1, #F2F4F8), to(#F2F4F8)); 
		 /* Safari 5.1, Chrome 10+ */ 
		 background: -webkit-linear-gradient(left, #F2F4F8 50%, #F2F4F8 50%); 
		 /* Firefox 3.6+ */ 
		 background: -moz-linear-gradient(left, #F2F4F8 50%, #F2F4F8 50%); 
		 /* IE 10 */ 
		 background: -ms-linear-gradient(left, #F2F4F8 50%, #F2F4F8 50%); 
		 /* Opera 11.10+ */ 
		 background: -o-linear-gradient(left, #F2F4F8 50%, #F2F4F8 50%);
    }
    
    .mobile-social-icon { 
        font-size: 60px;
        color:#006CA0!important;
        margin-right: 0;
        width: auto;
    }
    
    header .searchButton {
        float: right;
        right: 0;
    }
    
    /*top header*/
    header .top-bar .title-area {
        width: 25%;
        float: left;
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    }
    
    .no-js .top-bar-section ul li:hover>a {
        background: transparent;
        color: #03285D;
    }
    
    header .row {
        overflow: visible;
    }
    
    header .top-bar{
        clear: both;
        float: left;
        height: auto;
        line-height: 40px;
        margin-top: 0;
        width: 100%;
    }
    
    header .top-bar .name {
        float: left;
        height: auto;
        margin: 0;
    }
    
    .top-bar input
    {
        top:0;
    }
    
    header .search {
        width: auto;
    }
    
    header .searchForm > form {
        position: relative;
        left: 0;
        top: 0;
    }
    
     .follow-us .follow-title {
        border-right: 1px solid;
    }
    
    .cart-detail {
        margin-right: 0;
        margin-top: 0;
    }
    
    .user-login {
        float: left;
        margin: 7px 0 12px 30px;
        width: 17%;
    }
        
    .title-area.columns > li.cart-detail  {
        float: right !important;
        margin-top: 6px;
    }
    
    header #social-cart-detail {
        width: 24%;
    }
    
    header .top-header-right {
        width: 100%;
    }
    
    header .header-cart {
        margin-bottom: 5px;
        margin-top: 12px;
        
    }
    
    header .header-cart .fi-shopping-cart{
        color: #474646;
        font-size: 24px;
        margin-top: 8px;
        float: left;
        color:#006CA0
    }
    
    header #cart {
        background: #474646; none repeat scroll 0 0;
        color: #F2F4F8;
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold;
        height: 26px;
        line-height: 15px;
        margin-left: 8px;
        padding-top: 5px;
        text-align: center;
        width: 28px;
    }
    
    .circle {
        border-radius: 50%;
        display: inline-block;
    }
        
    header .top-bar-section{
        display: block;
    }
    
    header .searchForm {
        margin: 10px 0;
        width: 37%;
    }
    
    .ps-user-greeting-container {
        line-height:35px;
	}
    
    .desktop-social-icon {
        font-size: 21px;
        margin-left: 5px;
        margin-right: 0;
        vertical-align: text-top;
        width: auto;
    }
    
    .title-area ul {
        float: right;
        margin-left: 0;
        width: 100%;
    }
    
    .menu-area {
	 	padding-bottom: 30px;
	    padding-top: 30px;
        background-color: #F2F4F8;
    }
    
    .user-login a:hover {
        color: #006CA0;
    }
    
    header .top-bar-section {
       	width: 100%;
    	line-height: 37px;
        float: left;
        background-color: ;
        color: #474646;
    }
    

    
    header .menu-right a.phone {
       	border: none;
	    margin-left: 0;
	    padding: 0 15px;
        color: #474646;

    }

    header .menu-right a.phone:before {
        padding-right: 10px;
        font-size:20px;
        color:#006CA0;
        vertical-align: middle;
    }

    header .top-bar-section ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }
        
    header .top-bar-section li ul li a:not(.button) {
        padding: 6px 9px;
        line-height: 25px;
    }
    
    header .top-bar .toggle-topbar a,
    header .top-bar .toggle-topbar.menu-icon a,
    header .top-bar-section li a:not(.button) {
        color: #474646;
        font-family:  'Roboto', sans-serif;;
    	font-size: 14px;
        outline: medium none;
		letter-spacing: 0.7px;
        padding: 0 0;
        line-height: 37px;
        text-transform: uppercase;
        font-weight: 400;
    }
       header .top-bar-section ul li.active>a{
            font-weight:500;
          }
    header .top-bar-section ul li.hover>a,
    header .top-bar-section ul li.active>a,
    header .top-bar-section ul li.hover a:hover,
    header .top-bar-section li.hover>a:not(.button) {
        color: #03285D;
    }
    
    header .top-bar-section ul.header-cart-item li a:hover:not(.button) {
        background: none repeat scroll 0 0 transparent;
    }
    
    header .top-bar .toggle-topbar.menu-icon a span {
        box-shadow: 0 12px 0 4px #006CA0, 0 24px 0 4px #006CA0, 0 36px 0 4px #006CA0;
    	width:30px;
    	right: auto;
    }
        
    header .top-bar-section li.has-dropdown ul li.hover li li a,
    header .top-bar-section li.has-dropdown ul li.active li li a {
        text-decoration: underline;
    }
    
    header .top-bar-section li.hover>a:not(.button) {
        background: transparent;
    }
    
    header .top-bar-section .has-dropdown > a:after {
        border-color: #474646 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        margin-top: -8px !important;
    }
    
    header .top-bar-section .has-dropdown > a:hover:after,
    header .top-bar-section .has-dropdown.active > a:after,
    header .top-bar-section .has-dropdown.hover > a:after {
        border-color: #03285D rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
    }
    
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        margin-top: -11px !important;
    }
        
    .content {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        border: medium none !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }    

    /* Dropdowns */
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after {
        content: ">";
        font-size: 16px;
        margin-top: -10px !important;
    }
    
     .top-bar-section .has-dropdown .dropdown li.has-dropdown.hover > a::after {
        content: "-";
        font-size: 41px;
        margin-top: -39px !important;
        right: 6px;
    }
    
    header .top-bar-section .dropdown,
    header .top-bar-section .dropdown li {
        background: #FFFFFF;
        z-index: 9999; 
    }
    
    header .top-bar-section .dropdown li {
        border-bottom: 1px solid #2F374A;
        z-index: 9999; 
    }
    
    header .top-bar-section .dropdown li:last-child {
        border-bottom: none;
    }
    
    header .top-bar-section .dropdown li a {
        color: #6A6A6A !important;
        font-weight: 300;
        font-size: 14px;
    }
    
    header .top-bar-section .dropdown li a:hover {
        color: #474646 !important;
        background: none repeat scroll 0 0 transparent !important;
    }
    
    header .top-bar-section li a:hover {
        background: none repeat scroll 0 0 transparent !important;
        color: #03285D;
    }
    
    .footer-wrap {
    	border-bottom: 1px solid #FFFFFF;
        float: left;
        width: 100%;
        font-size: 14px;
        padding-bottom: 11px;
        padding-top: 12px;
    }
    
    .footer-newsletter {
        margin-top: 5px;
    }
    
    .footer-contact {
         margin-top: 8px;
    }
        
    footer .footer-wrap .privacy-links a {
        margin-right: 20px;
    }    
        
    footer .section {
        margin-right: 48px !important;
        width: 21% !important;
    }
    
    footer .section:last-child {
        margin-right: 0 !important;
    }
    
    footer .section ul {
        list-style-type: none;
        margin-left: 0;
        margin-top: 22px;
    }
    
    footer .section.newsletter {
        clear: none !important;
        float: right;
        padding-bottom: 0 !important;
    }
    
    .show-desktop {
        display: block;
    }
    
    .show-mobile {
        display: none;
    }
    
    footer .footer-nav-content {
    	width: 100%;
    }
    
    .copyright {
        font-size: 14px;
    }
    
    .footer-link-content { 
    	margin-top: 16px;
        padding-bottom: 20px;
        font-size: 14px;
    }
    
    footer .footer-lnks {
    	list-style:none;
    	margin-right:0;
        margin-left:0;
        margin-top: 15px;
    }
    
    .footer-wrap .footer-lnks .section {
    	padding-bottom: 0 !important;
    }
    
    footer .footer-lnks .section li {
        border-bottom: 1px solid #FFFFFF;
        margin-bottom: 12px;
    }
    
    footer .footer-lnks li a {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 300;
    }
    
    footer .footer-lnks li a:hover {
    	color: #FFFFFF;
    }
    
     footer .section h4 {
        color: #FFFFFF;
        font-size: 14px;
    }
        
    footer .footer-small-screen {
    	display: none;
    }
    
    footer .social {
        list-style:none;
        margin-bottom: 0;
    }
    
    footer .social li {
        display: inline;
        float: left;
        margin-left: 5px;
        padding: 0;
    }
    
    footer .social-icon { 
        font-size: 30px;
        color:#006CA0!important; 
    }
    

           
}
@media only screen and (min-width: 1900px) {
#slider .hero-banner {
    left: 47%;
}
.custom-img img {
    width: 100%;
}
.contact-text-area::before {
    top: -1px;
    width: 87%;
}
.careers-slider .slick-arrow-right {
    left: calc(100% + -17%);
}
.careers-item {
    padding: 37px 41px 32px;
}
.inner-banner {
    left: 95%;
}
.desktop-banner .bx-controls {
    right: 8.1%;
}
}

@media only screen and (max-width: 1024px) {
    .careers-slider .slick-arrow-right {
    left: calc(100% + -28%);
}
 .desktop-banner .bx-controls {
    right: 15.1%;
}   
    footer .follow-us-footer {
        margin-left: 70px;
    }
.about-us-body {
    padding-left: 0;
    padding-right: 0;
}
.careers-body {
    padding-left: 10px;
}
.in-txt {
    padding-right: 0;
}
.contact-text-area::before {
    width: 903px;
}
.inner-banner {
    left: 110%;
}
.careers-item.style-1 {
    padding: 39px 19px 35px;
}
.careers-slider.style-1 .slick-arrow-right {
    left: calc(100% + -126%);
}

}



@media only screen and (max-width: 940px) {
    .blog-img {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
    header
    {
        padding-bottom: 0;
            border-bottom: 1px solid #c3c4c7;

    }
    
    header .top-bar .title-area
    {
        margin-bottom: 20px;
    }
    
    header .top-bar .name
    {
        text-align:center;
    }
        footer .social-icon { 
        font-size: 66px;
    }
           .step.social-icon svg {
            fill: #006CA0;
            width: 50px;
            height: 50px;
        } 
    .small-center
    {
        text-align:center;
    }
    
    /* Banner begin */
    .banner #slider .banner-text h1
    {
        font-size: 40px;
        letter-spacing:10px;
    }
    /* Banner end */
    
    /* small-icons */ 
    .small-icons ul li:last-child
    {
        padding-bottom:0 !important;
    }
    /* small-icons */
    
    /*follow us css starts*/
    .follow-us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .follow-us h4 {
        line-height:1.2em;
    }
        
    .follow-us .follow-icons {
        padding: 0;
    }
    /*follow us css ends*/
    
    /*Call us css starts*/
    .call-us,
    .search-by-map
    {
        padding-top:50px;
    }
    
    .call-us .call-us-text
    {
        padding-top: 0;
    } 
    
    .tabs-text h3.resp-accordion
    {
        letter-spacing:1px !important;
        text-align:center;
        position:relative;
    }
    
    .tabs-text .resp-arrow::after
    {
        position:absolute;
        bottom:-5px;
    }
    
    .tabs-text h3.resp-accordion
    {
        margin:0;
        padding:0;
    }
    
    .tabs-text .resp-tab-content
    {
        text-align:center !important;
    }
    footer .address .marker::before,
    footer .actual-address
    {
        float:none;
    }
    
    footer .address
    {
        padding-top:20px;
        border-top:1px solid #2F374A;
    }
    footer .privacy-links
    {
        padding-bottom:20px;
    }
    
    element.style {
    float: none;
    list-style: none;
    position: absolute;
    width: 940px !important;
    z-index: 50;
    display: block;
}


 .inner-banner {
        position: relative;
        text-align: center;
        background-color: white;
        border-bottom: grey;
        padding: 30px 0 40px;
        transform: none;
        left: 0;
        top: 0px;
    }

    
}

@media only screen and (max-width: 939px) {
   
    
    .field-holder
    {
        max-width:234px;
        margin:0 auto;
    }
    
    /* footer */
    .mobile-newsletter {
        width: 100%;
        text-align: center;
        float: left;
        margin-top:0;
        padding-top:20px;
        padding-bottom:20px;
        border-top:1px solid #2f374a;
        border-bottom:1px solid #2f374a;
    }
    .powered-logo {
        border-top: 0px solid #2f374a;
            padding-bottom: 16px;
    padding-top: 16px;
    }
    footer {
        font-size: 14px;
        padding-top: 0;
    }
    .mobile-footer-icons {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    footer .newsletter {
        margin-right: 0;
    }
    
    .menu-area {
        border-top: 1px solid #c3c4c7;
        padding:0;
    }
    
    header .menu-area a.phone {
        font-size: 20px;
        color:#474646;
    }
    
    header .menu-area a.phone:before {
        padding-right:5px;
        color:#006CA0;
        vertical-align: middle;
        height: 20px;
        font-size: 20px;

    }
    
    header .menu-area .mobile-email {
        border-top: 1px solid #c3c4c7;
    }
    
    header .menu-area .mobile-email .email{
        display: inline-block !important;
        margin: 15px  auto;
    }
    
    .mobile-social-icons .houzz {
        width: 52px;
        height: 52px;
        vertical-align: initial;
    }
    
}

@media only screen and (max-width: 768px) {
    
    .inner-banner {
        position: relative;
        text-align: center;
        background-color:  #fff;
        border-bottom: 1px solid #cccc;
        padding: 30px 0 40px;
        transform: none;
        left: 0;
        top: 0px;
    }
    .team-membr img
    {
        width: 200px;
        margin-top: 20px;
    }
    
    .team-member-con img {
    width: 300px;
}
    .inner-page {
    text-align: center;
}
.unsurpassed-exp-area::before {
        display: none;

}
.desktop-banner .bx-controls {
    display: none;
}
.m-banner{
    display:block;
}
.d-banner{
    display:none;
}
.custom-img img {
    width: 100%;
}
 .about-us-area {
    padding: 0 0 60px;
    background: #f2f4f8;
    text-align: center;
} 
.about-us-body {
    margin-top: 50px;
}
.about-us-img {
    padding-left: 0;
    padding-right: 0;
}
.careers-area {
    padding: 55px 0 0;
    text-align: center;
}
.careers-body {
    padding-left: 0;
}
.careers-item {
    width: 73%;
    margin: 0 auto;
}
.careers-slider .slick-arrow {
    display: none !important;
}
.careers-img {
    padding-right: 0;
    text-align: center;
    padding-left: 0;
}
.blog--area {
    background: #f2f4f8;
    padding: 0 0 75px;
    text-align: center;
}
.contact-text-area::before {
    display: none;
}
.blog-title {
    padding-left: 0;
    margin-top: 45px;
}
.blog-article {
    text-align: center;
    justify-items: center;
    justify-content: center;
    max-width: unset;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.news-block  li:last-child .blog-article {
    border-bottom: 0 solid #ccc;
} 
.link-arrow {
    position: absolute;
    right: 20px;
}
.feature-item {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.feature-img {
    margin-right: 0;
}
.feature-item h2 {
    margin: 15px 0 20px;
}
.feature-icon-block.testi-caro {
    max-width: unset;
    margin: 0 auto 0;
}


.contact-text-area {
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/23932/theme/39368/img/BOTTOM_BG_M.jpg") 0px 0px no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 70px;
}
.feature-item .feature-info {
    right:0 !important;
    position: relative;
}
.inner-banner {
    left: 0;
}
.in-banner-desc span {
    text-align: center;
    display: inline;
}
.unsurpassed-exp-area {
    padding: 0 0 67px;
    text-align: center;
}
.unsurpassed-exp-body {
    margin-bottom: 30px;
}
.mid-item-area {
    background: unset;
    padding: 0;
    text-align: center;

}
.unsurpassed-exp-body {
    margin-bottom: 30px;
}

.news-content {
    background: #081229;
    padding: 45px 0;
}

.career--content {
    background: #f2f4f8;
        padding: 45px 0;

}
.page-btm-area {
    text-align: center;
        padding: 72px 0 25px;

}
.marketing-content {
    margin-bottom: 30px;
}
.about-NK-area {
    text-align: center;
}
.latest-news-body {
    margin-top: 20px;
}
.inner-banner.blog-banner {
    left: 0;
}
    .title-h2 {
    line-height: 1.3;
}
[class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 13.75em;
}
.text-left {
    text-align: center!important;
}

.service-area-list {
    background: #ffffff;
    padding: 25px 0px 25px 140px !important;
    margin: 26px 0 40px;
    border: 2px solid #0053b1;
    box-shadow: 0px 0px 7px 2px #0053b1;
    border-radius: 10px;
}

.title-h3{
    text-align: center;
}
 #sidebar {
    display: block;
    background-color: #FFFFFF;
    background-repeat: repeat-y;
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF),color-stop(0.1, #FFFFFF), to(#FFFFFF));
    background: -webkit-linear-gradient(left, #FFFFFF 83%, #FFFFFF);
    background: -moz-linear-gradient(left, #FFFFFF 83%, #FFFFFF);
    background: -ms-linear-gradient(left, #FFFFFF 83%, #FFFFFF);
    background: -o-linear-gradient(left, #FFFFFF 83%, #FFFFFF);
    padding: 0!important;
    position: absolute;
    height: 100%;
}
}

@media only screen and (max-width: 767px) {
    .banner #slider .banner-text
    {
        position:relative;
        padding:25px 0 50px;
        top:auto;
    }
    
    .banner #slider .banner-text h1
    {   
        color: #081229;
        font-size: 30px;
        padding: 0 0 20px;
        letter-spacing:10px;
        text-shadow: none;
    }
    
    .banner #slider .banner-text .button
    {
        background: none;
        border-color: initial;
        color: initial;
        font-size: initial;
        font-weight: initial;
        letter-spacing: initial;
        text-shadow: initial;
    }
    
}

@media only screen and (max-width: 667px) {
[class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 9.975em;
}

.service-area-list {
    background: #ffffff;
    padding: 25px 0px 25px 118px !important;
    margin: 26px 0 40px;
    border: 2px solid #0053b1;
    box-shadow: 0px 0px 7px 2px #0053b1;
    border-radius: 10px;
}

}


@media only screen and (max-width: 639px) {
    .lessthen640
    {
        width:75% !important;
    }
}

@media only screen and (max-width: 480px) {
    #mrplistings_anchor iframe#mrplistings
    {
        width:275px !important;
        margin:0 auto !important;
    }
    .title-h2 {
    font-size: 18px;
}
[class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 3.75em;
}

.service-area-list {
    background: #ffffff;
    padding: 25px 0px 25px 72px !important;
    margin: 26px 0 40px;
    border: 2px solid #0053b1;
    box-shadow: 0px 0px 7px 2px #0053b1;
    border-radius: 10px;
}

}

@media only screen and (max-width: 479px) {
.careers-item {
    width: 97%;
}
.banner-caption h1 {
    font-size: 35px;
}
.banner-caption h2 {
    font-size: 18px;
}
.title-h1, .title-h3 {
    font-size: 28px;
}

.link-arrow {
    right: 5px;
}
.news-block li {
    padding-bottom: 0;
    padding: 0;
}
}
@media only screen and (max-width: 375px) {
.team-member-con {
    padding: 40px 20px;
}
[class*=block-grid-] {
    display: block;
    padding: 0;
    margin: 0 -0.25em;
}
.service-area-list {
    background: #ffffff;
    padding: 25px 0px 25px 37px !important;
    margin: 26px 0 40px;
    border: 2px solid #0053b1;
    box-shadow: 0px 0px 7px 2px #0053b1;
    border-radius: 10px;
}

}
@media only screen and (min-width: 1078px) {
    .hide-for-desktop-large {
        display: none;
    }
    
    footer .section {
        margin-right: 0 !important;
        width: 33% !important;
    }
}

