@font-face {
    font-family: 'ProductSansRegular';
    src: url('../fonts/ProductSansRegular.eot');
    src: url('../fonts/ProductSansRegular.eot') format('embedded-opentype'),
         url('../fonts/ProductSansRegular.woff2') format('woff2'),
         url('../fonts/ProductSansRegular.woff') format('woff'),
         url('../fonts/ProductSansRegular.ttf') format('truetype'),
         url('../fonts/ProductSansRegular.svg#ProductSansRegular') format('svg');
}
@font-face {
    font-family: 'ProductSansBold';
    src: url('../fonts/ProductSansBold.eot');
    src: url('../fonts/ProductSansBold.eot') format('embedded-opentype'),
         url('../fonts/ProductSansBold.woff2') format('woff2'),
         url('../fonts/ProductSansBold.woff') format('woff'),
         url('../fonts/ProductSansBold.ttf') format('truetype'),
         url('../fonts/ProductSansBold.svg#ProductSansBold') format('svg');
}
@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Arboria-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Arboria-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Arboria-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Arboria-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Arboria-Bold.svg#Arboria-Bold') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Arboria-Book';
    src: url('../fonts/Arboria-Book.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Arboria-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Arboria-Book.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Arboria-Book.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Arboria-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Arboria-Book.svg#Arboria-Book') format('svg'); /* Legacy iOS */
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Gotham-Black.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Gotham-Black.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Gotham-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg'); /* Legacy iOS */
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Gotham-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Gotham-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Gotham-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Gotham-Book.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Gotham-Book.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Gotham-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg'); /* Legacy iOS */
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Gotham-Medium.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Gotham-Medium.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Gotham-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg'); /* Legacy iOS */
    font-weight: 500;
    font-display: swap;
}
*{
    margin:0;
    padding:0;
    text-transform: none;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
html body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'ProductSansRegular';
    margin: 0;
    padding-top: 0px;
    overflow-x: hidden;
}

a:active{
    outline:none;
    border:none
}
a:focus{
    -moz-outline-style:none;
    outline:none
}

input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}

input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}

input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}

input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}

input[type="file"] {
	cursor:pointer; 
}

select{
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	cursor:pointer;
}
body select::-ms-expand {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner, option::-moz-focus-inner, a::-moz-focus-inner, button,a {border:0;outline:none;}

html body *::-moz-selection {
	color: #fff;
	background:#000 !important;
}

html body *::-webkit-selection {
	color: #fff;
	background:#000 !important;
}
html body *::selection {
	color: #fff;
	background:#000 !important;
}

*::-webkit-input-placeholder { 
	color: #000;
	opacity:0.3;
}

*:-moz-placeholder { 
	color: #000;
	opacity:0.3;
}

*::-moz-placeholder { 
	color: #000;
	opacity:0.3;
}

*:-ms-input-placeholder { 
	color: #000;
	opacity:0.3;
}

a, a:hover, a:active, a:focus, button{
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}

*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

ul, ol {
  margin: 0;
  padding: 0;
  line-height: 1;
}

li {
  list-style: outside none none;
  position: relative;
}

body p {
  color: #939393;
  font-family: "ProductSansRegular";
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 170%;
  margin: 0 0 15px;
  padding: 0;
  text-align: justify;
}

p:empty{
	display: none;
	line-height:0;
}

p:last-child{
	margin:0;
}

p strong {
  font-weight: bold;
}

body a {
  color: #000;
}

body a:hover {
  color: #666;
}

body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}

body .clearfix{
	height:auto;
}

*{
	outline:none!important;
	text-decoration:none;
}

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

.clr:after, ul:after, .clearfix:after, li:after,.grve-container:after {
	clear:both;
	display:block;
	content:"";
}

div input, div select, div textarea, div button{
	font-family: 'ProductSansRegular';
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'ProductSansBold';
  line-height: 1.2;
  margin: 0 0 15px;
}

img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
	display: block;
}

.hidden{
	display:none!important;
}

.container:after{
	content:"";
	display:block;
	clear:both;
}

body .container, footer#Footer .section-inner{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	float:none;
	padding-left:15px;
	padding-right:15px;
}

body .container .container{
	width:100%;
	max-width:100%;
}

html.no-scroll body, html.no-scroll {
    overflow: hidden !important;
    height: 100%;
}
html.no-scroll body .nicescroll-rails {
  display: none !important;
}
html.no-scroll body.nice-scroll:not(.layout-boxed) {
  padding-right: 0 !important;
}

/*-----------fx*/


div.section-gapping {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}

input[type="submit"]:hover {
  background-color: #029cdc;
}

footer .widget, footer .widgets {
  margin: 0;
}

div.wpb_content_element {
  margin-bottom: 0;
}

body form input:not([type="submit"]), body form textarea, body form select {
  background-color: #fff;
  border: 1px solid #ebebeb !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -ms-box-shadow:none;
  -o-box-shadow:none;
  box-shadow:none;
  color: #545454 !important;
  display: block;
  float: none;
  font-family: "ProductSansRegular";
  font-size: 14px !important;
  font-weight: normal;
  height: 60px !important;
  padding: 0 25px;
  width: 100%;
}
body form input.error:not([type="submit"]), body form textarea.error, body form select.error {
  border-color: #ff0000 !important;
}
.epic_results .error {
  border: 1px solid;
}
body form textarea {
  height: 127px !important;
  min-height: 127px;
  padding: 25px;
  resize: none;
}
form div.wpcf7-validation-errors, form div.wpcf7-mail-sent-ok {
  background-color: #fff !important;
  border: 1px solid !important;
  clear: both;
  color: red;
  font-family: "ProductSansRegular";
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}

form div.wpcf7-mail-sent-ok {
  color: green !important;
}

img.ajax-loader {
  display: inline-block;
}

div.grve-text:not(.maintitle) {
  margin-bottom: 15px;
}


/*------ fancy-box*/

body .owl-carousel .owl-nav > div {
  background-image: url("images/sprite.png");
  background-position: 0 -108px;
  background-repeat: no-repeat;
  bottom: 0;
  display: inline-block;
  font-size: 0;
  height: 30px;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 16px;
}

body .owl-carousel .owl-nav > div.owl-prev {
  left: -70px;
}

body .owl-carousel .owl-nav > div.owl-next {
  right: -70px;
}

body .owl-carousel .owl-nav > div:hover {
  background-position: 0 -155px;
}


/*------ /arrow default*/

.fancybox-lock div.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.fancybox-opened .fancybox-skin {
  background-color: #d8d8d8;
  border: 9px solid #fff;
  padding: 0 !important;
}

body .fancybox-prev, body .fancybox-next {
  background-image: url("images/sprite.png");
  background-position: 0 -256px;
  background-repeat: no-repeat;
  bottom: 0;
  height: 80px;
  left: -1px;
  margin: auto;
  top: 0;
  width: 50px;
}	

body .fancybox-next {
  left: auto;
  right: -1px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-title.fancybox-title-inside-wrap {
  padding: 0;
}

.fancybox-title-inside-wrap .fancy_title {
  color: #f42a41;
  font-family: 'ProductSansRegular';
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.fancybox-title-inside-wrap .fancy_caption {
  color: #000000;
  font-family: 'ProductSansRegular';
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
}

.fancybox-title.fancybox-title-inside-wrap {
  padding: 22px 0 10px;
}

a.fancybox-close, .close_mail {
  background-image: url("images/sprite.png");
  background-position: -1px -350px;
  background-repeat: no-repeat;
  background-size: auto auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  height: 33px;
  right: -25px;
  top: -25px;
  width: 33px;
}

body .fancybox-prev:hover, body .fancybox-next:hover {
  opacity:0.8;
}

a.fancybox-close:hover, .close_mail:hover{
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*------------ fancy-box*/

html body .one.column {
  margin: 0 auto;
  width: 100%;
}

/*------------ other*/
header #Action_bar .contact_details {
  float: right;
  padding: 5px 0;
}
header .contact_details > div {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
}
header .contact_details > div::before {
  content: "\f095";
  font-family: FontAwesome;
  color: #fff;
  left: 0;
  position: absolute;
  top: 4px;
}
header .contact_details > div.foot-email-cont::before {
  content: "\f1d8";
  font-size: 14px;
}
header .contact_details > div.foot-phone-no {
  margin-right: 10px;
  padding-right: 20px;
}
header .contact_details > div.foot-phone-no::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 14px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
header #Action_bar .contact_details > div a {
  color: #fff;
  font-family: "ProductSansRegular";
  font-size: 16px;
}
header #Action_bar .contact_details > div a:hover {
  color: #00A591;
}
header ul.social {
  display: none;
}
#Top_bar .top_bar_left {
  width: 100% !important;
}
#Top_bar .top_bar_left .logo {
  margin: -20px auto 15px;
}
#Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, 
.header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {
  background-color: transparent;
}
.header-classic #Action_bar {
  background-color: #17468e;
}
#Top_bar .top_bar_left .menu_wrapper ul li {
  display: block !important;
  margin: 25px 20px;
}
#Top_bar .top_bar_left .menu_wrapper ul li:first-child {
  margin-left: 0;
}
#Top_bar .top_bar_left .menu_wrapper ul li:nth-child(4) {
  margin-right: 0;
}
#Top_bar .top_bar_left .menu_wrapper ul li a {
  color: #2d2a25;
  font-family: "ProductSansRegular";
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 !important;
  padding: 0;
}
#Top_bar .top_bar_left .menu_wrapper ul li.current-menu-item a, 
#Top_bar .top_bar_left .menu_wrapper ul li.hover a, #Top_bar .top_bar_left .menu_wrapper ul li a:hover, 
#Top_bar #menu ul#menu-main-menu li.active a {
  color: #17468e;
}
#Top_bar:not(.is-sticky) .top_bar_left .menu_wrapper ul li a::after {
  background-color: #17468e;
  bottom: 0;
  height: 3px;
  left: 0;
  top: auto;
  width: 100%;
}
#Top_bar .top_bar_left .menu_wrapper ul li a span {
  line-height: 45px;
  padding: 0;
}
#mobile-Action_bar {
  display: none;
}
body:not(.template-slider) #Header {
  min-height: 100%;
}
#Wrapper, #Content {
  background-color: #fff !important;
}
#Content {
  padding-top: 0;
}
#Content .section_wrapper {
  max-width: 100%;
}
.section_wrapper > .the_content_wrapper {
  margin: 0;
}
.tp-caption.banner-text {
  font-family: "ProductSansBold" !important;
  position: relative;
}
.tp-caption.banner-text::before {
  background-color: rgba(253, 255, 255, 0.3);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -25px;
  width: 68px;
}
.tp-caption.banner-text::after {
  background-image: url("../images/banner-before.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 525px;
  margin: auto;
  position: absolute;
  right: -80px;
  top: -120px;
  width: 630px;
  z-index: -1;
}
.tp-caption.banner-content{
  font-family: 'ProductSansRegular' !important;
}


.wpb_revslider_element .banner-text {
  font-family: "ProductSansBold" !important;
  position: relative;
}
.wpb_revslider_element .banner-text::before {
  background-color: rgba(253, 255, 255, 0.3);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -25px;
  width: 68px;
}
.wpb_revslider_element .banner-text::after {
  background-image: url("../images/banner-before.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 525px;
  margin: auto;
  position: absolute;
  right: -80px;
  top: -120px;
  width: 630px;
  z-index: -1;
}
.wpb_revslider_element .banner-content{
  font-family: 'ProductSansRegular' !important;
}



.wpb_wrapper > div {
  margin-bottom: 0;
}
.home-slider {
  background-color: #17458d;
  margin-bottom: 80px;
}
.home-slider > .vc_col-sm-12::before {
  background-image: url("../images/banner-after.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -3px;
  content: "";
  display: block;
  height: 517px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.home-slider > .vc_col-sm-12 > .vc_column-inner {
  position: relative;
  z-index: 1;
}
.main-title {
  color: #103c88;
  font-size: 30px;
  line-height: 125%;
  margin-bottom: 22px !important;
  margin-top: 15px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  font-family: 'ProductSansBold' !important;
  text-transform: uppercase;
}
.main-title::before {
  background-color: #acacac;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 165px;
}
.main-title::after {
  background-color: #fff;
  background-image: url("../images/sprite.png");
  background-position: 10px -167px;
  background-repeat: no-repeat;
  content: "";
  height: 32px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -15px;
  width: 59px;
}
.small-title {
  color: #00a591;
  display: block;
  font-size: 14px;
  margin-bottom: 5px !important;
}
.about-sec .main-title, .newsletter-help .main-title {
  text-align: left;
}
.about-sec .main-title::before, .newsletter-help .main-title::before {
  right: auto;
}
.about-sec .main-title::after,.newsletter-help .main-title::after {
  left: 52px;
  right: auto;
}
.about-sec .about-home-content {
  margin-bottom: 35px;
}
.about-sec .about-home-content p{
  text-align: left;
}
.about-sec .vc_col-sm-6:first-child {
  width: 40%;
}
.about-sec .vc_col-sm-6:last-child {
  width: 60%;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .news-letter .email-subscribe input#sidebar_button[type="submit"], 
.mobile-contact-btn input[type="submit"],.learn-more > a {
  background: rgba(21,76,158,1);
  background: -moz-linear-gradient(left, rgba(21,76,158,1) 0%, rgba(15,96,204,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,76,158,1)), color-stop(100%, rgba(15,96,204,1)));
  background: -webkit-linear-gradient(left, rgba(21,76,158,1) 0%, rgba(15,96,204,1) 100%);
  background: -o-linear-gradient(left, rgba(21,76,158,1) 0%, rgba(15,96,204,1) 100%);
  background: -ms-linear-gradient(left, rgba(21,76,158,1) 0%, rgba(15,96,204,1) 100%);
  background: linear-gradient(to right, rgba(21,76,158,1) 0%, rgba(15,96,204,1) 100%);
  -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154c9e', endColorstr='#0f60cc', GradientType=1 );
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154c9e', endColorstr='#0f60cc', GradientType=1 );
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154c9e', endColorstr='#0f60cc', GradientType=1 );
  -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154c9e', endColorstr='#0f60cc', GradientType=1 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#154c9e', endColorstr='#0f60cc', GradientType=1 );
  border: medium none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  color: #fff !important;
  font-weight: bold;
  display: inline-block;
  margin: auto;
  letter-spacing: 1px;
  height: auto;
  font-family: "ProductSansRegular";
  font-size: 14px;
  line-height: 50px;
  min-width: 146px;
  padding: 0 15px;
  width: auto;
  text-align: center;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, .news-letter .email-subscribe input#sidebar_button[type="submit"]:hover, 
.mobile-contact-btn input[type="submit"]:hover,.learn-more > a:hover {
  background: rgba(15,96,204,1);
  background: -moz-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(21,76,158,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,96,204,1)), color-stop(100%, rgba(21,76,158,1)));
  background: -webkit-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(21,76,158,1) 100%);
  background: -o-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(21,76,158,1) 100%);
  background: -ms-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(21,76,158,1) 100%);
  background: linear-gradient(to right, rgba(15,96,204,1) 0%, rgba(21,76,158,1) 100%);
  -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#154c9e', GradientType=1 );
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#154c9e', GradientType=1 );
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#154c9e', GradientType=1 );
  -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#154c9e', GradientType=1 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#154c9e', GradientType=1 );
}
.about-popup .image-about {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(215,218,223,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(100%, rgba(215,218,223,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(215,218,223,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(215,218,223,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(215,218,223,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(215,218,223,1) 100%);
  -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dadf', GradientType=0 );
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dadf', GradientType=0 );
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dadf', GradientType=0 );
  -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dadf', GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7dadf', GradientType=0 );
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
  -moz-box-shadow: 0 40px 55px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 40px 55px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 40px 55px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 40px 55px rgba(0, 0, 0, 0.1);
  box-shadow: 0 40px 55px rgba(0, 0, 0, 0.1);
  padding: 2px;
  position: relative;
  height: 440px;
}
.play-icon {
  background-color: #17458d;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  bottom: 0;
  -moz-box-shadow: 0 0 0 15px rgba(23, 69, 141, 0.3);
  -webkit-box-shadow: 0 0 0 15px rgba(23, 69, 141, 0.3);
  -ms-box-shadow: 0 0 0 15px rgba(23, 69, 141, 0.3);
  -o-box-shadow: 0 0 0 15px rgba(23, 69, 141, 0.3);
  box-shadow: 0 0 0 15px rgba(23, 69, 141, 0.3);
  cursor: pointer;
  font-size: 0;
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 60px;
}
.play-icon::before {
  border-bottom: 12px solid transparent;
  border-left: 15px solid #fff;
  border-top: 12px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 5px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.play-icon:hover {
  background-color: #00a591;
  -moz-box-shadow: 0 0 0 15px rgba(0, 165, 145, 0.3);
  -webkit-box-shadow: 0 0 0 15px rgba(0, 165, 145, 0.3);
  -ms-box-shadow: 0 0 0 15px rgba(0, 165, 145, 0.3);
  -o-box-shadow: 0 0 0 15px rgba(0, 165, 145, 0.3);
  box-shadow: 0 0 0 15px rgba(0, 165, 145, 0.3);
  
}
.about-popup .image-about img, .services-image .test-img img, .image-about img {
  height: 100% !important;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.about-popup .image-about img {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
  border-radius:10px;
}
.about-popup .abot-vid-data {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.abot-vid-data .vid-all-data {
  left: 50%;
  max-width: 670px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.vid-all-data .wp-video {
  height: 100%;
  width: 100% !important;
}
.close-video {
  background-color: #fff;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
  cursor: pointer;
  color: #000;
  display: block;
  font-size: 0;
  height: 45px;
  line-height: 45px;
  position: absolute;
  right: -22px;
  text-align: center;
  top: -22px;
  width: 45px;
  z-index: 99;
}
.close-video::before {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 30px;
  text-indent: 0;
}
.close-video:hover {
  background-color: #00a591;
  color: #fff;
}
.responsive-view {
  display: none;
}
.wp-video .mejs-container, .wp-video video {
  width: 100% !important;
}
.about-sec.section-gapping {
  position: relative;
}
.about-sec.section-gapping::before, .service-home-sec.section-gapping::before {
  background-image: url("../images/sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 150px;
  position: absolute;
  right: 0;
  top: -100px;
  width: 510px;
  z-index: 1;
}
.industry-cont-home .wpb_wrapper > p, .service-cont .wpb_wrapper > p {
  color: #333;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  max-width: 540px;
  text-align: center;
}
.industries-sec-home.section-gapping {
  display: table;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.industries-sec-home.section-gapping::before, .industries-sec-home.section-gapping::after {
  background-image: url("../images/industries-before.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: -170px;
  content: "";
  display: block;
  height: 625px;
  left: -25px;
  margin: auto;
  position: absolute;
  width: 218px;
}
.industries-sec-home.section-gapping::after {
  bottom: auto;
  top: 0;
}
.industries-sec-home.section-gapping::after {
  left: auto;
  right: -25px;
  top: 0;
  bottom: auto !important;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.industries-sec-home .our-solutions, .service-home-sec .our-solutions {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin: 60px -10px 0;
}
.our-solutions .our-solution {
  padding: 0 10px;
  position: relative;
  -webkit-box-flex: 0 0 16.66%;
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  min-width: 16.66%;
  max-width: 16.66%;
}
.industries-sec-home .our-solutions .our-solution:nth-child(2n) {
  margin-top: 55px;
}
.industries-sec-home .solutions-content {
  background-color: #fff;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 0 0 57px rgba(156, 190, 221, 0.11);
  -webkit-box-shadow: 0 0 57px rgba(156, 190, 221, 0.11);
  -ms-box-shadow: 0 0 57px rgba(156, 190, 221, 0.11);
  -o-box-shadow: 0 0 57px rgba(156, 190, 221, 0.11);
  box-shadow: 0 0 57px rgba(156, 190, 221, 0.11);
  padding: 25px 18px;
  text-align: center;
}
.our-title h4 {
  color: #000000;
  font-family: "ProductSansRegular";
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 35px;
  text-align: center;
}
.our-title .main-btn {
  color: #000000;
  font-size: 10px;
  letter-spacing: 0.5px;
}
.our-title .main-btn:hover {
  color: #1254B0;
}
.our-title .image {
  background: rgba(15,96,203,1);
  background: -moz-linear-gradient(top, rgba(15,96,203,1) 0%, rgba(21,76,159,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,96,203,1)), color-stop(100%, rgba(21,76,159,1)));
  background: -webkit-linear-gradient(top, rgba(15,96,203,1) 0%, rgba(21,76,159,1) 100%);
  background: -o-linear-gradient(top, rgba(15,96,203,1) 0%, rgba(21,76,159,1) 100%);
  background: -ms-linear-gradient(top, rgba(15,96,203,1) 0%, rgba(21,76,159,1) 100%);
  background: linear-gradient(to bottom, rgba(15,96,203,1) 0%, rgba(21,76,159,1) 100%);
  -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cb', endColorstr='#154c9f', GradientType=0 );
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cb', endColorstr='#154c9f', GradientType=0 );
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cb', endColorstr='#154c9f', GradientType=0 );
  -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cb', endColorstr='#154c9f', GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cb', endColorstr='#154c9f', GradientType=0 );
  border-radius: 50%;
  display: block;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 75px;
}
.our-title .image::before {
  background-image: url("../images/sprite-icon.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 45px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
}
.our-solutions .our-solution:nth-child(2) .our-title .image::before {
  background-position: 0 -62px;
}
.our-solutions .our-solution:nth-child(3) .our-title .image::before {
  background-position: 0 -117px;
}
.our-solutions .our-solution:nth-child(4) .our-title .image::before {
  background-position: 0 -175px;
}
.our-solutions .our-solution:nth-child(5) .our-title .image::before {
  background-position: 0 -240px;
}
.our-solutions .our-solution:nth-child(6) .our-title .image::before {
  background-position: 0 -303px;
}
.service-home-sec {
  position: relative;
}
.service-home-sec.section-gapping::before {
  left: 0;
  right: auto;
  top: 150px;
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.service-home-sec .vc_btn3-container.vc_btn3-inline {
  display: table;
  margin: 100px auto 0;
}
.service-home-sec .our-title h4{
  font-size: 14px;
}
.services-image {
  height: 230px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 272px;
}
.services-image::before {
  background-image: url("../images/hexagon-shap.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.services-image .smart-image {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -68px -159px;
  width: 44px;
  height: 45px;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.services-image .smart-image.icon2 {
    background-position: -132px -159px;
}
.services-image .smart-image.icon3 {
    background-position: -196px -159px;
}
.services-image .smart-image.icon4 {
    background-position: -258px -159px;
}
.services-image .test-img {
  height: 100%;
  width: 100%;
}
.services-image .test-img img {
  /* -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); */
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.our-title a:hover .services-image .test-img img {
  -moz-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.our-title a .services-image::after {
  background-color: #1450a8;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%;
  /* -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; */
  
}
.our-title a:hover .services-image::after {
  opacity: 0.7;
  visibility: visible;
}
.our-title a:hover span.smart-image {
    display: block;
}
.service-home-sec .our-solutions .our-solution {
    margin-top: 45px;
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    min-width: 25%;
    max-width: 25%;
}
.service-home-sec .our-solutions .our-solution::before {
  background-image: url("../images/sprite.png");
  background-position: -318px -203px;
  background-repeat: no-repeat;
  content: "";
  height: 51px;
  position: absolute;
  right: -83px;
  top: -36px;
  width: 165px;
  z-index: 2;
}
.service-home-sec .our-solutions .our-solution:last-child::before {
  display: none;
}
.service-home-sec .our-solutions .our-solution:nth-child(2)::before {
  bottom: 16px;
  top: auto;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cotact-home-sec .vc_col-sm-6:first-child {
  width: 40%;
}
.cotact-home-sec .vc_col-sm-6:last-child {
  width: 60%;
}
.newsletter-help .wpb_wrapper > p {
  color: #777777;
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 25px;
  max-width: 360px;
  text-align: left;
}
.cotact-home-sec .vc_col-sm-6:first-child .footer-info {
  max-width: 360px;
}
.news-letter .email-subscribe {
  display: table;
  margin-top: 25px;
  position: relative;
}
.news-letter .alax-loader {
  right: -25px;
}
body form .newsletter-email input:not([type="submit"]) {
  height: 54px !important;
  -moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  background: transparent;
}
.contact-title-home .main-title::before, .contact-title-home .main-title::after {
  display: none;
}
.contact-title-home .main-title {
  margin-top: 0;
  padding-top: 0;
  text-align: left;
}
.cotact-home-sec .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.conact-cont-home .wpb_wrapper > p {
  color: #777;
  line-height: 150%;
  margin-bottom: 25px;
}
.get-in-touch-sec form .column {
    margin: 0 0 20px;
    width: 100%;
    position: relative;
}
.get-in-touch-sec form .column.mobile-contact-btn {
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    width: auto !important;
    text-align: center;
    display: table;
    margin: 15px auto;
    float: none;
}
.mobile-contact-btn .ajax-loader {
    bottom: 0;
    margin: auto !important;
    position: absolute;
    top: 0;
    right: -20px;
}
body form input.wpcf7-not-valid:not([type="submit"]), body form textarea.wpcf7-not-valid, body form select.wpcf7-not-valid {
  border-color: #ff0000 !important;
}
.cotact-home-sec.section-gapping {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.section.section-page-footer {
  display: none;
}
.footer-content{
  background: rgba(15,96,204,1);
  background: -moz-linear-gradient(top, rgba(15,96,204,1) 0%, rgba(18,84,177,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,96,204,1)), color-stop(100%, rgba(18,84,177,1)));
  background: -webkit-linear-gradient(top, rgba(15,96,204,1) 0%, rgba(18,84,177,1) 100%);
  background: -o-linear-gradient(top, rgba(15,96,204,1) 0%, rgba(18,84,177,1) 100%);
  background: -ms-linear-gradient(top, rgba(15,96,204,1) 0%, rgba(18,84,177,1) 100%);
  background: linear-gradient(to bottom, rgba(15,96,204,1) 0%, rgba(18,84,177,1) 100%);
  -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#1254b1', GradientType=0 );
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#1254b1', GradientType=0 );
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#1254b1', GradientType=0 );
  -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#1254b1', GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#1254b1', GradientType=0 );
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: -240px;
  padding-top: 385px;
  position: relative;
}
.footer-content::before {
  background-image: url("../images/footer-bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 363px;
  left: 0;
  position: absolute;
  right: 0;
  top: -2px;
  width: 100%;
}
.follow-section .follow-sec-home {
  margin-bottom: 40px;
}
.follow-sec-home {
      color: #fff;
    font-family: "ProductSansBold";
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 127%;
    text-align: center;
    max-width: 670px;
    margin: 0 auto 55px;
}

.follow-section .vc_col-sm-4 .wpb_wrapper > p {
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  padding-left: 40px;
  display: block;
}
.follow-icon .wpb_wrapper {
  display: table;
}
.follow-icon .wpb_wrapper > * {
  display: table-cell;
  vertical-align: middle;
}
.follow-section .vc_col-sm-4 {
  margin: 25px 0;
}
.follow-icon .icon {
  background-color: #1060cc;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  height: 64.66px;
  margin: 32.33px 0;
  position: relative;
  cursor: pointer;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 112px;
}
.follow-icon .icon:hover {
  background-color: #fff;
}

.follow-icon .icon::before, .follow-icon .icon::after {
  background-color: inherit;
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  content: "";
  height: 79.2px;
  left: 16.402px;
  position: absolute;
  -moz-transform: scaleY(0.5774) rotate(-45deg);
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  width: 79.2px;
  z-index: 1;
}

.follow-icon .icon:before {
  top: -39.5980px;
}

.follow-icon .icon:after {
  bottom: -39.5980px;
}

.follow-icon .icon .hexagon {
  background: inherit;
  display: block;
  height: 64.6632px;
  left: 0;
  position: absolute;
  top: 0;
  width: 112px;
  z-index: 2;
}
.follow-icon .icon .hexagon::before {
  background-image: url("../images/sprite.png");
  background-position: 0 -274px;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 50px;
}
.follow-icon:first-child .icon .hexagon::before
{
  background-position: 2px -274px;

}
.follow-icon .icon:hover .hexagon::before {
  background-position: -69px -274px;
}
.follow-icon .icon.icon2 .hexagon::before {
  background-position: -138px -274px;
}
.follow-icon .icon.icon2:hover .hexagon::before {
  background-position: -208px -274px;
}
.follow-icon .icon.icon3 .hexagon::before {
  background-position: -274px -274px;
}
.follow-icon .icon.icon3:hover .hexagon::before {
  background-position: -337px -274px;
}
.foot-middle-sec {
  /* background: rgba(18,84,177,1);
  background: -moz-linear-gradient(top, rgba(18,84,177,1) 0%, rgba(21,76,158,1) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,84,177,1)), color-stop(100%, rgba(21,76,158,1))) !important;
  background: -webkit-linear-gradient(top, rgba(18,84,177,1) 0%, rgba(21,76,158,1) 100%) !important;
  background: -o-linear-gradient(top, rgba(18,84,177,1) 0%, rgba(21,76,158,1) 100%) !important;
  background: -ms-linear-gradient(top, rgba(18,84,177,1) 0%, rgba(21,76,158,1) 100%) !important;
  background: linear-gradient(to bottom, rgba(18,84,177,1) 0%, rgba(21,76,158,1) 100%) !important;
  -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1254b1', endColorstr='#154c9e', GradientType=0 );
  -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1254b1', endColorstr='#154c9e', GradientType=0 );
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1254b1', endColorstr='#154c9e', GradientType=0 );
  -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1254b1', endColorstr='#154c9e', GradientType=0 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1254b1', endColorstr='#154c9e', GradientType=0 );
  padding-top: 80px; */
}
footer#Footer.foot-all-sec > .section-inner{
	width: 100%;
    max-width: 100%;
	padding: 0;
}
footer#Footer .footer-top {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
      padding-top: 80px;
	 
    padding-bottom: 80px; 
    margin-top: 95px;
    border-top: 1px solid #517bc6;
}
footer#Footer .footer-top .widget-content {
  /*-webkit-box-flex:0 0 25%;
  -ms-flex:0 0 25%;
  flex: 0 0 25%;
  min-width: 25%;*/
	flex: auto;
	max-width: 453px;
}

footer#Footer .footer-top .widget-content:first-child .textwidget > p {
  display: inline-block;
}

/*footer#Footer .footer-top .widget-content:first-of-type {
	min-width: 22%;
	flex: 0 0 22%;
}

footer#Footer .footer-top .widget-content:nth-of-type(2) {
	min-width: 18%;
	flex: 0 0 18%;
}

footer#Footer .footer-top .widget-content:last-of-type {
	min-width: 35%;
	flex: 0 0 35%;
}*/

.social-head-data {
  color: #9dc1f2;
  font-size: 14px;
  max-width: 350px;
  text-align: left;
}
.smart-quick-follow {
  margin-top: 25px;
}
.smart-quick-follow ul li {
  display: inline-block;
  margin-right: 20px;
}
.smart-quick-follow ul li:last-child {
  margin-right: 0px;
}
.smart-quick-follow ul li a {
  background-image: url("../images/sprite.png");
  background-position: 0 -224px;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  width: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.smart-quick-follow ul li.twitter a {
  background-position: -53px -224px;
}
.smart-quick-follow ul li.linkdin a {
  background-position: -105px -224px;
}
.smart-quick-follow ul li a:hover {
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.widget-content .widget-title {
    color: #fff;
    font-size: 24px;
		line-height: 24px;
    /*font-family: "Gotham", sans-serif;*/
		font-family: 'ProductSansRegular';
		font-weight: 500;
    margin-bottom: 25px;
}
footer#Footer .menu-footer_menu-container ul li, 
footer#Footer .menu-information_menu-container ul li {
    line-height: 190%;
}
footer#Footer .menu-footer_menu-container ul li a, 
footer#Footer .menu-information_menu-container ul li a {
		/*font-family: "Arboria-Book", sans-serif;*/
    color: #fff;
    font-size: 18px;
}
footer#Footer .menu-footer_menu-container ul li a:hover, 
footer#Footer .menu-footer_menu-container ul li.current_page_item a, 
footer#Footer .menu-information_menu-container ul li a:hover, 
footer#Footer .menu-information_menu-container ul li.current_page_item a {
    color: #9dc1f2;
}
.copy-cont {
    border-top: 1px solid rgba(193, 193, 193, 0.45);
    padding: 30px 0;
	background: linear-gradient(#0051C0, #0030A4);
}

.copy-cont .container {
	max-width: 1170px;
}

.copy-cont p, .copy-cont p a {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.copy-cont p a {
	text-align: center;
}

#Footer .copy-cont p a:hover{
	color: #00A591;
}
#Footer .foot-cont-wrap .smart-add, #Footer .foot-cont-wrap a, #Footer .foot-cont-wrap p {
  color: #fff;
	/*font-family: "Arboria-Book", sans-serif;*/
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  max-width: 210px;
  text-align: left;
}

#Footer .foot-cont-wrap p {
	max-width: 320px;
}

#Footer .foot-cont-wrap a {
  display: inline;
	word-break: break-word;
	hyphens: auto;
}
#Footer .foot-cont-wrap a:hover{
  color: #9dc1f2;
}
.foot-cont-wrap > div {
  margin-bottom: 15px !important;
  padding-left: 58px;
  position: relative;
}
.foot-cont-wrap > div.foot-email-cont {
  margin-bottom: 0 !important;
}
.foot-cont-wrap > div::before {
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 38px;
}
.foot-cont-wrap > div.foot-phone-no::before {
  /*background-position: -348px -170px;*/
	background-image: url("../images/footer-phone-icon.png");
  top: 7px;
}
.foot-cont-wrap > div.foot-email-cont::before {
  /*background-position: -394px -170px;*/
	background-image: url("../images/footer-mail-icon.png");
  top: 3px;
}
.contact-head-foot, .support-main-head .mail-foot-title {
  display: block;
}
.foot-email-cont .support-main-head {
  max-width: 160px;
}
.about-sec .container, .service-home-sec .container, .cotact-home-sec .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
 .cotact-home-sec.foot-cont-info .container{
	 padding-left: 15px !important;
    padding-right: 15px !important;
 }
.get-in-touch-sec form.wpcf7-form {
    width: 100%;
}
.follow-sec-home .wpb_wrapper > p br {
    display: inline;
}
.copy-cont .top-btn {
    background-color: #17458d;
    border: 2px solid #fff;
    bottom: 60px;
    color: #000;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 99;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.copy-cont .top-btn::before {
    content: "\f176";
    font-family: fontawesome;
}
.copy-cont .top-btn:hover {
    background-color: #fff;
    border-color: #17458d;
    color: #17458d !important;
}
.error-404.not-found {
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
}
.error-404.not-found small {
    color: #17468e;
    display: block;
    font-family: 'ProductSansBold';
    font-size: 100px;
    line-height: 1;
    margin-bottom: 20px;
    -moz-text-shadow: 7px 7px 5px rgba(23, 70, 142, 0.3);
    -webkit-text-shadow: 7px 7px 5px rgba(23, 70, 142, 0.3);
    -ms-text-shadow: 7px 7px 5px rgba(23, 70, 142, 0.3);
    -o-text-shadow: 7px 7px 5px rgba(23, 70, 142, 0.3);
    text-shadow: 7px 7px 5px rgba(23, 70, 142, 0.3);
}
.error-404.not-found .main-title {
    font-size: 30px;
}
.error-404.not-found .grve-subtitle {
    text-align: center;
}
html body .wpcf7-mail-sent-ng {
    background-color: #fff !important;
    color: #ff0000;
    border: 1px solid !important;
    margin: auto !important;
    width: 100%;
}
.nicescroll-rails {
    z-index: 9 !important;
}
.cont-captcha {
    clear: both;
    margin: 0 auto;
    display: table;
}
.cotact-home-sec.foot-cont-info .cont-captcha{
	margin:0;
}
.get-in-touch-sec .column.one:nth-child(4) {
    margin-bottom: 15px;
}
.cont-captcha span.wpcf7-form-control-wrap {
    text-align: center;
}
.cont-captcha.error-cap iframe {
    border: 1px solid #ff0000;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
    overflow: hidden;
}
.epic_results p.success {
    width: 100%;
}
html body .nicescroll-rails, html body .nsc-panel-compact, html body .nsc-video-editor, html body .nsc-content-camera{
    display: none !important;
}
html body.nice-scroll:not(.layout-boxed) {
    padding-right: 0 !important;
}
html body form label {
    background-color: #fff;
    margin: auto !important;
    position: absolute;
    z-index: 1;
    font-family: 'ProductSansRegular';
    font-weight: normal;
    color: rgba(0, 0, 0, 0.3);
    top: 18px;
    left: 21px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: 1px solid transparent;
    padding: 2px 10px;
    -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
}
.newsletter-email {
    position: relative;
	z-index: 1;
}
.newsletter-email label {
    width: auto !important;
    top: 16px;
	z-index: -1;
}
html body form .value_focus label, html body form .input_focus label, .newsletter-email.has-focus label {
    top: -10px;
    border-color: #c2c2c2;
	z-index: 1;
}
html body form label em {
    font-style: normal;
    color: #ff0000;
}
.footer-top .widget-content:first-child img {
    max-width: 110px;
    display: inline-block;
}
.wp-video-shortcode video {
    height: 100% !important;
}

/*******************inner page**************************/
h1, .text-logo #logo {
  font-size: 45px !important;
  line-height: 45px !important;
  font-weight: 500;
  letter-spacing: 0px;
}

#Top_bar #logo {
  height: 128px;
  padding: 0;
}

#Top_bar .menu_wrapper {
  float: right;
}

big, .big {
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 400;
  letter-spacing: 0px;
  color: #2d2a25;
}
.mobile-about-inner p.big {
  text-align: center;
}
.mobile-about-inner {
  background-color: #fcfcfc;
}
.mobile-services-page .mobile-services {
  text-align: center;
}
.mobile-services-page .one-fourth {
  clear: none;
}
.mobile-services-page .three-fourth {
  clear: none;
  padding-left: 20px;
}
.mobile-services-page:nth-child(2) .three-fourth, .mobile-services-page:nth-child(4) .three-fourth {
  padding: 0;
}
html body .mobile-service-title {
  margin: 0 0 30px !important;
}

/****contact page-***/
.helpsec .section_wrapper {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 15px;
}
.helpsec .bulkOrder {
  background-color: #ccc;
}
.helpsec .column.one {
  margin-bottom: 30px;
}
.helpsec .helpCenter {
  background: #17468e;
}
.helpsec .helpCenter, .helpsec .bulkOrder {
  font-size: 18px;
  color: #fff;
  padding: 34px 0px;
  position: relative;
}
.helpsec .helpCenter::before,.helpsec .bulkOrder::before {
  position: absolute;
  content: '';
  background: url("../images/helpbox-shadw.png");
  width: 621px;
  height: 76px;
  bottom: -55px;
  right: 0;
  z-index: -1;
}
.helpsec .helpCenter::after, .helpsec .bulkOrder::after {
  position: absolute;
  content: '';
  background: url("../images/Help-icon.png");
  width: 231px;
  height: 201px;
  top: -1px;
}
.helpsec .bulkOrder::after {
  background: url("../images/bulkoredr-icon.png") !important;
}
.helpCenter .column_attr, .bulkOrder .column_attr {
  padding-left: 250px;
}
.helpCenter h6, .bulkOrder h6 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0;
}
.bulkOrder h6 {
  color: #000;
}
.helpCenter p, .bulkOrder p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 15px;
  letter-spacing: 0;
  line-height: 120%;
}
.bulkOrder p {
  color: #000;
}
.helpCenter h4, .bulkOrder h4 {
  font-size: 30px;
  color: #fff;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0px;
}
.bulkOrder h4 {
  color: #000;
}
.contact-form-wrap .mobile-default {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: "gotham", Arial, Tahoma, sans-serif;
}
.contact-form-wrap form.wpcf7-form input:not([type="submit"]), .contact-form-wrap form.wpcf7-form textarea {
  color: #626262 !important;
  background-color: rgba(255, 255, 255, 1);
  border-color: #EAEAEA !important;
  box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
  padding: 10px;
  height: auto !important;
  border-radius: 0 !important;
}
.contact-form-wrap form.wpcf7-form label {
  display: block;
  margin-bottom: 5px !important;
  font-weight: 700;
  position: static;
  background: transparent;
  color: #2d2a25;
  padding: 0;
}

.contact-form-wrap form.wpcf7-form .column.one {
  margin: 0 1% 10px;
}
.sectionOne::after {
  background: url("../images/section-shadw.png");
  bottom: -41px;
  position: absolute;
  content: '';
  z-index: 9999;
  width: 1268px;
  height: 57px;
  left: calc(50% - 633px);
}
.carrier-page-wrap p {
  text-align: center;
  letter-spacing: 0;
} 
.carrier-page-wrap form.wpcf7-form input:not([type="submit"]) {
  box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
  border-radius: 0 !important;
  height: auto !important;
  padding: 10px !important;
}

/*****06-04-2020******/
body.service-bg .entry-content {
  background-color: #fff;
}
.privacy-policy-wrap h1 {
  text-align: center;
}
.privacy-policy-wrap p, .terms-condition-wrap p {
  color: #2d2a25;
  font-size: 14px;
}
.privacy-policy-wrap ul li,.terms-condition-wrap ul li {
  list-style: disc;
  font-size: 14px;
}
.coupen-help-wrap .three-fourth {
  float: left;
  clear: none;
}
.coupen-help-wrap .one-fourth {
  float: right;
  clear: none;
}
.title-padding {
  padding-bottom: 25px;
}
.mobile-consumer-title ul > li {
  list-style: disc;
  color: #333;
}
.company-prefix-wrap p{
  color:#2d2a25; 
}
.industries-wrap .mcb-wrap.one-second {
  clear: none;
  float: left;
  width: 50%;
}
.mobile-consumer-title .column_attr {
  padding: 0 !important;
}
.hosting-wrap1 p.big {
  text-align: center;
}
ul.list_mixed li, ul.list_check li, ul.list_star li, ul.list_idea li {
  padding: 0 0 4px 50px;
}


/* 14-4-2020 */

.cotact-home-sec.foot-cont-info .container > div {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.cotact-home-sec.foot-cont-info .container > div.footer-info {
	width: 49%;
	padding-right: 88px;
}
.cotact-home-sec.foot-cont-info .container > div.widget-content {
	width: 51%;
	position: relative;
	z-index: 2;
}
.cotact-home-sec.foot-cont-info .container > div > div{
	padding-left:15px;
	padding-right:15px;
}
.cotact-home-sec.foot-cont-info {
    background: #fff;
	padding-top: 80px;
}
#Footer h2.main-title {
	color: #103c88;
	text-align:left;
}
.cotact-home-sec.foot-cont-info .container > div.widget-content > div{
	background-color: #fff;
    border: 1px solid #dfdfdf;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
}
.cotact-home-sec.foot-cont-info .widget-content form .column {
    margin: 0 0 20px;
    width: 100%;
    position: relative;
}
#Footer .main-title::after {
    left: 52px;
    right: auto;
}
#Footer .main-title::before {
    right: auto;
}
.cotact-home-sec.foot-cont-info .container > div.widget-content .main-title::after,.cotact-home-sec.foot-cont-info .container > div.widget-content .main-title::before{
	display:none;
}
.cotact-home-sec.foot-cont-info .container > div.widget-content .main-title {
    margin-top: 0;
    padding-top: 0;
}
html input[type="date"]:focus, html input[type="email"]:focus, html input[type="number"]:focus, html input[type="password"]:focus,html  input[type="search"]:focus,html  input[type="tel"]:focus, html input[type="text"]:focus, html input[type="url"]:focus,html  select:focus,html  textarea:focus{
	background-color:#fff !important;
}
.cotact-home-sec.foot-cont-info .container > div.widget-content form .column.mobile-contact-btn {
    
    margin-top: 0;
    position: relative;
    width: auto !important;
    text-align: left;
    display: table;
    margin: 15px 0 0;
    float: none;
}
.cotact-home-sec form div.wpcf7-validation-errors,.cotact-home-sec form div.wpcf7-mail-sent-ok,html body .wpcf7-mail-sent-ng{
	margin-top: 15px !Important;
}
ul.follow-section>li {
    float: left;
    width: 33.3333%;
    position: relative;
	margin: 25px 0;
	display: table;
	padding: 0 15px;
}
ul.follow-section>li:nth-child(2){
	width:32.33%;
}
ul.follow-section>li:nth-child(3){
	width:34.33%;
}
ul.follow-section>li * {
    display: table-cell;
    vertical-align: middle;
}
ul.follow-section>li p.data-follow{
    color: #fff;
    font-size: 20px;
    line-height: 140%;
    padding-left: 40px;
    display: block;
	text-align: left;
}
.footer-content .container {
    max-width: 1170px;
}
.mobile-our-company::before {
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 150px;
    position: absolute;
    right: auto;
    left: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    bottom: -100px;
    width: 510px;
    z-index: 1;
}

/* about-inner-page */

.about-first .main-title::before, .about-sec-data .main-title::before,.know-service-sec .main-title::before{
	background-color: #000;
}
.about-first-data * {
    text-align: center;
    letter-spacing: 0.5px;
}
.about-sec-data .main-title ,.about-third-dta .main-title,.know-service-sec .main-title{
    text-align: left;
}
.about-sec-data .main-title::before ,.about-third-dta .main-title::before,.know-service-sec .main-title::before{
	right: auto;
	background-color: #000;
}
.about-sec-data .main-title::after ,.about-third-dta .main-title::after,.know-service-sec .main-title::after{
    left: 52px;
    right: auto;
}
.about-sec-data p, .about-third-dta p,.know-service-sec p {
    text-align: left;
    letter-spacing: 0.5px;
}
.about-first.section-gapping::before,.know-service-sec::before{
    background-image: url(../images/sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 150px;
    position: absolute;
    right: 0;
    top: -70px;
    width: 510px;
    z-index: 1;
}
.about-first.section-gapping,.know-service-sec.section-gapping {
    margin-top: 80px;
	position:relative;
}
html .about-third-last.section-gapping p {
    text-align: center;
}
.about-third-last.section-gapping {
    padding-bottom: 0;
}

.about-val-sec .main-title {
    margin-bottom: 100px !important;
}
.about-val-sec.section-gapping,.all-service-sec,.all-service-sec > div {
    position: relative;
    overflow: hidden;
}
.about-val-sec.section-gapping::before, .about-val-sec.section-gapping::after,.all-service-sec::before,.all-service-sec::after ,.all-service-sec > div::after,.all-service-sec > div::before, .solution-provider:before,.barcode-main-sec:before,
.coupan-databar:after,.coupan-databar:before,.img-sec-2:before,.img-sec-2:after,.label-design-se:after,.label-design-se:before
{
    background-image: url(../images/industries-before.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: 290px;
    content: "";
    display: block;
    height: 625px;
    left: -25px;
    margin: auto;
    position: absolute;
    width: 218px;
}
.about-val-sec.section-gapping::after,.all-service-sec::after,.all-service-sec > div::after  {
    left: auto;
    right: -25px;
    top: 150px;
    bottom: auto !important;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.all-service-sec::after {
	top:0;
}
.all-service-sec::before {
    bottom: auto;
    top: 500px;
}
.all-service-sec > div::after {
    top: auto;
    bottom: 800px !important;
}
.all-service-sec > div::before {
    top: auto;
    bottom: 420px !important;
}

/* about-inner-page */

/* service-inner-page */

.know-service-sec.section-gapping {
    padding-bottom: 0;
}
.serv-sub-title p {
    text-align: center;
    max-width: 680px;
    margin: auto;
}
.serv-sub-title {
    margin-bottom: 60px !important;
}
.all-service-sec  ul.our-solutions {
    margin: 0;
    padding: 0;
}

.all-service-sec ul.our-solutions > li {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.all-service-sec ul.our-solutions > li:nth-child(2), .all-service-sec ul.our-solutions > li:nth-child(4) {
  flex-direction: row-reverse;
}

.all-service-sec  ul.our-solutions > li:last-child {
    margin-bottom: 0;
}
.all-service-sec ul.our-solutions > li>div {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.all-service-sec ul.our-solutions > li:nth-child(2n) > div {
    float: right;
}
.all-service-sec ul.our-solutions > li:nth-child(2n) > div.solutions-content {
    margin-top: 60px;
}
.all-service-sec ul.our-solutions > li:nth-child(4) > div.solutions-content {
    margin-top: 30px;
}
.all-service-sec ul.our-solutions .services-image {
    max-width: 480px;
    height: 410px;
}
.all-service-sec ul.our-solutions .services-image::after {
    /* background-color: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible;
    width: 100%;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; */
}
.all-service-sec ul.our-solutions .services-image .test-img img {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.all-service-sec ul.our-solutions .services-image .smart-image {
    background-image: url(../images/serv-sprite.fw.png);
    background-repeat: no-repeat;
    background-position: -17px -11px;
    width: 82px;
    height: 70px;
	    display: none;
}
.all-service-sec ul.our-solutions .services-image .smart-image.icon2 {
    background-position: -17px -115px;
    width: 85px;
    height: 55px;
}
.all-service-sec ul.our-solutions .services-image .smart-image.icon3 {
    background-position: -17px -220px;
    width: 75px;
    height: 75px;
}
.all-service-sec ul.our-solutions .services-image .smart-image.icon4 {
    background-position: -17px -330px;
    width: 85px;
    height: 84px;
}
.all-service-sec ul.our-solutions .our-title h4.main-title {
  color: #103c88;
  font-size: 30px;
  line-height: 125%;
  margin-bottom: 32px !important;
  margin-top: 15px;
  padding-top: 30px;
  position: relative;
  text-align: left;
  font-family: 'ProductSansBold';
}
.all-service-sec ul.our-solutions .our-title h4.main-title::after {
	left: 52px;
    right: auto;
}
.all-service-sec ul.our-solutions .our-title h4.main-title::before {
	right: auto;
    background-color: #000;
}
.all-service-sec ul.our-solutions p {
    text-align: left;
    color: #939393;
    line-height: 180% !important;
    letter-spacing: 0.5px;
    font-weight: normal !important;
    font-size: 16px !important;
}



body:not(.home) footer#Footer.foot-all-sec {
    position: relative;
    margin-top: 120px;
}

body:not(.home) footer#Footer.foot-all-sec::before ,body:not(.home) footer#Footer.foot-all-sec::after{
    background-image: url(../images/footer-arrow-left.fw.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    visibility: visible;
    z-index: 1;
    left: 0;
    right: auto;
    top: -140px;
    height: 210px;
    width: 400px;
}
body:not(.home) footer#Footer.foot-all-sec::after{
	background-image: url(../images/footer-oval-right.fw.png);
	left: auto;
    right: 0;
	height: 277px;
    width: 295px;
	top: -220px;
}
.inner-slider > .vc_col-sm-12::before {
    background-image: url(../images/banner-after.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -3px;
    content: "";
    display: block;
    height: 517px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.inner-slider {
    background-color: #17458d;
}
.inner-slider > .vc_col-sm-12 > .vc_column-inner {
  position: relative;
  z-index: 1;
}
.inner-slider .tp-caption.banner-text::after{
	background-image: url(../images/about-banner-before.fw.png);
	    height: 517px;
    width: 553px;
    top: -150px;
    right: -190px;

}
.cotact-home-sec.foot-cont-info .container > div.widget-content h2.main-title + p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}
.cotact-home-sec span.wpcf7-not-valid-tip {
    margin-top: 5px;
    text-align: left;
}
.mobile-show{
	display:none;
}
.about-sec-data.section-gapping {
    padding-bottom: 40px;
}
.about-third-last.section-gapping {
    padding-top: 120px;
}
.about-third-dta.section-gapping {
    padding-bottom: 40px;
}
.about-val-sec.section-gapping {
    padding-bottom: 0;
}
/* service-inner-page */

/* 14-4-2020 */

.tp-caption.banner-text h1 {
    color: #fff;
    font-family: "ProductSansBold" !important;
}

/****22-04-2020*******************/
.learn-more {
  margin-top: 30px;
}
.industries_cont ul {
  margin: 0 0 15px;
}
.industries_cont ul > li {
  font-size: 16px;
  color: #939393;
  line-height: 170%;
  letter-spacing: 1px;
  padding-left: 18px;
  position: relative;
}
.industries_cont ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #939393;
  border-radius: 100%;
  top: 12px;
}
article.industries .smart_content_holder {
  padding: 60px 0;
}
article.services .smart_content_holder {
  padding: 60px 0;
}
article.services .smart_content_holder::after {
  content: "";
  display: block;
  clear: both;
}
article.services .smart_content_holder .service_cont {
  float: left;
  width: 75%;
}
article.services .smart_content_holder .service-img {
  width: 25%;
  float: right;
  text-align: right;
  padding-left: 20px;
}

/**************create-barcode*services****/
.crete-barcod-sec .main-title {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.crete-barcod-sec {
  padding: 10px 0 0 !important;
}
.create-barcode-data p,
.solution-provider p {
  padding-bottom: 25px;
  text-align: left;
}
.create-barcode-data div.vc_col-sm-6:first-child {
  width: 52.3%;
  padding-right: 0;
}
.create-barcode-data div.vc_col-sm-6:nth-child(2){
  width: 47.7%;
}
.create-barcode-data img {
  padding: 40px 0 0 15px;
}
.barcode-main-sec .main-title {
  max-width: 290px;
}
.barcode-main-sec .main-title::before, 
.solution-provider .main-title::before,
.coupan-sec-main .main-title::before,
.images-filels-section .main-title::before,
.barcode-design-section .main-title::before
{
  right: auto;
}  
.barcode-main-sec .main-title::after,
.solution-provider .main-title::after,
.coupan-sec-main .main-title::after,
.images-filels-section .main-title::after,
.barcode-design-section .main-title::after
{
  left: 53px;
  margin: 0;
}
.coupan-databar .main-title::before,
.coupan-databar .main-title::after
{
  display: none;
}
.barcode-main-sec p {
  text-align: left;
}
.coupan-databar .main-title {
  padding-bottom: 30px;
  padding-top: 0;
  margin-top: 0;
}

.poly-img-m {
  max-width: 480px;
  height: 410px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.poly-img-m * {
  width: 100%;
}
.poly-img-m::before {
  background-image: url("../images/hexagon-shap.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.barcode-main-sec div.vc_col-sm-6:first-child {
  width: 45.7%;
  padding-right: 0;
}
.barcode-main-sec div.vc_col-sm-6:nth-child(2){
  width: 54.3%;
}

.solution-provider div.vc_col-sm-6:first-child,
.images-filels-section div.vc_col-sm-6:first-child,
.img-sec-2 .vc_col-sm-6:nth-child(2),
.coupan-sec-main .vc_col-sm-6:nth-child(1),
.barcode-design-section .vc_col-sm-6:nth-child(1) {
  width: 55%;
}
.solution-provider div.vc_col-sm-6:nth-child(2),
.images-filels-section div.vc_col-sm-6:nth-child(2),
.img-sec-2 .vc_col-sm-6:first-child,
.coupan-sec-main .vc_col-sm-6:nth-child(2),
.barcode-design-section .vc_col-sm-6:nth-child(2) {
  width: 45%;
}
.barcode-design-section .vc_col-sm-6:nth-child(1)
{
  padding-right: 15px;
  width: 54%;
}

/***************banner****************/

.create-barcode-service >div{

  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 1;
}
.create-barcode-service > div {
  padding-bottom: 150px;
}
.create-barcode-service.inner-slider > .vc_col-sm-12::before {
  background-image: url(../images/after-2.png);
}
.create-barcode-service::before {
  background: url(../images/footer-arrow-left.fw.png) no-repeat;
  content: "";
  position: absolute;
  visibility: visible;
  z-index: 15;
  right: -20px;
  top: auto;
  height: 210px;
  width: 400px;
  bottom: -70px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.create-barcode-service
{
  position: relative;
}
.barcode-main-sec:before,
.coupan-databar:before,
.img-sec-2:before,
.label-design-se:before
{
  bottom: auto;top: 0;
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
    .solution-provider::before,
    .coupan-databar:after,
    .img-sec-2:after {
    top: auto;
    bottom: 0;
}
.coupan-sec-main,
.images-filels-section {
  padding-top: 60px;
}
.coupan-sec-main .poly-img-m,
.barcode-design-section .poly-img-m{
  margin-top: 30px;
  float: right;
}
.coupan-databar{
  padding: 100px 0;
  position: relative;
  z-index: 15;
}
.coupon-barcode-text p br,
.img-sec-2 p br,
.images-filels-section p > br,
.barcode-design-section p br {
  display: none;
}
.img-sec-2 p,
.images-filels-section p,
.coupan-sec-main p,
.barcode-design-section p
{
  text-align: left;
}
/*********************/
.coupan-databar .container {
  display: flex;
  align-items: center;
}
.coupan-databar img {
  padding-right: 30px;
}
.coupon-barcode-text p {
  text-align: left;
}
.img-sec-2
{
  position: relative;
}
.img-sec-2 .vc_col-sm-6:nth-child(2) {
  padding: 80px 15px 80px 0;
}
body .img-text-2d {
  max-width: 1070px;
  padding-bottom: 80px;
}
body .img-text-2d p
{
  text-align: center;
}
.barcode-design-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.barcode-design-section {
  padding: 60px 0 0;
}
.label-design-se {
  padding: 100px 0;
  position: relative;
  z-index: 15;
}

/*******************polygone-section****************/
.label-service {
  margin: 40px 0 80px !important;
}

.label-service .poly-icon {
  cursor: pointer;
  display: block;
  width: 1;
  width: 142px;
  height: 124px;
  background: url(../images/poligone-shape.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #103C88;
  line-height: 210%;
  padding: 0 40px;
}
.label-service .poly-icon label {
  text-align: center;
  line-height: 119%;
  font-weight: normal;

  display: inline-block;
  cursor: pointer;
}
.label-service {
  padding: 95px 0;
  position: relative;
}
.label-service .lb-ser {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 620px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  bottom: 0;
  align-content: space-between;
}
.label-service .lb-ser li:nth-child(1),
.label-service .lb-ser li:nth-child(2), 
.label-service .lb-ser li:nth-child(5), 
.label-service .lb-ser li:nth-child(6) {
  padding: 0 50px;
}
.label-service .lb-ser li {
  width: 50%;
}
.label-service .lb-ser li:nth-child(2n+2) {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}
.design-bottom-text p {
  text-align: center;
  max-width: 1060px;
  margin: auto;
}
.label-service .lb-ser li .hover-text {
  position: absolute;
  color: #939393;
  z-index: 15;
  width: 317px;
  background-color: #fff;
  font-size: 12px;
  line-height: 140%;
  padding: 20px 10px 20px 20px;
  text-align: left;
  letter-spacing: .7px;
  box-shadow: 0 20px 30px rgba(0,0,0, .10);
  right: 100%;
  top: 0;
}
.label-service .lb-ser li:nth-child(2n+2) .hover-text
{
  left: 100%;
  right:auto;
}
.label-service .lb-ser .hover-text {
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
}
.label-service .lb-ser li
{
  pointer-events: none;
}
.label-service .lb-ser li *
{
  pointer-events: all;
}

.label-service .lb-ser li:hover .hover-text
{
  opacity: 1;
  visibility: visible;
}
.label-service .lb-ser li:nth-child(1) .hover-text, .label-service .lb-ser li:nth-child(5) .hover-text {
  right: 84%;
}
.label-service .lb-ser li:nth-child(2) .hover-text, .label-service .lb-ser li:nth-child(6) .hover-text {
  left: 84%;
}
.solution-provider
{
  z-index: 15;
}
footer li.active a {
  color: #fff !important;
}
.poly-img-m
{
    background-color: #000;
}
.poly-img-m:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background: url(../images/sprite.png) no-repeat;
  background-position: -320px -193px;
  background-size: 800%;
}
  .coupan-sec-main .poly-img-m:hover:after
  {
    background-position: -160px -193px;
  }
  .barcode-main-sec .poly-img-m:hover:after
  {
    background-position: -78px -193px;
  }
.poly-img-m:hover img {
    opacity: .3;
}
div.solution-provider {
  padding-top: 20px;
}
.active .poly-icon {
  background-color: #17468f !important;
  background-image: none !important;
  color: #fff;
}
.active .poly-icon:after
{
  border-color: #fff !important;
  transform: rotate(135deg) !important;
}
html span.apply-code a {
    word-break: break-all;
}
.our-services-title {
  padding-bottom: 50px;
}
body.home .tp-caption.banner-text::after {
    right: 0;
    top: -155px;
}
/*

  font-family: 'ProductSansRegular';
  font-family: 'ProductSansBold';

*/


/* BARCODES LANDING PAGE */
/* COMMON */
.btn-wrapper {
	display: flex;
}

.btn-wrapper a,
.news-letter .email-subscribe input#sidebar_button[type="submit"],
.mobile-contact-btn input[type="submit"] {
	padding: 18px 32px;
	text-align: center;
	color: #fff;
	/*font-family: "Arboria-Book", sans-serif;*/
	font-size: 18px;
	line-height: 18px;
	background: rgba(15,96,204,1);
	background: -moz-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(15,96,204,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,96,204,1)), color-stop(100%, rgba(15,96,204,1)));
	background: -webkit-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(15,96,204,1) 100%);
	background: -o-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(15,96,204,1) 100%);
	background: -ms-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(15,96,204,1) 100%);
	background: linear-gradient(to right, rgba(15,96,204,1) 0%, rgba(15,96,204,1) 100%);
	-moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#0f60cc', GradientType=1 );
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#0f60cc', GradientType=1 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#0f60cc', GradientType=1 );
	-o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#0f60cc', GradientType=1 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#0f60cc', GradientType=1 );
	border-radius: 5px;
}

.btn-wrapper a:hover {
	color: #fff;
	background: rgba(15,96,204,1);
	background: -moz-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(21,76,158,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,96,204,1)), color-stop(100%, rgba(21,76,158,1)));
	background: -webkit-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(21,76,158,1) 100%);
	background: -o-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(21,76,158,1) 100%);
	background: -ms-linear-gradient(left, rgba(15,96,204,1) 0%, rgba(21,76,158,1) 100%);
	background: linear-gradient(to right, rgba(15,96,204,1) 0%, rgba(21,76,158,1) 100%);
	-moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#154c9e', GradientType=1 );
	-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#154c9e', GradientType=1 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#154c9e', GradientType=1 );
	-o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#154c9e', GradientType=1 );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f60cc', endColorstr='#154c9e', GradientType=1 );
}

/* #Wrapper */
#Wrapper {
	background-color: #f6fafd !important;
}

#Wrapper #Footer .cotact-home-sec.foot-cont-info {
	background-color: #f6fafd !important;
}

#Wrapper #Footer.foot-all-sec::before,
#Wrapper #Footer.foot-all-sec::after {
	display: none;
}

/* LANDING HERO */
.landing-hero {
	margin-bottom: 60px;
	background-image: url("../images/landing-hero-bg.png");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.landing-hero-content {
	position: relative;
	padding: 18% 0 37%;
}

.landing-hero-image {
	position: absolute;
	top: 100px;
	right: 0;
}

.landing-hero__cta {
	position: relative;
	max-width: 485px;
	width: 100%;
	z-index: 1;
}

.landing-hero__cta h1 {
	font-size: 44px !important;
	line-height: 59px !important;
	color: #000;
	/*font-family: Gotham, sans-serif;*/
	font-weight: 900;
}

/* HERE TO HELP */
.here-to-help {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 170px;
}

.here-to-help-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.here-to-help__image {
	margin-right: 40px;
}

.here-to-help-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.here-to-help-list ul {
	padding: 0 15px;
	list-style: initial !important;
}

.here-to-help-list li {
	margin-bottom: 10px;
	list-style: inherit;
	/*font-family: "Arboria-Book", sans-serif;*/
	font-size: 18px;
	line-height: 32px;
	color: #000;
}

.here-to-help-list li:last-of-type {
	margin-bottom: 0;
}

.here-to-help h4,
.here-to-help p {
	text-align: center;
	/*font-family: 'Arboria', sans-serif;*/
	font-size: 26px;
	font-weight: 700;
	color: #000;
}

.here-to-help-content .btn_more {
	margin-top: 30px;
}

.here-to-help a {
	color: #0033a0;
	text-decoration: underline;
	font-size: 26px;
}

/* STEPS */
.steps {
	padding: 50px 0;
	background-image: url("../images/vector-shape-bg_long.svg");
	background-size: cover;
	background-repeat: repeat-y;
}

/* IMAGE TEXT BLOCKS */
.image-text-blocks__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 170px;
}

.image-text-blocks__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.image-text-blocks__item:last-of-type {
	margin-bottom: 0;
}

.image-text-blocks__item:nth-of-type(odd) .image-text__image {
	margin-right: 40px;
}

.image-text-blocks__item:nth-of-type(even) .image-text__image {
	margin-left: 40px;
}

.image-text-blocks__item:nth-of-type(even) .form-field-group {
	justify-content: flex-end;
}

.image-text-blocks__item:nth-of-type(even) .form-field_narrow {
	margin-left: auto;
}

.image-text-blocks__item:nth-of-type(even) .has_error:after {
	right: 3px;
	left: auto;
}

.image-text__image {
	max-width: 539px;
	width: 100%;
}

.hex {
	display: flex;
	background-image: url("../images/hexa.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.hex::before {
	content: '';
	display: block;
	padding-top: 87%;
}

.hex__outer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.hex__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 90%;
	width: 100%;
	height: 90%;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	background-color: #fff;
}

.hex__inner img {
	max-width: 65%;
}

.image-text__text {
	max-width: 532px;
}

.image-text__text h3 {
	color: #0033a0;
	text-transform: uppercase;
	font-size: 26px;
}

.image-text__text h2 {
	margin-bottom: 5px;
	/*font-family: "Gotham", sans-serif;*/
	font-size: 30px;
	font-weight: 900;
	line-height: 54px;
	color: #000;
}

.image-text__text p {
	text-align: left;
	/*font-family: "Arboria-Book", sans-serif;*/
	font-size: 18px;
	line-height: 32px;
	color: #000;
}

.image-text__text p a {
	color: #0033a0;
	text-decoration: underline;
}

.image-text__text .btn-wrapper {
	margin: 30px 0 0;
}

.image-text__text .btn-wrapper + * {
	margin-top: 25px;
}

.image-text__text_mobile {
	display: none;
}

/* FOOTER */
#Footer {
	background-image: none !important;
	background-color: #f6fafd;
}

.footer-content {
	background-color: #f6fafd;
	background-image: url("../images/curvy-bg.png");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-content::before {
	display: none;
}

.follow-sec-home {
	max-width: 895px;
	width: 100%;
	/*font-family: "Gotham", sans-serif;*/
	font-size: 45px;
	font-weight: 700;
	line-height: 63px;
}

.follow-section {
	display: flex;
	justify-content: space-between;
}

.follow-section::after {
	display: none;
}

ul.follow-section > li {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 280px;
	width: 100% !important;
}

ul.follow-section>li:nth-child(2) {
	max-width: 256px;
}

ul.follow-section > li p.data-follow {
	padding-left: 0;
	text-align: center;
	/*font-family: "Gotham", sans-serif;*/
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
}

.follow-icon .icon {
	transform: rotate(0deg);
	height: 100px;
	background-color: transparent;
	background-image: url("../images/footer-logo-element.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: none;
	cursor: default;
}

.follow-icon .icon::before,
.follow-icon .icon::after {
	display: none;
}

.follow-icon .icon:hover {
	background-color: transparent;
}

.follow-icon .icon .hexagon {
	height: 100px;
}

.follow-icon:first-child .icon .hexagon::before,
.follow-icon .icon.icon2 .hexagon::before,
.follow-icon .icon.icon3 .hexagon::before {
	transform: rotate(0deg) scale(1.5);
}

.follow-icon .icon:hover .hexagon::before {
	background-position: 2px -274px;
}

.follow-icon .icon.icon2:hover .hexagon::before {
	background-position: -138px -274px;
}

.follow-icon .icon.icon3:hover .hexagon::before {
	background-position: -274px -274px;
}

/* NEWSLETTER FORM */
.epicwin-subscription .main-title {
	margin-bottom: 15px !important;
	/*font-family: "Gotham", sans-serif !important;*/
	font-size: 30px;
	font-weight: 900;
	color: #000 !important;
	text-transform: none;
}

.epicwin-subscription .main-title::before,
.epicwin-subscription .main-title::after {
	display: none;
}

.epicwin-subscription .main-title .small-title {
	margin-bottom: 25px !important;
	/*font-family: "Arboria-Book", sans-serif;*/
	font-size: 20px;
	line-height: 20px;
	color: #0033a0;
}

.epicwin-subscription .main-title + p {
	text-align: left;
	/*font-family: "Arboria-Book", sans-serif;*/
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0;
	color: #000;
}

.newsletter-email {
	max-width: 400px;
	width: 100%;
}

.news-letter input#subnewsemail {
	padding-left: 48px;
	border-radius: 5px !important;
	background-image: url("../images/envelope.svg");
	background-position: 19px center;
	background-size: 16px;
	background-repeat: no-repeat;
	background-color: #fff;
}

.news-letter label {
	top: 50%;
	left: 48px;
	transform: translateY(-50%);
	z-index: 1;
	padding: 0;
	/*font-family: "Arboria-Book", sans-serif;*/
	font-size: 18px;
	color: #000;
	background-color: transparent;
}

/* CONTACT FORM */
.cotact-home-sec.foot-cont-info .container > div.widget-content > div {
	border-radius: 25px;
}

.cotact-home-sec.foot-cont-info .container > div.widget-content > div .main-title {
	margin-bottom: 15px !important;
	/*font-family: "Gotham", sans-serif !important;*/
	font-size: 30px;
	font-weight: 900;
	color: #000 !important;
	text-transform: none;
}

.cotact-home-sec.foot-cont-info .container > div.widget-content > div .main-title + p {
	text-align: left;
	/*font-family: "Arboria-Book", sans-serif;*/
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0;
	color: #000;
}

.wpcf7-form-control-wrap.fname input,
.wpcf7-form-control-wrap.email input,
.wpcf7-form-control-wrap.message textarea {
	height: 54px !important;
	padding-left: 45px;
	border-radius: 5px !important;
	background-size: 16px;
	background-repeat: no-repeat;
}

.wpcf7-form-control-wrap.fname input {
	background-image: url("../images/user.svg");
	background-position: 16px center;
}

.wpcf7-form-control-wrap.email input {
	background-image: url("../images/closed-envelope.svg");
	background-position: 16px center;
}

.wpcf7-form-control-wrap.message textarea {
	padding-top: 16px;
	padding-bottom: 16px;
	background-image: url("../images/message.svg");
	background-position: 16px 18px;
}

.wpcf7-form-control-wrap.fname + label,
.wpcf7-form-control-wrap.email + label,
.wpcf7-form-control-wrap.message + label {
	left: 45px;
	padding: 0;
	background-color: transparent;
}

.wpcf7-form-control-wrap.fname + label,
.wpcf7-form-control-wrap.email + label {
	top: 50%;
	transform: translateY(-50%);
}

.wpcf7-form-control-wrap.message + label {
	top: 17px;
}

.cotact-home-sec.foot-cont-info .container > div.widget-content form .column.column-flex {
	display: flex;
	width: 100% !important;
}

.cotact-home-sec.foot-cont-info .cont-captcha {
	margin-right: 20px;
}

.cotact-home-sec.foot-cont-info .cont-captcha + .submit-wrapper {
	position: relative;
	margin-top: 12px;
}

.cotact-home-sec.foot-cont-info .cont-captcha + .submit-wrapper .wpcf7-spinner {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}

#Footer .foot-cont-wrap p.support-main-head {
	max-width: 280px;
}

#Footer .foot-cont-wrap p.mail-foot-title {
	max-width: 100%;
}

.copy-cont-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* FOOTER SOCIAL */
.footer-social {
	display: flex;
}

.footer-social li {
	margin-right: 12px;
}

.footer-social li:last-of-type {
	margin-right: 0;
}

.footer-social a {
	display: block;
}

.footer-social a svg {
	fill: transparent;
	transition: all 0.5s ease 0s;
}

.footer-social a svg path:first-of-type {
	stroke: #fff;
}

.footer-social a svg path:last-of-type {
	fill: #fff;
	transition: all 0.5s ease 0s;
}

.footer-social a:hover svg {
	fill: #fff;
}

.footer-social a:hover svg path:last-of-type {
	fill: rgba(15,96,204,1);
}
/* BARCODES LANDING PAGE END */

/* CLICKTHROUGH LANDING PAGE */
/* STEPS */
.clickthrough-steps-block {
	display: flex;
	justify-content: center;
	margin: 52px 0;
}

.clickthrough-steps-block__item {
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
}

.clickthrough-steps-block__item a {
	color: inherit;
	text-transform: uppercase;
}

.clickthrough-steps-block__item a:hover {
	color: inherit;
}

.clickthrough-steps-block__item:first-of-type,
.clickthrough-steps-block__item:nth-of-type(2),
.clickthrough-steps-block__item:last-of-type {
	background-position: right center;
	background-size: auto;
	background-repeat: no-repeat;
}

.clickthrough-steps-block__item:first-of-type {
	z-index: 2;
	margin-right: -45px;
	padding: 30px 109px 31px 84px;
	background-image: url("../images/step_figure_1.svg");
	background-position: 0 center;
}

.clickthrough-steps-block__item:nth-of-type(2) {
	z-index: 1;
	padding: 30px 75px 31px 104px;
	background-image: url("../images/step_figure_2.svg");
}

.clickthrough-steps-block__item:last-of-type {
	margin-left: -65px;
	padding: 30px 51px 31px 121px;
	background-image: url("../images/step_figure_3.svg");
}

.clickthrough-steps-content .image-text-blocks__item:nth-of-type(2n+1) .image-text__image {
	margin-right: auto;
	padding-right: 40px;
}

.clickthrough-steps-content .image-text-blocks__item:nth-of-type(2n) .image-text__image {
	margin-left: auto;
	padding-left: 40px;
}

/* FORM FIELDS */
.form-field_narrow {
	max-width: 280px;
	width: 100%;
}

.form-field-group {
	display: flex;
	aling-items: center;
}

.quantity {
	display: flex;
	max-width: 90px;
	width: 100%;
	padding-right: 20px;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
}

.quantity-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
}

.quantity-button {
	padding: 1px 15px 1px 13px;
	cursor: pointer;
	color: #666;
	text-align: center;
	font-weight: 700;
	line-height: 10px;
	user-select: none;
}

.form-field.form-field_disabled {
	opacity: .5;
	pointer-events: none;
}

.form-field-group label {
	position: relative;
}

.form-field-group input,
.form-field-group button {
	margin-bottom: 0;
}

.form-field-group input,
.form-field-group input::placeholder {
	color: #666 !important;
	font-family: "ProductSansRegular" !important;
	font-size: 16px;
}

.form-field-group input {
	border-color: #ddd !important;
	box-shadow: none;
}

.form-field-group input:focus {
	color: #666 !important;
}

input[type="number"].form-field__input_number_appearance-reset {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

input[type="number"].form-field__input_number_appearance-reset::-webkit-inner-spin-button,
input[type="number"].form-field__input_number_appearance-reset::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-field__input_number_customized {
	width: 50px !important;
	padding-right: 0 !important;
	padding-left: 18px !important;
	border: none !important;
	box-shadow: none !important;
}

.form-field-group button {
	margin-left: 12px;
	padding: 13px 42px;
	border-radius: 0;
	font-size: 22px;
	backgroud-color: #0033a0;
}

.form-field_narrow button {
	flex: auto;
	margin-right: 0;
	padding: 11px 36px;
	font-size: 18px;
}

.form-field-group select {
	width: 100%;
	padding: 13px 32px 13px 15px;
	border: 1px solid #ddd;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #666;
	background: #fff;
	background-image: url("data:image/svg+xml;base64, PHN2ZyByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMiI+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTIwNy4wMjkgMzgxLjQ3NkwxMi42ODYgMTg3LjEzMmMtOS4zNzMtOS4zNzMtOS4zNzMtMjQuNTY5IDAtMzMuOTQxbDIyLjY2Ny0yMi42NjdjOS4zNTctOS4zNTcgMjQuNTIyLTkuMzc1IDMzLjkwMS0uMDRMMjI0IDI4NC41MDVsMTU0Ljc0NS0xNTQuMDIxYzkuMzc5LTkuMzM1IDI0LjU0NC05LjMxNyAzMy45MDEuMDRsMjIuNjY3IDIyLjY2N2M5LjM3MyA5LjM3MyA5LjM3MyAyNC41NjkgMCAzMy45NDFMMjQwLjk3MSAzODEuNDc2Yy05LjM3MyA5LjM3Mi0yNC41NjkgOS4zNzItMzMuOTQyIDB6Ij48L3BhdGg+PC9zdmc+");
	background-repeat: no-repeat;
	font-size: 14px;
	background-position-x: calc(100% - 15px);
	background-position-y: center;
}

.form-field-group select:focus {
	color: #666;
}

.form-field-group_radio {
	padding: 20px 0;
}

.form-field-group_radio input {
	display: none;
}

.form-field-group_radio label {
	position: relative;
	margin-right: 33px;
	padding-left: 32px;
	cursor: pointer;
	color: #3f3f3f;
}

.form-field-group_radio label::before,
.form-field-group_radio label::after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 50%;
}

.form-field-group_radio label::before {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
	border: 1px solid #ddd;
}

.form-field-group_radio label::after {
	top: 4px;
	left: 5px;
	width: 9px;
	height: 9px;
	background-color: transparent;
}

.form-field-group_radio input:checked + label::after {
	background-color: #0033a0;
}

.form-field_inline {
	display: flex;
	flex-wrap: wrap;
}

.form-field_inline .form-field-group {
	display: flex;
	flex-direction: column;
	margin-right: 5px;
}

.form-field_inline .form-field-group:last-of-type {
	margin-right: 0;
}

.form-field_inline .form-field-group label {
	margin-bottom: 20px;
}

.form-field_narrow .form-field-group select.family-code {
	margin-bottom: 0;
}

/* BARCODES MODAL */
.barcodes-images-modal,
.barcodes-images-modal__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.barcodes-images-modal {
	display: none;
	z-index: 1000;
	align-items: center;
	justify-content: center;
}

.barcodes-images-modal_visible {
	display: flex;
}

.barcodes-images-modal__backdrop {
	background-color: rgba(0, 0, 0, .5);
}

.barcodes-images-modal__body {
	position: relative;
	z-index: 10001;
	max-width: 330px;
	width: 100%;
	padding: 40px 40px 20px;
	background-color: #fff;
}

.barcodes-images-modal__close {
	position: absolute;
	display: flex;
	top: 9px;
	right: 9px;
	align-items: center;
	justify-content: center;
	margin-right: 0;
	margin-left: auto;
	padding: 0;
	border: none;
	box-shadow: none;
	background: none;
}

.barcodes-images-modal__close::after {
	display: none;
}

.barcodes-images-modal__close svg {
	width: 20px;
	height: 20px;
}

.barcodes-images-modal__title {
	text-align: center;
}

.barcodes-images-modal__fields {
	max-height: 288px;
	overflow-y: auto;
}

.barcodes-images-modal__form-field {
	margin-bottom: 20px;
}

.barcodes-images-modal__form-field_invalid::after {
	content: attr(data-message);
	display: block;
	margin-top: 3px;
	color: #f00;
	font-size: 12px;
}

.barcodes-images-modal__form-field_invalid .barcodes-images-modal__input {
	border-color: #f00 !important;
}

.barcodes-images-modal__form .submit_btn {
	width: 100%;
	margin: 0;
	padding: 12px 36px;
	border-radius: 0;
	font-size: 16px;
}

input[type="number"].barcodes-images-modal__input {
	width: 100%;
	height: auto !important;
	margin-bottom: 0;
	padding: 15px 10px;
	border-radius: 0 !important;
	font-size: 16px !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

input[type="number"].barcodes-images-modal__input::-webkit-inner-spin-button,
input[type="number"].barcodes-images-modal__input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* ORDER TABLE */
#cart_hold .hold {
	overflow-x: auto !important;
}

#cart_hold .button {
	margin: 0;
	padding: 18px 36px;
	border-radius: 0;
	font-size: 18px;
}
/* CLICKTHROUGH LANDING PAGE END */

/* COUPON LANDING PAGE */
/* COUPON HERO */
.coupon-hero {
	position: relative;
	margin-bottom: 43px;
}

.coupon-hero .container {
	position: static;
}

.coupon-hero__cta {
	max-width: 640px;
	width: 100%;
	padding: 204px 0 150px;
}

.coupon-hero__cta h1 {
	color: #000;
	font-size: 41px !important;
	line-height: 57px !important;
}

.coupon-hero__cta .btn-wrapper a {
	padding: 16px;
	background: #0033a0;
	font-weight: 500;
}

.coupon-hero__cta .btn-wrapper a:hover {
	background: #002e7e;
}

.coupon-hero__image {
	position: absolute;
	top: 50%;
	right: -23px;
	transform: translateY(-50%);
	width: 50%;
	height: 100%;
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}

/* COUPONS CONTENT WRAPPER */
.coupons-content-wrapper {
	background-image: url("../images/vector-shape-bg_long2.svg");
	background-size: cover;
	background-repeat: repeat-y;
}

/* COUPONS DESCRIPTION */
.coupons-description {
	margin-bottom: 112px;
}

.coupons-blue-block {
	margin-bottom: 56px;
	padding: 40px 64px;
	border-radius: 7px;
	background-color: #0033a0;
}

.coupons-blue-block h2,
.coupons-blue-block p {
	color: #fff;
	text-align: center;
}

.coupons-blue-block h2 {
	margin-bottom: 36px;
	font-size: 36px;
	font-weight: 900;
}

.coupons-blue-block p {
	font-size: 21px;
}

.coupons-description-two-columns-block {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0 54px;
	margin-bottom: 65px;
}

.coupons-description-two-columns-block p {
	color: #000;
	font-size: 19px;
}

.coupons-description-two-columns-block strong {
	color: #0033a0;
}

.coupons-description-about > p {
	color: #000;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
}

/* GET COUPON STEPS */
.get-coupon-steps-content > h2 {
	margin-bottom: 56px;
	color: #000;
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	line-height: 57px;
}

.get-coupon-steps .image-text-blocks {
	max-width: 961px;
	width: 100%;
	margin: 0 auto 120px;
}

.get-coupon-steps .image-text-blocks__item {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 59px;
}

.get-coupon-steps .image-text-blocks__item:nth-of-type(odd)::after,
.get-coupon-steps .image-text-blocks__item:nth-of-type(2n)::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 379px;
	height: 61px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.get-coupon-steps .image-text-blocks__item:nth-of-type(odd)::after {
	background-image: url("../images/dash-line_1.png");
}

.get-coupon-steps .image-text-blocks__item:nth-of-type(2n)::after {
	background-image: url("../images/dash-line_2.png");
}

.get-coupon-steps .image-text-blocks__item:last-of-type::after {
	display: none;
}

.get-coupon-steps .image-text-blocks__item:nth-of-type(2n+1) .image-text__image {
	margin-right: 57px;
}

.get-coupon-steps .image-text-blocks__item:nth-of-type(2n) .image-text__image {
	margin-left: 54px;
}

.get-coupon-steps .image-text-blocks__item:nth-of-type(2n) .image-text__text,
.get-coupon-steps .image-text-blocks__item:nth-of-type(2n) .image-text__text p {
	text-align: right;
}

.get-coupon-steps .step6_hold .form-field-group {
	flex-direction: column;
}

.get-coupon-steps .step6_hold .specific-code-wrapper {
	display: none;
}

.get-coupon-steps .step6_hold .specific-code-wrapper.has_error::after {
	top: 5px;
}

.get-coupon-steps .image-text-blocks__item .specific-code {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.get-coupon-steps .image-text__image {
	max-width: 390px;
}

.get-coupon-steps .hex {
	background-image: url("../images/hexa_bold.svg");
	background-size: contain;
}

.get-coupon-steps .image-text__text {
	max-width: 540px;
	width: 100%;
}

.get-coupon-steps .image-text__text p {
	font-size: 20px;
}

/* COUPONS CTA */
.coupons-cta {
	max-width: 961px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 55px;
}

.coupons-cta .btn-wrapper {
	justify-content: center;
}

.coupons-cta .btn-wrapper a {
	padding: 15px;
	color: #0033a0;
	background: #fff;
}

.coupons-cta .btn-wrapper a:hover {
	background-color: #ebebeb;
}
/* COUPON LANDING PAGE END */

/* NEW COUPON PAGE */
.page-template-new-coupon-page .coupons-content-wrapper {
	padding: 100px 0;
}

.page-template-new-coupon-page .image-text-blocks__item.area_hold_dispabled::after {
	top: auto;
	bottom: 0;
}

.proceed {
	display: flex;
	justify-content: center;
}

.proceed.area_hold_dispabled {
	overflow: hidden;
	filter: blur(3px);
	pointer-events: none;
}

/* GET COUPON STEPS */
.get-coupon-steps .image-text-blocks {
	margin: 0 auto;
}
/* NEW COUPON PAGE */

/* CHECKOUT PAGE */
.woocommerce-checkout .the_content_wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.woocommerce-checkout .woocommerce {
	padding: 35px 0;
}

/* ALERT BLOCK */
.woocommerce-checkout .woocommerce form label {
	position: static !important;
	width: auto;
	height: auto;
	margin: 0 0 5px !important;
	padding-left: 0;
	border-radius: 0;
	color: #000;
	text-align: left;
	line-height: 1;
	clip: unset;
	clip-path: none;
}

.woocommerce-checkout .woocommerce .alert {
	display: flex;
	align-items: center;
}

.woocommerce-checkout .woocommerce-error::before,
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before {
	display: none;
}

.woocommerce-checkout .woocommerce .alert_wrapper {
	display: flex;
	align-items: center;
	flex: auto;
}

.woocommerce-checkout .woocommerce .alert_wrapper strong {
	margin-right: 5px;
}

.woocommerce-checkout .woocommerce .alert .alert_icon,
.woocommerce-checkout .woocommerce .alert a.close {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5em;
	height: 1.5em;
	padding: .5em;
	border-radius: 5px;
	line-height: normal;
}

.woocommerce-checkout .woocommerce .alert .alert_icon {
	margin-right: 20px;
	font-size: 20px;
}

.woocommerce-checkout .woocommerce .alert a {
	margin-left: 5px;
}

.woocommerce-checkout .woocommerce .alert a.close {
	margin-left: auto;
	border: 1px solid #fff;
	background: #fff;
}

.woocommerce-checkout .woocommerce-error.alert,
.woocommerce-checkout .woocommerce-info.alert,
.woocommerce-checkout .woocommerce-message.alert {
	padding: 20px !important;
}

/* FORM FIELDS */
.woocommerce-checkout .woocommerce .checkout_coupon {
	display: flex;
	flex-direction: column;
	width: 48%;
}

.woocommerce-checkout .woocommerce form.checkout_coupon .form-row {
	flex: 100%;
	width: 100%;
}

.woocommerce-checkout .woocommerce .checkout_coupon button {
	padding: 6px 20px;
	border: 1px solid transparent;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce form .form-row {
	display: flex;
	flex-direction: column;
	flex: 50%;
}

.woocommerce-checkout .woocommerce form .form-row#billing_country_field label {
	margin-top: 0 !important;
}

.woocommerce-checkout .woocommerce form .form-row#billing_address_1_field {
	flex: 100%;
}

.woocommerce-checkout .woocommerce-input-wrapper {
	margin-top: auto;
}

.woocommerce-checkout .woocommerce form input:not([type="submit"]),
.woocommerce-checkout .woocommerce form textarea,
.woocommerce-checkout .woocommerce form select {
	height: 40px !important;
	padding: 0 15px;
	border-radius: 10px !important;
}

.woocommerce-checkout .woocommerce form input[type="radio"] {
	width: auto;
	height: auto !important;
}

.woocommerce-checkout .woocommerce form textarea {
	padding: 9px 15px;
}

.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
	height: 40px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}

.woocommerce-checkout .woocommerce .select2-container {
	height: 40px;
}

.woocommerce-checkout .woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 20px 0 15px;
	font-size: 14px;
}

.woocommerce-checkout .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 10px;
}

.woocommerce-checkout .select2-dropdown {
	padding: 10px;
	border: none;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .3);
	border-radius: 10px;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #002e7e;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order {
	width: 100%;
}

.page-template-clickthrough-landing .woocommerce-checkout-review-order-table th,
.page-template-new-coupon-page .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table th,
.woocommerce-checkout .woocommerce .woocommerce-order-details table th {
	text-align: left;
}

.page-template-clickthrough-landing .woocommerce-checkout-review-order-table th.product-total,
.page-template-new-coupon-page .woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table th.product-total,
.woocommerce-checkout .woocommerce .woocommerce-order-details table th.product-total {
	text-align: center;
}

.page-template-clickthrough-landing .woocommerce-checkout-review-order-table td,
.page-template-new-coupon-page .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce .woocommerce-order-details table td {
	padding: 10px !important;
	line-height: 1.5em;
}

.page-template-clickthrough-landing .woocommerce-checkout-review-order-table td.product-name,
.page-template-new-coupon-page .woocommerce-checkout-review-order-table td.product-name,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table td.product-name,
.woocommerce-checkout .woocommerce .woocommerce-order-details table td.product-name {
	color: #0033a0;
	text-align: left;
	font-weight: 700;
}

.page-template-clickthrough-landing .woocommerce-checkout-review-order-table dl p,
.page-template-new-coupon-page .woocommerce-checkout-review-order-table dl p,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table dl p,
.woocommerce-checkout .woocommerce .woocommerce-order-details table dl p {
	font-size: 14px;
}

.page-template-clickthrough-landing .woocommerce-checkout-review-order-table .product-name .variation > dt,
.page-template-clickthrough-landing .woocommerce-checkout-review-order-table .product-name .variation > dd,
.page-template-new-coupon-page .woocommerce-checkout-review-order-table .product-name .variation > dt,
.page-template-new-coupon-page .woocommerce-checkout-review-order-table .product-name .variation > dd,
.woocommerce-checkout .woocommerce .woocommerce-order-details table .product-name .variation > dt,
.woocommerce-checkout .woocommerce .woocommerce-order-details table .product-name .variation > dd {
	margin: 0;
	padding: 2px 0;
	border-width: 0;
}

.page-template-clickthrough-landing .woocommerce-checkout-review-order-table dt,
.page-template-new-coupon-page .woocommerce-checkout-review-order-table dt,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table dt,
.woocommerce-checkout .woocommerce .woocommerce-order-details table dt {
	color: #2d2a25;
	font-size: 14px;
	font-weight: 700;
}

.page-template-clickthrough-landing .woocommerce-checkout-review-order-table .product-name .variation > dt,
.page-template-new-coupon-page .woocommerce-checkout-review-order-table .product-name .variation > dt,
.woocommerce-checkout .woocommerce .woocommerce-order-details table .product-name .variation > dt {
	width: auto;
	margin-right: 5px;
	font-weight: 400;
	clear: none;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details table .wc-item-meta {
	margin: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details table .wc-item-meta li {
	display: flex;
	align-items: center;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details table .wc-item-meta li strong {
	margin-right: 5px;
	color: #2d2a25;
	font-size: 14px;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce .woocommerce-order-details table .wc-item-meta li p {
	display: inline-block;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}

.woocommerce-order-received address:before {
	display: none;
}

.woocommerce-checkout .woocommerce .variation-ImagesSize p,
.woocommerce-checkout .woocommerce .variation-YourBarcodes p {
	display: inline-block;
	text-align: left;
}

/* PAYMENT METHODS */
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border-bottom: none;
}

#add_payment_method #payment div.payment_box input[type="checkbox"],
.woocommerce-cart #payment div.payment_box input[type="checkbox"],
.woocommerce-checkout #payment div.payment_box input[type="checkbox"] {
	width: auto;
	height: auto !important;
}

.woocommerce-checkout .woocommerce form .form-row.woocommerce-SavedPaymentMethods-saveNew {
	flex-direction: row;
}

.woocommerce-checkout .woocommerce form .form-row.woocommerce-SavedPaymentMethods-saveNew label {
	color: #fff;
	background: none;
}

.woocommerce-checkout .woocommerce .wc_payment_method input[type="radio"] {
	display: none;
}

.woocommerce-checkout .woocommerce .wc_payment_method input[type="radio"] + label {
	position: relative !important;
	top: 0;
	left: 0;
	padding-left: 20px;
	background: none;
}

.woocommerce-checkout .woocommerce .wc_payment_method input[type="radio"] + label::before,
.woocommerce-checkout .woocommerce .wc_payment_method input[type="radio"] + label::after {
	content: "";
	position: absolute;
	display: block;
	border-radius: 50%;
}

.woocommerce-checkout .woocommerce .wc_payment_method input[type="radio"] + label::before {
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.woocommerce-checkout .woocommerce .wc_payment_method input[type="radio"] + label::after {
	top: 6px;
	left: 4px;
	width: 7px;
	height: 7px;
}

.woocommerce-checkout .woocommerce .wc_payment_method input[type="radio"]:checked + label::after {
	background-color: #0033a0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: #17468e;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #17468e;
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
	color: #fff;
}

#add_payment_method #payment div.payment_box p a,
.woocommerce-cart #payment div.payment_box p a,
.woocommerce-checkout #payment div.payment_box p a {
	color: inherit;
	text-decoration: underline;
}

#add_payment_method #payment div.payment_box input[type="radio"] + label,
.woocommerce-cart #payment div.payment_box input[type="radio"] + label,
.woocommerce-checkout #payment div.payment_box input[type="radio"] + label {
	color: #fff;
}

#add_payment_method #payment div.payment_box input[type="radio"] + label::before,
.woocommerce-cart #payment div.payment_box input[type="radio"] + label::before,
.woocommerce-checkout #payment div.payment_box input[type="radio"] + label::before {
	top: 4px;
}

#add_payment_method #payment div.payment_box input[type="radio"] + label::after,
.woocommerce-cart #payment div.payment_box input[type="radio"] + label::after,
.woocommerce-checkout #payment div.payment_box input[type="radio"] + label::after {
	top: 8px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 0;
}

#add_payment_method #payment div.form-row label,
.woocommerce-cart #payment div.form-row label,
.woocommerce-checkout #payment div.form-row label {
	color: #fff;
	background: none;
}

#msg-aft {font-size:10px; font-weight:bold;}

/* CHECKOUT PAGE END */