/*
Theme Name: WBDS Theme
Theme URI: https://www.worldpackagingdesign.com/
Description: An awesome theme developed by Piash
Author: Md. Abu Jubaer Piash
Author URI: https://www.facebook.com/iampiash
Version: 1.0
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

body p {
    font-size: 17px !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

html {
    overflow-x: hidden !important;
}

img.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}

img.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: auto;
    float: none;
    display: block;
}

.displayNone {
    display: none;
}

.wp-caption.alignleft {
    float: left;
    margin-left: 0;
    margin-right: 5px;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignright {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    margin-bottom: 0px!important;
}

img,
table,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    max-width: 100%;
}

img {
    height: auto;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}


/****************************************************************************/


/* Navigation */


/****************************************************************************/

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    position: relative;
    z-index: 100;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 1000000;
}

.sf-menu>li {
    float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}

body::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../svg/email-icon-hover.svg);
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
	* Remove all paddings around the image on small screen
	*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/**
* Simple fade transition,
*/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/


/*
*  Owl Carousel - Core
*/

.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
*  Owl Carousel - Animate Plugin
*/

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
*  Owl Carousel - Auto Height Plugin
*/

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
*  Owl Carousel - Lazy Load Plugin
*/

.owl-carousel .owl-item {
    /**
	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
	calculation of the height of the owl-item that breaks page layouts
	*/
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
*  Owl Carousel - Video Plugin
*/

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/****************************************************************************/


/* General Style */


/****************************************************************************/

@font-face {
    font-family: 'fontawesome';
    src: url('../eot/fontawesome2ccf.eot?rxp3po');
    src: url('../eot/fontawesome2ccf.eot?rxp3po#iefix') format('embedded-opentype'), url('../ttf/fontawesome2ccf.ttf?rxp3po') format('truetype'), url('../woff/fontawesome2ccf.woff?rxp3po') format('woff'), url('../svg/fontawesome2ccf.svg?rxp3po#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'fontawesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\f002";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-facebook-f:before {
    content: "\f09a";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-pinterest-p:before {
    content: "\f231";
}

@font-face {
    font-family: 'QuartoBold';
    src: url('../eot/quarto-bold.eot');
    src: url('../eot/quarto-boldd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../woff2/quarto-bold.woff2') format('woff2'), /* Super Modern Browsers */
    url('../woff/quarto-bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../ttf/quarto-bold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../svg/quarto-bold.svg') format('svg'), url('../otf/quarto-bold.otf') format('otf');
    /* IE9 Compat Modes */
    /* Legacy iOS */
}

@font-face {
    font-family: 'QuartoLight';
    src: url('../eot/quarto-light.eot');
    src: url('../eot/quarto-lightd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../woff2/quarto-light.woff2') format('woff2'), /* Super Modern Browsers */
    url('../quartoght.html') format('woff'), /* Pretty Modern Browsers */
    url('../ttf/quarto-light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../svg/quarto-light.svg') format('svg'), url('../otf/quarto-light.otf') format('otf');
    /* IE9 Compat Modes */
    /* Legacy iOS */
}

@font-face {
    font-family: 'QuartoMedium';
    src: url('../eot/quarto-medium.eot');
    src: url('../eot/quarto-mediumd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../woff2/quarto-medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../woff/quarto-medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../ttf/quarto-medium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../svg/quarto-medium.svg') format('svg'), url('../otf/quarto-medium.otf') format('otf');
    /* IE9 Compat Modes */
    /* Legacy iOS */
}

@font-face {
    font-family: 'HelveticaLight';
    src: url('../eot/hinted-helvetica-light.eot');
    src: local('Helvetica Light'), local('Helvetica-Light'), url('../eot/hinted-helvetica-lightd41d.eot?#iefix') format('embedded-opentype'), url('../woff2/hinted-helvetica-light.woff2') format('woff2'), url('../woff/hinted-helvetica-light.woff') format('woff'), url('../ttf/hinted-helvetica-light.ttf') format('truetype'), url('../svg/hinted-helvetica-light.svg#Helvetica-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNormal';
    src: url('../eot/hinted-helvetica.eot');
    src: local('Helvetica'), url('../eot/hinted-helveticad41d.eot?#iefix') format('embedded-opentype'), url('../woff2/hinted-helvetica.woff2') format('woff2'), url('../woff/hinted-helvetica.woff') format('woff'), url('../ttf/hinted-helvetica.ttf') format('truetype'), url('../svg/hinted-helvetica.svg#Helvetica') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaBold';
    src: url('../eot/hinted-helvetica-bold.eot');
    src: local('Helvetica Bold'), local('Helvetica-Bold'), url('../eot/hinted-helvetica-boldd41d.eot?#iefix') format('embedded-opentype'), url('../woff2/hinted-helvetica-bold.woff2') format('woff2'), url('../woff/hinted-helvetica-bold.woff') format('woff'), url('../ttf/hinted-helvetica-bold.ttf') format('truetype'), url('../svg/hinted-helvetica-bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    color: #e0e0e0!important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    color: #e0e0e0!important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    color: #e0e0e0!important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    color: #e0e0e0!important;
}

body {
    font-family: Helvetica Neue LT Std;
    font-weight: 300!important;
    font-size: 14px;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

a.more-work-btn {
    display: block;
    width: 100%;
    text-align: center;
    border: 0px;
    padding: 18px 30px 13px 30px;
    text-transform: uppercase;
    background: red;
    color: #fff;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    letter-spacing: 1px;
    cursor: pointer;
    max-width: 160px;
    margin: auto !important;
    line-height: 1.7;
}

.container {
    max-width: 1460px;
    margin: 0 auto;
    position: relative;
}


/******************************************************
Main CSS
*******************************************************/

.main-full-banner {
    position: relative;
    margin-bottom: 2%;
}

.main-full-banner-content {
    position: absolute;
    top: 50%;
}

.product-grid-contnet h2 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: 5px;
}

.product-grid-contnet h5 {
    font-size: 10px;
}

.grid-section,
.sponsors-section {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 2%;
}

.product-grid:last-child {
    margin-right: 0px;
}

.product-grid {
    width: 24%;
    margin-right: 2%;
    position: relative;
}

.main-full-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.main-full-banner-content h4 {
    background: #ffffff;
    padding: 10px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
}

.main-full-banner-content h1 {
    background: #ffffff;
    padding: 50px;
    font-size: 46px;
    width: 70%;
    font-weight: 700;
    font-family: serif;
    line-height: 1.3;
}

.main-full-banner-img img {
    display: block;
}

.product-grid h4.product-grid-category {
    display: inline-block;
    position: absolute;
    bottom: 85px;
    padding: 8px;
    font-size: 10px;
    background: #f5f5f5;
    font-weight: 600;
}

.product-grid-contnet {
    padding-top: 10px;
}

.sponsor-grid {
    width: 15%;
    margin-right: 2%;
}

.main-title h2 {
    font-family: serif;
    font-size: 48px;
    font-weight: 600;
}

.main-title {
    margin-bottom: 20px;
}

.highlights-section .highlights-product {
    width: 68%;
    float: left;
    margin-right: 2%;
}

.highlights-section .highlights-sidebar {
    width: 30%;
    float: left;
}

.full-highlights-grid {
    margin-bottom: 2%;
    display: inline-block;
}

.full-highlights-grid .full-highlights-grid-img {
    width: 50%;
    margin-right: 3%;
    float: left;
}

.full-highlights-grid-content {
    width: 47%;
    float: left;
}

.hightlights-grid .product-grid {
    width: 32%;
}

.full-highlights-grid-content h2 {
    font-family: serif;
    font-weight: 600;
    line-height: 1.2;
}

.full-highlights-grid-content li:last-child {
    margin-right: 0px;
}

.full-highlights-grid-content li {
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
}

.full-highlights-grid-content ul {
    margin-bottom: 10px;
}

.full-highlights-grid-content h3 {
    font-size: 20px;
    line-height: 1.3;
}

.home-blog-lists,
.highlights-blog-lists,
.featured-blog-lists,
.row-all {
    display: block;
    margin: 0 -10px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 0 !important;
}

.home-blog-lists>div,
.row-all>div {
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.post-item {
    position: relative;
}

.post-thumb>img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.home-blog-lists .post-item-fullwidth .post-thumb>img {
    height: 80vh;
    min-height: 400px;
}

.post-item-fullwidth .blog-post-title {
    color: #000;
    font-size: 25px;
}

.home-blog-lists .post-item-fullwidth .blog-post-title {
    padding: 20px 30px;
    width: 100%;
    font-size: 60px;
    background: rgba(255, 255, 255, 0.8);
    max-width: 1000px;
    display: block;
    font-family: QuartoBold;
    margin: 0;
    font-weight: normal!important;
    line-height: 70px;
    opacity: 1!important;
}

.home-blog-lists .post-item-fullwidth .blog-post-title a {
    color: #000000!important;
    opacity: 1;
}

.home-blog-lists .post-item-fullwidth .blog-post-title a:hover {
    color: #9e9e9e!important;
}

.post-title-wrp {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
}

.home-slider {
    margin-bottom: 20px;
}

.post-item-one-fourth {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}

.carousel-post-slider span.post-cat {
    font-size: 8px;
}

span.post-cat {
    background: #f2f2f2;
    display: inline-block;
    padding: 6px 10px;
    text-transform: uppercase;
    padding-left: 0;
    text-align: left;
    font-size: 8px;
    top: calc(172px);
    position: absolute;
    left: 10px;
    color: #ff2501;
    font-family: "Helvetica Neue LT Std";
    font-weight: normal!important;
    line-height: 2 !important;
}

.post-title-wrp span.post-cat {
    position: static;
}

.home-blog-lists h3.blog-post-title {
    color: #000000;
    font-size: 25px;
    line-height: 30px;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    opacity: 0.7;
}

.post-item .blog-post-title {
    margin-top: 15px;
    display: block;
    padding: 0 0 0;
    line-height: 26px;
    font-family: "Helvetica Neue LT Std";
    font-weight: normal!important;
    color: #000000 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    opacity: 1;
}

.post-item .blog-post-title a {
    opacity: 0.7;
}

span.blog-post-date {
    font-size: 11px;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    color: #9E9E9E;
    font-weight: normal;
}

.hright-box h2 a {
    color: #9E9E9E;
    opacity: 1!important;
}

.highlights-blog-lists .post-item-fullwidth {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.highlights-blog-lists>div,
.featured-blog-lists>div {
    padding: 0 10px;
    box-sizing: border-box;
}

.highlights-blog-lists .post-item-fullwidth>div {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}

.post-item.post-item-one-third {
    width: 33.33%;
    margin-top: 20px;
    float: left;
}

.blog-wth-sidebar .et_pb_column_3_5 {
    width: 66.67%;
    margin-right: 0 !important;
}

.blog-wth-sidebar .et_pb_column_2_5 {
    width: 33.33%;
    padding-left: 30px;
}

.blog-wth-sidebar .post-thumb {
    height: 100%;
}

.blog-wth-sidebar .hleft-box .post-thumb>img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    min-height: 267px;
}

.blog-wth-sidebar .hleft-box span.post-cat {
    top: 0;
}

.blog-wth-sidebar .post-item .blog-post-title {
    margin: 10px 0 10px;
}

.post-item a:hover h3.blog-post-title,
.post-item:hover h2.blog-post-title a,
.rpwe-li:hover h3.rpwe-title {
    /*color: #FF2500;*/
    transition: 300ms ease-in;
}

.blog-wth-sidebar span.post-date-comment {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-family: Helvetica Neue LT Std;
    font-weight: 300!important;
    color: #4E4E4E;
    line-height: 18px;
    display: none;
}

.highlights-blog-lists h3.blog-post-title {
    color: #000000 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-family: "Helvetica Neue LT Std";
    font-weight: normal!important;
    opacity: 1;
}

.get_exerpt,
.get_exerpt a {
    font-size: 18px;
    font-family: "Helvetica Neue LT Std";
    font-weight: 300;
    line-height: 1.3;
    opacity: 1;
    color: #333333;
}

.widget_media_image img {
    display: none;
    width: 100%;
    margin-bottom: 30px;
}

.section-head,
.section-head h1 {
    font-size: 70px;
    color: #9E9E9E;
    font-family: QuartoBold;
    line-height: 90px;
}

.highlights-blog-lists h2.blog-post-title {
    color: #000000;
    font-size: 39px;
    font-family: QuartoBold;
    line-height: 46px;
    margin-top: 0!important;
}

.rpwe-li {
    padding-left: 120px;
    position: relative;
    margin-bottom: 20px !important;
    padding-bottom: 25px;
    min-height: 80px;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.rpwe-li:hover .rpwe-img img {
    transform: scale(1.025, 1.025);
    -webkit-transform: scale(1.025, 1.025);
}

.rpwe-li .rpwe-thumb {
    border: 0 !important;
    box-shadow: none!important;
    margin: 0 !important;
    padding: 0 !important;
}

.rpwe-img {
    width: 100px;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 55;
}

.rpwe-img img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
}

.rpwe-block .rpwe-li h3 {
    font-size: 22px!important;
    line-height: 26px;
    color: #000;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
}

.rpwe-li .rpwe-time {
    position: absolute;
    bottom: 0;
    left: 120px;
    line-height: 14px;
    font-size: 12px;
    color: #000;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    opacity: 0.37;
    display: none;
}

.rpwe-li .rpwe-summary {
    display: none;
}

.featured-blog-lists .post-thumb>img {
    height: 280px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.featured-blog-lists .post-thumb a h3.blog-post-title,
.featured-blog-lists .post-thumb a:hover h3.blog-post-title {
    color: #484848!important;
}

.featured-blog-lists span.post-cat {
    top: 0;
}

.featured-blog-lists .blog-post-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    width: calc(70%);
    right: 0;
    margin: auto;
    font-size: 14px;
    line-height: 30px;
    font-family: Helvetica Neue LT Std;
    color: #000000;
    min-height: 80px;
}

#example5 .sp-thumbnail-title {
    font-size: 11px;
    line-height: 20px;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    color: #000;
}

.sponser-img {
    padding: 0 !important;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
}

.sponser-img .et_pb_column {
    width: calc(-13%) !important;
    margin-right: 30px !important;
    margin-bottom: 30px;
}

.sponser-img .et_pb_column:last-child {
    margin-right: 0 !important;
}

.sponsors-lists.row-all {
    margin: 0px;
}

.wp-pagenavi {
    clear: both;
    border-top: 0px;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 40px;
    width: 100%;
    display: inline-block;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #000 !important;
    background: #fff;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin: 0px;
    border: none!important;
    color: #000;
    text-decoration: none;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    font-size: 20px!important;
    padding: 10px 15px;
    vertical-align: bottom;
    transition: 500ms ease-in;
    display: inline-block;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #000 !important;
    position: relative;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    background: transparent;
}

.wp-pagenavi a.nextpostslink:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 7px solid red;
    border-bottom: 6px solid transparent;
    right: -10px;
    top: 14px;
}

.wp-pagenavi a.previouspostslink:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 7px solid red;
    border-bottom: 6px solid transparent;
    top: 14px;
    left: -5px;
}

.sp-thumbnail-description {
    color: #fff !important;
    font-size: 10px!important;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std!important;
    font-weight: normal!important;
}

.youtube-sponsor-sec .et_pb_column {
    width: 15%;
    margin-right: 2%;
}

.blg-page {
    background: #F2F2F2!important;
    padding-bottom: 30px;
}

.sp-thumbnail-container {
    cursor: pointer;
}


/*------contact page-------*/

.contact-form {
    position: relative;
}

.contact-form .left-field {
    width: 40%;
    margin-right: 6% !important;
    margin-top: 0px !important;
    padding: 0px !important;
    float: left;
    margin-bottom: 15px;
}

.contact-form .left-field input {
    width: 100% !important;
    border: 0px;
    padding: 12px 12px 12px 20px !important;
    color: #d3d3d3 !important;
    font-size: 18px !important;
    font-family: sans-serif !important;
    margin-top: 0px !important;
    line-height: normal !important;
}

.contact-form .right-field {
    width: 54%;
    float: right;
    padding: 0px !important;
    margin: 0px !important;
    position: absolute;
    right: 0;
}

.contact-form .right-field textarea {
    border: 0px;
    padding: 0px !important;
    height: 285px !important;
}

.form-checkbox-field ul {
    width: 100% !important;
    margin: 0px !important;
    padding: 0 10px !important;
}

.form-checkbox-field ul label {
    font-size: 18px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300!important;
    font-weight: 600;
}

.form-checkbox-field ul li {
    margin: 0px !important;
}

.contact-form .gform_footer.top_label {
    width: auto !important;
    padding: 0px !important;
    text-align: right;
    margin: 0px !important;
}

.contact-form .gform_footer.top_label input {
    margin: 0px !important;
    border: 0px;
    padding: 15px 30px;
    text-transform: uppercase;
    background: red;
    color: #fff;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    letter-spacing: 1px;
    cursor: pointer;
}

.contact-form .form-checkbox-field {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

.contact-form .form-checkbox-field input[type=checkbox] {
    display: none !important;
}

.contact-form .form-checkbox-field input[type=checkbox]+label:before {
    font-family: FontAwesome !important;
    display: inline-block;
    margin-right: 10px;
}

.contact-form .form-checkbox-field input[type=checkbox]+label:before {
    content: "";
    border: 1px solid #d3d3d3 !important;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    vertical-align: middle;
    background: #fff;
}

.contact-form .form-checkbox-field input[type=checkbox]:checked+label:before {
    content: "\f00c";
    border: 1px solid #d3d3d3 !important;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    line-height: 20px;
    background: #fff;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}


/*single post*/

.head-cat p.post-meta span {
    display: none;
}

.head-cat p.post-meta a {
    color: #A3A3A3!important;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    font-weight: normal;
}

h1.entry-title {
    font-size: 70px;
    font-family: QuartoBlack;
    color: #000000;
    line-height: 90px;
}

.et_post_meta_wrapper p.post-meta span,
.et_post_meta_wrapper p.post-meta a {
    font-family: QuartoLight;
    color: #4E4E4E;
    font-size: 26px;
    line-height: 31px;
}

span.seprator-icon {
    border-bottom: 1px solid #4e4e4e;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

span.published+span.seprator-icon {
    display: none;
}

.et_post_meta_wrapper span.published+span.seprator-icon+a {
    display: none;
}

.single .entry-content img {
    width: 100%;
}

.share-social ul {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
}

.share-social ul li img {
    width: 100%;
}

.share-social ul li {
    float: left;
    width: 23.50%;
    margin-right: 2%;
}

.share-social ul li:last-child {
    margin-right: 0;
}

.share-social {
    margin: 30px auto -20px auto;
    display: inline-block;
    width: 100%;
}

.single h3 {
    font-size: 40px;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    line-height: 1.3;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
}

.single .entry-content {
    padding-bottom: 1em;
    font-family: Timesnewroman;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.image-block-wrapper[style="padding-bottom:75.0%;"] {
    padding-bottom: 20px!important;
    padding-top: 20px!important;
}

.image-block-wrapper.has-aspect-ratio {
    padding-bottom: 10px!important;
    padding-top: 20px;
}

.comment-form-comment textarea,
.comment-form input[type=text] {
    background: #fff !important;
    border: 2px solid #d3d3d3 !important;
    width: 100% !important;
}

.comment-form label {
    display: block !important;
    font-family: "HelveticaBold" !important;
    color: #000;
    font-size: 13px;
    padding-bottom: 12px;
}

a.comment-reply-link.et_pb_button:after {
    display: none;
}

a.comment-reply-link.et_pb_button,
a.comment-reply-link.et_pb_button:hover {
    background: #4E4E4E;
    color: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 20px;
}

.comment-form-cookies-consent label {
    font-size: 16px !important;
    display: inline-block !important;
    font-weight: 400 !important;
    margin-left: 10px;
    margin-top: 0;
}

.comment-respond p.logged-in-as {
    display: none;
}

.comment-respond h3#reply-title {
    padding-bottom: 10px;
    font-family: "HelveticaBold";
    font-size: 20px;
    color: #f00;
}

.comment-respond .form-submit .et_pb_button,
.comment-respond .form-submit .et_pb_button:hover {
    display: inline-block;
    cursor: pointer;
    border: 0px;
    background: red;
    color: #fff;
    font-family: "HelveticaBold";
    font-size: 16px;
    border-radius: 0px;
    padding: 12px 20px;
    text-transform: uppercase;
}

#comment-wrap * {
    font-family: "HelveticaNormal";
}

#comment-wrap {
    padding-top: 0!important;
    width: 50%;
    font-family: "HelveticaNormal";
}

.comment-form-cookies-consent label {
    width: 90%;
}


/*-------design upload form------*/

.design-upload-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #e0e0e0;
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal!important;
}

.design-upload-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #e0e0e0;
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal!important;
}

.design-upload-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #e0e0e0;
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal!important;
}

.design-upload-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #e0e0e0;
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal!important;
}

.design-upload-form .gform_fields li.gfield.design-upload-title {
    padding-top: 30px!important;
}

.design-upload-form .design-upload-title h2 {
    color: red;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    font-size: 14px;
    padding-bottom: 0px;
}

.design-upload-form .design-upload-title h2 span {
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal!important;
}

.design-upload-form label.gfield_label {
    color: #000;
    font-size: 20px !important;
    padding-left: 20px;
}

.design-upload-form .gfield_description {
    font-size: 16px !important;
    color: #707070 !important;
    font-weight: 600;
    padding: 10px 0px 0px 20px !important;
}

.design-upload-form .ginput_container input {
    background: #fff;
    border: 0px !important;
    font-size: 16px !important;
    padding: 15px 20px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    color: #000 !important;
    width: 100% !important;
    min-height: 100% !important;
    line-height: normal !important;
}

.design-upload-form .gform_fields li {
    margin-top: 40px !important;
    padding: 0px !important;
}

.design-upload-form input[type=submit] {
    padding: 16px 30px;
    margin: 0px !important;
    background: red;
    border: 0px !important;
    color: #fff;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px !important;
}

.design-upload-form .gform_footer.top_label {
    text-align: right;
    padding: 0px !important;
}

.design-upload-form .ginput_container_select,
.design-upload-form .ginput_container_multiselect {
    padding-left: 20px;
    margin-top: 10px !important;
}

.design-upload-form .ginput_container_select select,
.design-upload-form .ginput_container_multiselect select {
    width: calc(50%) !important;
    padding: 10px !important;
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal!important;
    border: 2px solid #d3d3d3 !important;
    height: 45px !important;
}

.design-upload-form .gfield_checkbox {
    margin: 0px !important;
}

.design-upload-form .gfield_checkbox li {
    margin: 0px !important;
}

.design-upload-form .ginput_container_checkbox {
    margin: 0px !important;
    padding-left: 40px;
    padding-top: 25px !important;
}

.design-upload-form .gfield_checkbox li label {
    font-size: 18px !important;
    font-weight: 600;
}

.design-upload-form .gfield_checkbox li input[type=checkbox] {
    display: none !important;
}

.design-upload-form .gfield_checkbox li input[type=checkbox]+label:before {
    font-family: FontAwesome !important;
    display: inline-block;
    margin-right: 10px;
}

.design-upload-form .gfield_checkbox li input[type=checkbox]+label:before {
    content: "";
    border: 1px solid #d3d3d3 !important;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    vertical-align: middle;
    background: #fff;
}

.design-upload-form .gfield_checkbox li input[type=checkbox]:checked+label:before {
    content: "\f00c";
    border: 1px solid #d3d3d3 !important;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    line-height: 20px;
    background: #fff;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}

.submit-design-sec .design-upload-form .file-uploading-section {
    padding: 15px !important;
    background: rgba(0, 0, 0, 0.02);
}

.submit-design-sec .design-upload-form .file-uploading-section label.gfield_label {
    padding: 0px;
}

.design-upload-form .file-uploading-section .gfield_description {
    padding-left: 0px !important;
}

.file-uploading-section input {
    height: 300px;
    border: 1px solid red !important;
}

.design-upload-form .project-des-key textarea,
.design-upload-form .project-des-key input {
    border: 0px;
    height: 300px !important;
    padding: 15px;
}

.design-upload-form .gfield_error {
    border: 0px !important;
    background: transparent !important;
}

.design-upload-form .validation_message,
.design-upload-form .gfield_error .gfield_label {
    color: red !important;
}

.design-upload-form .validation_error {
    border: 2px solid red !important;
    color: red !important;
    font-size: 18px !important;
    background: #fff !important;
}


/*--------design upload form end--------*/

.single .ad-box img {
    margin: auto;
    max-width: 900px!important;
}

.single .et_pb_post {
    margin-bottom: 27px;
}

.header-title-single {
    margin-bottom: 20px;
}

.single .sqs-row a {
    color: #000;
}

.alm-btn-wrap .alm-load-more-btn {
    text-transform: uppercase;
    border-radius: 0px;
    letter-spacing: 1px;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    font-size: 14px !important;
    margin: 0px;
    padding: 15px 30px;
    height: auto;
    line-height: normal;
    background: red;
}

.single-blog-product-des {
    max-width: 50%;
    padding-top: 10px;
}

.single-blog-product-des ul {
    padding: 0px !important;
    list-style: none !important;
}

.single-blog-product-des ul li {
    font-family: Parisine-Regular;
    font-size: 13px;
    line-height: 1.3;
    color: #000;
}

.single-blog-product-des ul li a {
    color: #2ea3f2;
    text-decoration: underline;
}

.single-blog-product-des ul li span {
    font-family: Parisine-Bold;
}

.image-block-wrapper[style="padding-bottom:67.0967788696289%;"] {
    padding-bottom: 10px!important;
}

.sqs-block.html-block.sqs-block-html:last-child .sqs-block-content p[style="white-space:pre-wrap;"],
.sqs-block.html-block.sqs-block-html:last-child .sqs-block-content p[style="white-space: pre-wrap;"],
.sqs-block.html-block.sqs-block-html:last-child {
    display: none!important;
}

img.uploaded-images {
    width: 100%;
    padding: 10px 0;
}

.single .wp-video {
    max-width: 100%;
    height: auto;
    width: 100%!important;
    padding: 10px 0;
}


/*poll css*/

.feedback-wrp {
    padding-top: 10px;
}

.feedback-wrp h1 {
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    margin-bottom: 5px;
    font-size: 25pt;
}

.totalpoll-wrapper {
    margin-left: 0px;
    max-width: 50%;
    margin-bottom: 20px;
}

.totalpoll-question-content {
    margin-bottom: 10px!important;
}

.totalpoll-wrapper h4 {
    font-size: 20px!important;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
}

.totalpoll-question-content p {
    font-size: 16px!important;
    font-style: italic;
    padding-top: 5px!important;
}

.totalpoll-question-choices-item-selector-box {
    opacity: 0;
    margin-left: -18px !important;
}

.totalpoll-question-choices-item-control {
    background: #C9C9C9!important;
    color: #000;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    font-size: 18px!important;
}

.totalpoll-question-choices-item-control.totalpoll-question-choices-item-checked {
    color: #000!important;
    opacity: 0.8 !important;
}

.totalpoll-question {
    margin-bottom: 0!important;
}

button.totalpoll-button.totalpoll-button-primary.totalpoll-buttons-vote {
    background: transparent!important;
    border: 2px solid #000!important;
    color: #000000!important;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std!important;
    padding: 10px 25px!important;
}

button.totalpoll-button.totalpoll-buttons-results {
    background: transparent!important;
    border: 0!important;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std!important;
}

.totalpoll-question-choices-item-results .totalpoll-question-choices-item-votes-bar {
    height: 50px!important;
    position: absolute;
    top: 0;
    left: 0;
    background: #C9C9C9!important;
}

.totalpoll-question-choices-item-results .totalpoll-question-choices-item-label span {
    z-index: 9;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    font-size: 18px!important;
    padding-left: 80px!important;
    height: 28px!important;
    line-height: 30px;
}

.totalpoll-question-choices-item-results .totalpoll-question-choices-item-votes {
    margin: 0!important;
    line-height: normal!important;
}

.totalpoll-question-choices-item-results .totalpoll-question-choices-item-votes-text {
    position: absolute;
    font-size: 16px!important;
    top: 18px;
    margin-left: 0!important;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
}

.totalpoll-question-choices-item-results .totalpoll-question-choices-item-label {
    background: transparent!important;
    border: 0!important;
}

.no-post {
    padding: 50px 0 100px;
    text-align: CENTER;
    font-size: 36px;
}

.gform_wrapper .main-title-sec h3 {
    font-size: 28px;
    line-height: 1.1;
    font-family: QuartoMedium;
    color: #484848;
}

.submit-design-sec .gform_wrapper {
    margin-top: 0!important;
}

.gform_wrapper .submit-design-sec h3 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 24px;
}

.gform_wrapper {
    overflow: hidden;
}

.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}

.gform_confirmation_message .submit-design-sec {
    color: #333333;
}

.gform_confirmation_message .submit-design-sec br {
    display: none;
}

.gform_confirmation_message .submit-design-sec h3.headtitle {
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
}

.gform_confirmation_message .submit-design-sec a {
    color: red;
}

.sp-right-thumbnails.sp-has-pointer {
    overflow-y: scroll!important;
}

select {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    -webkit-text-align-last: center;
    -khtml-text-align-last: center;
}


/*********************************************** 
Header Area
************************************************/

input,
textarea,
select {
    outline: none;
}

div#mega-menu-wrap-primary-menu>ul>li {
    padding-right: 40px !important;
}

#main-header {
    margin-bottom: 0px;
}

#main-header .container .logo-container {
    padding: 60px 0;
    align-items: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
}

#main-header .container .logo-container .header-logo {
    width: 60%;
    order: 2;
    text-align: center;
}

#main-header .container .logo-container .header-logo img {
    max-width: 350px;
}

#main-header .container .logo-container .probox .proinput input[type="search"] {
    text-align: left !important;
}

#main-header .container .logo-container .probox .proinput input[type="search"]::placeholder {
    text-transform: lowercase !important;
    text-align: left !important;
}

#main-header .container .logo-container .header-left-area {
    width: 20%;
    order: 1;
}

#main-header .container .logo-container .header-left-area .mc4wp-form-fields .custom-newsletter {
    position: relative !important;
}

#main-header .container .logo-container .header-left-area .mc4wp-form-fields .custom-newsletter i {
    position: absolute;
    font-size: 14px;
    line-height: 41px;
    top: 0;
    right: 17px;
    color: #c3bdbd!important;
    display: none;
    cursor: pointer;
}

#main-header .container .logo-container .header-left-area .mc4wp-form-fields input[type="submit"] {
    background-image: url(../svg/email-icon.svg);
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    transform: translate(5px, 15px);
    font-size: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 23px;
    box-shadow: none;
    border-radius: 0;
    right: 16px;
    cursor: pointer;
    -webkit-transition: width 0.5s;
    /* Safari prior 6.1 */
    transition: width 0.5s;
}

#main-header .container .logo-container .header-left-area .mc4wp-form-fields input[type="submit"]:hover {
    background-image: url(../svg/email-icon-hover.svg);
    -webkit-transition: width 0.5s;
    /* Safari prior 6.1 */
    transition: width 0.5s;
}

#main-header .container .logo-container .header-left-area .mc4wp-response p {
    position: absolute;
    margin-top: 11px;
    margin-bottom: 10px;
    max-width: 600px;
    line-height: 1.2;
}

#main-header .container .logo-container .header-left-area span {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    color: #9d9d9d;
}

#main-header .container .logo-container .header-left-area input[type="text"],
#main-header .container .logo-container .header-left-area input[type="email"] {
    padding: 12px 10px !important;
    border: 1px solid #e0e0e0 !important;
    font-size: 14px !important;
    font-family: sans-serif !important;
    border-radius: 0px !important;
    width: 100% !important;
    color: #000000 !important;
    text-align: left !important;
}

#main-header .container .logo-container .header-left-area input[type="text"]::placeholder,
#main-header .container .logo-container .header-left-area input[type="email"]::placeholder {
    text-transform: lowercase !important;
    text-align: left !important;
}

#main-header .container .logo-container .header-right-area {
    width: 20%;
    order: 3;
}

#main-header .container .logo-container .header-right-area div#search-3 {
    margin-top: 8px;
    padding-right: 2px;
}

#main-header .container .logo-container .header-right-area div#search-3 .probox {
    padding: 7px 10px !important;
}

#main-header .container .logo-container .header-right-area div#search-3 .probox .innericon svg {
    fill: #c3bdbd!important;
}

#main-header .container .logo-container .header-right-area .proinput {
    margin-left: 0 !important;
}

#main-header .container .logo-container .header-right-area .proinput ::placeholder {
    color: #e0e0e0 !important;
}


/* header email and search box section */

#main-header .container .logo-container .header-left-area .mc4wp-form-fields .custom-newsletter i {
    background-image: url(../svg/email-icon.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    transform: translate(5px, 15px);
    font-size: 0;
}

.innericon svg {
    display: none !important;
}

.innericon {
    background-image: url(../svg/search-icon.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}


/* navigation area start*/

#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    opacity: 0;
    display: none;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 11px;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item {
    padding: 0 0 0 10px !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    color: #f00 !important;
    font-family: "Helvetica Neue LT Std";
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #666;
    font-weight: bold!important;
    font-family: "Helvetica Neue LT Std";
    font-size: 12px;
    margin-bottom: 2px;
    text-transform: capitalize;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover {
    color: #f00;
}


/* navigation area start*/


/*********************************************** 
Home page 
************************************************/

.post-inner img {
    width: 100%;
    background: #ddd;
    display: block;
}

span.blog-post-date {
    display: none !important;
}

body.home section.home-cta-area {
    padding-top: 20px;
}

body.home section.home-cta-area .container p.page-nav {
    white-space: pre-wrap;
    text-align: center;
    line-height: 1;
    font-size: 14px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

body.home section.home-cta-area .container p.page-nav strong {
    font-family: Helvetica Neue LT Std;
    font-weight: bold!important;
    opacity: .8;
    color: #212121;
    display: inline-block;
    margin-bottom: 0;
    white-space: pre-wrap;
    letter-spacing: -0.2px;
}

body.home section.home-cta-area .container p.page-nav a {
    color: rgba(255, 0, 0, 0.9);
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    white-space: pre-wrap;
    padding-bottom: 1px;
    display: inline-block;
    font-size: 14px !important;
    margin: 0 8px;
}

body.home section.home-cta-area .container .home-cta {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

body.home section.home-cta-area .container .single-cta {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

body.home section.home-slider .container .carousel-post-slider .item.post-item.post-item-fullwidth .post-inner .post-thumb img {
    height: 80vh;
    min-height: 500px;
    object-fit: cover;
}

body.home section.home-slider .container .carousel-post-slider .item.post-item.post-item-fullwidth .post-inner .post-title-wrp h2.blog-post-title {
    opacity: 1 !important;
}

body.home section.home-slider .container .carousel-post-slider .item.post-item.post-item-fullwidth .post-inner .post-title-wrp h2.blog-post-title a {
    padding: 20px 30px;
    width: 100%;
    font-size: 60px;
    background: rgba(255, 255, 255, 0.7);
    max-width: 1000px;
    display: block;
    font-family: QuartoBold;
    margin: 0;
    font-weight: normal!important;
    line-height: 70px;
    opacity: 1!important;
    display: inline-block;
    color: #000;
}

body.home section.home-slider .container .carousel-post-slider .item.post-item.post-item-fullwidth .post-inner .post-title-wrp h2.blog-post-title {
    margin-top: 0 !important;
}

body.home section.home-container .container h2.title {
    font-size: 20px!important;
    color: #ff0000 !important;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std!important;
    display: block;
    text-transform: uppercase;
}

body.home section.home-container section.home-recent-blog-list .container {
    padding-bottom: 0;
}

body.home section.home-container section.home-recent-blog-list .container .row-all {
    display: block;
}

body.home section.home-container section.home-recent-blog-list .container .row-all .post-item.post-item-one-fourth .post-inner h3.blog-post-title {
    color: #000000 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-family: "Helvetica Neue LT Std";
    font-weight: normal!important;
    opacity: 1;
    min-height: 32px;
}

body.home section.home-container section.highlight-container {
    padding-bottom: 0px;
}

body.home section.home-container section.highlight-container .container h2 {
    padding-bottom: 20px;
}

body.home section.home-container section.highlight-container .container .highlight-area {
    width: 67%;
    float: left;
}

body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box h2.blog-post-title {
    padding: 0 0 10px !important;
    font-size: 20px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    line-height: 1;
    margin-top: 0!important;
}

body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box h2.blog-post-title a {
    color: #000;
}

body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box span.post-date-comment {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-family: Helvetica Neue LT Std;
    font-weight: 300!important;
    color: #4E4E4E;
    line-height: 18px;
    display: none;
}

body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hleft-box {
    width: 33% !important;
}

body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box {
    width: 67% !important;
}

body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-one-third .post-inner h3.blog-post-title {
    font-weight: 500;
}

body.home section.home-container section.highlight-container .container .recent-posts-area {
    width: 33%;
    float: left;
    padding-left: 20px;
}

body.home section.home-container section.highlight-container .container .recent-posts-area .home-rightside-ads-area {
    max-height: 201px;
    margin-bottom: 20px;
}

body.home section.home-container section.highlight-container .container .recent-posts-area .home-rightside-ads-area img {
    max-height: 201px;
    object-fit: cover;
}

body.home section.home-container section.highlight-container .container .recent-posts-area .rpwe-block .rpwe-li h3 {
    line-height: 0;
    color: #000;
    font-family: "Helvetica Neue LT Std";
    font-weight: normal!important;
}

body.home section.home-container section.highlight-container .container .recent-posts-area .rpwe-block .rpwe-li h3 span {
    color: #ff2501;
    font-size: 8px;
    text-transform: uppercase;
}

body.home section.home-container section.highlight-container .container .recent-posts-area .rpwe-block .rpwe-li h3 a {
    color: #000 !important;
    font-size: 13px;
    margin-top: 13px;
    display: block !important;
    line-height: 1.3;
}

body.home section.home-container section.highlight-container .container .recent-posts-area .rpwe-block .rpwe-li h3 .recent-cat a {
    color: #ff2501!important;
    font-size: 8px;
    text-transform: uppercase;
    display: inline-block !important;
    margin-top: 0;
}

body.home section.home-container section.feature-container {
    padding-top: 120px;
    padding-bottom: 120px;
}

body.home section.home-container section.feature-container .container .featured-blog-lists.row-all .post-item.post-item-one-third .post-inner {
    overflow: hidden;
}

body.home section.home-container section.feature-container .container .featured-blog-lists.row-all .post-item.post-item-one-third .post-inner h3.blog-post-title {
    font-weight: 800;
    color: #000000!important;
    display: block;
    width: auto !important;
    margin-right: 10px;
    margin-left: 10px;
    font-family: "Helvetica Neue LT Std";
    font-weight: normal!important;
    font-size: 14px !important;
}

body.home section.home-container section.brandtube-container .container h2 {
    margin-bottom: 20px;
}

body.home section.home-container section.brandtube-container .container .single-video-container {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    height: auto;
    overflow-y: scroll;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

body.home section.home-container section.brandtube-container .container .single-video-container .single-video-area {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

body.home section.home-container section.brandtube-container .container .single-video-container .single-video-area:hover .v-icon {
    filter: grayscale(0%);
}

body.home section.home-container section.brandtube-container .container .single-video-container .single-video-area a {
    display: block;
}

body.home section.home-container section.brandtube-container .container .single-video-container .single-video-area a img {
    width: 100%;
    height: auto;
}

body.home section.home-container section.brandtube-container .container .single-video-container .single-video-area a .v-icon {
    width: 34px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -15px;
    background-image: url(../svg/youtube.svg);
    background-repeat: no-repeat;
    filter: grayscale(100%);
    transition: .3s all;
    transform: scale(1.5);
}

body.home section.home-container section.home-sponsors-area {
    padding-bottom: 105px;
    padding-top: 35px;
}

body.home section.home-container section.home-sponsors-area .container .ads-container {
    width: 15%;
    margin-right: 2%;
    float: left;
}

body.home section.home-container section.home-sponsors-area .container .ads-container:last-child {
    margin-right: 0;
}

body.home section.home-container section.more-work-container {
    padding-top: 120px;
    padding-bottom: 35px;
}

body.home section.home-container section.more-work-container .container .post-item.post-item-one-fourth .post-inner h3.blog-post-title {
    font-weight: 500;
}

body.home section.home-container section.sponsors-container .container .sponsors-lists.row-all {
    padding-top: 35px;
    padding-bottom: 20px;
}

body.home section.home-container section.sponsors-container .container .sponsors-lists.row-all ul.sp-ul li {
    float: left;
    width: 15%;
    margin-right: 2%;
    margin-bottom: 25px;
}

body.home section.home-container section.sponsors-container .container .sponsors-lists.row-all ul.sp-ul li:nth-child(6n) {
    margin-right: 0;
}

#footer-bottom .container {
    padding-top: 80px;
    padding-bottom: 60px;
}

.more-work-container .container .title {
    margin-bottom: 20px;
}

.rpwe-block ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 40px;
}

.rpwe-block li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}

.rpwe-block a {
    display: inline !important;
    text-decoration: none;
}

.rpwe-block h3 {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 1.5em;
}

.rpwe-thumb {
    border: 1px solid #eee !important;
    box-shadow: none !important;
    margin: 2px 10px 2px 0;
    padding: 3px !important;
}

.rpwe-summary {
    font-size: 12px;
}

.rpwe-time {
    color: #bbb;
    font-size: 11px;
}

.rpwe-comment {
    color: #bbb;
    font-size: 11px;
    padding-left: 5px;
}

.rpwe-alignleft {
    display: inline;
    float: left;
}

.rpwe-alignright {
    display: inline;
    float: right;
}

.rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after {
    content: "";
    display: table !important;
}

.rpwe-clearfix:after {
    clear: both;
}

.rpwe-clearfix {
    zoom: 1;
}


/*********************************************** 
Secton Area
************************************************/

section {
    background: #f2f2f2;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

section.home-recent-blog-list {
    padding-bottom: 100px;
}

section.home-recent-blog-list .container .post-inner span.post-cat {
    line-height: 2;
}

section.home-recent-blog-list .container .post-inner span.blog-post-date {
    display: none !important;
    margin-top: 6px;
}

section.home-recent-blog-list .container .post-inner a {
    text-decoration: none;
}

section.home-recent-blog-list .container .post-inner a h3.blog-post-title {
    font-weight: 500;
}

h2.cat-title {
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std!important;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.post-meta a {
    color: #4E4E4E;
}

.post-categories {
    margin-bottom: 20px;
}

.post-categories .tax-list {
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.post-categories .tax-list span {
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    color: #333;
}

section.category-style {
    padding-top: 40px;
}

section.category-style .container .post-inner span.post-cat {
    line-height: 2;
}

section.category-style .container .post-inner span.blog-post-date {
    display: block;
    margin-top: 6px;
}

section.category-style .container .post-inner a {
    text-decoration: none;
}

section.category-style .container .post-inner a h3.blog-post-title {
    font-weight: 500;
}

section.category-style .container .more-posts-lists {
    margin-bottom: 0;
}

section.category-style .container .more-posts-lists .wp-pagenavi {
    margin-bottom: 0;
}

section.main-container.blog-single-page .container {
    padding-top: 40px;
}

section.main-container.blog-single-page .container .blog-top-ads-area {
    text-align: center;
}

section.main-container.blog-single-page .container .blog-top-ads-area img {
    margin: auto;
    max-width: 840px!important;
    width: 100%;
}

section.main-container.blog-single-page .container .header-title-single .post-categories a {
    color: #A3A3A3!important;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    font-weight: normal;
    text-decoration: none;
}

section.main-container.blog-single-page .container .header-title-single h1.title {
    font-size: 70px;
    font-family: "QuartoBlack!important";
    color: #000000;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 20px;
}

section.main-container.blog-single-page .container .header-title-single .post-meta {
    font-family: QuartoLight;
    color: #4E4E4E;
    font-size: 12px;
    line-height: 1.3;
}

section.main-container.blog-single-page .container .header-title-single span.seprator {
    border-bottom: 1px solid #4e4e4e;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

section.main-container.blog-single-page .container .main-blog-container {
    padding-bottom: 40px;
}

section.main-container.blog-single-page .container .main-blog-container .left-content-area {
    width: 70%;
    padding-bottom: 20px;
    float: left;
}

section.main-container.blog-single-page .container .main-blog-container .left-content-area img {
    width: 100%;
}

section.main-container.blog-single-page .container .main-blog-container .left-content-area p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4;
    font-family: Helvetica Neue LT Std;
    font-weight: 300!important;
}

section.main-container.blog-single-page .container .main-blog-container .left-content-area .main-left-content h2,
section.main-container.blog-single-page .container .main-blog-container .left-content-area .main-left-content h3,
section.main-container.blog-single-page .container .main-blog-container .left-content-area .main-left-content h4,
section.main-container.blog-single-page .container .main-blog-container .left-content-area .main-left-content h5 {
    line-height: 1;
    padding-top: 0;
    padding-bottom: 20px;
}

section.main-container.blog-single-page .container .main-blog-container .left-content-area .main-left-content .single-blog-product-des ul li {
    font-family: "HelveticaNormal";
}

section.main-container.blog-single-page .container .main-blog-container .left-content-area .main-left-content .single-blog-product-des ul li span {
    font-family: "HelveticaBold";
}

section.main-container.blog-single-page .container .main-blog-container .sidebar-area {
    float: left;
    width: 30%;
    padding-left: 20px;
}

section.main-container.blog-single-page .container .main-blog-container .sidebar-area .ads-container {
    margin-bottom: 20px;
}

section.main-container.blog-single-page .container .main-blog-container .sidebar-area img {
    width: 100%;
}

section.main-container.blog-single-page .container .main-blog-container .left-content-area {
    padding-bottom: 0px;
}

.post-thumbnail-area {
    font-size: 0;
}

.share-social {
    font-size: 0;
    margin: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.share-social ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.share-social ul li {
    width: 25%;
    float: left;
}

.share-social ul li a svg {
    width: 100%;
    height: 100%;
}


/* navigation menu start */



/* navigation menu end */


/* enner page section
---------------------------------------*/

.page-container .wp-pagenavi a {
    margin: 0px;
    border: none!important;
    color: #000 !important;
    text-decoration: none;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    font-size: 30px!important;
    padding: 6px 15px;
    vertical-align: bottom;
    transition: 500ms ease-in;
    display: inline-block;
    font-weight: 500;
}

.page-container .wp-pagenavi span.current {
    padding: 6px 15px;
}


/* comment section
---------------------------------------*/

.comment-area #comment-wrap #respond {
    margin-top: 0px;
    padding-bottom: 50px;
}

.comment-area #comment-wrap #respond:before {
    display: block;
    content: "";
    clear: both;
}

.comment-area #comment-wrap #respond p.form-submit {
    text-align: right;
}

.comment-area #comment-wrap #respond p {
    margin-bottom: 16px !important;
}

.comment-area #comment-wrap #respond p.comment-notes {
    padding-bottom: 15px !important;
    margin-bottom: 0 !important;
    line-height: 1.6;
    color: #666;
}

.comment-area #comment-wrap #respond .itsec-recaptcha-opt-in {
    margin-top: 32px !important;
    display: block;
    padding: 16px;
    padding-bottom: 17px;
}

.comment-area #comment-wrap #respond .itsec-recaptcha-opt-in p {
    padding: 0 !important;
    margin-bottom: 36px !important;
    color: #666;
}

.comment-area #comment-wrap #respond .itsec-recaptcha-opt-in p:nth-child(2) {
    margin-bottom: 0 !important;
}

.comment-area #comment-wrap #respond form input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    border: 0px;
    background: red;
    color: #fff;
    font-family: 'Helvetica Neue LT Std';
    font-weight: normal!important;
    font-size: 16px;
    border-radius: 0px;
    padding: 12px 20px;
    text-transform: uppercase;
    line-height: 1.7em!important;
    box-shadow: none;
    float: right;
}


/* Post feedback section start
---------------------------------------------------*/

.feedback-wrp h3,
.single-blog-product-des h3.title {
    padding-bottom: 10px!important;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    color: #f00;
    font-size: 20px;
}

.feedback-wrp h3 {
    font-family: "HelveticaBold";
}

.gf-description-container .label {
    font-family: "HelveticaBold";
    font-size: 13px;
    line-height: 1;
    margin-bottom: 7px;
    color: #F00;
    display: inline-block;
    margin-right: 0;
}

.gf-description-container .gf-caption {
    font-family: "HelveticaNormal";
    font-size: 13px;
    margin-top: 8px;
    display: inline-block;
}

.comment-form-cookies-consent label {
    line-height: 1.6;
    color: #666!important;
    font-family: "HelveticaNormal" !important;
    font-size: 15px!important;
}

div.gform_confirmation_message_9,
div.gform_confirmation_message_10,
div.gform_confirmation_message_11,
div#gform_confirmation_message_9,
div#gform_confirmation_message_10,
div#gform_confirmation_message_11 {
    max-width: 50%;
    margin-bottom: 40px;
}

div.gform_confirmation_message_9 .gpoll_field_label_container,
div.gform_confirmation_message_10 .gpoll_field_label_container,
div.gform_confirmation_message_11 .gpoll_field_label_container,
div#gform_confirmation_message_9 .gpoll_field_label_container,
div#gform_confirmation_message_10 .gpoll_field_label_container,
div#gform_confirmation_message_11 .gpoll_field_label_container {
    display: none;
}

div.gform_confirmation_message_9 .gpoll_field_label,
div.gform_confirmation_message_10 .gpoll_field_label,
div.gform_confirmation_message_11 .gpoll_field_label,
div#gform_confirmation_message_9 .gpoll_field_label,
div#gform_confirmation_message_10 .gpoll_field_label,
div#gform_confirmation_message_11 .gpoll_field_label {
    font-family: Helvetica Neue LT Std;
    color: #333;
    font-weight: bold !important;
    margin-bottom: 9px;
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}

div.gform_confirmation_message_9 .gpoll_choice_label,
div.gform_confirmation_message_10 .gpoll_choice_label,
div.gform_confirmation_message_11 .gpoll_choice_label,
div#gform_confirmation_message_9 .gpoll_choice_label,
div#gform_confirmation_message_10 .gpoll_choice_label,
div#gform_confirmation_message_11 .gpoll_choice_label {
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    color: #333;
    margin-bottom: 9px;
    display: block;
}

div.gform_confirmation_message_9 .gpoll_summary,
div.gform_confirmation_message_10 .gpoll_summary,
div.gform_confirmation_message_11 .gpoll_summary,
div#gform_confirmation_message_9 .gpoll_summary,
div#gform_confirmation_message_10 .gpoll_summary,
div#gform_confirmation_message_11 .gpoll_summary {
    margin-top: 30px;
}

div.gform_confirmation_message_9 .orange .gpoll_ratio_box,
div.gform_confirmation_message_10 .orange .gpoll_ratio_box,
div.gform_confirmation_message_11 .orange .gpoll_ratio_box,
div#gform_confirmation_message_9 .orange .gpoll_ratio_box,
div#gform_confirmation_message_10 .orange .gpoll_ratio_box,
div#gform_confirmation_message_11 .orange .gpoll_ratio_box {
    background: #a4772c !important;
}

div.gform_confirmation_message_9 .orange .gpoll_bar_juice,
div.gform_confirmation_message_10 .orange .gpoll_bar_juice,
div.gform_confirmation_message_11 .orange .gpoll_bar_juice,
div#gform_confirmation_message_9 .orange .gpoll_bar_juice,
div#gform_confirmation_message_10 .orange .gpoll_bar_juice,
div#gform_confirmation_message_11 .orange .gpoll_bar_juice {
    background-image: -webkit-linear-gradient(top, #ffd2b1, #cfa748) !important;
}

div.gform_confirmation_message_9 .gpoll_bar,
div.gform_confirmation_message_10 .gpoll_bar,
div.gform_confirmation_message_11 .gpoll_bar,
div#gform_confirmation_message_9 .gpoll_bar,
div#gform_confirmation_message_10 .gpoll_bar,
div#gform_confirmation_message_11 .gpoll_bar {
    background: rgba(0, 0, 0, 0.08) !important;
    height: 50px !important;
    min-height: 50px !important;
}

div.gform_confirmation_message_9 .gpoll_wrapper,
div.gform_confirmation_message_10 .gpoll_wrapper,
div.gform_confirmation_message_11 .gpoll_wrapper,
div#gform_confirmation_message_9 .gpoll_wrapper,
div#gform_confirmation_message_10 .gpoll_wrapper,
div#gform_confirmation_message_11 .gpoll_wrapper {
    position: relative;
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

#gform_wrapper_9,
#gform_wrapper_10,
#gform_wrapper_11 {
    max-width: 50%;
    margin-bottom: 0px;
    margin-top: 0;
}

#gform_wrapper_9 img,
#gform_wrapper_10 img,
#gform_wrapper_11 img {
    width: auto !important;
}

#gform_wrapper_9 .gform_body ul li label.gfield_label,
#gform_wrapper_10 .gform_body ul li label.gfield_label,
#gform_wrapper_11 .gform_body ul li label.gfield_label {
    font-family: Helvetica Neue LT Std;
    font-weight: bold!important;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 7px;
    color: #F00;
    display: inline;
    margin-right: 3px;
}

#gform_wrapper_9 .gform_body ul li .gfield_description,
#gform_wrapper_10 .gform_body ul li .gfield_description,
#gform_wrapper_11 .gform_body ul li .gfield_description {
    font-family: Helvetica Neue LT Std;
    font-weight: 300!important;
    font-size: 13px;
    margin-bottom: 16px;
    margin-top: 8px;
    display: inline;
}

#gform_wrapper_9 .gform_body ul.gfield_radio li,
#gform_wrapper_10 .gform_body ul.gfield_radio li,
#gform_wrapper_11 .gform_body ul.gfield_radio li {
    background: #c9c9c9;
    padding-top: 0.75em !important;
    padding-right: 0 !important;
    padding-bottom: 0.75em !important;
    padding-left: 2em !important;
    margin-bottom: 15px !important;
}

#gform_wrapper_9 .gform_body ul.gfield_radio li label,
#gform_wrapper_10 .gform_body ul.gfield_radio li label,
#gform_wrapper_11 .gform_body ul.gfield_radio li label {
    font-family: Helvetica Neue LT Std;
    font-weight: bold!important;
    font-size: 18px;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}

#gform_wrapper_9 .gform_body ul.gfield_radio li input[type="radio"],
#gform_wrapper_10 .gform_body ul.gfield_radio li input[type="radio"],
#gform_wrapper_11 .gform_body ul.gfield_radio li input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
}

#gform_wrapper_9 .gform_body ul.gfield_radio li input[type="radio"]:checked~label,
#gform_wrapper_10 .gform_body ul.gfield_radio li input[type="radio"]:checked~label,
#gform_wrapper_11 .gform_body ul.gfield_radio li input[type="radio"]:checked~label {
    color: #fff;
}

#gform_wrapper_9 .gform_footer input,
#gform_wrapper_10 .gform_footer input,
#gform_wrapper_11 .gform_footer input {
    background: transparent!important;
    border: 2px solid #000!important;
    color: #000000!important;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std!important;
    padding: 12px 25px!important;
    display: inline-block !important;
    border-radius: 0;
    font-size: 14px !important;
    cursor: pointer;
}

#gform_wrapper_9 .gform_footer a.gpoll_button,
#gform_wrapper_10 .gform_footer a.gpoll_button,
#gform_wrapper_11 .gform_footer a.gpoll_button {
    font-family: Helvetica Neue LT Std;
    font-weight: bold!important;
    color: #333;
}

#gform_wrapper_9 .gpoll_summary .gpoll_field_label,
#gform_wrapper_10 .gpoll_summary .gpoll_field_label,
#gform_wrapper_11 .gpoll_summary .gpoll_field_label {
    font-family: Helvetica Neue LT Std;
    font-weight: bold!important;
    color: #333;
    margin-bottom: 9px;
    display: block;
}

#gform_wrapper_9 .gpoll_summary .gpoll_choice_label,
#gform_wrapper_10 .gpoll_summary .gpoll_choice_label,
#gform_wrapper_11 .gpoll_summary .gpoll_choice_label {
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    color: #333;
    margin-bottom: 9px;
    display: block;
}

#gform_wrapper_9 .gpoll_summary,
#gform_wrapper_10 .gpoll_summary,
#gform_wrapper_11 .gpoll_summary {
    margin-top: 30px;
}

#gform_wrapper_9 a.gpoll_back_button,
#gform_wrapper_10 a.gpoll_back_button,
#gform_wrapper_11 a.gpoll_back_button {
    color: #333;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
}

#gform_wrapper_9 .orange .gpoll_ratio_box,
#gform_wrapper_10 .orange .gpoll_ratio_box,
#gform_wrapper_11 .orange .gpoll_ratio_box {
    background: #adadad !important;
    border-radius: 0!important;
    width: 155px!important;
    text-align: right!important;
    padding-right: 15px!important;
}

#gform_wrapper_9 .orange .gpoll_bar_juice,
#gform_wrapper_10 .orange .gpoll_bar_juice,
#gform_wrapper_11 .orange .gpoll_bar_juice {
    background: #ff0505 !important;
    border-radius: 0!important;
    box-shadow: none!important;
}

#gform_wrapper_9 .gpoll_bar,
#gform_wrapper_10 .gpoll_bar,
#gform_wrapper_11 .gpoll_bar {
    background: rgba(0, 0, 0, 0.08) !important;
    height: 50px !important;
    min-height: 50px !important;
}

#gform_wrapper_9 .gpoll_wrapper,
#gform_wrapper_10 .gpoll_wrapper,
#gform_wrapper_11 .gpoll_wrapper {
    position: relative;
    width: 100%;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 99% !important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300 !important;
    font-weight: 400;
}


/* Post feedback section end*/

div#respond p input,
div#respond p textarea {
    padding: 12px;
    font-size: 18px;
    line-height: 1em;
    color: #999;
    border-radius: 0;
}

div#respond p input::placeholder,
div#respond p textarea::placeholder {
    color: #999;
}

a {
    color: black;
    text-decoration: none;
}


/*********************************************** 
About page 
************************************************/

.single-page .container.fullwidth {
    max-width: 1460px;
}

.single-page .container {
    max-width: 900px;
    width: 80%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.single-page .container .blog-top-ads-area {
    padding-bottom: 40px;
    margin: 0 auto;
}

.single-page .container .blog-top-ads-area img {
    width: 100%;
}

.single-page .container .page-container {
    padding-bottom: 35px;
}

.single-page .container .page-container h1 {
    padding: 0px 0;
    padding-bottom: 10px;
    font-size: 48px;
    font-weight: 600;
    font-family: QuartoBold;
    line-height: 1.3;
    color: #333;
}

.single-page .container .page-container h2 {
    font-family: Helvetica Neue LT Std;
    font-weight: bold!important;
    line-height: 40px;
    font-size: 32px;
    color: #707070;
    padding: 35px 0;
    font-weight: 500;
}

.single-page .container .page-container h3 {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    color: #484848;
    padding: 35px 0;
    font-weight: 500;
}

.single-page .container .page-container p {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    color: #484848;
    font-weight: 500;
}

.single-page .container .page-container a {
    color: red;
}


/*********************************************** 
Submit page 
************************************************/

body.page-id-72005 .single-page .container section.cta-boxes-area {
    padding-top: 35px;
    display: block;
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area {
    width: 33.33%;
    display: block;
    position: relative;
    float: left;
    margin-bottom: 50px;
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area a {
    /* display: flex; */
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area .inner-single-box-area {
    position: relative;
    padding: 10px;
}

.page-id-72005 .blog-top-ads-area.clearfix {
    padding-left: 10px;
    padding-right: 10px;
}

.page-id-72005 .single-page .container .page-container h1 {
    padding-left: 10px;
    padding-right: 10px;
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area:first-child .inner-single-box-area {
    margin-left: 0;
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area:last-child .inner-single-box-area {
    margin-right: 0;
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area h3 {
    color: #fff;
    font-weight: bold!important;
    font-family: "Helvetica Neue LT Std";
    font-size: 34px;
    line-height: 1.1;
    padding-bottom: 30px;
    padding-top: 0 !important;
    min-height: 170px;
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area h3 span {
    font-family: "Helvetica Neue LT Std";
    font-weight: 300!important;
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area h4 {
    font-size: 17px;
    font-weight: bold!important;
    font-family: "Helvetica Neue LT Std";
    padding-bottom: 0;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area div.cta-details {
    position: absolute;
    bottom: -30px;
    left: 0;
    font-weight: bold;
    color: #707070;
    font-size: 10px;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area a {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}


/*********************************************** 
Contact page 
************************************************/

.single-page .container .page-container #gform_wrapper_1 {
    /*checkbox */
    /*checkbox */
}

.single-page .container .page-container #gform_wrapper_1 input,
.single-page .container .page-container #gform_wrapper_1 textarea {
    padding: 14px !important;
    border: 1px solid #f2f2f2;
    border-radius: 0px !important;
    color: #c3c0c0;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    font-size: 16px;
}

.single-page .container .page-container #gform_wrapper_1 textarea {
    height: 200px !important;
}

.single-page .container .page-container #gform_wrapper_1 .ginput_container.ginput_container_checkbox {
    margin-top: 32px !important;
}

.single-page .container .page-container #gform_wrapper_1 input::placeholder,
.single-page .container .page-container #gform_wrapper_1 textarea::placeholder {
    font-size: 18px !important;
}

.single-page .container .page-container #gform_wrapper_1 input {
    margin-bottom: 5px;
}

.single-page .container .page-container #gform_wrapper_1 li.hidden_label input {
    margin-top: 0 !important;
}

.single-page .container .page-container #gform_wrapper_1 .ginput_container ul li label {
    color: #666;
}

.single-page .container .page-container #gform_wrapper_1 .gfmc-row-1-col-1-of-2 {
    max-width: 40% !important;
    margin-right: 6% !important;
    float: left;
    width: 100% !important;
}

.single-page .container .page-container #gform_wrapper_1 .gfmc-row-1-col-2-of-2 {
    max-width: 54% !important;
    right: 0;
    width: 100% !important;
}

.single-page .container .page-container #gform_wrapper_1 input#gform_submit_button_1 {
    margin: 0!important;
    border: 0;
    padding: 15px 30px !important;
    text-transform: uppercase;
    background: red;
    color: #fff;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px !important;
    display: inline-block;
}

.single-page .container .page-container #gform_wrapper_1 .gform_footer.top_label {
    text-align: right;
    padding-top: 0px;
}

.single-page .container .page-container #gform_wrapper_1 ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.single-page .container .page-container #gform_wrapper_1 .form-checkbox-field {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

.single-page .container .page-container #gform_wrapper_1 .form-checkbox-field input[type=checkbox] {
    display: none !important;
}

.single-page .container .page-container #gform_wrapper_1 .form-checkbox-field input[type=checkbox]+label:before {
    font-family: FontAwesome !important;
    display: inline-block;
    margin-right: 10px;
}

.single-page .container .page-container #gform_wrapper_1 .form-checkbox-field input[type=checkbox]+label:before {
    content: "";
    border: 1px solid #d3d3d3 !important;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    vertical-align: middle;
    background: #fff;
}

.single-page .container .page-container #gform_wrapper_1 .form-checkbox-field input[type=checkbox]:checked+label:before {
    content: "\2714";
    border: 1px solid #d3d3d3 !important;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    line-height: 20px;
    background: #fff;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}

.single-page .container .page-container #gform_wrapper_1 input#gform_submit_button_1 {
    position: relative;
    top: -60px;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    font-size: 11px !important;
}


/*********************************************** 
Product Brand page 
************************************************/

.mc4wp-form-fields {
    position: relative;
}

.comment-area #comment-wrap #respond form input[type="submit"] {
    text-shadow: none;
}

.page-id-94664 .single-page .su-column-size-1-3,
.page-id-94664 .single-page .su-column-size-1-2 {
    float: none!important;
    width: 300px!important;
    margin: 0 auto 40px!important;
}

.page-id-94664 .single-page .su-column-size-1-3 p,
.page-id-94664 .single-page .su-column-size-1-2 p {
    font-size: 16px!important;
    line-height: 1.4!important;
}

.page-id-94664 .single-page .su-column-size-1-3 img,
.page-id-94664 .single-page .su-column-size-1-2 img {
    margin-bottom: 10px;
}

.page-id-94664 .single-page blockquote p {
    font-size: 16px!important;
    line-height: 1.4!important;
}

.single-page .container #gform_wrapper_2 ul li,
.single-page .container #gform_wrapper_5 ul li,
.single-page .container #gform_wrapper_6 ul li {
    padding: 0px;
    margin-top: 40px;
}

.single-page .container #gform_wrapper_2 ul li ol,
.single-page .container #gform_wrapper_5 ul li ol,
.single-page .container #gform_wrapper_6 ul li ol {
    padding: 0;
    margin: 0;
}

.single-page .container #gform_wrapper_2 ul li ol li,
.single-page .container #gform_wrapper_5 ul li ol li,
.single-page .container #gform_wrapper_6 ul li ol li {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    color: #707070;
    list-style: none !important;
    display: inline;
    line-height: 1.4;
    margin-right: 3px;
}

.single-page .container #gform_wrapper_2 ul li.margin-top,
.single-page .container #gform_wrapper_5 ul li.margin-top,
.single-page .container #gform_wrapper_6 ul li.margin-top {
    padding-top: 40px!important;
}

.single-page .container #gform_wrapper_2 ul li.small-textarea textarea,
.single-page .container #gform_wrapper_5 ul li.small-textarea textarea,
.single-page .container #gform_wrapper_6 ul li.small-textarea textarea {
    height: 80px!important;
}

.single-page .container #gform_wrapper_2 ul li.gfield,
.single-page .container #gform_wrapper_5 ul li.gfield,
.single-page .container #gform_wrapper_6 ul li.gfield {
    position: relative;
    vertical-align: top;
    margin-bottom: 20px;
}

.single-page .container #gform_wrapper_2 ul li h2,
.single-page .container #gform_wrapper_5 ul li h2,
.single-page .container #gform_wrapper_6 ul li h2 {
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    padding: 0 !important;
    font-size: 20px;
    color: #707070;
    line-height: 1.3 !important;
}

.single-page .container #gform_wrapper_2 ul li h3,
.single-page .container #gform_wrapper_5 ul li h3,
.single-page .container #gform_wrapper_6 ul li h3 {
    font-weight: 600;
    line-height: 34px;
    font-size: 24px;
    font-family: Helvetica Neue LT Std;
    font-weight: 300!important;
    color: #333;
    padding: 0;
}

.single-page .container #gform_wrapper_2 ul li.tooltips label.gfield_label:after,
.single-page .container #gform_wrapper_5 ul li.tooltips label.gfield_label:after,
.single-page .container #gform_wrapper_6 ul li.tooltips label.gfield_label:after {
    width: 17px;
    height: 17px;
    content: "?";
    display: block!important;
    right: 10px;
    position: absolute;
    background: #E1E0E0;
    color: white;
    line-height: 17px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s all;
    margin-top: 0;
    font-size: 12px;
}

.single-page .container #gform_wrapper_2 ul li.tooltips label.gfield_label:hover:after,
.single-page .container #gform_wrapper_5 ul li.tooltips label.gfield_label:hover:after,
.single-page .container #gform_wrapper_6 ul li.tooltips label.gfield_label:hover:after {
    opacity: 1;
    transition: .3s all;
}

.single-page .container #gform_wrapper_2 ul li.tooltips .gfield_label:hover+.gfield_description,
.single-page .container #gform_wrapper_5 ul li.tooltips .gfield_label:hover+.gfield_description,
.single-page .container #gform_wrapper_6 ul li.tooltips .gfield_label:hover+.gfield_description {
    opacity: 1;
    visibility: visible;
    transition: .3s all;
}

.single-page .container #gform_wrapper_2 ul li.tooltips .gfield_description,
.single-page .container #gform_wrapper_5 ul li.tooltips .gfield_description,
.single-page .container #gform_wrapper_6 ul li.tooltips .gfield_description {
    color: #707070 !important;
    line-height: 1.4;
    font-weight: 600;
    padding: 5px!important;
    position: absolute;
    opacity: 0;
    left: 41%;
    visibility: hidden;
    background: white;
    border: 1px solid #707070;
    width: 150px;
    z-index: 1111;
    top: -20px;
    font-size: 9px;
    transition: .3s all;
}

.single-page .container #gform_wrapper_2 ul li.tooltips .gfield_description:before,
.single-page .container #gform_wrapper_5 ul li.tooltips .gfield_description:before,
.single-page .container #gform_wrapper_6 ul li.tooltips .gfield_description:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -15px;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #707070 transparent transparent;
    top: 5px;
}

.single-page .container #gform_wrapper_2 ul li.tooltips .gfield_description:after,
.single-page .container #gform_wrapper_5 ul li.tooltips .gfield_description:after,
.single-page .container #gform_wrapper_6 ul li.tooltips .gfield_description:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -13px;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent white transparent transparent;
    top: 5px;
}

.single-page .container #gform_wrapper_2 ul li label.gfield_label,
.single-page .container #gform_wrapper_5 ul li label.gfield_label,
.single-page .container #gform_wrapper_6 ul li label.gfield_label {
    color: #707070;
    font-size: 14px !important;
    width: 40%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 0px;
    padding-right: 30px;
    font-weight: 400;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
}

.single-page .container #gform_wrapper_2 ul li:not(.tooltips) .gfield_description,
.single-page .container #gform_wrapper_5 ul li:not(.tooltips) .gfield_description,
.single-page .container #gform_wrapper_6 ul li:not(.tooltips) .gfield_description {
    position: absolute;
    left: 0;
    top: 30px;
    width: 30%;
}

.single-page .container #gform_wrapper_2 ul li .ginput_container,
.single-page .container #gform_wrapper_5 ul li .ginput_container,
.single-page .container #gform_wrapper_6 ul li .ginput_container {
    display: inline-block;
    width: 59%;
    margin-top: 0!important;
}

.single-page .container #gform_wrapper_2 ul li .ginput_container .gform_fileupload_multifile .gform_drop_area,
.single-page .container #gform_wrapper_5 ul li .ginput_container .gform_fileupload_multifile .gform_drop_area,
.single-page .container #gform_wrapper_6 ul li .ginput_container .gform_fileupload_multifile .gform_drop_area {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

.single-page .container #gform_wrapper_2 ul li .ginput_container span.gform_drop_instructions,
.single-page .container #gform_wrapper_5 ul li .ginput_container span.gform_drop_instructions,
.single-page .container #gform_wrapper_6 ul li .ginput_container span.gform_drop_instructions {
    display: none !important;
}

.single-page .container #gform_wrapper_2 ul li .ginput_container input,
.single-page .container #gform_wrapper_5 ul li .ginput_container input,
.single-page .container #gform_wrapper_6 ul li .ginput_container input,
.single-page .container #gform_wrapper_2 ul li .ginput_container.ginput_container_post_title input,
.single-page .container #gform_wrapper_5 ul li .ginput_container.ginput_container_post_title input,
.single-page .container #gform_wrapper_6 ul li .ginput_container.ginput_container_post_title input {
    background: #fff;
    border: 0px !important;
    font-size: 12px !important;
    padding: 10px 20px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    color: #707070 !important;
    width: 100% !important;
    margin-top: 0!important;
    box-shadow: none !important;
    vertical-align: top;
    border-radius: 0 !important;
    line-height: 1.5 !important;
}

.single-page .container #gform_wrapper_2 ul li textarea,
.single-page .container #gform_wrapper_5 ul li textarea,
.single-page .container #gform_wrapper_6 ul li textarea {
    border: 0px;
    height: 230px !important;
    padding: 15px;
}

.single-page .container #gform_wrapper_2 ul li .ginput_container.ginput_container_select select,
.single-page .container #gform_wrapper_5 ul li .ginput_container.ginput_container_select select,
.single-page .container #gform_wrapper_6 ul li .ginput_container.ginput_container_select select,
.single-page .container #gform_wrapper_2 ul li .design-upload-form .ginput_container_multiselect select,
.single-page .container #gform_wrapper_5 ul li .design-upload-form .ginput_container_multiselect select,
.single-page .container #gform_wrapper_6 ul li .design-upload-form .ginput_container_multiselect select {
    width: calc(50%) !important;
    padding: 10px !important;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 300 !important;
    border: 1px solid #707070 !important;
    color: #C2C2C2 !important;
    background-image: linear-gradient(45deg, transparent 50%, red 50%), linear-gradient(135deg, red 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding-right: 28px !important;
    font-size: 12px;
    border-radius: 0;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    -webkit-text-align-last: center;
    -khtml-text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.single-page .container #gform_wrapper_2 ul li span.screen-reader-text,
.single-page .container #gform_wrapper_5 ul li span.screen-reader-text,
.single-page .container #gform_wrapper_6 ul li span.screen-reader-text {
    display: none;
}

.single-page .container #gform_wrapper_2 ul .gfield_required,
.single-page .container #gform_wrapper_5 ul .gfield_required,
.single-page .container #gform_wrapper_6 ul .gfield_required {
    color: #707070 !important;
}

.single-page .container #gform_wrapper_2 ul li.design-upload-title h2,
.single-page .container #gform_wrapper_5 ul li.design-upload-title h2,
.single-page .container #gform_wrapper_6 ul li.design-upload-title h2 {
    color: red;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    font-size: 14px;
    padding-top: 0px !important;
}

.single-page .container #gform_wrapper_2 ul li.gfield.file-uploading-section .ginput_preview:first-child,
.single-page .container #gform_wrapper_5 ul li.gfield.file-uploading-section .ginput_preview:first-child,
.single-page .container #gform_wrapper_6 ul li.gfield.file-uploading-section .ginput_preview:first-child {
    margin-top: 20px;
}

.single-page .container #gform_wrapper_2 ul li.gfield.file-uploading-section .ginput_preview,
.single-page .container #gform_wrapper_5 ul li.gfield.file-uploading-section .ginput_preview,
.single-page .container #gform_wrapper_6 ul li.gfield.file-uploading-section .ginput_preview {
    margin-left: 40%;
}

.single-page .container #gform_wrapper_2 ul li.gfield.file-uploading-section strong,
.single-page .container #gform_wrapper_5 ul li.gfield.file-uploading-section strong,
.single-page .container #gform_wrapper_6 ul li.gfield.file-uploading-section strong {
    margin-left: 5px;
}

.single-page .container #gform_wrapper_2 ul li.margin-large,
.single-page .container #gform_wrapper_5 ul li.margin-large,
.single-page .container #gform_wrapper_6 ul li.margin-large {
    margin-bottom: 60px !important;
}

.single-page .container #gform_wrapper_2 ul li.hidden_label .ginput_container,
.single-page .container #gform_wrapper_5 ul li.hidden_label .ginput_container,
.single-page .container #gform_wrapper_6 ul li.hidden_label .ginput_container,
.single-page .container #gform_wrapper_2 ul li.hidden_label .ginput_container,
.single-page .container #gform_wrapper_5 ul li.hidden_label .ginput_container,
.single-page .container #gform_wrapper_6 ul li.hidden_label .ginput_container,
.single-page .container #gform_wrapper_2 ul li.hidden_label .ginput_container,
.single-page .container #gform_wrapper_5 ul li.hidden_label .ginput_container,
.single-page .container #gform_wrapper_6 ul li.hidden_label .ginput_container {
    margin-left: 40% !important;
}

.single-page .container #gform_wrapper_2 ul li#field_6_63 textarea,
.single-page .container #gform_wrapper_5 ul li#field_6_63 textarea,
.single-page .container #gform_wrapper_6 ul li#field_6_63 textarea {
    height: 150px !important;
}

.single-page .container #gform_wrapper_2 ul .large-text-area .ginput_container.ginput_container_text,
.single-page .container #gform_wrapper_5 ul .large-text-area .ginput_container.ginput_container_text,
.single-page .container #gform_wrapper_6 ul .large-text-area .ginput_container.ginput_container_text {
    background: #fff;
    padding-bottom: 40px;
}

.single-page .container #gform_wrapper_2 ul li.file-uploading-section,
.single-page .container #gform_wrapper_5 ul li.file-uploading-section,
.single-page .container #gform_wrapper_6 ul li.file-uploading-section {
    padding-bottom: 0px !important;
}

.single-page .container #gform_wrapper_2 ul li.file-uploading-section .ginput_container.ginput_container_fileupload input,
.single-page .container #gform_wrapper_5 ul li.file-uploading-section .ginput_container.ginput_container_fileupload input,
.single-page .container #gform_wrapper_6 ul li.file-uploading-section .ginput_container.ginput_container_fileupload input {
    border: 0px !important;
    font-size: 14px !important;
    padding: 15px 20px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    color: #000 !important;
    width: 100% !important;
    min-height: 100% !important;
    line-height: normal !important;
    background: #fff;
    height: 230px;
}

.single-page .container #gform_wrapper_2 ul li.file-uploading-section span.gform_drop_instructions,
.single-page .container #gform_wrapper_5 ul li.file-uploading-section span.gform_drop_instructions,
.single-page .container #gform_wrapper_6 ul li.file-uploading-section span.gform_drop_instructions {
    margin-bottom: 10px !important;
}

.single-page .container #gform_wrapper_2 ul li.file-uploading-section p,
.single-page .container #gform_wrapper_5 ul li.file-uploading-section p,
.single-page .container #gform_wrapper_6 ul li.file-uploading-section p {
    font-size: 11px;
    line-height: 1.2;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    color: #707070;
    margin-bottom: 15px;
}

.single-page .container #gform_wrapper_2 ul li.file-uploading-section h4,
.single-page .container #gform_wrapper_5 ul li.file-uploading-section h4,
.single-page .container #gform_wrapper_6 ul li.file-uploading-section h4 {
    font-size: 14px;
    color: #707070;
    padding-bottom: 10px;
}

.single-page .container #gform_wrapper_2 ul li.gfield.video-field .ginput_container.ginput_container_textarea textarea,
.single-page .container #gform_wrapper_5 ul li.gfield.video-field .ginput_container.ginput_container_textarea textarea,
.single-page .container #gform_wrapper_6 ul li.gfield.video-field .ginput_container.ginput_container_textarea textarea {
    height: 190px !important;
    border-radius: 0 !important;
}

.single-page .container #gform_wrapper_2 ul .ginput_container.ginput_container_checkbox ul,
.single-page .container #gform_wrapper_5 ul .ginput_container.ginput_container_checkbox ul,
.single-page .container #gform_wrapper_6 ul .ginput_container.ginput_container_checkbox ul {
    margin: 0;
}

.single-page .container #gform_wrapper_2 ul .ginput_container.ginput_container_checkbox ul li,
.single-page .container #gform_wrapper_5 ul .ginput_container.ginput_container_checkbox ul li,
.single-page .container #gform_wrapper_6 ul .ginput_container.ginput_container_checkbox ul li {
    margin-top: 0px!important;
    margin-bottom: 5px !important;
}

.single-page .container #gform_wrapper_2 .gform_footer.top_label,
.single-page .container #gform_wrapper_5 .gform_footer.top_label,
.single-page .container #gform_wrapper_6 .gform_footer.top_label {
    text-align: right;
    padding-top: 0;
    padding: 0 10px !important;
}

.single-page .container #gform_wrapper_2 .gform_footer.top_label input[type="submit"],
.single-page .container #gform_wrapper_5 .gform_footer.top_label input[type="submit"],
.single-page .container #gform_wrapper_6 .gform_footer.top_label input[type="submit"] {
    padding: 13px 80px;
    margin: 0px !important;
    background: red;
    border: 0px !important;
    color: #fff;
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px !important;
    text-shadow: none;
    box-shadow: none;
}

.single-page .container #gform_wrapper_2 ul li .ginput_container input::placeholder,
.single-page .container #gform_wrapper_5 ul li .ginput_container input::placeholder,
.single-page .container #gform_wrapper_6 ul li .ginput_container input::placeholder,
.single-page .container #gform_wrapper_2 ul li .ginput_container.ginput_container_post_title input::placeholder,
.single-page .container #gform_wrapper_5 ul li .ginput_container.ginput_container_post_title input::placeholder,
.single-page .container #gform_wrapper_6 ul li .ginput_container.ginput_container_post_title input::placeholder {
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.main-left-content p.no-padding {
    margin-bottom: 0!important;
}

.main-left-content img {
    padding-bottom: 20px!important;
}

.ginput_container.ginput_container_checkbox ul li {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

.ginput_container.ginput_container_checkbox ul li input[type=checkbox] {
    display: none !important;
}

.ginput_container.ginput_container_checkbox ul li input[type=checkbox]+label:before {
    font-family: FontAwesome !important;
    display: inline-block;
    margin-right: 10px;
}

.ginput_container.ginput_container_checkbox ul li input[type=checkbox]+label:before {
    border: 0!important;
    border-radius: 0;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 0px;
    line-height: 20px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    background-image: url(../png/radion-active-bg-150x150.png);
    background-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s all;
}

.ginput_container.ginput_container_checkbox ul li input[type=checkbox]:checked+label:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 0px;
    line-height: 20px;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    background-image: url(../png/radion-active-bg-150x150.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.ginput_container.ginput_container_checkbox ul li label {
    font-size: 18px!important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300!important;
    color: #666;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    min-height: 41px;
}


/*checkbox */


/*********************************************** 
More Work page 
************************************************/

.page-id-72105 .single-page .container {
    max-width: 1460px;
    width: 100%;
}

.page-id-72105 .single-page .container .more-posts-lists .post-inner h3.blog-post-title {
    padding: 0 !important;
    margin-top: 15px;
    display: block;
    padding: 0 0 0;
    font-size: 21px;
    line-height: 26px;
    color: #484848!important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    opacity: 0.7;
}

.social-follow {
    margin: 20px 0 40px!important;
    width: 100%;
}

.social-follow::after {
    content: "";
    display: block;
    clear: both;
}

.social-follow ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: space-between;
}

.social-follow ul li {
    margin-right: 20px;
    float: left;
}

.social-follow ul li:last-child {
    margin-right: 0;
}

.social-follow ul li a {
    display: block;
    width: 100%;
}

.social-follow ul li a svg {
    width: 100% !important;
}


/*********************************************** 
Branding Table page 
************************************************/

.page-id-95604 .container .page-container .su-row h3,
.page-id-95239 .container .page-container .su-row h3 {
    opacity: .8;
}

.page-id-95604 .container .page-container .su-row p,
.page-id-95239 .container .page-container .su-row p {
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}

.page-id-95604 .container .page-container .su-row p strong,
.page-id-95239 .container .page-container .su-row p strong {
    font-weight: 600;
    font-size: 22px;
    line-height: 2;
}

.brand-design-table,
.brand-design-table table {
    width: 100%;
}

.brand-design-table {
    padding-top: 35px;
}

.brand-design-table table tr {
    text-align: left;
    font-family: Helvetica Neue LT Std;
    font-weight: 300!important;
    opacity: .8;
}

.brand-design-table table tr td {
    font-weight: bold!important;
    font-family: Helvetica Neue LT Std;
    opacity: 1 !important;
}

.brand-design-table table tr td a {
    text-decoration: underline;
    text-decoration-color: #fc3030a1;
}

.brand-design-table table tr th,
.brand-design-table table tr td {
    padding: 17px;
}


/*********************************************** 
Country  page page 
************************************************/

.page-id-95755 .container .page-container p.page-nav,
.page-id-95813 .container .page-container p.page-nav,
.page-id-95853 .container .page-container p.page-nav,
.page-id-95864 .container .page-container p.page-nav,
.page-id-95875 .container .page-container p.page-nav,
.page-id-95962 .container .page-container p.page-nav,
.page-id-95988 .container .page-container p.page-nav,
.page-id-96006 .container .page-container p.page-nav {
    text-align: center;
    line-height: 1;
    margin-bottom: 70px;
    font-size: 14px !important;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 70px;
}

.page-id-95755 .container .page-container p.page-nav a.active,
.page-id-95813 .container .page-container p.page-nav a.active,
.page-id-95853 .container .page-container p.page-nav a.active,
.page-id-95864 .container .page-container p.page-nav a.active,
.page-id-95875 .container .page-container p.page-nav a.active,
.page-id-95962 .container .page-container p.page-nav a.active,
.page-id-95988 .container .page-container p.page-nav a.active,
.page-id-96006 .container .page-container p.page-nav a.active {
    font-family: "Helvetica Neue LT Std";
    font-weight: bold!important;
}

.page-id-95755 .container .page-container p.page-nav strong,
.page-id-95813 .container .page-container p.page-nav strong,
.page-id-95853 .container .page-container p.page-nav strong,
.page-id-95864 .container .page-container p.page-nav strong,
.page-id-95875 .container .page-container p.page-nav strong,
.page-id-95962 .container .page-container p.page-nav strong,
.page-id-95988 .container .page-container p.page-nav strong,
.page-id-96006 .container .page-container p.page-nav strong {
    font-family: Helvetica Neue LT Std;
    font-weight: bold!important;
    opacity: .8;
    color: #212121;
    display: inline-block;
    margin-bottom: 7px;
    white-space: pre-wrap;
    letter-spacing: -0.2px;
}

.page-id-95755 .container .page-container p.page-nav a,
.page-id-95813 .container .page-container p.page-nav a,
.page-id-95853 .container .page-container p.page-nav a,
.page-id-95864 .container .page-container p.page-nav a,
.page-id-95875 .container .page-container p.page-nav a,
.page-id-95962 .container .page-container p.page-nav a,
.page-id-95988 .container .page-container p.page-nav a,
.page-id-96006 .container .page-container p.page-nav a {
    color: rgba(255, 0, 0, 0.9);
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    white-space: pre-wrap;
    padding-bottom: 1px;
    display: inline-block;
    font-size: 13px !important;
    margin: 0 8px;
}

.page-id-95755 .container .page-container .su-row,
.page-id-95813 .container .page-container .su-row,
.page-id-95853 .container .page-container .su-row,
.page-id-95864 .container .page-container .su-row,
.page-id-95875 .container .page-container .su-row,
.page-id-95962 .container .page-container .su-row,
.page-id-95988 .container .page-container .su-row,
.page-id-96006 .container .page-container .su-row {
    margin-bottom: 0;
    margin-top: 0;
    display: block;
}

.page-id-95755 .container .page-container .su-row:last-child,
.page-id-95813 .container .page-container .su-row:last-child,
.page-id-95853 .container .page-container .su-row:last-child,
.page-id-95864 .container .page-container .su-row:last-child,
.page-id-95875 .container .page-container .su-row:last-child,
.page-id-95962 .container .page-container .su-row:last-child,
.page-id-95988 .container .page-container .su-row:last-child,
.page-id-96006 .container .page-container .su-row:last-child {
    margin: 0;
}

.page-id-95755 .container .page-container .su-row h3,
.page-id-95813 .container .page-container .su-row h3,
.page-id-95853 .container .page-container .su-row h3,
.page-id-95864 .container .page-container .su-row h3,
.page-id-95875 .container .page-container .su-row h3,
.page-id-95962 .container .page-container .su-row h3,
.page-id-95988 .container .page-container .su-row h3,
.page-id-96006 .container .page-container .su-row h3 {
    opacity: .8;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    padding-bottom: 0;
}

.page-id-95755 .container .page-container .su-row .country-page-branding-list,
.page-id-95813 .container .page-container .su-row .country-page-branding-list,
.page-id-95853 .container .page-container .su-row .country-page-branding-list,
.page-id-95864 .container .page-container .su-row .country-page-branding-list,
.page-id-95875 .container .page-container .su-row .country-page-branding-list,
.page-id-95962 .container .page-container .su-row .country-page-branding-list,
.page-id-95988 .container .page-container .su-row .country-page-branding-list,
.page-id-96006 .container .page-container .su-row .country-page-branding-list {
    float: none!important;
    display: block;
    max-width: 300px!important;
    margin: 0 auto 80px!important;
    width: 100%!important;
}

.page-id-95755 .container .page-container .su-row .country-page-branding-list,
.page-id-95813 .container .page-container .su-row .country-page-branding-list,
.page-id-95853 .container .page-container .su-row .country-page-branding-list,
.page-id-95864 .container .page-container .su-row .country-page-branding-list,
.page-id-95875 .container .page-container .su-row .country-page-branding-list,
.page-id-95962 .container .page-container .su-row .country-page-branding-list,
.page-id-95988 .container .page-container .su-row .country-page-branding-list,
.page-id-96006 .container .page-container .su-row .country-page-branding-list,
.page-id-95755 .container .page-container .su-row .country-page-branding-list p,
.page-id-95813 .container .page-container .su-row .country-page-branding-list p,
.page-id-95853 .container .page-container .su-row .country-page-branding-list p,
.page-id-95864 .container .page-container .su-row .country-page-branding-list p,
.page-id-95875 .container .page-container .su-row .country-page-branding-list p,
.page-id-95962 .container .page-container .su-row .country-page-branding-list p,
.page-id-95988 .container .page-container .su-row .country-page-branding-list p,
.page-id-96006 .container .page-container .su-row .country-page-branding-list p {
    font-family: 'Helvetica Neue LT Std';
    font-weight: 300!important;
    line-height: 1.3;
    opacity: .9;
    font-size: 14px;
    color: #000;
}

.page-id-95755 .container .page-container .su-row .country-page-branding-list strong,
.page-id-95813 .container .page-container .su-row .country-page-branding-list strong,
.page-id-95853 .container .page-container .su-row .country-page-branding-list strong,
.page-id-95864 .container .page-container .su-row .country-page-branding-list strong,
.page-id-95875 .container .page-container .su-row .country-page-branding-list strong,
.page-id-95962 .container .page-container .su-row .country-page-branding-list strong,
.page-id-95988 .container .page-container .su-row .country-page-branding-list strong,
.page-id-96006 .container .page-container .su-row .country-page-branding-list strong,
.page-id-95755 .container .page-container .su-row .country-page-branding-list p strong,
.page-id-95813 .container .page-container .su-row .country-page-branding-list p strong,
.page-id-95853 .container .page-container .su-row .country-page-branding-list p strong,
.page-id-95864 .container .page-container .su-row .country-page-branding-list p strong,
.page-id-95875 .container .page-container .su-row .country-page-branding-list p strong,
.page-id-95962 .container .page-container .su-row .country-page-branding-list p strong,
.page-id-95988 .container .page-container .su-row .country-page-branding-list p strong,
.page-id-96006 .container .page-container .su-row .country-page-branding-list p strong {
    font-family: Helvetica Neue LT Std;
    font-weight: bold!important;
    opacity: .9;
}

.page-id-95755 .container .page-container .su-row .country-page-branding-list a,
.page-id-95813 .container .page-container .su-row .country-page-branding-list a,
.page-id-95853 .container .page-container .su-row .country-page-branding-list a,
.page-id-95864 .container .page-container .su-row .country-page-branding-list a,
.page-id-95875 .container .page-container .su-row .country-page-branding-list a,
.page-id-95962 .container .page-container .su-row .country-page-branding-list a,
.page-id-95988 .container .page-container .su-row .country-page-branding-list a,
.page-id-96006 .container .page-container .su-row .country-page-branding-list a,
.page-id-95755 .container .page-container .su-row .country-page-branding-list p a,
.page-id-95813 .container .page-container .su-row .country-page-branding-list p a,
.page-id-95853 .container .page-container .su-row .country-page-branding-list p a,
.page-id-95864 .container .page-container .su-row .country-page-branding-list p a,
.page-id-95875 .container .page-container .su-row .country-page-branding-list p a,
.page-id-95962 .container .page-container .su-row .country-page-branding-list p a,
.page-id-95988 .container .page-container .su-row .country-page-branding-list p a,
.page-id-96006 .container .page-container .su-row .country-page-branding-list p a {
    text-decoration: underline;
    text-decoration-color: #fc3030a1;
}

.commentlist {
    margin-top: 20px;
}

.commentlist li.comment {
    margin-top: 20px;
    overflow: hidden;
}

.commentlist li.comment .comment-body {
    background: white;
    padding: 15px;
}

.commentlist li.comment .comment-author {
    display: block;
}

.commentlist li.comment .comment-author img {
    float: left;
    width: 50px!important;
    margin-right: 10px;
}

.commentlist li.comment .comment-meta {
    margin-top: 5px;
    margin-bottom: 5px;
}

.commentlist li.comment .comment-meta a {
    color: #F00;
    font-size: 10px;
}

.commentlist li.comment .reply a {
    color: #F00;
}


/*********************************************** 
Footer Area
************************************************/

footer#main-footer {
    background: #fff;
}

footer#main-footer .container {
    padding-top: 40px;
}

footer#main-footer .container .footer-widget-area {
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 50%;
}

footer#main-footer .container .footer-widget-area .footer-first-widget-area {
    float: left;
}

footer#main-footer .container .footer-widget-area .footer-second-widget-area {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

footer#main-footer .container .footer-widget-area .footer-third-widget-area {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

footer#main-footer .container .footer-widget-area .footer-fourth-widget-area {
    float: right;
    margin-top: 40px;
}

footer#main-footer .container .footer-widget-area .custom-html-widget {
    max-width: 400px;
}

footer#main-footer .container .footer-widget-area .custom-html-widget p {
    line-height: 1.5;
    color: #707070;
    font-size: 13px;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
}

footer#main-footer .container .footer-widget-area .custom-html-widget p.fnt-bld {
    font-family: Helvetica Neue LT Std;
    font-weight: bold!important;
    font-size: 13px;
    color: #000;
    line-height: 1.5;
    padding-bottom: 16px;
}

footer#main-footer .container .footer-widget-area h4.widget-title {
    color: #000;
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

footer#main-footer .container .footer-widget-area .menu-footer-menu-container ul li {
    display: block;
}

footer#main-footer .container .footer-widget-area .menu-footer-menu-container ul li a {
    color: #666 !important;
    font-size: 18px;
    line-height: 1.4;
    display: inline-block;
    text-decoration: none;
    font-family: Helvetica Neue LT Std;
    font-weight: 300!important;
    transition: .3s all;
}

footer#main-footer .container .footer-widget-area .menu-footer-menu-container ul li a:hover {
    color: #f00 !important;
}

footer#main-footer .container .footer-widget-area .menu-footer-menu-container ul li.bold a {
    font-family: Helvetica Neue LT Std;
    font-weight: normal!important;
}

footer#main-footer .container .footer-widget-area .menu-consumer-menu-container ul#menu-consumer-menu li a {
    color: #000!important;
    font-size: 13px;
    line-height: 1.6;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    transition: .3s all;
}

footer#main-footer .container .footer-widget-area .menu-consumer-menu-container ul#menu-consumer-menu li a:hover {
    color: #f00 !important;
}

footer#main-footer .container .footer-widget-area .menu-corporate-menu-container ul#menu-corporate-menu li a {
    color: #000!important;
    font-size: 13px;
    line-height: 1.6;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    transition: .3s all;
}

footer#main-footer .container .footer-widget-area .menu-corporate-menu-container ul#menu-corporate-menu li a:hover {
    color: #f00 !important;
}

footer#main-footer #footer-bottom {
    padding-top: 0;
    padding-bottom: 0px;
}

footer#main-footer #footer-bottom #footer-info {
    width: 50%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer#main-footer #footer-bottom #footer-info .footer-info-left {
    float: left;
    width: 80px;
    padding-right: 10px;
}

footer#main-footer #footer-bottom #footer-info .footer-info-right {
    float: left;
}

footer#main-footer #footer-bottom #footer-info a img {
    width: 80px;
    position: relative;
}

footer#main-footer #footer-bottom #footer-info p {
    font-size: 13px;
    font-family: Helvetica;
    line-height: 1;
    color: #000;
    opacity: 0.3;
}

footer#main-footer #footer-bottom #footer-info span {
    font-size: 13px;
    line-height: 1;
    color: #000;
    font-family: Helvetica Neue LT Std;
    font-weight: 300;
    opacity: .7;
    display: inline-block;
    margin-top: 2px;
}

footer#main-footer #footer-bottom .footer-social-icons {
    width: 50%;
    float: left;
    text-align: right;
}

footer#main-footer #footer-bottom .footer-social-icons ul.social-icons li {
    display: inline-block;
}

footer#main-footer #footer-bottom .footer-social-icons ul.social-icons li a {
    display: block;
    color: #c3c3c3;
    text-decoration: none;
    font-size: 20px;
    margin-left: 15px;
}

footer#main-footer #footer-bottom .footer-social-icons ul.social-icons li a i {
    transition: .3s all;
}

footer#main-footer #footer-bottom .footer-social-icons ul.social-icons {
    text-align: right;
    margin-top: 20px;
    display: inline-block;
    transition: .3s all;
}

ul.social-icons:hover {
    opacity: .5;
}

ul.social-icons li a i:hover {
    color: #333;
}


/* single page review section */

div.gform_confirmation_message_9 .orange .gpoll_bar_juice,
div.gform_confirmation_message_10 .orange .gpoll_bar_juice,
div.gform_confirmation_message_11 .orange .gpoll_bar_juice,
div#gform_confirmation_message_9 .orange .gpoll_bar_juice,
div#gform_confirmation_message_10 .orange .gpoll_bar_juice,
div#gform_confirmation_message_11 .orange .gpoll_bar_juice {
    background: #ff0505 !important;
    border-radius: 0!important;
    box-shadow: none!important;
}

.gpoll_bar_juice:after {
    background: transparent !important;
}

div.gform_confirmation_message_9 .orange .gpoll_ratio_box,
div.gform_confirmation_message_10 .orange .gpoll_ratio_box,
div.gform_confirmation_message_11 .orange .gpoll_ratio_box,
div#gform_confirmation_message_9 .orange .gpoll_ratio_box,
div#gform_confirmation_message_10 .orange .gpoll_ratio_box,
div#gform_confirmation_message_11 .orange .gpoll_ratio_box {
    background: #adadad !important;
    border-radius: 0!important;
    width: 155px!important;
    text-align: right!important;
    padding-right: 15px!important;
}

.gpoll_bar {
    margin-left: 155px!important;
}

.gpoll_choice_label {
    transform: translate(15px, 41px) !important;
    z-index: 999!important;
    position: relative;
    color: #fff !important;
    margin-top: -16px !important;
}

.gpoll_ratio_label {
    transform: translateY(11px) !important;
}

.gpoll_choice_label.gpoll_value_selected {
    transform: translate(-4px, 30px);
}

.gpoll_value_selected {
    background: transparent !important;
}

.gpoll_choice_label.gpoll_value_selected {
    padding: 0 !important;
}

.gpoll_choice_label {
    color: #fff !important;
}

span.gpoll_bar_juice span.gpoll_bar_count {
    font-size: 0;
}


/* single page review section */

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0;
}


/*** Responsive Styles Large Desktop And Above ***/


/*** Responsive Styles Standard Desktop Only ***/

@media all and (min-width: 980px) {
    footer#main-footer .container {
        padding-left: 60px;
        padding-right: 60px;
    }
    footer#main-footer .container .footer-widget-area .footer-fourth-widget-area {
        text-align: right;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-3,
    #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu>li#mega-menu-item-72853>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
        width: auto!important;
        margin-right: 10px;
        margin-left: 10px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
        font-size: 12px!important;
        line-height: 1.2!important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding-right: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
        width: 40%;
    }
    #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu>li#mega-menu-item-72853>ul.mega-sub-menu {
        width: 295px !important;
        right: 0px !important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
        width: 330px;
        left: unset;
        right: -90px;
        padding: 15px 10px 20px;
        margin-top: 0px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0!important;
    }
    #mega-menu-wrap-primary-menu ul#mega-menu-primary-menu>li#mega-menu-item-72853>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-3-of-12 {
        padding-right: 0 !important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu>li {
        padding-right: 0 !important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu>li>a {
        padding-right: 0 !important;
    }
    ul#mega-menu-primary-menu>li>ul>li {
        padding-right: 0 !important;
    }
    ul#mega-menu-primary-menu>li>ul>li>a {
        padding-right: 0 !important;
    }
    #main-header .container .logo-container .header-left-area {
        transform: translateY(-14px);
    }
    #main-header .container .logo-container .header-right-area {
        transform: translateY(-7px);
    }
}

@media all and (min-width: 1200px) and (max-width: 1470px) {
    .share-social ul li a {
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .share-social ul li a i {
        margin-right: 10px;
    }
    .share-social ul li:last-child {
        margin: 0;
    }
}

@media all and (min-width: 981px) and (max-width: 1199px) {
    section.highlight-container .container h2 {
        padding-bottom: 20px;
    }
    section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box h2.blog-post-title {
        font-size: 32px !important;
    }
    section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box .get_exerpt {
        font-size: 20px !important;
    }
    section.highlight-container .container .highlight-area .post-item.post-item-one-third .post-inner h3.blog-post-title {
        font-size: 20px;
    }
    .share-social ul li {
        width: 24% !important;
        margin-right: 1%;
        float: left;
    }
    .share-social ul li a {
        font-size: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .share-social ul li a i {
        font-size: 20px;
        margin-right: 10px;
    }
    /* enner page section responsive
	---------------------------------------*/
    .page-container .wp-pagenavi a,
    .page-container .wp-pagenavi span.current {
        font-size: 22px !important;
    }
}

@media all and (max-width: 1100px) {
    .single-page .container {
        width: 100%;
    }
}


/*** Responsive Styles Tablet And Below ***/

@media all and (max-width: 980px) {
    footer#main-footer .container .footer-widget-area .footer-first-widget-area,
    footer#main-footer .container .footer-widget-area .footer-second-widget-area,
    footer#main-footer .container .footer-widget-area .footer-third-widget-area,
    footer#main-footer .container .footer-widget-area .footer-fourth-widget-area {
        width: 50%;
        padding-left: 0;
    }
    footer#main-footer .container .footer-widget-area .footer-first-widget-area,
    footer#main-footer .container .footer-widget-area .footer-fourth-widget-area {
        margin-top: 0!important;
    }
    footer#main-footer .container .footer-widget-area .footer-fourth-widget-area {
        text-align: left;
    }
    body #et-top-navigation #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-column.mega-menu-columns-3-of-12.mega-hide-on-mobile {
        display: block !important;
    }
    .post-item-one-fourth {
        width: 50%;
    }
    .su-column.su-column-size-1-4.country-page-branding-list {
        width: 48%!important;
        float: left!important;
        margin: 0;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .page-id-95755 .container .page-container .su-row,
    .page-id-95813 .container .page-container .su-row,
    .page-id-95853 .container .page-container .su-row,
    .page-id-95864 .container .page-container .su-row,
    .page-id-95875 .container .page-container .su-row,
    .page-id-95962 .container .page-container .su-row,
    .page-id-95988 .container .page-container .su-row,
    .page-id-96006 .container .page-container .su-row {
        margin-bottom: 0;
    }
    body.home section.home-container section.brandtube-container .container .single-video-container .single-video-area {
        width: 50%;
    }
    section.home-slider .container .carousel-post-slider .item.post-item.post-item-fullwidth .post-inner .post-title-wrp h2.blog-post-title a {
        font-size: 40px !important;
        line-height: 1.1 !important;
    }
    section.home-recent-blog-list .container .row-all .post-item.post-item-one-fourth .post-inner h3.blog-post-title {
        font-size: 20px !important;
    }
    p.page-nav a {
        margin-bottom: 10px;
    }
    section.highlight-container .container h2 {
        padding-bottom: 20px;
    }
    section.highlight-container .container .highlight-area .post-item.post-item-one-third .post-inner h3.blog-post-title {
        font-size: 20px;
    }
    section.highlight-container {
        padding-bottom: 20px;
    }
    section.highlight-container .container .highlight-area {
        width: 100% !important;
    }
    section.highlight-container .container .recent-posts-area {
        width: 100% !important;
        padding-left: 0px !important;
        padding-top: 30px;
    }
    section.highlight-container .container .recent-posts-area .rpwe-block .rpwe-li h3 {
        font-size: 18px!important;
        line-height: 24px;
    }
    section.highlight-container .container .recent-posts-area .rpwe-block .rpwe-li h3 span.recent-cat {
        color: #ff0000;
    }
    section.feature-container .container .featured-blog-lists.row-all .post-item.post-item-one-third .post-inner h3.blog-post-title {
        font-size: 22px !important;
        width: 100% !important;
        color: #000 !important;
    }
    /* responsive menu */
    body #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open+#mega-menu-primary-menu {
        transform: translateY(32px) !important;
    }
    #main-header {
        margin-bottom: 0;
    }
    #main-header .container #et-top-navigation {
        background: transparent;
        transform: translateY(-160px);
        z-index: 999;
        position: relative;
    }
    #main-header .container #et-top-navigation #mega-menu-wrap-primary-menu .mega-menu-toggle {
        background: transparent !important;
        position: relative;
        z-index: 999;
    }
    #main-header .container #et-top-navigation #main-header .container #et-top-navigation #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open+#mega-menu-primary-menu {
        transform: translateY(32px);
    }
    #main-header .container .logo-container {
        padding: 30px 0;
        padding-bottom: 15px;
    }
    #main-header .container .logo-container .header-logo {
        width: 50%;
        order: 1;
        text-align: left;
        position: relative;
        z-index: 999999;
    }
    #main-header .container .logo-container .header-logo img {
        max-width: 300px;
    }
    #main-header .container .logo-container .header-left-area {
        width: 48%;
        margin-right: 4%;
    }
    #main-header .container .logo-container .header-right-area {
        width: 48%;
        margin-top: 15px;
    }
    #main-header .container .logo-container .header-right-area #search-3 .probox {
        padding: 6.5px 10px!important;
    }
    /* enner page section responsive
	---------------------------------------*/
    .page-container .wp-pagenavi a,
    .page-container .wp-pagenavi span.current {
        font-style: 22px !important;
    }
    /* About page responsive 
	----------------------------------------*/
    .single-page .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .single-page .container .blog-top-ads-area {
        padding-bottom: 40px;
    }
    .single-page .container .page-container {
        padding-bottom: 0px;
    }
    .single-page .container .page-container h1 {
        font-size: 38px;
        line-height: 1.1;
        padding: 0px;
    }
    .single-page .container .page-container h2 {
        font-size: 24px;
        line-height: 1.5;
    }
    .single-page .container .page-container h3,
    .single-page .container .page-container p {
        font-size: 24px;
        line-height: 1.5;
    }
    /*Contact page responsive
	------------------------------------------*/
    .single-page .container .page-container #gform_wrapper_1 textarea#input_1_4 {
        max-height: 250px !important;
    }
    .single-page .container .page-container #gform_wrapper_1 .form-checkbox-field ul label {
        font-size: 16px !important;
    }
    /* Submit page responsive 
	----------------------------------------*/
    body.page-id-72005 .single-page .container section.cta-boxes-area {
        padding-top: 35px;
    }
    body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area:last-child {
        margin-right: 0;
    }
    body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area h3 {
        font-size: 24px;
    }
    body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area h4 {
        font-size: 17px !important;
        line-height: 1.3 !important;
    }
    /* footer start
	----------------------------------- */
    footer#main-footer .container .footer-widget-area {
        width: 100% !important;
    }
    footer#main-footer .container .footer-widget-area .custom-html-widget {
        margin-top: 0px;
    }
    footer#main-footer .container .footer-widget-area .menu-footer-menu-container {
        margin-top: 0px;
    }
    footer#main-footer #footer-bottom #footer-info {
        width: 100%;
        text-align: center;
    }
    footer#main-footer #footer-bottom .footer-social-icons {
        width: 100%;
        text-align: center;
    }
    footer#main-footer #footer-bottom .footer-social-icons::before {
        display: block;
        content: "";
        clear: both;
    }
    footer#main-footer #footer-bottom .footer-social-icons ul.social-icons {
        text-align: center;
        margin: 0;
        margin-top: 30px;
    }
    footer#main-footer #footer-bottom .footer-social-icons ul.social-icons li a {
        margin: 0 5px;
    }
    section.category-style .container .more-posts-lists .post-item-one-fourth {
        width: 50%;
    }
    section.category-style .container .more-posts-lists .wp-pagenavi span,
    section.category-style .container .more-posts-lists .wp-pagenavi a {
        font-size: 20px!important;
    }
    section.main-container.blog-single-page .container .header-title-single h1.title {
        font-size: 42px;
        line-height: 1.1;
    }
    section.main-container.blog-single-page .container .main-blog-container .left-content-area {
        width: 100%;
        padding-right: 0%;
    }
    section.main-container.blog-single-page .container .main-blog-container .sidebar-area {
        width: 100%;
        padding: 0;
    }
    section.home-sponsors-area .container .ads-container {
        width: 32% !important;
        float: left !important;
        margin-right: 1% !important;
    }
    section.home-sponsors-area .container .ads-container:last-child {
        margin-right: 0;
    }
    /* mobile menu icon satrt*/
    #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1:after {
        content: "";
        font-family: 'dashicons';
        font-size: 40px;
        color: #222;
        margin: 0 0 0 5px;
        background-image: url(../png/mobile-menu-icon-150x150.png);
        width: 47px;
        height: 47px;
        background-size: 48px;
        background-repeat: no-repeat;
        transition: .7s all;
    }
    #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after {
        content: "";
        transform: rotate(90deg);
        background-image: url(../png/mobile-menu-down-icon-150x150.png);
    }
    #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 0px;
    }
    div#mega-menu-wrap-primary-menu ul.mega-menu.max-mega-menu.mega-menu-horizontal {
        position: absolute !important;
        width: 100% !important;
    }
    #mega-menu-wrap-primary-menu .mega-menu-toggle+#mega-menu-primary-menu {
        background: #fff;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link {
        color: #a49d9e;
        display: inline-block;
        font-family: Helvetica Neue LT Std;
        font-weight: normal!important;
        height: 33px;
        width: 130px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item {
        text-align: left;
        margin: auto;
        width: 200px;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        opacity: 1;
        display: block;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        content: '\f139';
        font-size: 21px;
        vertical-align: middle;
        color: #ff0000;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        content: '\f140';
    }
    /* mobile menu icon end*/
}


/*** Responsive Styles Smartphone Only ***/

@media all and (max-width: 767px) {
    body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area {
        min-width: auto!important;
        max-width: 300px!important;
        width: 100%!important;
        float: none!important;
        margin: 0 auto 10px!important;
    }
    body.home section.home-cta-area .container .home-cta {
        display: block;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    body.home section.home-cta-area .container .single-cta {
        padding: 0px !important;
        margin-bottom: 20px;
    }
    body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area .inner-single-box-area {
        margin-left: 0;
        margin-right: 0;
        padding: 0px;
    }
    .page-id-72005 .blog-top-ads-area.clearfix {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-id-72005 .single-page .container .page-container h1 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .single-blog-product-des,
    #gform_wrapper_9,
    #gform_wrapper_10,
    #gform_wrapper_11,
    #comment-wrap {
        width: 100%;
        max-width: 100%;
    }
    .comment-area {
        margin-bottom: 20px;
    }
    .single-page .container .page-container #gform_wrapper_1 input#gform_submit_button_1 {
        top: 0;
        margin-top: 20px!important;
    }
    /*********************************************** 
	Home page 
	************************************************/
    body.home section.home-container section.highlight-container .container h2 {
        padding-bottom: 20px;
    }
    body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box h2.blog-post-title {
        line-height: 1.3;
    }
    body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box .get_exerpt {
        font-size: 18px !important;
    }
    body.home section.home-container section.feature-container .container .featured-blog-lists.row-all .post-item.post-item-one-third .post-inner h3.blog-post-title {
        padding: 10px !important;
        line-height: 28px !important;
    }
    body.home section.home-container section.home-sponsors-area {
        padding-bottom: 70px;
    }
    body.home section.home-container section.home-sponsors-area .container .ads-container {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    body.home section.home-container section.home-sponsors-area .container .ads-container:nth-child(3n) {
        margin-right: 0;
    }
    body.home section.home-container section.sponsors-container .container .sponsors-lists.row-all {
        padding-top: 20px;
    }
    body.home section.home-container section.sponsors-container .container .sponsors-lists.row-all ul.sp-ul li {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    body.home section.home-container section.sponsors-container .container .sponsors-lists.row-all ul.sp-ul li:nth-child(3n) {
        margin-right: 0;
    }
    #main-header .container #et-top-navigation {
        background: transparent;
        z-index: 999;
        position: absolute;
        top: 204px;
        right: 30px;
        width: 100%;
    }
    #main-header .container #et-top-navigation #mega-menu-wrap-primary-menu .mega-menu-toggle {
        background: transparent !important;
        position: relative;
        z-index: 999;
    }
    #main-header .container #et-top-navigation #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open+#mega-menu-primary-menu {
        transform: translateY(32px);
    }
    #main-header .container .logo-container .header-logo {
        width: 89%;
        text-align: left;
        z-index: 99999;
    }
    #main-header .container .logo-container .header-logo img {
        max-width: 250px;
    }
    #main-header .container .logo-container .header-left-area {
        width: 100%;
        margin-right: 0;
    }
    #main-header .container .logo-container .header-right-area {
        width: 100%;
        margin-top: 15px;
    }
    section.category-style .container .more-posts-lists .wp-pagenavi span,
    section.category-style .container .more-posts-lists .wp-pagenavi a {
        font-size: 18px!important;
    }
    section.main-container.blog-single-page .container .header-title-single h1.title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 2px;
    }
    section.main-container.blog-single-page .container .main-blog-container .left-content-area {
        width: 100%;
    }
    section.main-container.blog-single-page .container .main-blog-container .left-content-area .main-left-content h3 {
        font-size: 28px;
    }
    /* enner page section responsive
	---------------------------------------*/
    .page-container .wp-pagenavi a,
    .page-container .wp-pagenavi span.current {
        font-size: 18px !important;
        padding: 5px 10px;
        font-weight: 500;
    }
    .wp-pagenavi a.previouspostslink:after {
        top: 50%;
        margin-top: -5px;
    }
    .wp-pagenavi a.nextpostslink:after {
        top: 50%;
        margin-top: -4px;
    }
    .post-item.post-item-one-third {
        width: 50%;
    }
    /*Contact page responsive
	------------------------------------------*/
    .single-page .container .page-container #gform_wrapper_1 .gfmc-row-1-col-1-of-2 {
        max-width: 100% !important;
        margin-right: 0% !important;
        width: 100% !important;
    }
    .single-page .container .page-container #gform_wrapper_1 .gfmc-row-1-col-2-of-2 {
        max-width: 100% !important;
        width: 100% !important;
    }
    .single-page .container .page-container #gform_wrapper_1 input,
    .single-page .container .page-container #gform_wrapper_1 textarea {
        padding: 10px 15px !important;
    }
    footer#main-footer {
        padding-top: 30px;
    }
    #gform_wrapper_10 .gform_footer input,
    #gform_wrapper_11 .gform_footer input,
    #gform_wrapper_9 .gform_footer input {
        display: inline-block !important;
        width: auto !important;
        line-height: 1 !important;
    }
    /* About page responsive 
	----------------------------------------*/
    .single-page .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .single-page .container .blog-top-ads-area {
        padding-bottom: 40px;
    }
    .single-page .container .page-container {
        padding-bottom: 0px;
    }
    .single-page .container .page-container h1 {
        font-size: 28px;
        padding: 0px;
    }
    .single-page .container .page-container h2 {
        font-size: 22px;
    }
    .single-page .container .page-container h3,
    .single-page .container .page-container p {
        font-size: 22px;
        padding-top: 0;
    }
    /* Submit page responsive 
	----------------------------------------*/
    body.page-id-72005 .single-page .container section.cta-boxes-area {
        padding-top: 35px;
        display: block;
    }
    body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area {
        display: block;
        margin-bottom: 15px;
        min-width: 100%;
    }
    body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area h3 {
        padding-bottom: 25px;
        font-size: 20px;
    }
    body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area h4 {
        font-size: 17px !important;
        line-height: 1.3 !important;
    }
    /* Product Branding page responsive
	---------------------------------*/
    .single-page .container #gform_wrapper_2 ul li h2,
    .single-page .container #gform_wrapper_5 ul li h2,
    .single-page .container #gform_wrapper_6 ul li h2 {
        margin-bottom: 15px;
    }
    .single-page .container #gform_wrapper_2 ul li .ginput_container.ginput_container_select select,
    .single-page .container #gform_wrapper_5 ul li .ginput_container.ginput_container_select select,
    .single-page .container #gform_wrapper_6 ul li .ginput_container.ginput_container_select select,
    .single-page .container #gform_wrapper_2 ul li .design-upload-form .ginput_container_multiselect select,
    .single-page .container #gform_wrapper_5 ul li .design-upload-form .ginput_container_multiselect select,
    .single-page .container #gform_wrapper_6 ul li .design-upload-form .ginput_container_multiselect select {
        width: calc(99%) !important;
    }
    .single-page .container #gform_wrapper_2 ul li .design-upload-form .ginput_container_multiselect,
    .single-page .container #gform_wrapper_5 ul li .design-upload-form .ginput_container_multiselect,
    .single-page .container #gform_wrapper_6 ul li .design-upload-form .ginput_container_multiselect,
    .single-page .container #gform_wrapper_2 ul li .ginput_container.ginput_container_select,
    .single-page .container #gform_wrapper_5 ul li .ginput_container.ginput_container_select,
    .single-page .container #gform_wrapper_6 ul li .ginput_container.ginput_container_select {
        padding-left: 0 !important;
    }
    .single-page .container #gform_wrapper_2 ul li.design-upload-title h2,
    .single-page .container #gform_wrapper_5 ul li.design-upload-title h2,
    .single-page .container #gform_wrapper_6 ul li.design-upload-title h2 {
        line-height: 1.3!important;
    }
    .page-id-95755 .container .page-container .su-row .country-page-branding-list,
    .page-id-95813 .container .page-container .su-row .country-page-branding-list,
    .page-id-95853 .container .page-container .su-row .country-page-branding-list,
    .page-id-95864 .container .page-container .su-row .country-page-branding-list,
    .page-id-95875 .container .page-container .su-row .country-page-branding-list,
    .page-id-95962 .container .page-container .su-row .country-page-branding-list,
    .page-id-95988 .container .page-container .su-row .country-page-branding-list,
    .page-id-96006 .container .page-container .su-row .country-page-branding-list {
        max-width: 350px;
        display: block;
        float: none!important;
        width: 100% !important;
        margin: 0 auto 30px!important;
    }
    body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hleft-box {
        width: 50% !important;
    }
    body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box {
        width: 50% !important;
    }
    /* header bottom form */
    .header-left-area {
        position: relative;
        padding-left: 124px;
        margin-top: 25px;
    }
    .header-right-area {
        padding-left: 124px;
    }
    .header-left-area .mc4wp-form-fields span {
        position: absolute;
        left: 0;
        color: #9d9d9d;
        top: 15px;
    }
    .share-social ul {
        display: inherit;
        text-align: center;
    }
    .share-social ul li {
        float: none;
        width: 35%;
        margin-right: 6px !important;
        background: transparent;
        display: inline-block;
        margin-bottom: 6px;
    }
    .social-follow ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .social-follow ul li {
        margin-bottom: 15px;
    }
    .social-follow ul li:last-child {
        margin-right: 20px;
    }
    /* header bottom form */
    #main-header .container .logo-container .header-right-area div#search-3 {
        transform: translateY(-3px);
    }
    body.home section.home-cta-area .container .single-cta {
        width: 50%;
    }
    .single-page .container #gform_wrapper_2 ul li label.gfield_label,
    .single-page .container #gform_wrapper_5 ul li label.gfield_label,
    .single-page .container #gform_wrapper_6 ul li label.gfield_label {
        width: 255px;
        margin-bottom: 10px;
    }
    .single-page .container #gform_wrapper_2 ul li .ginput_container,
    .single-page .container #gform_wrapper_5 ul li .ginput_container,
    .single-page .container #gform_wrapper_6 ul li .ginput_container {
        width: 100%;
        display: block;
    }
    .single-page .container #gform_wrapper_2 ul li.tooltips label.gfield_label:after,
    .single-page .container #gform_wrapper_5 ul li.tooltips label.gfield_label:after,
    .single-page .container #gform_wrapper_6 ul li.tooltips label.gfield_label:after {
        content: "";
        opacity: 0;
        visibility: hidden;
    }
    .single-page .container #gform_wrapper_2 ul li.tooltips .gfield_description,
    .single-page .container #gform_wrapper_5 ul li.tooltips .gfield_description,
    .single-page .container #gform_wrapper_6 ul li.tooltips .gfield_description {
        opacity: 1;
        visibility: visible;
        display: block;
        left: 0;
        top: 0;
        position: relative;
        width: 100%;
        margin-top: 0;
        background: transparent;
        border: 0;
        padding-left: 0 !important;
        padding-top: 0;
        padding-bottom: 15px !important;
    }
    .single-page .container #gform_wrapper_2 ul li.tooltips .gfield_description:before,
    .single-page .container #gform_wrapper_5 ul li.tooltips .gfield_description:before,
    .single-page .container #gform_wrapper_6 ul li.tooltips .gfield_description:before {
        background: transparent;
    }
    .single-page .container #gform_wrapper_2 ul li.tooltips .gfield_description:after,
    .single-page .container #gform_wrapper_5 ul li.tooltips .gfield_description:after,
    .single-page .container #gform_wrapper_6 ul li.tooltips .gfield_description:after {
        background: transparent !important;
        opacity: 0;
    }
    .single-page .container #gform_wrapper_2 ul li:not(.tooltips) .gfield_description,
    .single-page .container #gform_wrapper_5 ul li:not(.tooltips) .gfield_description,
    .single-page .container #gform_wrapper_6 ul li:not(.tooltips) .gfield_description {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        top: 0;
    }
    #main-header .container .logo-container .header-left-area .mc4wp-response p {
        position: relative;
        margin-bottom: 0;
    }
    .single-page .container #gform_wrapper_2 ul li.hidden_label .ginput_container,
    .single-page .container #gform_wrapper_5 ul li.hidden_label .ginput_container,
    .single-page .container #gform_wrapper_6 ul li.hidden_label .ginput_container,
    .single-page .container #gform_wrapper_2 ul li.hidden_label .ginput_container,
    .single-page .container #gform_wrapper_5 ul li.hidden_label .ginput_container,
    .single-page .container #gform_wrapper_6 ul li.hidden_label .ginput_container,
    .single-page .container #gform_wrapper_2 ul li.hidden_label .ginput_container,
    .single-page .container #gform_wrapper_5 ul li.hidden_label .ginput_container,
    .single-page .container #gform_wrapper_6 ul li.hidden_label .ginput_container {
        margin-left: 0% !important;
    }
    .single-page .container #gform_wrapper_2 ul li.gfield.file-uploading-section .ginput_preview,
    .single-page .container #gform_wrapper_5 ul li.gfield.file-uploading-section .ginput_preview,
    .single-page .container #gform_wrapper_6 ul li.gfield.file-uploading-section .ginput_preview {
        margin: 0;
    }
    div.gform_confirmation_message_9,
    div.gform_confirmation_message_10,
    div.gform_confirmation_message_11,
    div#gform_confirmation_message_9,
    div#gform_confirmation_message_10,
    div#gform_confirmation_message_11 {
        width: 100%;
        max-width: 100%;
    }
}


/*** Responsive Styles Smartphone Portrait ***/

@media all and (max-width: 600px) {
    .single-blog-product-des {
        margin-bottom: 20px;
    }
    .sp-total-votes span {
        display: none;
    }
    .sp-total-votes {
        right: -15px;
        text-align: center !important;
    }
    .column-hd {
        display: block !important;
    }
    .column-hd>div {
        width: 100% !important;
    }
    footer#main-footer .container .footer-widget-area .custom-html-widget {
        max-width: 100%;
    }
    footer#main-footer .container .footer-widget-area {
        padding: 0!important;
    }
    footer#main-footer .container .footer-widget-area .footer-first-widget-area,
    footer#main-footer .container .footer-widget-area .footer-second-widget-area,
    footer#main-footer .container .footer-widget-area .footer-third-widget-area,
    footer#main-footer .container .footer-widget-area .footer-fourth-widget-area {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }
    footer#main-footer .container .footer-widget-area {
        width: 100% !important;
    }
    .brand-design-table table,
    .brand-design-table thead,
    .brand-design-table tbody,
    .brand-design-table th,
    .brand-design-table td,
    .brand-design-table tr {
        display: block;
    }
    .brand-design-table table tr {
        border: 1px solid #ccc;
    }
    .brand-design-table table tr td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }
    p.page-nav a {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 479px) {
    .post-item-one-fourth {
        width: 100% !important;
    }
    section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box,
    section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hleft-box {
        width: 100% !important;
    }
    section.category-style .container .more-posts-lists .post-item-one-fourth {
        width: 100%;
    }
    .post-item.post-item-one-third {
        width: 100%;
    }
    #main-header .container #et-top-navigation {
        transform: translateY(-172px);
    }
    #main-header .container .logo-container .header-logo img {
        max-width: 167px;
    }
    section.home-sponsors-area .container .ads-container {
        width: 100% !important;
    }
    body.home section.home-container section.sponsors-container .container .sponsors-lists.row-all ul.sp-ul li {
        width: 100%;
    }
    .social-follow ul li {
        max-width: 245px;
        width: 100%;
        margin-bottom: 10px;
    }
    body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hleft-box {
        width: 100% !important;
    }
    body.home section.home-container section.highlight-container .container .highlight-area .post-item.post-item-fullwidth .hright-box {
        width: 100% !important;
    }
    /* mobile menu section start*/
    #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1:after {
        width: 30px;
        height: 39px;
        background-size: 32px;
        background-position: bottom;
    }
    /* mobile menu section start*/
    /*header vform section start*/
    #main-header .container .logo-container .header-left-area span {
        font-size: 12px;
        top: 15px;
    }
    .header-right-area {
        padding-left: 83px;
    }
    .header-left-area {
        padding-left: 83px;
    }
    /*header form section end*/
    /*single page social satrt*/
    .share-social ul {
        display: inherit;
        text-align: center;
    }
    .share-social ul li {
        max-width: 245px;
        width: 100%;
        margin-bottom: 10px;
    }
    /*single page social end*/
    body.home section.home-container section.brandtube-container .container .single-video-container .single-video-area {
        width: 100%;
    }
    body.home section.home-cta-area .container .single-cta {
        width: 100%;
    }
}

.column-hd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}

.column-hd>div {
    width: 45%;
}

.featured .column-hd div:last-child {
    display: none !important;
}

span.totalvotes {
    font-size: 120%;
    color: red;
}

.footer-info-right.clearfix p {
    font-size: 13px !important;
}

@media only screen and (max-width: 600px) {
    .footer-info-right.clearfix p,
    .footer-info-right.clearfix span {
        font-size: 10px !important;
        text-align: left;
    }
    .footer-info-right.clearfix {
        text-align: left;
    }
    footer#main-footer #footer-bottom #footer-info a img {
        width: 50px;
    }
    footer#main-footer #footer-bottom #footer-info .footer-info-left {
        text-align: left !important;
    }
}

body.page-id-72005 .single-page .container section.cta-boxes-area .single-box-area {
    margin-bottom: 0;
}

.homeBanner img {
    object-position: left;
    object-fit: cover;
    height: 674px !important;
}

@media only screen and (max-width: 600px) {
    div#et-top-navigation {
        display: block !important;
    }
    div#et-top-navigation-left {
        display: none;
    }
    .mega-hide-desktop.hide-desktop {
        display: block !important;
    }
}

.hide-desktop {
    display: none !important;
}

.noline-search a {
    font-weight: 100 !important;
    cursor: unset !important;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.noline-search.mega-menu-item>a:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.noline-search.mega-toggle-on>a.mega-menu-link {
    color: rgba(0, 0, 0, .45) !important;
}

ul#awards-menu {
    height: 40px !important;
    align-items: center;
}
 
header {
    margin-bottom: 0px !important;
}


/* SUBMISSION FORM */ 

.form_titles h1 {
    font-size: 42px !important; 
    margin: 0 !important;
} 
.single-page .container .form_titles h3 {
    padding: 0 !important;
    font-size: 22px !important;
    font-weight: 500 !important; 
    line-height: 1.7;
}
