blockquote:after,
blockquote:before {
    content: "";
}
q:after,
q:before {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a:focus {
    outline: none;
}
a:active,
a:hover {
    outline: none;
}
a img {
    border: 0;
}
embed,
iframe,
object {
    max-width: 100%;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-weight: bold;
    font-family: Calibri, sans-serif;
}
hr {
    border-color: #eaeaea;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 30px 0;
}
p {
    line-height: 24px;
    margin-bottom: 15px;
    font-family: Calibri, sans-serif;
    font-size: 16px;
}
strong {
    font-weight: 700;
    color: #000000;
}
cite,
em,
i {
    font-style: italic;
}
pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #eaeaea;
    font-family: "courier 10 pitch", Courier, monospace;
    font-size: 14px;
    line-height: 19px;
    white-space: pre-wrap;
}
code,
kbd,
samp,
tt,
var {
    font-family: "courier 10 pitch", Courier, monospace;
    font-size: 14px;
    line-height: 19px;
    white-space: pre-wrap;
}
abbr,
acronym,
dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    display: block;
    font-style: italic;
    margin: 0 0 15px;
}
ins {
    background: #f8f8f8;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
sub,
sup {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
dl {
    margin-bottom: 24px;
    font-size: 16px;
}
dt {
    font-weight: 700;
    margin-bottom: 5px;
}
dd {
    margin-bottom: 24px;
}
ul {
    list-style: none;
}
ol {
    list-style: none;
    list-style: decimal;
}
li > ol,
li > ul {
    margin: 0 0 0 10px;
}
blockquote {
    font-style: italic;
    font-weight: 400;
    padding: 20px;
    border: 1px solid #eaeaea;
    border-left: 3px solid #0fbe7c;
    margin-bottom: 20px;
}
blockquote em,
blockquote i {
    font-style: normal;
}
blockquote cite {
    font-style: normal;
    color: #666;
    font: 12px helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
input,
textarea {
    -webkit-border-radius: 0;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="text"] {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
input[type="email"],
input[type="password"],
input[type="number"],
input[type="text"] {
    padding: 2%;
    border: 1px solid #eaeaea;
    line-height: 20px;
    width: 98%;
    background-color: #f8f8f8;
    border-radius: 3px;
}
textarea {
    padding: 1%;
    border: 1px solid #eaeaea;
    line-height: 20px;
    width: 98%;
    margin: 0 0 30px;
    background-color: #f8f8f8;
    border-radius: 3px;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus {
    border: 1px solid #eaeaea;
}
input.s {
    width: 60%;
    padding: 4px 10px;
    height: 32px;
    color: #666;
    background-color: #fff;
    margin: 0;
    vertical-align: top;
    border: 1px solid #eaeaea;
}
input.s:focus {
    padding-left: 10px;
    border-color: #eaeaea;
    text-indent: 0;
}
.spacious-button {
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 25px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #0fbe7c;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 25px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #0fbe7c;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
}
button {
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 25px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #0fbe7c;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
}
.spacious-button:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
button:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.next a,
.previous a {
    color: #666;
    padding: 5px 25px;
    cursor: pointer;
    border: 1px solid #eaeaea;
    font-size: 16px;
}
.next a:hover,
.previous a:hover {
    color: #0fbe7c;
}
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
a {
    color: #0fbe7c;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
figure {
    margin: 0;
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.comment-content img,
.entry-content img,
.widget img {
    max-width: 100%;
}
img.size-full,
img.size-large {
    max-width: 100%;
    height: auto;
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.aligncenter,
img.alignleft,
img.alignright {
    margin-bottom: 1.625em;
}
img#wpstats {
    display: none;
}
.clearfix {
    display: inline-block;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.tg-after-three-blocks-clearfix {
    clear: both;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#page {
    max-width: 1268px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.wide-978 {
    padding-top: 0;
    padding-bottom: 0;
}
.wide-1218 {
    padding-top: 0;
    padding-bottom: 0;
}
.wide-1218 #page {
    max-width: 100%;
}
.narrow-978 #page {
    max-width: 1038px;
}
.wide-978 #page {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.inner-wrap {
    margin: 0 auto;
    max-width: 1218px;
}
.wide-1218 .inner-wrap {
    max-width: 1218px;
}
.narrow-978 .inner-wrap,
.wide-978 .inner-wrap {
    max-width: 978px;
}
#featured-slider {
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
#featured-slider .slider-cycle {
    position: relative;
}
#featured-slider .slides {
    width: 100%;
}
.wide-1218 #featured-slider .slider-cycle,
.wide-978 #featured-slider .slider-cycle {
    max-width: 1600px;
    margin: 0 auto;
}
#featured-slider .displayblock {
    display: block;
}
#featured-slider .displaynone {
    display: none;
}
.ie8 #featured-slider .entry-container {
    top: 25%;
}
#featured-slider .entry-container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 5%;
    max-width: 40%;
}
.wide-978 #featured-slider .entry-container {
    left: 13.8%;
}
.wide-1218 #featured-slider .entry-container {
    left: 4.9%;
}
#featured-slider .entry-description-container {
    background-color: #555;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    padding: 1rem 1.5rem;
}
#featured-slider img {
    margin-bottom: 0;
}
#featured-slider .slider-title-head {
    display: inline-block;
    left: 0;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
}
#featured-slider .entry-title {
    padding: 0;
}
.slider-title-head .entry-title a {
    color: #fff;
    text-decoration: none;
}
#featured-slider .entry-title span {
    color: #fff;
    display: block;
    font-size: 26px;
}
#featured-slider .entry-content {
    color: #fff;
    padding-top: 5px;
    padding-top: 0.5rem;
}
#featured-slider .entry-content p {
    margin: 0;
    padding: 0;
}
#featured-slider .slider-read-more-button {
    background-color: #0fbe7c;
    color: #fff;
    text-align: center;
    font-family: Calibri, sans-serif;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    float: left;
    margin-top: 15px;
    font-size: 20px;
}
#featured-slider .slider-read-more-button:hover {
    background-color: #666;
}
#controllers {
    text-align: center;
    line-height: 0;
    position: absolute;
    width: 100%;
    bottom: 15px;
    z-index: 999;
}
#controllers a {
    width: 18px;
    height: 6px;
    margin: 0 4px;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    color: #fff;
}
#controllers a.active,
#controllers a:hover {
    background-color: #0fbe7c;
    color: #0fbe7c;
}
.header-post-title-container {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
}
.header-post-title-container .post-title-wrapper {
    float: left;
    max-width: 100%;
    padding-right: 30px;
}
.header-post-title-class {
    font-size: 22px;
    padding-bottom: 0;
    line-height: 36px;
}
.breadcrumb {
    float: right;
    text-align: right;
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 12px;
    color: #666;
}
.breadcrumb a {
    color: #666;
}
.breadcrumb a:hover {
    color: #0fbe7c;
}
.sticky {
    display: block;
}
.extra-hatom-entry-title {
    display: none;
}
.widget_service_block {
    margin-bottom: 30px;
    padding-top: 30px;
}
.widget_service_block .widget-title {
    font-size: 22px;
    padding-bottom: 10px;
}
.widget_service_block p {
    padding-bottom: 0;
}
.widget_service_block .more-link-wrap {
    text-align: center;
}
.widget_service_block a.more-link:hover {
    text-decoration: underline;
}
.widget_featured_single_post a.read-more:hover {
    text-decoration: underline;
}
.widget-title a {
    color: #444;
}
.tg-one-fourth .widget-title a:hover,
.tg-one-half .widget-title a:hover,
.tg-one-third .widget-title a:hover {
    color: #0fbe7c;
}
.tg-one-fourth .service-image,
.tg-one-fourth .widget-title,
.tg-one-fourth p,
.tg-one-half .service-image,
.tg-one-half .widget-title,
.tg-one-half p,
.tg-one-third .service-image,
.tg-one-third .widget-title,
.tg-one-third p {
    text-align: center;
}
.tg-one-third {
    float: left;
    width: 28.407225%;
    margin: 0 2.46305419%;
    padding: 0 0 30px;
}
.tg-one-fourth {
    float: left;
    width: 23.1527094%;
    margin: 0 2.46305419% 0 0;
    padding: 0 0 30px;
}
.tg-one-fourth-last {
    margin: 0;
}
.tg-one-half {
    float: left;
    width: 48.7684729%;
    margin: 0 2.46305419% 0 0;
    padding: 0 0 30px;
}
.tg-one-half-last {
    float: right;
    margin: 0;
}
.widget_recent_work {
    margin-bottom: 20px;
}
.widget_recent_work img {
    margin-bottom: 0;
}
.widget_recent_work .tg-one-fourth .widget-title,
.widget_recent_work .tg-one-half .widget-title,
.widget_recent_work .tg-one-third .widget-title {
    font-size: 22px;
    padding-bottom: 8px;
    text-align: left;
}
.widget_recent_work .tg-one-fourth p,
.widget_recent_work .tg-one-half p,
.widget_recent_work .tg-one-third p {
    text-align: left;
}
.widget_recent_work .tg-one-fourth .service-image,
.widget_recent_work .tg-one-half .service-image,
.widget_recent_work .tg-one-third .service-image {
    text-align: center;
    padding-bottom: 0;
}
.widget_featured_single_post {
    padding-bottom: 30px;
}
.widget_featured_single_post .widget-title {
    font-size: 22px;
    text-align: left;
}
.widget_featured_single_post p {
    text-align: left;
}
.widget_featured_single_post .service-image {
    text-align: left;
    padding-bottom: 0;
}
.widget_featured_post {
    margin-bottom: 20px;
}
.widget_featured_post .main-title {
    font-size: 24px;
    padding-bottom: 8px;
}
.container-featured-widget-head {
    padding-top: 10px;
    padding-bottom: 15px;
}
.widget_featured_post .tg-one-fourth .widget-title,
.widget_featured_post .tg-one-half .widget-title,
.widget_featured_post .tg-one-third .widget-title {
    text-align: left;
    font-size: 20px;
    padding-bottom: 8px;
    line-height: 22px;
}
.widget_featured_post .tg-one-fourth p,
.widget_featured_post .tg-one-half p,
.widget_featured_post .tg-one-third p {
    text-align: left;
}
.widget_featured_post .meta {
    font-size: 12px;
    padding: 3px;
    font-family: Calibri, sans-serif;
}
.narrow-978 .widget_featured_post .meta,
.wide-978 .widget_featured_post .meta {
    font-size: 11px;
}
.meta {
    border-bottom: 1px dashed #eaeaea;
    border-top: 1px dashed #eaeaea;
    padding: 5px;
    font-size: 15px;
}
.meta li {
    border-left: 1px solid #eaeaea;
    float: left;
    padding: 0 6px !important;
    border-bottom: none !important;
}
.meta li:first-child {
    border-left: 0;
    padding-left: 0 !important;
}
.meta li:last-child {
    float: right;
    border-left: 0;
    padding-right: 0 !important;
}
.main-title {
    text-align: center;
    text-transform: uppercase;
}
.main-description {
    text-align: center;
}
.default-wp-page .previous {
    float: left;
    margin-bottom: 30px;
}
.default-wp-page .next {
    float: right;
    margin-bottom: 30px;
}
.wp-pagenavi {
    text-align: center;
}
#content .wp-pagenavi .page {
    padding-bottom: 3px;
}
.pagination {
    margin: 15px 0;
}
.pagination span {
    padding: 2px 5px;
    border: 1px solid #eaeaea;
    background-color: #0fbe7c;
    color: #fff;
}
.pagination a span {
    background-color: #fff;
    color: #666;
}
.pagination a span:hover {
    color: #0fbe7c;
    border-color: #0fbe7c;
    text-decoration: none;
}
.widget_testimonial {
    margin-bottom: 30px;
}
.widget_testimonial .widget-title {
    font-size: 22px;
    text-align: left;
}
.widget_testimonial .testimonial-icon:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 22px/1 Genericons;
    vertical-align: top;
    content: "\f106";
    width: 25px;
    height: 19px;
    float: left;
    margin-right: 3.06%;
    color: #0fbe7c;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.widget_testimonial .testimonial-post {
    padding: 20px;
    border-width: 2px 1px 1px;
    border-style: solid dashed dashed dashed;
    border-color: #0fbe7c #eaeaea #eaeaea #eaeaea;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.widget_testimonial .testimonial-post p {
    margin-bottom: 0;
}
.widget_testimonial .testimonial-author {
    text-align: right;
    clear: both;
    font-size: 12px;
}
.widget_testimonial .testimonial-author span {
    font-size: 16px;
    color: #666;
}
.widget_call_to_action {
    margin-bottom: 60px;
}
.call-to-action-content-wrapper {
    border-width: 1px 1px 1px 3px;
    border-style: dashed dashed dashed solid;
    border-color: #eaeaea #eaeaea #eaeaea #0fbe7c;
    padding: 20px 3.85878489% 20px 3.69458128%;
    background-color: #f8f8f8;
}
.call-to-action-content {
    width: 69.5187166%;
    float: left;
}
.call-to-action-content h3 {
    padding-bottom: 0;
    font-size: 24px;
}
.call-to-action-content p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.call-to-action-button {
    float: right;
    background-color: #0fbe7c;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    font-family: Calibri, sans-serif;
    padding: 5px 3.28407225%;
    margin-top: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.call-to-action-button:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.widget_text {
    word-wrap: break-word;
    margin-bottom: 30px;
}
.widget_text .textwidget {
    padding-bottom: 15px;
}
.tg-one-half .widget_text .widget-title {
    text-align: left;
}
.widget_text ol,
.widget_text ul {
    margin-top: 5px;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5rem;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075rem 0;
}
.gallery {
    margin: 0 auto 15px;
}
.gallery-item {
    display: inline-block;
    /*padding: 15px 2%;*/
    text-align: center;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
    padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery .gallery-caption {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 5px;
}
#comments {
    background-color: #fff;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
    margin-bottom: 1rem;
}
#comments h2.comments-title,
#comments h3.comments-title {
    margin-bottom: 10px;
    font-size: 28px;
}
.avatar {
    border-radius: 50%;
    float: left;
}
.comments-area article header {
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
.comments-area .comment-author-link,
.comments-area .comment-date-time,
.comments-area .comment-edit-link,
.comments-area .comment-permalink {
    display: block;
    margin-left: 100px;
    color: #999;
}
#content .comments-area article header cite a:hover {
    color: #0fbe7c;
}
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
    color: #0fbe7c;
}
.comments-area .comment-author-link a {
    color: #999;
}
.comments-area .comment-author-link a:hover {
    color: #0fbe7c;
}
.comments-area .comment-author-link span {
    margin-left: 10px;
    padding: 0 5px;
    background-color: #0fbe7c;
    color: #fff;
    border-radius: 3px;
}
.comments-area article header .comment-author-link:before,
.comments-area article header .comment-date-time:before,
.comments-area article header .comment-edit-link:before,
.comments-area article header .comment-permalink:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 22px/1 Genericons;
    vertical-align: top;
}
.comments-area article header .comment-author-link:before {
    content: "\f304";
}
.comments-area article header .comment-edit-link:before {
    content: "\f411";
}
.comments-area article header .comment-permalink:before {
    content: "\f107";
}
.comments-area article header .comment-date-time:before {
    content: "\f307";
}
.comment-content {
    padding: 2rem;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
}
.comment {
    margin-bottom: 20px;
}
.comment ol,
.comment ul {
    margin: 0 0 20px 20px;
}
.comment ul {
    list-style: square outside none;
}
.comment .comment-reply-link {
    float: right;
    color: #999;
}
.comment .comment-reply-link:hover {
    color: #0fbe7c;
}
.comment .comment-reply-link:before {
    content: "\f412";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 22px/1 Genericons;
    vertical-align: top;
}
.comment-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 34px;
    margin-bottom: 3.4rem;
}
.comment-list .children {
    margin-left: 20px;
    list-style-type: none;
    padding: 0;
}
.screen-reader-text {
    display: none;
}
.nav-next,
.nav-previous {
    margin-bottom: 15px;
}
.nav-previous .nav-next a {
    color: #666;
    padding: 5px 25px;
    cursor: pointer;
    border: 1px solid #eaeaea;
    font-size: 16px;
}
.nav-next a:hover,
.nav-previous a:hover {
    color: #0fbe7c;
}
#respond h3#reply-title {
    line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 1rem;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
}
#respond form {
    margin: 24px 0;
    margin: 2.4rem 0;
}
#respond form p {
    margin: 11px 0;
    margin: 1.1rem 0;
}
#respond form p.logged-in-as {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}
#respond form label {
    display: block;
    line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
}
#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #5e5e5e;
}
.required {
    color: red;
}
.related-posts-main-title {
    padding-bottom: 30px;
}
.related-posts {
    margin: 0 -2.46305419%;
}
.related-posts .entry-title {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 0;
}
.related-posts .entry-title a {
    color: #444;
}
.related-posts .entry-title a:hover {
    color: #0fbe7c;
}
.related-posts .entry-meta {
    border: 0;
    font-size: 14px;
}
.related-posts .entry-meta .by-author,
.related-posts .entry-meta .category,
.related-posts .entry-meta .comments,
.related-posts .entry-meta .date,
.related-posts .entry-meta .edit-link {
    padding: 5px 4px 5px 0;
}
.related-posts .entry-meta .by-author:before,
.related-posts .entry-meta .category:before,
.related-posts .entry-meta .comments:before,
.related-posts .entry-meta .date:before,
.related-posts .entry-meta .edit-link:before {
    font: 12px/20px FontAwesome;
}
.related-posts .entry-meta .by-author a,
.related-posts .entry-meta .category a,
.related-posts .entry-meta .comments a,
.related-posts .entry-meta .date a,
.related-posts .entry-meta .edit-link a {
    color: #666;
}
.related-posts .entry-meta .by-author a:hover,
.related-posts .entry-meta .category a:hover,
.related-posts .entry-meta .comments a:hover,
.related-posts .entry-meta .date a:hover,
.related-posts .entry-meta .edit-link a:hover {
    color: #0fbe7c;
}
#secondary .widget ul li {
    line-height: 1.5;
    padding: 5px 0;
}
#colophon .widget ul li {
    line-height: 1.5;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0;
    border-bottom: 1px solid #444;
}
#colophon .widget ul li li,
#secondary .widget ul li li {
    border-bottom: none;
}
#colophon .widget ul ul,
#secondary .widget ul ul {
    padding-left: 10px;
}
.widget select {
    border: 1px solid #ddd;
    color: #666;
    padding: 2px;
    width: 60%;
}
#secondary h3.widget-title {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 15px;
}
#secondary .widget {
    margin-bottom: 35px;
    font-size: 16px;
    margin-top: 20px;
}
.error-404 .widget {
    margin-bottom: 35px;
    font-size: 16px;
}
#secondary a:hover {
    text-decoration: underline;
}
.error-404 {
    padding-bottom: 20px;
    text-align: center;
}
.error-404 .page-title {
    font-size: 30px;
    line-height: 36px;
}
.error-404 input.s {
    width: 50%;
}
#wp-calendar caption,
#wp-calendar td,
#wp-calendar th {
    text-align: left;
    padding-bottom: 10px;
}
#wp-calendar #today {
    color: #0fbe7c;
}
#wp-calendar caption {
    text-align: center;
}
#wp-calendar #next {
    padding-right: 35px;
    text-align: right;
}
.widget_calendar #wp-calendar th {
    font-weight: 600;
}
.widget-title span {
    border-bottom: 2px solid #0fbe7c;
    padding-bottom: 5px;
}
#colophon #wp-calendar td,
#colophon #wp-calendar th {
    border: 1px solid #444;
    padding: 3px 2px 3px 8px;
}
.widget td,
.widget th {
    padding: 1px 1px 1px 2px;
}
a#scroll-up {
    bottom: 130px;
    position: fixed;
    right: 20px;
    display: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 26px/1 Genericons;
    vertical-align: top;
    color: #fff;
    opacity: 0.5;
    z-index: 1000;
}
a#scroll-up:hover {
    opacity: 1;
}
.more-link,
.read-more {
    font-size: 14px;
    color: #0fbe7c;
    font-family: Calibri, sans-serif;
}
#primary {
    float: left;
    width: 61.5763547%;
}
#secondary {
    float: right;
    width: 34.4827586%;
}
.narrow-978 #primary,
.wide-978 #primary {
    width: 65.5763547%;
}
.narrow-978 #secondary,
.wide-978 #secondary {
    width: 30.4827586%;
}
.left-sidebar #primary {
    float: right;
}
.left-sidebar #secondary {
    float: left;
}
.no-sidebar #primary {
    float: none;
    margin: 0 auto;
}
.no-sidebar-full-width #primary {
    width: 100%;
}
.no-sidebar #secondary,
.no-sidebar-full-width #secondary {
    display: none;
}
#content .page,
#content .post {
    padding-bottom: 45px;
}
.single #content .post {
    padding-bottom: 25px;
}
.page .entry-title,
.post .entry-title {
    font-size: 26px;
    line-height: 32px;
}
.page .entry-title a,
.post .entry-title a {
    color: #444;
}
.page .entry-title a:hover,
.post .entry-title a:hover {
    color: #0fbe7c;
}
.post .entry-content {
    margin-bottom: 10px;
}
.entry-content ul {
    list-style: square;
    padding: 0 0 0 35px;
    margin-bottom: 30px;
}
.entry-content ol {
    padding: 0 0 0 35px;
    margin-bottom: 30px;
}
.entry-content li > ol,
.entry-content li > ul {
    margin-bottom: 0;
}
.post .entry-content a:hover {
    text-decoration: underline;
}
.blog-medium .post .post-featured-image {
    float: left;
    width: 36%;
    text-align: left;
    padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(odd) figure {
    float: left;
    padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(even) figure {
    float: right;
    padding-left: 4%;
}
.post .entry-meta {
    border: 1px solid #eaeaea;
    font-size: 14px;
    color: #666;
    font-family: Calibri, sans-serif;
    margin: 0 0 20px;
}
.post .entry-meta .by-author,
.post .entry-meta .category,
.post .entry-meta .comments,
.post .entry-meta .date,
.post .entry-meta .edit-link {
    padding: 5px 10px;
}
.post .entry-meta .read-more-link {
    padding: 5px 10px;
    background-color: #0fbe7c;
    float: right;
    border-right: none;
}
.post .entry-meta .read-more-link:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.post .entry-meta a {
    color: #666;
}
.type-page .entry-meta a {
    color: #666;
}
.post .entry-meta a.read-more {
    color: #fff;
}
.post .entry-meta a.read-more:hover {
    color: #fff;
}
.post .entry-meta a:hover {
    color: #0fbe7c;
}
.type-page .entry-meta a:hover {
    color: #0fbe7c;
}
.post .entry-meta span {
    float: left;
    padding: 0 6px;
}
.post .entry-meta span:first-child {
    border-left: none;
}
.post .entry-meta .by-author:before,
.post .entry-meta .category:before,
.post .entry-meta .comments:before,
.post .entry-meta .date:before,
.post .entry-meta .edit-link:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 18px/1 Genericons;
    vertical-align: top;
}
.post .entry-meta .by-author:before {
    content: "\f304";
}
.post .entry-meta .date:before {
    content: "\f307";
}
.post .entry-meta .category:before {
    content: "\f301";
}
.post .entry-meta .comments:before {
    content: "\f300";
}
.post .entry-meta .edit-link:before {
    content: "\f411";
}
.author-box {
    padding: 20px;
    border: 1px solid #eaeaea;
}
.author-box .author-img img {
    margin-bottom: 0;
}
.author-box .author-description-wrapper {
    margin-left: 120px;
}
.single #content .tags {
    margin: 30px 0;
}
.single #content .tags a {
    border: 1px solid #eaeaea;
    padding: 3px 5px;
    border-radius: 3px;
    color: #666;
}
.single #content .tags a:hover {
    color: #0fbe7c;
    text-decoration: none;
}
div.wp-custom-header {
    position: relative;
}
iframe#wp-custom-header-video {
    width: 100%;
}
.wp-custom-header-video-button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 62px;
    height: 50px;
    font: 0/0 a;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
div#wp-custom-header:hover .wp-custom-header-video-button {
    visibility: visible;
    opacity: 1;
}
.wp-custom-header-video-button:before {
    content: "\f452";
    display: block;
    font-family: Genericons;
    font-size: 20px;
}
.wp-custom-header-video-button.wp-custom-header-video-pause:before {
    content: "\f448";
}
.date .updated {
    display: none;
}
#header-meta {
    background-color: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
}
#header-text-nav-container {
    border-bottom: 1px solid #eaeaea;
}
#header-text-nav-wrap {
    padding-top: 15px;
    padding-bottom: 20px !important;
}
#header-logo-image {
    float: left;
    padding: 0 20px 0 0;
    max-width: 100%;
}
#header-logo-image img {
    margin-bottom: 0;
}
#header-text {
    float: left;
    padding: 10px 20px 0 0;
}
#site-title a {
    color: #444;
    font-size: 36px;
}
h1#site-title {
    padding-bottom: 5px;
}
h3#site-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    padding-bottom: 5px;
}
#site-title a:hover {
    color: #0fbe7c;
}
#site-description {
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 0;
    color: #666;
}
#header-right-section {
    float: right;
}
#header-right-sidebar {
    overflow: hidden;
}
#header-right-section .widget {
    text-align: right;
    padding-top: 10px;
}
#header-right-section .widget h3 {
    padding-bottom: 5px;
}
.header-image {
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
}
#masthead .search-wrap input.s {
    width: 130px;
}
.search-wrap button {
    border-radius: 0;
    height: 32px;
    margin-bottom: 0;
    margin-left: -6px;
    padding: 0;
}
.search-icon:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 18px/1 Genericons;
    content: "\f400";
    vertical-align: middle;
    padding: 3px 7px;
}
.main-navigation {
    float: right;
    padding-top: 20px;
}
.main-navigation li {
    float: left;
    position: relative;
    padding: 0 0 0 25px;
    font-family: Calibri, sans-serif;
}
.main-navigation ul li a {
    font-size: 16px;
}
.main-navigation li.default-menu {
    display: none;
}
li.default-menu {
    display: none;
}
.main-navigation a {
    color: #444;
    display: block;
    float: left;
    height: 30px;
}
.main-navigation a:hover {
    color: #0fbe7c;
}
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current-menu-ancestor > .sub-toggle,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item > .sub-toggle,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > .sub-toggle,
.main-navigation ul li:hover > a {
    color: #0fbe7c;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul {
    display: none;
    z-index: 9999;
}
.main-navigation ul li:hover ul {
    display: block;
}
.main-navigation ul li .sub-toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    margin-left: 5px;
    margin-top: -4px;
}
.main-navigation ul li ul li .sub-toggle {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}
.main-navigation ul li > ul .sub-toggle {
    margin: 0;
    right: 10px;
}
.main-navigation ul li > ul.spacious-menu--left {
    left: -100%;
}
.main-navigation ul ul li:hover ul {
    display: block;
}
.main-navigation ul ul li:hover ul ul {
    display: none;
    z-index: 9999;
}
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
    display: none;
    z-index: 9999;
}
.main-navigation ul ul ul li:hover > ul {
    display: block;
}
.main-navigation ul ul ul ul li:hover > ul,
.main-navigation ul ul ul ul ul li:hover > ul {
    display: block;
}
.main-navigation ul li ul {
    position: absolute;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-top: 1px solid #0fbe7c;
    top: 30px;
    left: 25px;
    width: 150px;
}
.main-navigation ul li ul li {
    float: none;
    border-bottom: 1px solid #eaeaea;
    padding: 0;
}
.main-navigation ul li ul li.current-menu-ancestor a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li ul li.current_page_ancestor a,
.main-navigation ul li ul li.current_page_item a,
.main-navigation ul li ul li:hover > a {
    color: #0fbe7c;
}
.main-navigation ul li ul li a {
    float: none;
    line-height: 21px;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    padding: 6px 10px;
    color: #fff;
}
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
    float: none;
    line-height: 21px;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    padding: 6px 10px;
    color: #fff;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a {
    background: none repeat scroll 0 0 #fff;
    color: #0fbe7c;
}
.main-navigation ul li.current-menu-item ul li a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #0fbe7c;
}
.main-navigation ul li ul li ul {
    left: 150px;
    top: -1px;
}
.main-navigation ul li.focus > ul {
    display: block;
}
.main-navigation select {
    display: none;
}
.menu-toggle {
    display: none;
    cursor: pointer;
}
.site-header .menu-toggle {
    background: #3a3a3a;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 22px;
    margin: 0;
    text-align: center;
}
.site-header .menu-toggle:hover {
    background: #0fbe7c;
}
.site-header .menu-toggle:before {
    content: "\2261";
    margin-right: 10px;
}
.main-small-navigation {
    float: none;
}
.main-small-navigation ul {
    margin: 0;
    list-style: none;
}
.main-small-navigation a {
    display: block;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
}
.main-small-navigation li {
    background: #3a3a3a;
    position: relative;
}
.main-small-navigation li:hover {
    background: #0fbe7c;
}
.main-small-navigation ul ul a {
    padding-left: 60px;
}
.main-small-navigation ul ul ul a {
    padding-left: 80px;
}
.main-small-navigation ul > .current-menu-item,
.main-small-navigation ul > .current_page_item {
    background: #0fbe7c;
}
.small-menu {
    float: right;
}
.small-menu li {
    float: left;
    position: relative;
    font-family: Calibri, sans-serif;
}
.small-menu li.default-menu {
    display: none;
}
li.default-menu {
    display: none;
}
.small-menu a {
    color: #666;
    display: block;
    float: left;
    font-size: 10px;
    height: 21px;
    padding: 5px 0 0 16px;
    font-size: 12px;
}
.small-menu a:hover {
    color: #0fbe7c;
}
.small-menu ul li.current-menu-ancestor a,
.small-menu ul li.current-menu-item a,
.small-menu ul li.current_page_ancestor a,
.small-menu ul li.current_page_item a,
.small-menu ul li:hover > a {
    color: #0fbe7c;
}
.spacious-header-display-four .bottom-menu .main-navigation {
    float: none;
}
.spacious-header-display-four .bottom-menu .main-navigation li:first-child {
    padding-left: 0;
}
.footer-widgets-wrapper {
    background-color: #333;
    border-top: 1px solid #eaeaea;
}
.footer-widgets-area {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #999;
}
.footer-widgets-area .tg-one-fourth .widget-title {
    text-align: left;
}
.footer-widgets-area h3.widget-title {
    color: #d5d5d5;
}
.footer-widgets-area .tg-one-fourth p {
    text-align: left;
    color: #999;
}
.footer-widgets-area a {
    color: #d5d5d5 !important;
}
.footer-widgets-area a:hover {
    color: #0fbe7c !important;
}
#colophon {
    font-size: 14px;
    line-height: 18px;
}
#colophon .widget {
    padding-bottom: 25px;
}
#colophon .widget-title {
    font-size: 22px;
    line-height: 32px;
}
#colophon p {
    font-size: 14px;
    line-height: 18px;
}
.footer-socket-wrapper {
    padding: 10px 0;
    background-color: #f8f8f8;
    border-top: 1px solid #eaeaea;
}
.footer-socket-area {
    width: 100%;
}
.footer-socket-wrapper .copyright {
    color: #666;
    max-width: 50%;
    float: left;
    font-size: 12px;
}
.footer-socket-wrapper .copyright a {
    color: #666;
}
.footer-socket-wrapper .copyright a:hover {
    color: #0fbe7c;
}
.footer-socket-wrapper .small-menu {
    float: right;
}
.footer-socket-wrapper .small-menu a {
    padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
    top: 21px;
}
@media screen and (min-width: 1500px) {
    .wide-978 #featured-slider .entry-container {
        left: 17.6%;
    }
    .wide-1218 #featured-slider .entry-container {
        left: 9.6%;
    }
}
@media screen and (min-width: 1650px) {
    .wide-978 #featured-slider .entry-container {
        left: 19.45%;
    }
    .wide-1218 #featured-slider .entry-container {
        left: 11.9%;
    }
}
@media screen and (max-width: 1308px) {
    #page {
        width: 97%;
    }
    .wide-1218 #page,
    .wide-978 #page {
        width: 100%;
    }
}
@media screen and (max-width: 1078px) {
    #featured-slider .entry-container {
        max-width: 60%;
    }
    .call-to-action-content {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .call-to-action-button {
        width: 93%;
    }
    .footer-socket-wrapper .copyright {
        float: none;
        max-width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer-socket-wrapper .small-menu {
        float: none;
        text-align: center;
    }
    .footer-socket-wrapper .small-menu li {
        float: none;
        display: inline;
    }
    .footer-socket-wrapper .small-menu a {
        float: none;
        display: inline;
        padding: 5px 5px 0;
    }
    .small-menu li.default-menu,
    li.default-menu {
        display: none;
    }
    .tg-one-fourth,
    .tg-one-half,
    .tg-one-third {
        float: left;
        width: 46.7684729%;
    }
    .widget_service_block .tg-one-third {
        float: left;
        margin: 0 2.46305%;
        padding: 0 0 30px;
        width: 28.4072%;
    }
    .tg-one-fourth-last,
    .tg-one-half-last {
        float: right;
    }
    .tg-service-left {
        float: left;
        margin: 0;
    }
    .tg-service-right {
        float: right;
        margin: 0;
    }
    .tg-column-1,
    .tg-column-3 {
        float: left;
        width: 46.7684729%;
    }
    .tg-column-2,
    .tg-column-4 {
        float: right;
        margin-right: 0;
    }
    .tg-after-two-blocks-clearfix {
        clear: both;
    }
    .tg-after-three-blocks-clearfix {
        clear: none;
    }
}
@media screen and (max-width: 768px) {
    #primary,
    #secondary,
    .narrow-978 #primary,
    .wide-978 #primary {
        float: none;
        width: 100%;
        margin: 0;
    }
    #header-left-section {
        float: none;
        max-width: 100%;
        margin-right: 0;
    }
    #header-logo-image {
        float: none;
        text-align: center;
        margin-bottom: 10px;
        padding-right: 0;
    }
    #header-text {
        float: none;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }
    #site-description {
        padding-bottom: 5px;
    }
    #header-right-section {
        float: none;
        max-width: 100%;
    }
    #header-right-section .widget {
        padding: 0 0 10px;
        float: none;
        text-align: center;
    }
    .menu-toggle {
        display: block;
    }
    .main-navigation {
        float: none;
        padding-top: 0;
    }
    .main-navigation.toggled .nav-menu {
        display: block;
    }
    .main-navigation ul {
        display: none;
    }
    #featured-slider .entry-container {
        max-width: 70%;
    }
    #featured-slider .entry-description-container {
        padding: 5px 10px;
        padding: 0.5rem 1rem;
    }
    #featured-slider .slider-title-head {
        margin-bottom: 0;
    }
    #featured-slider .entry-title span {
        font-size: 18px;
        line-height: 1.4;
    }
    #featured-slider .entry-content p {
        font-size: 14px;
        line-height: 1.4;
    }
    #featured-slider .slider-read-more-button {
        font-size: 14px;
        padding: 5px 10px;
        padding: 0.5rem 1rem;
    }
    .sub-toggle {
        background: #0fbe7c none repeat scroll 0 0;
        color: #fff;
        cursor: pointer;
        display: block;
        height: 24px;
        line-height: 21px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 9px;
        width: 24px;
    }
    .main-small-navigation li.current-menu-item > .sub-toggle {
        background: #fff none repeat scroll 0 0;
    }
    .main-small-navigation li.current-menu-item > .sub-toggle i {
        color: #d40234;
    }
    .better-responsive-menu .menu-primary-container .sub-menu {
        display: none;
    }
    .sub-toggle span {
        display: inline-block;
        font-size: 11px;
        line-height: 23px;
        margin-left: 0;
    }
    .main-small-navigation li:hover > .sub-toggle {
        background: #fff;
        color: #0fbe7c;
    }
    .sub-toggle span.genericon-downarrow {
        line-height: 30px;
        margin-left: 0;
    }
    .site-header.spacious-header-display-four .bottom-menu {
        position: relative;
    }
    .site-header.spacious-header-display-four .bottom-menu .menu-toggle {
        position: absolute;
        z-index: 9999;
        right: 20px;
        top: -40px;
    }
    .better-responsive-menu #header-right-section {
        float: right;
        margin-top: 15px;
        max-width: 100%;
    }
    .better-responsive-menu #header-right-section .widget {
        margin-bottom: 10px;
    }
    .better-responsive-menu #site-navigation {
        float: right;
        margin-top: 10px;
        padding: 0;
    }
    .better-responsive-menu .main-small-navigation {
        margin-top: 10px;
    }
    .better-responsive-menu #header-logo-image {
        float: left;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .better-responsive-menu #header-left-section {
        float: left;
        margin-top: 10px;
    }
    .better-responsive-menu #header-text {
        margin: 13px 0 0;
        float: left;
        text-align: left;
    }
    .better-responsive-menu #site-description {
        font-size: 13px;
        margin-bottom: 0;
    }
    .better-responsive-menu #site-title a {
        font-size: 28px;
    }
    .better-responsive-menu .site-header .menu-toggle {
        background: #3a3a3a none repeat scroll 0 0;
        color: #fff;
        font: 0/0 a;
        height: 36px;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: center;
        width: 40px;
    }
    .better-responsive-menu #header-text-nav-wrap {
        padding: 0;
    }
    .better-responsive-menu
        #header-text-nav-wrap
        #header-right-section
        .widget {
        padding: 0;
    }
    .better-responsive-menu .site-header .menu-toggle::before {
        font-size: 21px;
        left: 50%;
        line-height: 25px;
        margin-right: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .better-responsive-menu #header-text-nav-container {
        position: relative;
        margin-bottom: 15px;
        border: none;
    }
    .better-responsive-menu #site-navigation .menu-primary-container {
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 9999;
    }
}
@media screen and (max-width: 767px) {
    .tg-one-fourth,
    .tg-one-half,
    .tg-one-third,
    .widget_service_block .tg-one-third {
        float: none;
        width: 100%;
        margin: 0;
    }
    .tg-column-1,
    .tg-column-2,
    .tg-column-3,
    .tg-column-4 {
        float: none;
    }
    #primary,
    #secondary {
        float: none;
        width: 100%;
        margin: 0;
    }
    .narrow-978 #primary,
    .narrow-978 #secondary,
    .wide-978 #primary,
    .wide-978 #secondary {
        width: 100%;
    }
    .related-posts {
        margin: 0;
    }
}
@media screen and (max-width: 600px) {
    .site-header.spacious-header-display-four .bottom-menu .menu-toggle {
        position: relative;
        right: 0;
        top: 0;
    }
    .better-responsive-menu #header-logo-image {
        display: block;
        float: none;
    }
    .better-responsive-menu #header-text {
        display: block;
        float: none;
        margin-top: 12px;
        text-align: center;
    }
    .better-responsive-menu #header-left-section {
        padding-top: 10px;
        text-align: center;
        float: none;
    }
    .better-responsive-menu #header-right-section {
        padding-top: 10px;
        float: none;
    }
    .better-responsive-menu #header-right-sidebar {
        float: right;
    }
    .better-responsive-menu #site-navigation {
        float: none;
        margin-top: 0;
    }
    .better-responsive-menu
        .site-header.spacious-header-display-four
        .bottom-menu
        .menu-toggle {
        position: absolute;
        right: auto;
        top: -45px;
        left: 15px;
    }
    .better-responsive-menu
        .site-header.spacious-header-display-four
        #header-left-section,
    .better-responsive-menu
        .site-header.spacious-header-display-four
        #header-right-section {
        float: none;
    }
    .main-navigation,
    .main-small-navigation {
        padding-top: 8px;
    }
    #featured-slider .entry-description-container {
        padding: 3px 6px;
        padding: 0.3rem 0.6rem;
    }
    #featured-slider .entry-title span {
        font-size: 14px;
    }
    #featured-slider .entry-content p {
        font-size: 10px;
    }
    #featured-slider .slider-read-more-button {
        margin-top: 5px;
        font-size: 10px;
        padding: 3px 6px;
        padding: 0.3rem 0.6rem;
    }
    #controllers {
        bottom: 5px;
    }
    #controllers a {
        height: 4px;
        margin: 0 3px;
        width: 12px;
    }
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 25%;
    }
    .author-box .author-img img {
        margin-bottom: 20px;
    }
    .author-box .author-description-wrapper {
        margin-left: 0;
    }
}
@media only screen and (max-width: 420px) {
    #page {
        width: 97%;
    }
    .inner-wrap {
        width: 95%;
    }
    #featured-slider .entry-content,
    #featured-slider .slider-read-more-button {
        display: none;
    }
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 33.33%;
    }
    .better-responsive-menu #header-text {
        text-align: center;
    }
}
form.variations_form.cart .variations tr td.label {
    min-width: 150px;
}
form.variations_form.cart {
    width: 430px;
}
.single_variation_wrap .variations_button .qty {
    min-width: 160px;
}
.single_variation_wrap .variations_button table tr td label {
    width: 105px;
    display: table;
}
.single_variation_wrap .variations_button table tr td input[type="text"] {
    width: 195px;
}
.itemShopWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.itemShopWrapper .imgCont {
    padding: 10px;
    width: 50%;
}
.itemShopWrapper .imgCont img {
    width: 100%;
}
@media screen and (max-width: 375px) {
    .itemShopWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .itemShopWrapper .imgCont {
        width: 100%;
        padding: 5px;
    }
    .itemShopWrapper .imgCont:first-child {
        padding-top: 10px;
    }
}
#header-text-nav-container {
    background: url(../../../wp-content/uploads/2017/12/header-bg.jpg) 0 0
        no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 1024px) {
    footer .clearfix .designOwn,
    footer .clearfix .expressService {
        margin-top: 40px;
    }
}
.menu-primary-container > ul > li.menu-item-has-children {
    position: relative;
}
@font-face {
    font-family: GadugiBold;
    src: url('../font/Gadugi-Bold.woff2') format('woff2'),
    url('../font/Gadugi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gadugi;
    src: url('../font/Gadugi.woff2') format("woff2"),  url('../font/Gadugi.woff') format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Calibri;
    src: url('../font/Calibri.woff2') format("woff2"),  url('../font/Calibri.woff') format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: roboto regular;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-Regular.woff') format("woff");
}
@font-face {
    font-family: roboto italic;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-Italic.woff') format("woff");
}
@font-face {
    font-family: roboto bold;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-Bold.woff') format("woff");
}
@font-face {
    font-family: roboto bold italic;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-BoldItalic.woff') format("woff");
}
@font-face {
    font-family: roboto thin;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-Thin.woff') format("woff");
}
@font-face {
    font-family: roboto thin italic;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-ThinItalic.woff') format("woff");
}
@font-face {
    font-family: roboto light;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-Light.woff') format("woff");
}
@font-face {
    font-family: roboto light italic;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-LightItalic.woff') format("woff");
}
@font-face {
    font-family: roboto medium;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-Medium.woff') format("woff");
}
@font-face {
    font-family: roboto medium italic;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-MediumItalic.woff') format("woff");
}
@font-face {
    font-family: roboto black;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-Black.woff') format("woff");
}
@font-face {
    font-family: roboto black italic;
    font-style: normal;
    font-weight: 400;
    src: url('../font/Roboto-BlackItalic.woff') format("woff");
}
.main-navigation ul li a {
    font-family: GadugiBold;
}
.main-navigation ul li a {
    color: #fff;
    font-size: 20px;
}
.main-navigation ul li ul {
    position: absolute;
    top: 30px;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 150px;
    z-index: 2;
}
.main-navigation li {
    padding: 0 0 0 60px;
}
.categoryWrapper .tg-one-third .service-image span {
    position: absolute;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: GadugiBold;
    z-index: 1;
    background: -moz-linear-gradient(
        left,
        rgba(0, 160, 142, 0.65) 0,
        rgba(0, 160, 142, 0.83) 1%,
        #00a08e 2%,
        rgba(0, 160, 142, 0.51) 61%,
        rgba(0, 156, 138, 0.5) 62%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(0, 160, 142, 0.65) 0,
        rgba(0, 160, 142, 0.83) 1%,
        #00a08e 2%,
        rgba(0, 160, 142, 0.51) 61%,
        rgba(0, 156, 138, 0.5) 62%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 160, 142, 0.65)),
        color-stop(1%, rgba(0, 160, 142, 0.83)),
        color-stop(2%, #00a08e),
        color-stop(61%, rgba(0, 160, 142, 0.51)),
        color-stop(62%, rgba(0, 156, 138, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(
        left,
        rgba(0, 160, 142, 0.65) 0,
        rgba(0, 160, 142, 0.83) 1%,
        #00a08e 2%,
        rgba(0, 160, 142, 0.51) 61%,
        rgba(0, 156, 138, 0.5) 62%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to right,
        rgba(0, 160, 142, 0.65) 0,
        rgba(0, 160, 142, 0.83) 1%,
        #00a08e 2%,
        rgba(0, 160, 142, 0.51) 61%,
        rgba(0, 156, 138, 0.5) 62%,
        rgba(0, 0, 0, 0) 100%
    );
}
.categoryWrapper .tg-one-third .service-image a:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.categoryWrapper .tg-one-third .service-image a img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.footer-widgets-wrapper {
    border-top: unset;
}
.designDescWrapper .tabWrapper {
    margin-top: -90px;
}
.designDescWrapper .tabWrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.designDescWrapper .tabWrapper ul li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px;
    color: #fff;
    font-family: GadugiBold;
    font-size: 2.4rem;
    letter-spacing: 0.15rem;
    cursor: pointer;
}
.designDescWrapper .tabWrapper ul li.active,
.designDescWrapper .tabWrapper ul li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
}
.designDescWrapper .descContainer .tabCont {
    display: none;
}
.designDescWrapper .descContainer > h2 {
    display: none;
}
.usefulFilesWrapper {
    padding: 30px 20px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.7);
}
.usefulFilesWrapper h2 {
    font-size: 6rem;
    font-family: GadugiBold;
    color: #36363a;
}
.usefulFilesWrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
}
.usefulFilesWrapper ul a li {
    width: 33%;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.usefulFilesWrapper ul a li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #00ae9e 50%, #006a61 100%);
    background: -webkit-linear-gradient(left, #00ae9e 50%, #006a61 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50%, #00ae9e),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #00ae9e 50%, #006a61 100%);
    background: linear-gradient(to right, #00ae9e 50%, #006a61 100%);
    color: #fff;
    padding: 25px 70px 20px;
    font-size: 2rem;
    font-family: GadugiBold;
    width: 100%;
    float: left;
}
.usefulFilesWrapper ul a li:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    width: 59px;
    height: 59px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.usefulFilesWrapper ul a li:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: #269b90;
    -webkit-transform: rotate(31deg);
    -moz-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    -o-transform: rotate(31deg);
    transform: rotate(31deg);
}
.usefulFilesWrapper ul a li.catalogue:before {
    background: url(../../../wp-content/uploads/2020/07/catalogue-icon.png) 0 0
        no-repeat;
}
.usefulFilesWrapper ul li.sizingchart:before {
    background: url(../../../wp-content/uploads/2020/07/sizingchart-icon.png) 0
        0 no-repeat;
}
.usefulFilesWrapper ul li.design:before {
    background: url(../../../wp-content/uploads/2020/07/jersey-design-icon.png)
        0 0 no-repeat;
}
.productFeatures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.productFeatures .container {
    max-width: 500px;
}
.productFeatures .container h2 {
    font-size: 6rem;
    font-family: GadugiBold;
    color: #36363a;
}
.productFeatures .container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}
.productFeatures .container ul li {
    width: 20%;
    overflow: hidden;
    cursor: pointer;
}
.productFeatures .container ul li img {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.productFeatures .container ul li:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.instantQuoteWrapper {
    padding: 50px 0px;
    background-color: rgba(236,237,237,255);
}
.instantQuoteWrapper .container h2 {
    font-size: 6rem;
    font-family: GadugiBold;
    color: #36363a;
}
.instantQuoteWrapper .container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}
.instantQuoteWrapper .container ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    -ms-flex-line-pack: center;
    align-content: center;
}
.instantQuoteWrapper .container ul li > div {
    text-align: center;
}
.instantQuoteWrapper .container ul li h3 {
    font-size: 2.8rem;
    font-family: GadugiBold;
    color: #36363a;
    text-align: center;
    padding: 25px 0 0;
}
.instantQuoteWrapper .container ul li p {
    font-size: 3rem;
    text-align: center;
    color: #36363a;
    line-height: 3.2rem;
}
.testimonialWrapper {
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 20px;
}
.testimonialWrapper h2 {
    font-size: 6rem;
    font-family: GadugiBold;
    color: #36363a;
}
.testimonialWrapper .testimonialCarousel {
    padding: 70px 0;
}
.testimonialWrapper .testimonialCarousel .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonialWrapper .testimonialCarousel .testimonial .lhs {
    width: 30%;
    max-width: 140px;
}
.testimonialWrapper .testimonialCarousel .testimonial .lhs a {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #36363a;
    font-weight: 700;
    padding: 10px 0 0;
    float: left;
}
.testimonialWrapper .testimonialCarousel .testimonial .rhs {
    width: 70%;
    padding: 0 25px;
}
.testimonialWrapper .testimonialCarousel .testimonial .rhs p {
    font-size: 2.8rem;
    color: #36363a;
}
.testimonialWrapper .testimonialCarousel .owl-dots {
    position: absolute;
    bottom: 50px;
}
.testimonialWrapper .testimonialCarousel .owl-dots .owl-dot {
    background-color: transparent;
    width: 10px;
    height: 10px;
}
.testimonialWrapper .testimonialCarousel .owl-dots .owl-dot.active {
    background-color: #00ae9e;
}
.testimonialWrapper .testimonialCarousel .owl-controls .owl-next,
.testimonialWrapper .testimonialCarousel .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background: url(../../../wp-content/uploads/2020/07/arrow.png) 0 0 no-repeat;
    width: 19px;
    height: 36px;
    text-indent: -9999px;
    display: none !important;
}
.testimonialWrapper .testimonialCarousel .owl-controls .owl-prev {
    background-position: 0 0;
    left: -5%;
}
.testimonialWrapper .testimonialCarousel .owl-controls .owl-next {
    right: -5%;
    background-position: -1px -36px;
}
.testimonialWrapper .buttonWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.testimonialWrapper .buttonWrapper .button {
    background-color: #00ae9e;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 20px 150px;
    max-width: 370px;
    color: #fff;
    position: relative;
    width: 45%;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
    margin: 0 10px;
}
.testimonialWrapper .buttonWrapper .button:hover {
    background-color: #047167;
}
.testimonialWrapper .buttonWrapper .button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
}
.testimonialWrapper .buttonWrapper .button p {
    font-family: GadugiBold;
    font-size: 2.6rem;
    line-height: normal;
    padding: 0;
}
.testimonialWrapper .buttonWrapper .button p span {
    font-size: 3.3rem;
    width: 100%;
    line-height: normal;
    float: left;
    line-height: 31px;
}
.testimonialWrapper .buttonWrapper .threeDButton:before {
    background: url(../../../wp-content/uploads/2020/07/3d-icon.jpg) center
        center no-repeat #a6a9ab;
}
.testimonialWrapper .buttonWrapper .requestQuoteButton:before {
    background: url(../../../wp-content/uploads/2020/07/request-quote-icon.jpg)
        center center no-repeat #a6a9ab;
}
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11;
    width: 100%;
    height: 100%;
    display: none;
}
.lightbox {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1240px;
    height: 80vh;
    background-color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 12;
    display: none;
}
.lightbox#reqQuote {
    max-width: 600px;
    height: auto;
    padding: 50px;
}
.lightbox#reqQuote .formContainer {
    width: 100%;
}
.lightbox#reqQuote .formContainer .formFld {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
}
.lightbox#reqQuote .formContainer .formFld label {
    font-size: 1.8rem;
}
.lightbox#reqQuote .formContainer .formFld input,
.lightbox#reqQuote .formContainer .formFld textarea {
    border: 1px solid #ccc;
    padding: 10px;
}
.lightbox#reqQuote .formContainer .formFld textarea {
    resize: none;
}
.lightbox#reqQuote .formContainer .errorMsg {
    font-size: 1.4rem;
    color: red;
    display: none;
}
.lightbox#reqQuote .button {
    font-family: GadugiBold;
    font-size: 1.6rem;
    color: #fff;
    background-color: #00ae9e;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 10px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0 10px 5px 0 rgba(15, 46, 81, 0.1);
    -moz-box-shadow: 0 10px 5px 0 rgba(15, 46, 81, 0.1);
    -ms-box-shadow: 0 10px 5px 0 rgba(15, 46, 81, 0.1);
    -o-box-shadow: 0 10px 5px 0 rgba(15, 46, 81, 0.1);
    box-shadow: 0 10px 5px 0 rgba(15, 46, 81, 0.1);
}
.lightbox#reqQuote .button:hover {
    background-color: #047167;
}
.lightbox .lightBoxCont {
    padding: 30px;
    font-size: 2rem;
}
.lightbox .lightBoxCont h2 {
    text-transform: uppercase;
    font-size: 3rem;
    padding-bottom: 20px;
    font-family: GadugiBold;
}
.lightbox .closeBtn {
    height: 30px;
    width: 30px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
}
.lightbox .closeBtn:after,
.lightbox .closeBtn:before {
    content: "";
    height: 5px;
    width: 30px;
    display: block;
    background: #000;
    position: absolute;
    top: 16px;
    left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lightbox .closeBtn:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 1600px) {
    .testimonialWrapper .testimonialCarousel {
        padding: 40px 0;
    }
    .testimonialWrapper .buttonWrapper {
        margin-top: 10px;
    }
    .testimonialWrapper .testimonialCarousel .owl-controls .owl-next {
        right: 0;
    }
    .testimonialWrapper .testimonialCarousel .owl-controls .owl-prev {
        left: 0;
    }
}
@media screen and (max-width: 1440px) {
    .designDescWrapper .descContainer .description {
        padding: 50px 40px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .designDescWrapper .descContainer .description .rgtSec {
        width: 35%;
    }
    .designDescWrapper
        .descContainer
        .description
        .buttonWrapper
        .threeDButton
        p {
        font-size: 2.2rem;
    }
    .designDescWrapper
        .descContainer
        .description
        .buttonWrapper
        .threeDButton
        p
        span {
        font-size: 2.8rem;
    }
    .designDescWrapper
        .descContainer
        .description
        .buttonWrapper
        .fabricWrapper
        ul
        li
        img {
        max-width: 50px;
    }
    .testimonialWrapper {
        background-size: cover;
        background-position: right top;
        background-size: 1350px !important;
        height: 500px;
    }
    .designDescWrapper .descContainer .description .buttonWrapper {
        margin-top: 0;
        width: 60%;
    }
}
.wide-1218 .inner-wrap {
    max-width: unset;
}
.inner-wrap {
    max-width: unset;
}
.footer-widgets-area {
    padding: 36px 50px 0;
}
.master-slider {
    margin: unset;
    width: unset;
}
#menu-primary-menu {
    padding-right: 100px;
}
.search-wrap {
    padding-right: 85px;
}
#header-left-section {
    padding-left: 85px;
}
.master-slider-parent {
    margin-top: -42px;
}
.widget_service_block {
    padding-top: 15px;
}
#masthead .search-wrap input.s {
    width: 200px;
    height: 45px;
    border-radius: 15px;
    background-color: #cfd1d3;
    border-color: #cfd1d3;
}
input.s {
    width: 200px;
    height: 45px;
    border-radius: 15px;
    background-color: #cfd1d3;
    border-color: #cfd1d3;
}
.search-icon {
    height: 45px !important;
    margin-left: -15px !important;
    width: 45px;
    border-radius: 0 15px 15px 0 !important;
}
.search-icon::before {
    font: normal 30px/1 Genericons;
}
.tg-one-third {
    padding: unset;
}
.main-navigation {
    padding-right: 85px !important;
}
.footer-socket-wrapper .copyright {
    padding-left: 80px;
}
.n2-section-smartslider {
    margin-top: -18px;
}
.fabricWrapper .fabricCont {
    display: none;
}

.description .lftSec h2 span:nth-child(1) {
    font-size: 3rem;
}
.description .lftSec h2 span:nth-child(2) {
    font-size: 5rem;
}
.description .lftSec > p {
    font-size: 2.2rem;
    padding: 20px 0;
    line-height: normal;
}
.threeDButton {
    width: 100%;
}
.description .buttonWrapper .fabricWrapper {
    margin: 30px 0 0;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .description {
        padding: 30px 40px;
    }
}
@media screen and (max-width: 667px) {
    .description .lftSec h2 span:nth-child(1) {
        font-size: 2.4rem;
    }
    .description .lftSec h2 span:nth-child(2) {
        font-size: 4rem;
    }
    .threeDButton {
        width: 300px;
    }
    .usefulFilesWrapper ul li a {
        font-size: 1.8rem;
    }
    .description .lftSec > p {
        font-size: 2rem;
    }
}
.threeDButton {
    color: #fff;
}
.threeDButton {
    overflow: hidden;
    display: -webkit-box;
    max-width: 270px;
    color: #fff;
    position: relative;
    width: 45%;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 0.3s ease-in;
}
.description .buttonWrapper {
    display: flex;
    margin-top: -90px;
}
.threeDButton p {
    font-family: GadugiBold;
    font-size: 2.6rem;
    line-height: normal;
    padding: 0;
}
.threeDButton p span {
    font-size: 3.3rem;
    width: 100%;
    float: left;
    line-height: 31px;
}
.header-post-title-container {
    display: none;
}
.wpcf7 {
    margin: 0 auto !important;
    width: 450px;
    display: block;
}
.wpcf7-text,
.wpcf7-number {
    margin: 0 0 8px !important;
    height: 45px !important;
    background-color: #fff !important;
    border: solid 1px !important;
}
#contactusform h1 {
    text-align: center;
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 65px;
}
.wpcf7-submit {
    display: block !important;
    margin: 0 auto 0 200px;
    width: 110px;
    font-size: 23px !important;
    height: 50px;
    border-radius: 10px;
}
.wpcf7-textarea {
    height: 125px !important;
    background-color: #fff !important;
    border: solid 1px !important;
}
.rq {
    color: red;
    margin-left: 4px;
}
.home {
    background: 0 0 !important;
}
.widget_service_block {
    margin-bottom: 10px !important;
}
.itemShopWrapper .imgCont img {
    margin-bottom: 0 !important;
}
#spacious_service_widget-3 .categoryWrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0 250px;
    background-image: url(../../../wp-content/uploads/2020/07/Pattern.png);
    background-color: #ecedec;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.categoryWrapper .tg-one-third {
    width: 25%;
    margin: 20px 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.categoryWrapper .service-image {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.7);
}
.categoryWrapper .tg-one-third .service-image a img {
    margin: 0;
}
.categoryWrapper .tg-one-third .service-image span {
    top: 55%;
    padding: 8px 0 8px 20px;
    font-size: 20px;
    width: 100%;
    text-align: left;
}
.menu-primary-container > ul > li.menu-item-has-children {
    background: url('../menu-arrow.png') right 5px no-repeat;
    padding: 0 20px 0 27px !important;
}
.menu-primary-container > ul > li {
    padding: 0 20px 0 27px !important;
}
.menu-primary-container > ul > li > ul {
    left: 27px !important;
}
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current-menu-ancestor > .sub-toggle,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-item > .sub-toggle,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > .sub-toggle,
.main-navigation ul li:hover > a {
    color: #00ae9e;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a {
    color: #00ae9e !important;
}
#menu-item-515,
#menu-item-515 a,
#menu-item-515 a:hover {
    background-color: #00ae9e !important;
    color: #fff !important;
}
.search-icon {
    background-color: #00ae9e !important;
}
.footer-widgets-area a:hover,
footer .widget-title a,
footer .widget-title a:hover,
footer .widget-title span {
    border-bottom: none !important;
    color: #00ae9e !important;
}
#colophon .widget ul li {
    border-bottom: none !important;
}
#header-text-nav-container {
    border-bottom: none !important;
    background-size: cover;
    position: fixed;
    z-index: 11;
    width: 100%;
}
.n2-section-smartslider {
    margin: 0 !important;
    /*padding: 10px 0 0;*/
}
.insta-gallery-feed {
    margin-bottom: 10px;
}
.entry-meta-bar {
    display: none;
}
.lightbox#reqQuote .formContainer .formFld label {
    font-size: 18px !important;
}
.footer-widgets-area .tg-one-fourth .widget-title,
.footer-widgets-area .tg-one-fourth .widget-title a {
    font-family: Open Sans !important;
    font-size: 30px !important;
}
.footer-widgets-area .tg-one-fourth p,
.footer-widgets-area a,
footer .clearfix .designOwn ul li a {
    font-size: 20px !important;
    line-height: normal !important;
    color: #d1d2d4 !important;
}
/*.bannerWrapper {*/
/*    padding-top: 130px;*/
/*}*/
.oxi-addons-container {
    top: -90px;
}
#page,
.ctu-ulitate-style-1-tabs,
.ctu-ulitate-style-10-tabs,
.ctu-ulitate-style-11-tabs,
.ctu-ulitate-style-12-tabs,
.ctu-ulitate-style-2-tabs,
.ctu-ulitate-style-3-tabs,
.ctu-ulitate-style-4-tabs,
.ctu-ulitate-style-5-tabs,
.ctu-ulitate-style-6-tabs,
.ctu-ulitate-style-7-tabs,
.ctu-ulitate-style-8-tabs,
.ctu-ulitate-style-9-tabs {
    background: 0 0 !important;
}
.ctu-ulitate-style-1-tabs,
.ctu-ulitate-style-10-tabs,
.ctu-ulitate-style-11-tabs,
.ctu-ulitate-style-12-tabs,
.ctu-ulitate-style-2-tabs,
.ctu-ulitate-style-3-tabs,
.ctu-ulitate-style-4-tabs,
.ctu-ulitate-style-5-tabs,
.ctu-ulitate-style-6-tabs,
.ctu-ulitate-style-7-tabs,
.ctu-ulitate-style-8-tabs,
.ctu-ulitate-style-9-tabs {
    box-shadow: initial !important;
}
.bannerWrapper img {
    margin: 0 !important;
}
.ctu-ulimate-style-1 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 24px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-2 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 24px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-3 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 24px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-4 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 18px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-5 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 18px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-6 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 24px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-7 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 24px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-8 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 24px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-9 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 24px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-10 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 24px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-11 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 24px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-12 .vc-tabs-li {
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        left,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(left, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to right, #1e5799 0, #00aa9a 0, #006a61 100%);
    border-top-right-radius: 12px;
    padding: 28px 37px !important;
    width: auto !important;
    color: #fff;
    font-family: GadugiBold !important;
    font-size: 24px !important;
    letter-spacing: 0.15rem;
    cursor: pointer;
    border-top: none !important;
    bottom: 0 !important;
    box-shadow: initial !important;
    margin: 0 !important;
}
.ctu-ulimate-style-1 .vc-tabs-li.active,
.ctu-ulimate-style-1 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-2 .vc-tabs-li.active,
.ctu-ulimate-style-2 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-3 .vc-tabs-li.active,
.ctu-ulimate-style-3 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-4 .vc-tabs-li.active,
.ctu-ulimate-style-4 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-5 .vc-tabs-li.active,
.ctu-ulimate-style-5 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-6 .vc-tabs-li.active,
.ctu-ulimate-style-6 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-7 .vc-tabs-li.active,
.ctu-ulimate-style-7 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-8 .vc-tabs-li.active,
.ctu-ulimate-style-8 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-9 .vc-tabs-li.active,
.ctu-ulimate-style-9 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-10 .vc-tabs-li.active,
.ctu-ulimate-style-10 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-11 .vc-tabs-li.active,
.ctu-ulimate-style-11 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.ctu-ulimate-style-12 .vc-tabs-li.active,
.ctu-ulimate-style-12 .vc-tabs-li:hover {
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: -webkit-linear-gradient(
        top,
        #1e5799 0,
        #00aa9a 0,
        #006a61 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#1e5799),
        color-stop(0, #00aa9a),
        to(#006a61)
    );
    background: -o-linear-gradient(top, #1e5799 0, #00aa9a 0, #006a61 100%);
    background: linear-gradient(to bottom, #1e5799 0, #00aa9a 0, #006a61 100%);
    bottom: 0 !important;
}
.description {
    padding: 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.description .topSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.description .lftSec {
    width: 60%;
}
.description .lftSec h2 {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 57px;
}
.description .lftSec h2 span:nth-child(1) {
    font-family: Gadugi;
    font-size: 40px;
}
.description .lftSec h2 span:nth-child(2) {
    font-family: GadugiBold;
    font-size: 78px;
}
.description .lftSec > p {
    font-size: 30px;
    padding: 30px 0;
    width: 90%;
    color: #000;
    font-weight: 400;
    font-family: Open Sans;
}
.description .rgtSec {
    text-align: right;
    width: 40%;
    padding: 50px;
    padding-right: 0;
}
.description .buttonWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.description .buttonWrapper .threeDButton {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    position: relative;
    width: 45%;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.description .buttonWrapper .threeDButton p {
    font-family: GadugiBold;
    font-size: 26px;
    line-height: normal;
    padding: 0;
    color: #fff;
}
.description .buttonWrapper .threeDButton p span {
    font-size: 33px;
    width: 100%;
    line-height: normal;
    float: left;
    line-height: 31px;
}
.description .buttonWrapper .fabricWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 55%;
    padding: 10px 15px;
    margin-top: 0 !important;
}
.description .buttonWrapper .fabricWrapper .fabricCont {
    display: none;
}
.description .buttonWrapper .fabricWrapper span {
    font-size: 18px;
    font-style: italic;
    font-family: GadugiBold;
    color: #6c6d70;
    border-bottom: 0 solid #6c6d70;
    padding-bottom: 4px;
    padding-left: 50px;
}
.description .buttonWrapper .fabricWrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
}
.description .buttonWrapper .fabricWrapper ul li {
    margin: 0 10px;
    cursor: pointer;
}
.description .buttonWrapper .fabricWrapper ul li > img {
    margin-bottom: 0;
}
.usefulFilesWrapper .container {
    background: 0 0 !important;
    float: left;
    width: 94%;
    padding: 10px 3%;
    text-align: center;
    margin: 0 auto;
    max-width: 1400px;
}
.instantQuoteWrapper .container h2,
.productFeatures .container h2,
.testimonialWrapper h2,
.usefulFilesWrapper h2 {
    font-size: 60px;
}
.usefulFilesWrapper ul li a {
    font-size: 26px;
    line-height: normal;
    text-align: left;
}
.productFeatures .container {
    margin: 0 auto;
    background: 0 0 !important;
    padding: 0 !important;
    text-align: center;
    margin: 0 auto;
}
.productFeatures .container ul li img {
    margin: 0 !important;
}
.instantQuoteWrapper .container {
    background: 0 0 !important;
    text-align: center;
    margin: 0 auto;
    padding: 0 !important;
    max-width: 1400px;
}
.instantQuoteWrapper .container ul li h3 {
    font-size: 28px;
}
.instantQuoteWrapper .container ul li p {
    font-size: 30px;
    line-height: 32px;
}
.testimonialWrapper .container {
    background: 0 0 !important;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
}
.testimonialWrapper .single-item-wrapper {
    display: flex;
}
.tss-wrapper .tss-carousel1 .profile-img-wrapper {
    width: 30%;
    max-width: 140px;
}
.testimonialWrapper .item-content-wrapper {
    width: 100%;
    text-align: left !important;
    padding: 0 25px !important;
}
.tss-carousel h3.author-name {
    text-align: center !important;
    font-family: Open Sans;
    font-size: 20px !important;
}
.tss-carousel h3.author-name a {
    color: #353539 !important;
    font-weight: 700;
}
.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content {
    margin: 0 !important;
    width: 100% !important;
}
.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content p {
    color: #36363a !important;
    font-size: 28px !important;
    font-style: normal !important;
    line-height: normal !important;
    font-family: Open Sans;
}
.tss-wrapper {
    padding: 70px 15px 0 !important;
}
.testimonialWrapper .buttonWrapper .button p span {
    font-size: 33px !important;
}
.testimonialWrapper .buttonWrapper .button p {
    font-size: 26px !important;
}
.teamwearSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.teamwearSec > li {
    padding: 10px;
}
.teamwearSec > li > span {
    width: 150px;
    height: 150px;
    font-family: Open Sans;
    background-color: #00ae9e;
    border-radius: 50%;
    margin: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    border: 8px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.teamwearSec > li > span.active,
.teamwearSec > li > span:hover {
    background-color: #047167;
}
.teamwearSec > li .popup {
    display: none;
}
.popupWrapper {
    width: 60%;
    padding: 20px 40px;
    font-family: Open Sans !important;
}
.popupWrapper h3 {
    font-family: GadugiBold !important;
    font-size: 20px !important;
    color: #000 !important;
}
.popupWrapper p {
    font-family: Open Sans !important;
    font-size: 18px !important;
    margin-bottom: 10px;
    color: #000 !important;
}
.popupWrapper ul {
    margin: 15px 0 0 10px;
}
.popupWrapper ul li {
    list-style-type: disc;
    margin-left: 10px;
    padding: 3px 0;
    font-size: 18px !important;
    font-family: Open Sans !important;
    color: #000 !important;
}
.popupWrapper .linkWrapper {
    margin: 20px 0 0;
}
.popupWrapper .linkWrapper a {
    color: #fff !important;
    background-color: #00ae9e;
    padding: 5px 10px;
    font-size: 18px !important;
    text-decoration: underline;
    font-family: Open Sans !important;
    margin-right: 10px;
}
.description .lftSec > p {
    font-size: 18px !important;
    color: #000 !important;
    font-family: Open Sans !important;
    font-weight: 400 !important;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
#contactusform h1 {
    margin-left: 0 !important;
}
#contactusform {
    padding-top: 200px;
}
.wpcf7-submit {
    margin: 0 auto !important;
    background-color: #00ae9e !important;
}
.lightbox#reqQuote .button {
    font-size: 16px !important;
}
@media screen and (max-width: 1440px) {
    #header-text-nav-container {
        background-size: cover;
    }
    .n2-section-smartslider {
        margin: 0;
    }
    #header-left-section {
        padding-left: 30px;
    }
    .main-navigation,
    .search-wrap {
        padding-right: 30px !important;
    }
    #spacious_service_widget-3 .categoryWrapper {
        padding: 0 60px;
    }
    .description {
        padding: 50px 40px;
    }
    .description .buttonWrapper {
        margin-top: 10px !important;
    }
    .buttonWrapper .threeDButton img{
        width: 75%;
    }
    .fabricWrapper ul li a img {
        width: 42px !important;
    }
    .mxhght {
        max-height: 560px !important;
    }
    .footer-widgets-area .tg-one-fourth .widget-title,
    .footer-widgets-area .tg-one-fourth .widget-title a {
        font-size: 23px !important;
    }
    .footer-widgets-area .tg-one-fourth p,
    .footer-widgets-area a,
    footer .clearfix .designOwn ul li a {
        font-size: 15px !important;
    }
}
@media screen and (max-width: 1024px) {
    #header-left-section {
        padding-left: 0 !important;
    }
    #header-text-nav-container {
        position: static;
    }
    .n2-section-smartslider {
        padding: 0;
    }
    .bannerWrapper {
        padding-top: 0;
    }
    .main-navigation,
    .search-wrap {
        padding-right: 0 !important;
    }
    .categoryWrapper .tg-one-third {
        width: 33.33%;
    }
    .widget_service_block .tg-one-third {
        padding-bottom: 0 !important;
    }
    .page-template-rugby_category .inner-wrap {
        width: 100% !important;
    }
    .page-template-rugbyShorts_category .inner-wrap {
        width: 100% !important;
    }
    .page-template-rugbyJersey_category .inner-wrap {
        width: 100% !important;
    }
    .oxi-addons-container {
        top: -72px;
    }
    .ctu-ulimate-style-1 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-2 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-3 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-4 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-5 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-6 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-7 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-8 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-9 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-10 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-11 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulimate-style-12 .vc-tabs-li {
        padding: 20px 25px !important;
        font-size: 20px;
    }
    .ctu-ulitate-style-1-tabs,
    .ctu-ulitate-style-10-tabs,
    .ctu-ulitate-style-11-tabs,
    .ctu-ulitate-style-12-tabs,
    .ctu-ulitate-style-2-tabs,
    .ctu-ulitate-style-3-tabs,
    .ctu-ulitate-style-4-tabs,
    .ctu-ulitate-style-5-tabs,
    .ctu-ulitate-style-6-tabs,
    .ctu-ulitate-style-7-tabs,
    .ctu-ulitate-style-8-tabs,
    .ctu-ulitate-style-9-tabs {
        padding: 0 !important;
    }
    .description .lftSec h2 {
        line-height: 1 !important;
        padding-bottom: 5px !important;
    }
    .description .lftSec p {
        padding: 20px 0 !important;
    }
    .description .lftSec h2 span:nth-child(1) {
        font-size: 30px;
    }
    .description .lftSec h2 span:nth-child(2) {
        font-size: 50px;
    }
    .description .lftSec > p {
        font-size: 22px;
    }
    .description .buttonWrapper {
        margin-top: 0 !important;
    }
    .description .buttonWrapper {
        flex-direction: column;
    }
    .description .buttonWrapper .fabricWrapper {
        margin: 30px 0 0 !important;
        width: 100%;
    }
    .description .rgtSec {
        width: 35%;
    }
    .instantQuoteWrapper .container h2,
    .productFeatures .container h2,
    .testimonialWrapper h2,
    .usefulFilesWrapper h2 {
        font-size: 50px;
    }
    .usefulFilesWrapper ul li a {
        font-size: 22px !important;
    }
    .usefulFilesWrapper .container {
        padding: 0 !important;
    }
    .usefulFilesWrapper ul {
        margin-top: 40px;
    }
    .usefulFilesWrapper ul li {
        width: 30%;
    }
    .productFeatures .container ul {
        margin: 40px 0;
    }
    .instantQuoteWrapper .container ul li h3 {
        font-size: 24px;
    }
    .instantQuoteWrapper .container ul li p {
        font-size: 24px;
        margin-bottom: 0 !important;
    }
    #header-text-nav-wrap {
        padding: 20px 10px 40px !important;
    }
    .teamwearSec > li > span {
        margin: 0;
        border: 4px solid rgba(255, 255, 255, 0.5);
        font-size: 22px !important;
        width: 100px;
        height: 100px;
        line-height: normal !important;
    }
    .popupWrapper {
        width: 100%;
    }
    .lightbox {
        position: absolute;
        width: 90%;
    }
    footer .clearfix .designOwn,
    footer .clearfix .designOwn ul,
    footer .clearfix .expressService {
        margin-top: 0 !important;
    }
    .footer-widgets-area .widget_text {
        margin-bottom: 0 !important;
    }
    .footer-widgets-area .tg-one-fourth {
        padding-bottom: 0 !important;
    }
    #contactusform {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1023px) {
    .menu-primary-container > ul > li,
    .menu-primary-container > ul > li.menu-item-has-children {
        padding: 0 17px 0 20px !important;
    }
    #spacious_service_widget-3 .categoryWrapper {
        padding: 0 !important;
    }
    footer .tg-one-fourth {
        padding: 0;
    }
    footer .widget_text {
        margin-bottom: 0;
    }
    .footer-socket-wrapper .copyright {
        padding-left: 0;
    }
    .instantQuoteWrapper .container h2,
    .productFeatures .container h2,
    .testimonialWrapper h2,
    .usefulFilesWrapper h2 {
        font-size: 40px;
    }
    .usefulFilesWrapper ul li a {
        font-size: 16px !important;
        padding: 16px 20px 16px 72px;
    }
    .instantQuoteWrapper .container ul li h3 {
        font-size: 20px;
    }
    .wpcf7,
    .wpcf7-form .wpcf7-text,
    .wpcf7-textarea {
        width: 100% !important;
    }
}
@media screen and (max-width: 900px) {
    .oxi-addons-container {
        top: 0;
    }
    .ctu-ultimate-style-heading-1 {
        text-align: left !important;
    }
    .ctu-ultimate-style-heading-1.active {
        background-color: #00ae9e !important;
        text-align: left;
    }
    .description .buttonWrapper .threeDButton {
        width: 100%;
    }
    .description .buttonWrapper .threeDButton p {
        font-size: 22px;
    }
    .description .buttonWrapper .threeDButton p span {
        font-size: 28px;
    }
    .usefulFilesWrapper .container {
        margin: 0 !important;
        width: 100% !important;
    }
    .tss-wrapper .tss-carousel1 .item-content-wrapper .item-content p {
        font-size: 20px !important;
    }
    .teamwearWrapper {
        overflow: auto;
    }
    .teamwearSec {
        width: 100%;
    }
    .teamwearSec > li > span {
        margin: 0;
        border: 4px solid rgba(255, 255, 255, 0.5);
        font-size: 18px !important;
        width: 100px;
        height: 100px;
        line-height: normal !important;
    }
    .popupWrapper {
        padding: 20px 0 !important;
    }
    .lightbox#reqQuote {
        padding: 50px 10px;
    }
}
@media screen and (max-width: 768px) {
    #header-left-section {
        padding: 20px 0 !important;
        margin: 0 !important;
    }
    #header-logo-image {
        margin-bottom: 0 !important;
    }
    .menu-primary-container > ul > li,
    .menu-primary-container > ul > li.menu-item-has-children {
        padding: 0 !important;
    }
    .menu-primary-container > ul > li.menu-item-has-children {
        background-color: #3a3a3a;
        background-position: 98% 5px;
    }
    .site-header .menu-toggle:hover {
        background-color: #00ae9e !important;
    }
    .usefulFilesWrapper ul li a {
        font-size: 14px !important;
    }
    .instantQuoteWrapper .container {
        width: 100% !important;
    }
    .instantQuoteWrapper .container ul li {
        width: 25%;
    }
    .instantQuoteWrapper .container ul li h3,
    .instantQuoteWrapper .container ul li p {
        font-size: 20px;
        line-height: normal !important;
    }
    .testimonialWrapper .buttonWrapper {
        justify-content: space-between;
    }
    .testimonialWrapper .buttonWrapper .button p {
        font-size: 22px !important;
    }
    .testimonialWrapper .buttonWrapper .button p span {
        font-size: 28px;
    }
    .testimonialWrapper .container {
        width: 100% !important;
    }
    .testimonialWrapper .buttonWrapper .button {
        padding: 20px 20px 20px 130px;
    }
    .testimonialWrapper .buttonWrapper .button p {
        font-size: 22px !important;
    }
    .testimonialWrapper .buttonWrapper .button p span {
        font-size: 28px;
    }
}
@media screen and (max-width: 667px) {
    .categoryWrapper .tg-one-third {
        width: 30%;
        margin: 20px 1.5%;
    }
    .categoryWrapper .tg-one-third .service-image span {
        font-size: 14px;
    }
    .usefulFilesWrapper ul li {
        width: 50% !important;
        margin: 10px 0;
    }
    .productFeatures .container {
        width: 100% !important;
    }
    .productFeatures .container ul li {
        width: 50%;
        max-width: 212px;
        margin-bottom: 30px;
    }
    .usefulFilesWrapper ul {
        flex-direction: column;
        align-items: center;
        margin-top: 30px !important;
    }
    .usefulFilesWrapper ul li a {
        font-size: 18px !important;
    }
    .productFeatures .container ul {
        flex-wrap: wrap;
        justify-content: space-around;
        margin-bottom: 0;
    }
    .description .lftSec h2 span:nth-child(1) {
        font-size: 24px;
    }
    .description .lftSec h2 span:nth-child(2) {
        font-size: 40px;
    }
    .description .lftSec > p {
        font-size: 20px;
    }
    .instantQuoteWrapper .container h2,
    .productFeatures .container h2,
    .testimonialWrapper h2,
    .usefulFilesWrapper h2 {
        font-size: 36px;
    }
    .description .buttonWrapper .fabricWrapper ul li img {
        max-width: 50px;
        margin-bottom: 0 !important;
    }
    .description .buttonWrapper .threeDButton:before,
    .testimonialWrapper .buttonWrapper .button:before {
        width: 90px;
        background-size: 70%;
    }
    .usefulFilesWrapper {
        padding: 20px;
    }
    .description .lftSec h2 span:nth-child(1) {
        font-size: 24px !important;
    }
    .description .lftSec h2 span:nth-child(2) {
        font-size: 30px;
    }
    #contactusform h1 {
        font-size: 40px !important;
    }
}
@media screen and (max-width: 568px) {
    .usefulFilesWrapper ul li {
        width: 70% !important;
    }
    .instantQuoteWrapper .container h2,
    .productFeatures .container h2,
    .testimonialWrapper h2,
    .usefulFilesWrapper h2 {
        font-size: 28px !important;
    }
    .instantQuoteWrapper .container ul {
        flex-direction: column;
    }
    .instantQuoteWrapper .container ul li > div img {
        margin: 0 !important;
    }
    .instantQuoteWrapper .container ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .description .topSec {
        flex-direction: column;
    }
    .description .buttonWrapper .threeDButton p,
    .testimonialWrapper .buttonWrapper .button p {
        font-size: 18px !important;
    }
    .testimonialWrapper .buttonWrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .testimonialWrapper .buttonWrapper .button {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .description .buttonWrapper .threeDButton p span,
    .testimonialWrapper .buttonWrapper .button p span {
        font-size: 22px !important;
    }
    .description .lftSec,
    .description .rgtSec {
        width: 100% !important;
    }
    .footer-widgets-wrapper,
    .socialMedia {
        padding: 5px 30px !important;
    }
    .description {
        padding: 20px;
    }
    .description .lftSec h3 span:nth-child(2) {
        font-family: Calibri !important;
        font-size: 44px !important;
        display: block;
        font-weight: bold;
        padding-top: 20px;
    }
    .description .buttonWrapper a.threeDButton {
        display: inline-block;
        text-align: center !important;
        width: 100%;
        margin-top: 0 !important;
        float: none !important;
    }
    .threeDButton img{
        width: 70%;
    }
    .description .buttonWrapper .fabricWrapper {
        margin-top: 0 !important;
    }
    .productFeatures{
        display: none;
    }
    .description .buttonWrapper{
        text-align: center !important;
    }
    .description .rgtSec {
        text-align: center !important;
        padding: 20px !important;
    }
}
@media screen and (max-width: 480px) {
    .categoryWrapper .tg-one-third {
        width: 50%;
        margin: 20px 0;
    }
    .footer-widgets-area {
        padding: 36px 0 0;
    }
    .description .lftSec h3 span:nth-child(2) {
        font-family: Calibri !important;
        font-size: 44px !important;
        display: block;
        font-weight: bold;
        padding-top: 20px;
    }
    .description .buttonWrapper a.threeDButton {
        display: inline-block;
        text-align: center !important;
        width: 100%;
        margin-top: 0 !important;
        float: none !important;
    }
    .threeDButton img{
        width: 70%;
    }
    .description .buttonWrapper .fabricWrapper {
        margin-top: 0 !important;
    }
    .productFeatures{
        display: none;
    }
    .description .buttonWrapper{
        text-align: center !important;
    }
    .description .rgtSec {
        text-align: center !important;
        padding: 20px !important;
    }
}
@media screen and (max-width: 375px) {
    .buttonWrapper,
    .description .buttonWrapper .fabricWrapper,
    .description .buttonWrapper .threeDButton {
        width: 100% !important;
    }
    .description .buttonWrapper .threeDButton {
        padding: 20px 20px 20px 120px !important;
    }
    .usefulFilesWrapper ul li {
        width: 100% !important;
    }
    .instantQuoteWrapper .container h2,
    .productFeatures .container h2,
    .testimonialWrapper h2,
    .usefulFilesWrapper h2 {
        padding-bottom: 0;
    }
    .productFeatures .container ul li {
        width: 100% !important;
    }
    .single-item-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .testimonialWrapper .tss-img-circle {
        padding: 0 !important;
    }
    .tss-wrapper .tss-carousel1 .profile-img-wrapper {
        width: 100% !important;
    }
    .testimonialWrapper .item-content-wrapper {
        width: 100% !important;
        padding: 0 !important;
    }
    .tss-carousel h3.author-name {
        text-align: center !important;
    }
    #header-logo-image img {
        max-width: 170px;
    }
    .description .lftSec h3 span:nth-child(2) {
        font-family: Calibri !important;
        font-size: 44px !important;
        display: block;
        font-weight: bold;
        padding-top: 20px;
    }
    .description .buttonWrapper a.threeDButton {
        display: inline-block;
        text-align: center !important;
        width: 70%;
        margin-top: 0 !important;
        float: none !important;
    }
    .threeDButton img{
        width: 70%;
    }
    .description .buttonWrapper .fabricWrapper {
        margin-top: 0 !important;
    }
    .productFeatures{
        display: none;
    }
    .description .buttonWrapper{
        text-align: center !important;
    }
    .description .rgtSec {
        text-align: center !important;
        padding: 20px !important;
    }
}
.footer-widgets-wrapper .search-wrap {
    position: relative;
    padding-right: 0 !important;
    width: 90%;
}
.footer-widgets-wrapper .search-wrap > input {
    width: 100%;
}
.footer-widgets-wrapper .search-wrap > button.search-icon {
    position: absolute;
    right: 0;
    margin-left: 0 !important;
}
.instantQuoteWrapper .container ul li > p,
footer#colophon .footer-widgets-wrapper * {
}
.description .lftSec h3 span {
    font-family: Calibri !important;
}
.description .lftSec h3 span:nth-child(2) {
    font-family: Calibri !important;
    font-size: 44px !important;
    display: block;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 50px;
}
/*#n2-ss-2-align {*/
/*    margin-top: 130px !important;*/
/*}*/
.testimonialWrapper .buttonWrapper {
    justify-content: start;
}
.add_to_cart_button {
    background-color: #00aa9a !important;
    color: #fff !important;
}
.wide-1218 .inner-wrap {
    max-width: 1218px;
    padding-top: 130px;
}
.wide-1218 .inner-wrap #primary {
    width: 100%;
}
.home.wide-1218 .inner-wrap,
.page-template-basketball_category .inner-wrap,
.page-template-cricket_category .inner-wrap,
.page-template-indigenous_category .inner-wrap,
.page-template-netball_category .inner-wrap,
.page-template-rugbyJersey_category .inner-wrap,
.page-template-rugbyShorts_category .inner-wrap,
.page-template-rugby_category .inner-wrap,
.page-template-school_leaver_category .inner-wrap,
.page-template-soccer_category .inner-wrap,
.page-template-swimwear_category .inner-wrap,
.wide-1218 footer .inner-wrap,
.wide-1218 header .inner-wrap {
    max-width: 100%;
    padding-top: 0;
}
/*.category-back {*/
/*    position: relative;*/
/*}*/
body.page.page-id-411 #content .page .entry-content .columns-4 {
    padding: 20px 0 !important;
}
body.page.page-id-411 #content .page .entry-content .columns-4 li {
    background-color: #ddd;
    text-align: center;
    padding: 5px;
    border: solid 2px #c5c5c5;
}
body.page.page-id-411 #content .page .entry-content .columns-4 li a img {
    margin-bottom: 5px;
}
body.page.page-id-411 #content .page .entry-content .columns-4 li a h2 {
    padding: 0;
    background-color: #fff;
    color: #00ae9e;
    font-weight: 400;
}
body.archive.tax-product_cat #main > .inner-wrap #primary {
    margin-top: 30px;
}
body.archive.tax-product_cat .inner-wrap ul.products.columns-4 {
    padding: 0 !important;
}
body.archive.tax-product_cat .inner-wrap ul.products.columns-4 > li {
    background-color: #fff;
    border: solid 1px #fff;
    padding: 5px;
    text-align: center;
}
body.archive.tax-product_cat .inner-wrap ul.products.columns-4 > li a img {
    margin-bottom: 5px;
}
body.archive.tax-product_cat .inner-wrap ul.products.columns-4 > li a h2,
body.archive.tax-product_cat
    .inner-wrap
    ul.products.columns-4
    > li
    a
    span.price {
    background-color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
}
body.archive.tax-product_cat
    .inner-wrap
    ul.products.columns-4
    > li
    a
    span.price
    span {
    padding: 0 0 5px;
    display: inline-block;
}
body.archive.tax-product_cat
    .inner-wrap
    ul.products.columns-4
    > li
    a.button.add_to_cart_button {
    margin-top: 5px;
}
section.related.products .inner-wrap #primary {
    margin-top: 30px;
}
section.related.products ul.products.columns-4 {
    padding: 0 !important;
}
section.related.products ul.products.columns-4 > li {
    background-color: #fff;
    border: solid 1px #fff;
    padding: 5px;
    text-align: center;
}
section.related.products ul.products.columns-4 > li a img {
    margin-bottom: 5px;
}
section.related.products ul.products.columns-4 > li a h2,
section.related.products ul.products.columns-4 > li a span.price {
    background-color: #fff;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
}
section.related.products ul.products.columns-4 > li a span.price span {
    padding: 0 0 5px;
    display: inline-block;
}
section.related.products
    ul.products.columns-4
    > li
    a.button.add_to_cart_button {
    margin-top: 5px;
}
.wide-1218 .inner-wrap #primary > .product.product_cat-test {
    margin-top: 40px;
}
.wide-1218
    .inner-wrap
    #primary
    > .product.product_cat-test
    .summary.entry-summary
    .qty {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.wide-1218
    .inner-wrap
    #primary
    > .product.product_cat-test
    .woocommerce-tabs.wc-tabs-wrapper
    > ul {
    margin-bottom: 0;
}
.wide-1218
    .inner-wrap
    #primary
    > .product.product_cat-test
    .woocommerce-tabs.wc-tabs-wrapper
    div#comments {
    padding: 10px;
}
.wide-1218
    .inner-wrap
    #primary
    > .product.product_cat-test
    .woocommerce-tabs.wc-tabs-wrapper
    div#review_form_wrapper {
    padding: 10px;
    background-color: #fff;
}
.wide-1218
    .inner-wrap
    #primary
    > .product.product_cat-test
    .woocommerce-tabs.wc-tabs-wrapper
    div#review_form_wrapper
    p.comment-form-cookies-consent
    label {
    display: inline-block;
    margin-left: 10px;
}
.wide-1218 .inner-wrap #primary > .woocommerce-notices-wrapper a {
    margin-left: 10px;
}
.wide-1218.woocommerce-cart .inner-wrap #primary .entry-content {
    margin-top: 40px;
    background-color: #fff;
    padding: 10px;
}
.wide-1218.woocommerce-cart
    .inner-wrap
    #primary
    .entry-content
    td.product-name
    dd
    > table {
    border-top: solid 1px #eaeaea;
    margin-bottom: 0;
}
.woocommerce-checkout.wide-1218
    .inner-wrap
    #primary
    .status-publish
    > .entry-content {
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
}
.woocommerce-checkout.wide-1218
    .inner-wrap
    #primary
    .status-publish
    > .entry-content
    .woocommerce-billing-fields
    > div
    p
    > label,
.woocommerce-checkout.wide-1218
    .inner-wrap
    #primary
    .status-publish
    > .entry-content
    .woocommerce-shipping-fields
    > div
    p
    > label {
    display: inline-block;
}
.woocommerce-checkout.wide-1218
    .inner-wrap
    #primary
    .status-publish
    > .entry-content
    .woocommerce-additional-fields
    > div
    p
    textarea,
.woocommerce-checkout.wide-1218
    .inner-wrap
    #primary
    .status-publish
    > .entry-content
    .woocommerce-billing-fields
    > div
    p
    input,
.woocommerce-checkout.wide-1218
    .inner-wrap
    #primary
    .status-publish
    > .entry-content
    .woocommerce-shipping-fields
    > div
    p
    input {
    background-color: #fff;
    border: solid 1px #aaa;
}
.woocommerce-checkout.wide-1218
    .inner-wrap
    #primary
    .entry-content
    td.product-name
    dd
    > table {
    border-top: solid 1px #eaeaea;
    margin-bottom: 0;
}
.wc-forward {
    right: 225px;
    position: absolute !important;
}
.kb-price-tiers-table,
.kb-table-total-row {
    display: none !important;
}
.wide-1218 .inner-wrap #primary > .woocommerce-notices-wrapper {
    margin-top: 20px;
}
.wide-1218
    .inner-wrap
    #primary
    > .product.product_cat-test
    .woocommerce-tabs.wc-tabs-wrapper
    div.panel.entry-content.wc-tab {
    padding: 10px;
    background-color: #fff;
}
.wide-1218
    .inner-wrap
    #primary
    > .product.product_cat-test
    .woocommerce-tabs.wc-tabs-wrapper
    div.panel.entry-content.wc-tab
    table
    td
    span {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: bottom;
    border: solid 1px #ccc;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    height: auto;
    max-height: initial;
    position: relative !important;
    margin: 0;
    right: 0;
}
.entry-content ul.woocommerce-error:before {
    left: 10px;
    top: 2px;
}
@media screen and (max-width: 1024px) {
    .wide-1218 .inner-wrap {
        padding-top: 0;
    }
    #n2-ss-2-align {
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .testimonialWrapper .buttonWrapper .button p {
        font-size: 17px !important;
    }
    .testimonialWrapper .buttonWrapper .button p span {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 561px) {
    .wide-1218
        .inner-wrap
        #primary
        > .woocommerce-notices-wrapper
        a.button.wc-forward {
        margin-top: 22px;
    }
}
@media screen and (max-width: 667px) {
    .productFeatures .container ul li {
        width: 47%;
    }
    .testimonialWrapper .buttonWrapper .button {
        padding: 10px 10px 10px 130px;
    }
}
.kb-wrapper .ng-isolate-scope .kb-navigation-buttons {
    position: relative;
}
.kb-wrapper
    .ng-isolate-scope
    .kb-navigation-buttons
    .kb-button-next.ng-binding.nextbutton {
    margin-top: 80px;
    margin-right: 40px;
}
.kb-wrapper
    .ng-isolate-scope
    .kb-navigation-buttons
    a.kb-button-prev.ng-binding.prevbutton {
    margin-top: 120px;
}
.kb-wrapper
    .ng-isolate-scope
    .kb-navigation-buttons
    a.kb-button-finish.ng-binding.finishbutton {
    margin-top: -100px;
    margin-right: 40px;
}
.kb-wrapper
    .kb-customise-page
    li.kb-wizard-breadcrumb.kb-wizard-breadcrumb-add-name-number-logo {
    width: 100px;
    display: inline-block !important;
}
.kb-wrapper
    .kb-customise-page
    .kb-wizard-breadcrumb.kb-wizard-breadcrumb-request-quote {
    width: 125px;
    display: inline-block !important;
}
.sub-pag-main {
    width: 100%;
}
.sub-pag-main img {
    max-width: 100%;
}
.sub-pag-conta {
    background-image: url(../../../wp-content/uploads/2017/12/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 20px 50px;
}
.sub-cont-und {
    width: 49%;
    display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;
}
.sub-cont-und .sub-cont-img {
    width: 100px;
    display: inline-block;
}
.sub-cont-und .sub-cont-img > img {
    max-width: 100%;
}
.sub-cont-und .sub-cont-text {
    width: calc(100% - 140px);
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-top: 5px;
}
.sub-cont-und .sub-cont-text .sub-cont-tit {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 5px;
}
.sub-cont-und .sub-cont-text .sub-cont-tit-tex {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}
.oxi-addons-container .lightbox {
    max-width: 800px;
    height: auto;
    overflow: auto;
    max-height: 100%;
}
.main-navigation ul li.current-menu-ancestor ul li a {
    color: #fff;
}
@media (max-width: 961px) {
    .sub-cont-und {
        width: 100%;
    }
}
.description .buttonWrapper {
    display: -webkit-block;
    display: -ms-block;
    display: block;
    text-align: right;
    padding: 10px;
    vertical-align: top;
    margin-top: 1px;
}
.description .buttonWrapper a.threeDButton {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-top: 40px;
    float: left;
}
.description .buttonWrapper .fabricWrapper {
    display: -webkit-inline-block;
    display: -ms-inline-block;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin-top: 110px;
}
.description .buttonWrapper a.threeDButton > p {
    font-size: 22px;
}
.description .buttonWrapper a.threeDButton > p > span {
    font-size: 28px;
}
.description .lftSec .pro-cont-main {
    min-height: 290px;
    width: 95%;
}
.description .lftSec .pro-cont-main > p {
    padding-bottom: 10px;
    text-align: justify;
}
.footer-widgets-wrapper aside.widget_media_image img {
    max-height: 73px;
    width: auto;
    margin-bottom: 0;
    display: inline-block;
}
.footer-widgets-wrapper
    .tg-one-fourth.tg-one-fourth-last.tg-column-4
    .widget_media_image {
    width: 210px;
    display: inline-block;
    text-align: left;
}
.footer-widgets-wrapper .tg-one-fourth.tg-one-fourth-last.tg-column-4 {
    text-align: right;
}
body.tax-product_cat .site #main > .inner-wrap.mainContentercls > #primary,
body.wp-custom-logo .site #main > .inner-wrap.mainContentercls > #primary {
    width: 71.517241%;
    vertical-align: top;
}
body.tax-product_cat .site #main > .inner-wrap.mainContentercls > #secondary,
body.wp-custom-logo .site #main > .inner-wrap.mainContentercls > #secondary {
    width: 24.482759%;
}
body.archive #main ul.products > li {
    background-color: #fff;
    border: solid 1px #fff;
    padding: 5px;
    text-align: center;
}
body.archive #main ul.products > li h2 {
    background-color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal;
    min-height: 49px;
    font-size: 14px;
}
body.archive #main ul.products > li span {
    background-color: #fff;
    text-align: center;
    padding-bottom: 10px;
}
body.archive #main ul.products > li a.button.add_to_cart_button {
}
body.archive #main ul.products > li a.added_to_cart.wc-forward {
    right: 0;
    position: relative !important;
    background-color: #333134;
    padding: 6px 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
    margin-top: 17px;
}
@media screen and (max-width: 767px) {
    body.tax-product_cat .site #main > .inner-wrap.mainContentercls > #primary,
    body.wp-custom-logo .site #main > .inner-wrap.mainContentercls > #primary {
        width: 100%;
        vertical-align: top;
    }
}
.wpcf7-submit {
    margin-top: 15px !important;
}
.cntrtext {
    position: absolute;
    top: 50.4%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.o1 {
    padding-left: 30px;
}
.o2 {
    padding-left: 60px;
}
.o3 {
    padding-left: 75px;
}
.o4 {
    padding-left: 40px;
}
.btn-custom {
    background-color: #00ae9e;
    border: none;
    color: #fff;
    padding: 5px 15px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    font-family: GadugiBold;
}
.add_details {
    display: inline-flex;
    margin-bottom: 20px;
}
.add_header {
    margin-right: 45px;
}
.add_phone_details {
    display: inline-flex;
    margin-bottom: 20px;
}
.add_phone_header {
    margin-right: 58px;
}
.add_email_details {
    display: inline-flex;
    margin-bottom: 20px;
}
.add_email_header {
    margin-right: 60px;
}
.faicons {
    margin-right: 20px;
    color: #00ae9e;
}
.bannerWrapper.contact-us {
    padding-top: 30px;
    max-width: 900px;
    margin: 0 auto;
}
.bannerWrapper.contact-us .containaddress {
    width: 40%;
    display: inline-block;
    padding-top: 10px;
    float: right;
}
.bannerWrapper.contact-us div#contactusform {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}
.bannerWrapper.contact-us .containaddress .add_header {
    padding: 0 0 30px;
}
.bannerWrapper.contact-us .containaddress .add_header > div {
    display: inline-block;
    vertical-align: top;
}
.bannerWrapper.contact-us div#contactusform > h1 {
    padding-bottom: 0;
    margin-top: 0;
    font-size: 36px;
}
div#contactusform form.wpcf7-form p label > span:first-child {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
div#contactusform form.wpcf7-form p label .wpcf7-form-control-wrap {
    width: 70%;
    display: inline-block;
}
div#contactusform form.wpcf7-form p label .wpcf7-form-control-wrap textarea {
    height: 80px !important;
}
@media screen and (max-width: 767px) {
    .bannerWrapper.contact-us {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .bannerWrapper.contact-us {
        padding-top: 30px;
        max-width: 100%;
        margin: 0 auto;
    }
    .bannerWrapper.contact-us .containaddress {
        width: 100%;
        float: left;
    }
    .bannerWrapper.contact-us div#contactusform {
        width: 100%;
    }
}
.productFeatures ul li {
    position: relative;
}
.productFeatures ul li p {
    padding: 10px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(
        left,
        rgba(0, 160, 142, 0.65) 0,
        rgba(0, 160, 142, 0.83) 1%,
        #00a08e 2%,
        rgba(0, 160, 142, 0.51) 61%,
        rgba(0, 156, 138, 0.5) 62%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 160, 142, 0.65)),
        color-stop(1%, rgba(0, 160, 142, 0.83)),
        color-stop(2%, #00a08e),
        color-stop(61%, rgba(0, 160, 142, 0.51)),
        color-stop(62%, rgba(0, 156, 138, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(
        left,
        rgba(0, 160, 142, 0.65) 0,
        rgba(0, 160, 142, 0.83) 1%,
        #00a08e 2%,
        rgba(0, 160, 142, 0.51) 61%,
        rgba(0, 156, 138, 0.5) 62%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to right,
        rgba(0, 160, 142, 0.65) 0,
        rgba(0, 160, 142, 0.83) 1%,
        #00a08e 2%,
        rgba(0, 160, 142, 0.51) 61%,
        rgba(0, 156, 138, 0.5) 62%,
        rgba(0, 0, 0, 0) 100%
    );
    width: 100%;
    text-align: left;
}
.tabtxt p {
    color: #000 !important;
}
.blckclr {
    color: #000 !important;
    font-weight: bold;
}
.mxhght {
    max-height: 625px;
}

.colourlogos {
    width: 100px;
}
section.mxhght {
    max-height: 100% !important;
    position: relative;
    margin-top: 0;
}
section.mxhght .oxi-addons-container {
    margin-bottom: 0;
    padding-bottom: 0;
    top: 0;
}
section.mxhght .oxi-addons-container .oxi-addons-row .description {
    padding-bottom: 0;
}
.category-back {
    top: -90px;
}
.searchProduct .status-publish.hentry .entry-title {
    padding-top: 20px;
    padding-bottom: 0;
}
.searchProduct .status-publish.hentry .entry-title a {
    color: #00ae9e;
    font-size: 18px;
}
.searchProduct .status-publish.hentry + .status-publish.hentry .entry-title {
    padding-top: 0;
    padding-bottom: 0;
}
.searchProduct .product {
    width: 48%;
    display: inline-block;
    border: solid 1px #9a9a9a;
    margin: 5px;
    vertical-align: top;
}
.searchProduct .product header.entry-header h2 a {
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.searchProduct .product figure.post-featured-image {
    width: 100%;
    display: inline-block;
}
.searchProduct .product .entry-content {
    text-align: center;
    width: 100%;
    min-height: 90px;
    padding: 0 10px;
}
.searchProduct .product header.entry-header {
    background-color: #00ae9e;
    margin-bottom: 20px;
}
.searchProduct .product header.entry-header h2 {
    padding-bottom: 0;
}
.searchProduct ul.default-wp-page {
    margin-top: 10px;
}
body.search.search-results .inner-wrap #primary {
    width: 65%;
}
.searchProduct {
    margin-top: 55px;
    margin-bottom: 55px;
}
.wc-ppc-password-form {
    margin-top: 100px;
}
.zsiq_floatmain.zsiq_theme1.siq_bR {
    margin-bottom: 50px;
}
.description.popup-tabs .popupWrapper {
    width: 100%;
}
.description.popup-tabs .popupWrapper .popup-contend {
    width: 60%;
    display: inline-block;
    padding-right: 50px;
}
.description.popup-tabs .popupWrapper .rgtSec {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}
.PoloShirtsTabImages,
.TracksuitsTabImages,
.SingletsTabImages,
.HoodiesTabImages,
.TrainingShirtsTabImages,
.TrainingShortsTabImages,
.HeadwearTabImages {
    width: 75%;
}
.insta-gallery-feed {
    margin-bottom: 10px;
}
.entry-meta-bar {
    display: none;
}
.tg-one-half,
.tg-one-half-last {
    display: none !important;
}
.woocommerce div.product form.cart p label {
    width: 170px;
    padding: 0;
}
.woocommerce div.product form.cart .qty {
    width: 170px;
    display: inline-block;
}
.woocommerce div.product form.cart .quantity {
    display: inline-block;
    float: none !important;
    width: calc(100% - 190px);
}
.woocommerce div.product form.cart .quantity input,
.woocommerce div.product form.cart p input {
    width: 190px !important;
    line-height: 25px;
    padding: 5px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #00aa9a !important;
}
form.checkout .select2-container .select2-selection--single {
    height: 40px;
}
form.checkout
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px;
}
form.checkout
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
}
.woocommerce form .form-row input#billing_phone {
    border: solid 1px #aaa;
    padding: 2%;
    border: 1px solid #eaeaea;
    line-height: 20px;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 3px;
}
a {
    color: teal;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #028074;
    color: #fff;
}
.testimonialWrapper {
    height: auto;
    background-size: cover !important;
}
@media screen and (max-width: 1024px) {
    .usefulFilesWrapper ul {
        display: block;
    }
    .usefulFilesWrapper ul a {
        margin: 5px;
        display: inline-block !important;
    }
    .description.popup-tabs .popupWrapper .popup-contend .description {
        padding: 0;
    }
    .description.popup-tabs
        .popupWrapper
        .popup-contend
        .description
        .buttonWrapper
        > a {
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 961px) {
    body.wp-custom-logo .site #main > .inner-wrap.mainContentercls > #primary {
        width: 100%;
    }
    #primary,
    #secondary,
    .narrow-978 #primary,
    .wide-978 #primary {
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    .category-back {
        top: 0;
    }
    .footer-widgets-wrapper .tg-one-fourth.tg-one-fourth-last.tg-column-4 {
        text-align: left;
    }
    .oxi-addons-container .lightbox {
        top: 150px !important;
        position: fixed;
    }
    body.search.search-results .inner-wrap #secondary {
        display: none;
    }
    body.search.search-results .inner-wrap #primary {
        width: 100%;
    }
    body.product-template-default.single
        .woocommerce-notices-wrapper
        .woocommerce-message {
        min-height: 110px;
        padding-bottom: 40px;
    }
    body.product-template-default.single
        .woocommerce-notices-wrapper
        .woocommerce-message
        a.button.wc-forward {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: auto;
    }
    body.product-template-default.single
        .woocommerce-notices-wrapper
        .woocommerce-message
        a.button.continueshoppingclass {
        position: absolute;
        bottom: 5px;
        right: 10px;
    }
    body.wp-custom-logo
        .site
        #main
        > .inner-wrap.mainContentercls
        > #secondary {
        width: 100%;
    }
}
@media screen and (max-width: 561px) {
    .searchProduct .product {
        width: 98%;
    }
    .sub-cont-und .sub-cont-img,
    .sub-cont-und .sub-cont-text {
        width: 100%;
    }
    .sub-pag-conta {
        padding: 10px;
    }
    .n2_clear{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .description.popup-tabs .popupWrapper .rgtSec,
    .description.popup-tabs .popupWrapper .popup-contend {
        width: 100%;
        padding-right: 0;
    }
    .description.popup-tabs .popupWrapper .popup-contend .description {
        padding: 0 10px;
    }
    .description.popup-tabs
        .popupWrapper
        .popup-contend
        .description
        .buttonWrapper
        a {
        margin-left: 0 !important;
    }
    .usefulFilesWrapper ul a li {
        width: 100% !important;
        line-height: 36px;
    }
    .ctu-ultimate-style-heading-1 {
        text-align: center !important;
    }
    .description .rgtSec {
        text-align: center;
    }
    .usefulFilesWrapper ul a li:after {
        content: "";
        right: -120px;
        width: 170px;
        height: 170px;
    }
}
body.page-template-contact div#main > .inner-wrap iframe,
body.page-template-contact div#main > .inner-wrap {
    max-width: 100%;
    width: 100%;
    height: 600px;
}
body.page-template-contact div#main > .inner-wrap div#content {
    padding-top: 13px;
}
body.page-template-about-us-template .inner-wrap {
    max-width: 100%;
}
body.page-template-about-us-template .inner-wrap .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}
body.page-template-about-us-template .inner-wrap .container .sub-pag-conta {
    width: 100%;
}
body.page.page-id-25110 .inner-wrap {
    max-width: 100%;
}
.insta-gallery-feed {
    margin-bottom: 10px;
}
.entry-meta-bar {
    display: none;
}
.tg-one-half,
.tg-one-half-last {
    display: none !important;
}
.woocommerce div.product form.cart p label {
    width: 170px;
    padding: 0;
}
.woocommerce div.product form.cart .qty {
    width: 170px;
    display: inline-block;
}
.woocommerce div.product form.cart .quantity {
    display: inline-block;
    float: none !important;
    width: calc(100% - 190px);
}
.woocommerce div.product form.cart .quantity input,
.woocommerce div.product form.cart p input {
    width: 190px !important;
    line-height: 25px;
    padding: 5px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #00aa9a;
}
element.style {
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #028074;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .testimonialWrapper {
        height: auto;
    }
}
@media screen and (max-width: 961px) {
    body.wp-custom-logo .site #main > .inner-wrap.mainContentercls > #primary {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .category-back {
        top: 0;
    }
    .footer-widgets-wrapper .tg-one-fourth.tg-one-fourth-last.tg-column-4 {
        text-align: left;
    }
    .oxi-addons-container .lightbox {
        top: 150px !important;
        position: fixed;
    }
    body.search.search-results .inner-wrap #secondary {
        display: none;
    }
    body.search.search-results .inner-wrap #primary {
        width: 100%;
    }
    body.product-template-default.single
        .woocommerce-notices-wrapper
        .woocommerce-message {
        min-height: 110px;
        padding-bottom: 40px;
    }
    body.product-template-default.single
        .woocommerce-notices-wrapper
        .woocommerce-message
        a.button.wc-forward {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: auto;
    }
    body.product-template-default.single
        .woocommerce-notices-wrapper
        .woocommerce-message
        a.button.continueshoppingclass {
        position: absolute;
        bottom: 5px;
        right: 10px;
    }
    body.wp-custom-logo
        .site
        #main
        > .inner-wrap.mainContentercls
        > #secondary {
        width: 100%;
    }
}
@media screen and (max-width: 561px) {
    .searchProduct .product {
        width: 98%;
    }
    .sub-cont-und .sub-cont-img,
    .sub-cont-und .sub-cont-text {
        width: 100%;
    }
    .sub-pag-conta {
        padding: 10px;
    }
    .description .lftSec h3 span:nth-child(2) {
        font-family: Calibri !important;
        font-size: 44px !important;
        display: block;
        font-weight: bold;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .n2_clear{
        display: none;
    }
}
.inner-wrap > div > .ss3-force-full-width.n2-ss-no-bga-fixed {
    margin-left: 0 !important;
}
