html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.invixible.com/wp-content/themes/invixible/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@font-face{font-family:'Metaluna-Medium';src:url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Metaluna-Medium.eot);src:url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Metaluna-Medium.eot?#iefix) format("embedded-opentype"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Metaluna-Medium.svg#Metaluna-Medium) format("svg"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Metaluna-Medium.ttf) format("truetype"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Metaluna-Medium.woff) format("woff"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Metaluna-Medium.woff2) format("woff2"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Metaluna-Medium.otf) format("otf");}
@font-face{font-family:'Lato';src:url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Lato-Regular.eot);src:url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Lato-Regular.eot?#iefix) format("embedded-opentype"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Lato-Regular.woff2) format("woff2"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Lato-Regular.woff) format("woff"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Lato-Regular.ttf) format("truetype"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/Lato-Regular.svg#Lato-Regular) format("svg");}
@font-face{font-family:'Coco Gothic';src:url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/CocoGothic.eot);src:url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/CocoGothic.eot?#iefix) format("embedded-opentype"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/CocoGothic.woff2) format("woff2"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/CocoGothic.woff) format("woff"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/CocoGothic.ttf) format("truetype"),url(//www.invixible.com/wp-content/themes/invixible/assets/fonts/CocoGothic.svg#Lato-Regular) format("svg");}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } input:focus::-moz-placeholder { color:transparent; } input:focus:-ms-input-placeholder { color:transparent; } textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } textarea:focus::-moz-placeholder { color:transparent; } textarea:focus:-ms-input-placeholder { color:transparent; } body{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/bg-design.png);background-size:100%;background-color:#fff;margin-bottom:0!important;}
.hambuger-icon{cursor: pointer; width: 30px;}
.header-desktop{display:block;}
.header-mobile{display:none;}
.nav-row-mobile{display:none;background:#333332;}
.nav-row-mobile ul{margin:0;list-style:none;padding:0;}
.nav-row-mobile ul li{padding:10px;color:#fff!important;}
.nav-row-mobile ul li a{color:#fff!important;}
.nav-row-mobile ul li a:hover{text-decoration: none;}
.number-row{border-bottom:1px solid #000;}
.linkedin-area{margin-bottom:-15px!important;}
.linkedin-area a{background:#fff;padding:0 10px;outline:none;}
.call-area{margin-bottom:-15px!important; visibility: hidden;}
.call-area a{background:#fff;color:#000;text-decoration:none!important;padding:0 10px;outline:none;font-family:'Metaluna-Medium';font-size:11px;}
.call-area a:hover{color:#000!important;}
.linkedin{width:30px;}
#menu-main-menu{padding:0;}
#menu-main-menu li{list-style:none;display:inline-block;width:13.5%;text-align:center;}
#menu-main-menu li a{color:#000;text-decoration:none;font-family:'Metaluna-Medium';font-size:11px;}
#menu-main-menu li a:hover{color:#000;}
#menu-main-menu li.menu-divider-item{width:17%!important;}
.about-inner{ padding-bottom:30px!important;}
.about-inner p{font-family:'Lato';font-size:20px;color:#212529;width:65%;margin:15px auto!important;}
.more img{max-width:150px;width:100%;} body .diamond-grid-desktop{width: 92.3%!important; margin: -95px auto 0 auto !important;}
body .diamond-grid-ipad{display:none!important;}
body .diamond-grid-mobile{display:none!important;}
.item{width:220px;height:220px;background:#000;}
.item img{width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.main-heading{font-family:'Metaluna-Medium';}
.diamond-grid-tech{width:92.1%;margin:0 auto;}
#offering{ background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/offering-bg.png) no-repeat;background-position:left top;position:relative;}
.offer-1{text-align:right!important;padding:0!important;margin-right:-48px!important;}
.offer-1 img{width:50%!important;text-align:right!important;display:inline-block!important;}
.offer-2{text-align:left!important;padding:0!important;margin-left:-48px!important;}
.offer-2 img{width:100%!important;text-align:left!important; margin: 4px 0 0 0;}
#offering .owl-nav{position:absolute;bottom:10%;right:10%;}
#offering .owl-nav .owl-prev{background:#39f;color:#fff;border-right:2.5px solid #fff;outline:none; cursor: pointer;}
#offering .owl-nav .owl-prev span{font-size:50px;line-height:22px;}
#offering .owl-nav .owl-next{background:#39f;color:#fff;border-left:2.5px solid #fff;outline:none; cursor: pointer;}
#offering .owl-nav .owl-next span{font-size:50px;line-height:22px;}
#update{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/sub-bg.png) no-repeat;background-size:100%;padding-top:6%;padding-bottom:8%;}
#update .update-text p{font-family:'Lato';color:#fff;font-size: 40px;}
#update .email{width:100%;height: 45px;padding:0 10px!important;border-radius:0!important;}
#update .update-submit{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/submit.png) no-repeat top center!important;text-indent:-9999px;box-shadow:none;width:100%;height: 45px;margin:0 auto!important;float:none;border:none!important;background-size: 100% 100%!important;outline:none;padding:0!important;line-height:0!important;cursor:pointer;}
#ceo{display: none;}
.ceo-img{max-width:150px;width:100%;}
.ceo-name{font-family:'Metaluna-Medium';color:#39f;}
.designation{font-family:'Lato';}
.ceo-message{font-family:'Lato';}
#our-impact{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/our-impact-bg.png) no-repeat;background-size:100% 100%;}
#our-impact .owl-nav{display:block;}
#our-impact .owl-nav .owl-prev{font-size:60px;position:absolute;top:40%;transform:translateY(-40%);left:-5%;color:#333332;outline:0;}
#our-impact .owl-nav .owl-next{font-size:60px;position:absolute;top:40%;transform:translateY(-40%);right:-5%;color:#333332;outline:0;}
#download-broucher{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/sub-bg2.png) no-repeat;background-size:100%;padding-top:8%;padding-bottom:8%; display: none;}
#download-broucher .update-text p{font-family:'Lato';color:#fff;font-size:23px;}
#download-broucher .email{width:100%;height:44px;padding:0 10px!important;border-radius:0!important;}
.download-submit{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/download.png) no-repeat top center!important;text-indent:-9999px;box-shadow:none;width:100%;height:44px;margin:0 auto!important;float:none;border:none!important;background-size:100%!important;outline:none;padding:0!important;line-height:0!important;cursor:pointer;}
#our-partners .owl-nav{display:block;}
#our-partners .owl-nav .owl-prev{font-size:60px;position:absolute;top:40%;transform:translateY(-40%);left:-5%;color:#333332;outline:0;}
#our-partners .owl-nav .owl-next{font-size:60px;position:absolute;top:40%;transform:translateY(-40%);right:-5%;color:#333332;outline:0;}
#testimonial{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/test-bg.png) no-repeat;background-size:100% 100%;}
body .footer{background:#efefef; margin-bottom: -3% !important;}
.blue-side{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/contact-bg.png) no-repeat;color:#fff;font-family:'Lato';background-size:100% 100%; margin-top: -3%;}
.address-area{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/address-icon.png) no-repeat;background-size:40px;background-position:center right;padding-right:50px!important;}
.phone-area{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/phone-icon.png) no-repeat;color:#fff;font-family:'Lato';background-size:40px;background-position:center right;padding-right:50px!important;}
.phone-area p{padding:10px 0!important;margin:0;}
.email-area{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/email-icon.png) no-repeat;color:#fff;font-family:'Lato';background-size:40px;background-position:center right;padding-right:50px!important;}
.email-area p{padding:10px 0!important;margin:0;}
.email-area p a{color: #fff; text-decoration: none;}
.phone-area p a{color: #fff; text-decoration: none;}
body .footer-bottom{ margin-top: 40px !important; background: url(https://www.invixible.com/wp-content/themes/invixible/assets/images/sub-bg-f.png) no-repeat; background-size: 100%; padding-top: 1%;}
.contact-form-area form{width:100%;}
.contact-form-area .line{font-family:'Lato';color:#000;font-size:22px;margin-bottom:10px;line-height:23px;}
.contact-form-area form input{background:#efefef;border:0;border-radius:0;border-bottom:2px solid #898989;color:#000;width:100%;padding-top:5px;padding-bottom:5px;}
.contact-form-area form textarea{background:#efefef;border:0;border-radius:0;border-bottom:2px solid #898989;color:#000;width:100%;height:100px;}
.contact-form-area form .contact-submit{background:url(//www.invixible.com/wp-content/themes/invixible/assets/images/contact-submit.png) no-repeat center center!important;text-indent:-9999px;box-shadow:none;width:100%;height:45px;margin:0 auto!important;float:none;border:none!important;background-size:100% 100%!important;outline:none;cursor:pointer;}
.footer-p{color:#fff;font-family:'Lato'; clear: both;}
.footer-ul{font-family:'Lato';color:#000;}
.footer-ul li{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/dot.png)no-repeat center left;background-size:15px;padding-left:30px;margin-bottom:10px;list-style:none; font-size: 18px;}
.simple-text{font-family:'Lato';}
.gray-strip{background:#303030;}
.blue-strip{background:#3399ff;}
.ce{margin-top:-10%!important;margin-bottom:-10%!important;}
body .simple-text-area{margin-bottom:10%!important;}
body .dce{margin-top:10%!important;}
body .iot{margin-top:10%!important;}
body .dssc{margin-top:10%!important;}
body .sqm{margin-bottom:10%!important;}
body .eic{margin-bottom:10%!important;}
.inner-heading-blue{background:#39f;color:#fff;border-bottom:5px solid #d3d3d3;}
.inner-heading-blue h4{font-family:'Metaluna-Medium';font-size:16px!important;margin-top:.5rem;}
.inner-heading-gray{background:#333;color:#fff;border-bottom:5px solid #d3d3d3;}
.inner-heading-gray h4{font-family:'Metaluna-Medium';font-size:16px!important;margin-top:.5rem;} .table-area{width: 100%;}
.table-area img{width: 100% !important; margin: 0 auto !important;}
table{width:100%;}
tr th,tr td{padding:10px;}
th{border:2px solid #000;}
td{border:2px solid transparent; border-bottom:2px solid #000; font-family:'Lato';}
.x-size{width:25px;}
.th{background:#39f;text-align:center;font-family:'Metaluna-Medium';font-size:14px!important;color:#000; border-bottom: 8px solid rgba(0,0,0,0.2); border-top: none;  padding: 25px 0;}
.c1{ text-align:center;width:25%;  font-weight: bold;}
.c1 ul{margin:0;text-align:left;}
.c2{ text-align:center;width:30%;}
.c3{ text-align:center;width:15%;}
.c4{ text-align:center;width:15%;}
.c5{ text-align:center;width:15%;}
#owl-demo .item-1 img {
display: block;
width: 100%;
height: auto;
}
.owl-theme {
.owl-controls {
position: relative;
.owl-page {
position: relative;
display: inline-block;
width: 6em;
height: 3em;
margin: 0 .25em;
outline: none;
&:focus {
outline: none;
}
span {
display: none;
}
transition: all .1s ease-in-out;
&.active {
transform: scale(1.1);
}
&:not(.active) {
transform: scale(0.8);
-webkit-box-shadow: inset 0 0 10em 0 rgba(0,0,0,.75);
box-shadow: inset 0 0 10em 0 rgba(0,0,0,.75);
&:hover {
transform: scale(0.9);
}
}
}
.owl-buttons {
.owl-prev, .owl-next {
font-size: 2em;
display: block;
position: absolute;
top: 0;
line-height: .75em;
width:  1em;
height: 1em;
border-radius: 1px;
background-color: #c0c0c0;
&:focus {
-webkit-box-shadow: inset 0 0 10em 0 rgba(255,0,0,.75);
box-shadow: inset 0 0 10em 0 rgba(255,0,0,.75);
}
}
.owl-prev {
left:  .25em;
}
.owl-next {
right: .25em;
}
}
}
}
.footer-blue{background:#3399ff;}
.footer-blue .copyright{text-align:left;color:#fff;font-family:'Lato';}
.footer-blue .tnc{text-align:right;color:#fff;font-family:'Lato';}
.text-366{float: left; width: 100%;}
.tel-659{float: left; width: 100%;}
.email-734{float: left; width: 100%;}
body .email-657{margin-bottom: 1rem !important; float: left; width: 100%;}
.textarea-181{margin-bottom: 15px !important; float: left; width: 100%;}.textarea-181{margin-bottom: 15px !important; float: left; width: 100%;}
#about_test{background: url(https://www.invixible.com/wp-content/themes/invixible/assets/images/about-sec2.png)no-repeat center left; padding: 1% 0 0 0; background-size: 8%;}
#key_value{background: url(https://www.invixible.com/wp-content/themes/invixible/assets/images/key-value2.png)no-repeat center right; padding: 1% 0 0 0; background-size: 8%;}
.purpose{margin-top: -2%!important; margin-bottom: -2%!important;}
.white-text{color: #fff;}
.blue-text{color: #3399ff;}
.white-text-heading{color: #fff;font-family:'Metaluna-Medium'; background: #323231;}
#purpose-row{margin-top: 5% !important; margin-bottom: 5% !important;}
#vision-row{margin-top: 5% !important;}
.dmf{background: #cccccc;}
.card-header{background: url(https://www.invixible.com/wp-content/themes/invixible/assets/images/arrow-down.png) no-repeat center right 10px #3399ff !important; background-size: 20px !important; font-family:'Metaluna-Medium'; padding-top: 0 !important; padding-bottom: 0 !important; text-align: left; cursor: pointer;}
.card-header button{color: #fff; text-decoration: none;}
.card-header button:hover{color: #fff; text-decoration: none;}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active{text-decoration: none;}
.card-body{background: #333333;}
.card-body h5{font-style: italic;}
.acc-list{margin-left: 0; padding-left: 0;}
.acc-list li{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/dash.png)no-repeat top 10px left;background-size:8px;padding-left:20px;list-style:none; color: #fff;}
.success{color: red; font-family:'Lato'; font-size: 14px;}
div.wpcf7-mail-sent-ok {
border: 2px solid #3399ff;
text-align: center;
color: #fff;
background: #3399ff;
margin: 0 0.5em 1em !important;
}
div.wpcf7 .ajax-loader{width: 25px; height: 25px; background-size: 100%;}
#menu-main-menu{margin: 0 auto 15px auto;}
#impact-slider .main-img{position:relative;}
.hover-box{position: absolute; top: 0; background: rgba(56,147,240,0.8); width: 92%; padding-top: 50%; height: 100%; color: #fff; display: none;}
.hover-box p{width: 80%; margin: 0 auto 20px auto; font-family: 'Lato'; color: #fff; font-size: 28px;}
.hover-box .more img{margin: 0 auto;}
#innovation-img{background: #c6c6c6;}
#innovation-text{background: url(https://www.invixible.com/wp-content/themes/invixible/assets/images/gray-bg.jpg) repeat !important; background-size: 100%; background-position: center center; padding: 5% 0 2.5% 0!important;}
.help{background: url(https://www.invixible.com/wp-content/themes/invixible/assets/images/help.png) no-repeat !important; background-size: 100% 100% !important; background-position: center center; padding: 65px 0;}
.dis .main-heading{text-align: center;}
.dis .main-heading h4{margin: 0; line-height: 52px;}
.dis .main-heading h4 img{float: right;}
.table-slider table{width:100%;}
.table-slider tr th,tr td{padding:10px;}
.table-slider th{border:2px solid #000;}
.table-slider td{border:2px solid #000; font-family:'Lato'; }
.table-slider .th{background:#39f;text-align:center;font-family:'Metaluna-Medium';font-size:12px!important;color:#000;
}
.table-slider .c1{ text-align:center;width:25%;}
.table-slider .c1 ul{margin:0;text-align:left;}
.table-slider .c2{ text-align:center;width:25%;}
.table-slider .c3{ text-align:center;width:25%;}
.table-slider .c4{ text-align:center;width:25%;}
#iot-slider .owl-nav{display:block;}
#iot-slider .owl-nav .owl-prev{font-size:60px;position:absolute;top:50%;transform:translateY(-50%);left:0;color:#000;outline:0;}
#iot-slider .owl-nav .owl-next{font-size:60px;position:absolute;top:50%;transform:translateY(-50%);right:0;color:#000;outline:0;}
.blue-heading{font-family:'Metaluna-Medium'; color: #39f; font-size: 12px;}
#iot-slider{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/table-bg.png) no-repeat;background-size:105%; background-position: center center;}
#accordion table{width:100%;}
#accordion tr th,tr td{padding:10px;}
#accordion th{border:2px solid #fff;}
#accordion td{border:2px solid #fff;}
.pst{background: #333333;}
#accordion .th{background:#39f;text-align:center;font-family:'Metaluna-Medium';font-size:12px!important;color:#000;}
#accordion .c1{ text-align:center;width:25%; color: #fff}
#accordion .c1 ul{margin:0;text-align:left;}
#accordion .c2{ text-align:center;width:25%; color: #fff}
#accordion .c3{ text-align:center;width:25%; color: #fff}
#accordion .c4{ text-align:center;width:25%; color: #fff}
#interested span{color: #3399ff;}
.job-detail{background: url(https://www.invixible.com/wp-content/themes/invixible/assets/images/about-sec2.png)no-repeat center left; padding: 5% 0; background-size: 8%;}
.job-form{background: url(https://www.invixible.com/wp-content/themes/invixible/assets/images/key-value2.png)no-repeat center right; padding: 5% 0; background-size: 8%;}
#joinUs .name{width: 100%; padding-top: 36px; border: none !important; border-bottom: 1px solid #000 !important; background: transparent; outline: none;}
#joinUs .phone{width: 100%; padding-top: 36px; border: none !important; border-bottom: 1px solid #000 !important; background: transparent; outline: none;}
#joinUs .email{width: 100%; padding-top: 36px; border: none !important; border-bottom: 1px solid #000 !important; background: transparent; height: auto !important; outline: none;}
#joinUs .position{width: 100%; padding-top: 36px; border: none !important; border-bottom: 1px solid #000 !important; background: transparent; outline: none; -webkit-appearance: none;}
#joinUs .upload{margin-top: 36px;}
#joinUs .file-582{float: left; overflow: hidden; width: 50%;}
#joinUs .career-submit{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/contact-submit.png) no-repeat center center!important;text-indent:-9999px;box-shadow:none;width:50%;height:45px;margin:36px auto 0 auto!important;float:none;border:none!important;background-size:100%!important;outline:none;cursor:pointer;}
#impact-slider .main-img{position:relative;}
#jobs{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/our-impact-bg-blue.png) no-repeat;background-size:100% 100%;}
#jobs .hover-box2{position: absolute; top: 0; width: 92%; padding-top: 10%; height: 100%; color: #fff;}
#jobs .hover-box2 h4{ text-align: left;font-family: 'Metaluna-Medium'; padding-left: 14px;}
#jobs .hover-box2 p{width: 90%; margin: 20px auto 20px auto; text-align: left;}
#jobs .hover-box2 .more{float: left; margin-left: 20px;}
#jobs .hover-box2 .more img{}
#jobs .owl-nav{display:block;}
#jobs .owl-nav .owl-prev{font-size:60px;position:absolute;top:40%;transform:translateY(-40%);left:-5%;color:#fff;outline:0;}
#jobs .owl-nav .owl-next{font-size:60px;position:absolute;top:40%;transform:translateY(-40%);right:-5%;color:#fff;outline:0;}
.tparrows:before{color: #bebebe !important;}
.tparrows:after{color: #bebebe !important;}
.footer-logo{width: 60%;}
body .footer-logo-area hr{width: 50%; float: left;}
div.wpcf7 .ajax-loader{position: absolute !important; margin-top: 10px !important;}
#joinUs div.wpcf7 .ajax-loader{position: absolute; margin-top: 46px;}
.job-form div.wpcf7 .ajax-loader{position: absolute; margin-top: 46px;}
.table-img{width: 50% !important; float: right !important;}
.whatsapp{position: fixed; z-index: 999999; right: 20px; bottom: 90px; text-align: center; width: 60px; outline: none;}
.whatsapp img{width: 100%;}
#technologies .main-heading p{font-family:'Lato'; font-size: 18px;} div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot.n2-active, div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot:FOCUS{background: #3399ff !important; border: 2px solid #fff;}
div#n2-ss-1 .n2-style-09efebcef1f2f45d29438e0cabcf79bc-dot:HOVER{background: #3399ff !important;}
div#n2-ss-1 .nextend-arrow-animated-fade{width: 40px !important; height: 40px !important;}
#arrows img{width: 35px;}
.table-img-special{width: 45% !important; float: right !important; margin-top: -24px !important;} .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background: rgba(51,153,255,0.5);
}
.about-hover:hover .overlay {
opacity: 1;
}
.hephaistos{width:300px !important; top:90% !important; transform: translateX(-50%) !important; padding: 0px 33px !important;}
.hephaistos .tp-bullet{float: left !important; position: relative !important;}
.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected{background: #3399ff !important; border-color: #3399ff !important;}
.box-5{display: inline-block; width: 20%;}
.blog-img img{width: 100%;}
.blog-solid{clip-path: polygon(50% 100%, 0 0, 100% 0); background: #3399ff;}
.blog-solid-inner{width: 50%; margin: 0 auto; padding: 0 0 50px 0;}
.blog-solid-inner p:nth-child(1){color: #fff; font-size: 22px; margin: 0;}
.blog-solid-inner p:nth-child(2){color: #fff; font-size: 12px;}
body .blog-solid-inner .more img{width: 50px !important;}
.blog-date{    background: #3399ff;
width: 100px;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
padding: 25px;
position: absolute;
left: 25%;
top: 5%;}
.blog-date h1{margin: 0; font-size: 25px; color: #fff;}
.blog-date p{font-size: 12px; color: #fff; margin: 0;}
.heateor_sss_horizontal_sharing:nth-child(1){display: none !important;}
#reply-title{font-family: 'Metaluna-Medium';}
#div-comment-2{text-align: left;}
#div-comment-3{text-align: left;}
.comment-list{margin-left: 0; padding-left: 0;}
.comments-title{font-size: 22px; font-family: 'Metaluna-Medium';}
.comment-notes{display: none;}
.comment-form-comment label{width: 100%; text-align: left; font-family: 'Lato';}
.comment-form-comment textarea{background: #efefef; border: 0; border-radius: 0; border-bottom: 2px solid #898989; color: #000; width: 100%; height: 100px;}
.comment-form-author{width: 100%;}
.comment-form-author label{width: 100%; text-align: left; font-family: 'Lato';}
.comment-form-author input{width: 100%;background: #efefef; border: 0; border-radius: 0; border-bottom: 2px solid #898989; color: #000; padding-top: 5px; padding-bottom: 5px;}
.comment-form-email{width: 100%;}
.comment-form-email label{width: 100%; text-align: left; font-family: 'Lato';}
.comment-form-email input{width: 100%;background: #efefef; border: 0; border-radius: 0; border-bottom: 2px solid #898989; color: #000; padding-top: 5px; padding-bottom: 5px;}
.comment-form-url{display: none;}
.comment-form-cookies-consent{text-align: left; display: none;}
.comment-form .form-submit input{ background: transparent;
border: 1px solid #000;
width: 300px;
height: 45px;
font-size: 18px;
padding: 0 0 2px 0;
font-family: 'Metaluna-Medium';
color: #3399ff;
cursor: pointer;}
.comment-form .success{text-align: left;}
.comment-list{text-align: left;}
.comment{border-bottom: 1px solid #000; margin-bottom: 10px;}
.blog-data p:nth-child(3){text-align: left;}
@media screen and (min-width: 1400px) {
body .about-inner{padding-bottom:30px!important;}
body .diamond-grid-desktop{width: 87.1%!important; margin: -99px auto 0!important;}
body .diamond-grid-tech{width:88%!important;margin:0 auto!important;}
#update .email{height:42px !important; background-size: 100% 100%!important;}
body #update .update-submit{height:42px !important; background-size: 100% 100%!important;}
.download-submit{height:46px !important; background-size: 100% 100%!important;}
}
@media screen and (min-width: 1920px) {
body .about-inner{padding-bottom:30px!important;}
body .diamond-grid-desktop{width:64.9% !important;margin:-87px auto 0 auto!important}
body .diamond-grid-tech{width:65%!important;margin:0 auto!important;}
.offer-1{margin-right:-70px!important;}
.offer-2{margin-left:-70px!important;} body .contact-form-area form .contact-submit{height: 71px !important; background-size: 100% 100%!important;}
body #update .email{height:65px !important;}
body #update .update-submit{height:65px !important; background-size: 100% 100%!important;}
body #download-broucher .email {height:65px !important;}
.download-submit{height:65px !important; background-size: 100% 100%!important;}
#joinUs .career-submit{background-size: 100% 100%!important;}
} @media screen and (max-width: 1280px) {
body .about-inner {padding-bottom: 30px!important;}
body .diamond-grid-desktop{width: 97.5%!important; margin: -90px auto 0!important;}
body .diamond-grid-tech{width:97.2%;}
.update-text p{font-size:26px;}
#update .update-text p{font-size: 37px;}
}
@media screen and (max-width: 1024px) {
.header-desktop{display:none;}
.header-mobile{display:block;}
body .about-inner{padding-bottom:30px!important;}
body .diamond-grid-desktop{width:98%;margin:-95px auto 0!important;}
.offer-1{margin-right:-35px!important;}
.offer-2{margin-left:-35px!important;}
.update-text p{font-size:20px;}
.email{height:28px!important;}
#about_test{background:none !important;}
#key_value{background:none !important;}
.job-detail{background:none !important;}
.job-form{background:none !important;}
.table-area{overflow-x: scroll; width: 100%;}
.table-area img{overflow-x: scroll; max-width: 1024px !important; width: 1024px !important; margin: 0 auto !important;}
#jobs .hover-box2 h4{font-size: 16px;}
body .footer-bottom{background-size: 100%; margin-top: 30px !important;}
body .footer-logo-area{padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important;}
body .footer-pointers{margin-bottom: 0 !important; margin-top: 30px !important;}
.blog-date{left: 20%;}
}
@media screen and (max-width: 768px) {
body .about-inner{padding-bottom:30px!important;}
body .diamond-grid-mobile{display:none!important;}
body .diamond-grid-ipad{display:block!important;width:99%;margin:-150px auto 0!important;}
#technologies{margin-top:0px!important;}
body .diamond-grid-tech{display:block!important;width:100%;margin:0 auto!important;}
body .diamond-grid-tech .diamond-box-wrap{width:238px;height:238px;}
body .diamond-grid-desktop{display:none!important;}
.offer-1{text-align:center!important;margin:0!important;}
.offer-2{text-align:center!important;margin:0!important;}
#update{background:#333332;}
#download-broucher{background:#333332;}
.email{height:39px!important;}
#offering .owl-nav{position:relative;width:100%;text-align:center;margin-top:15px;margin-bottom:15px;right:auto;bottom:auto;}
body .footer-logo-area{margin-top:0!important;margin-bottom:0!important;}
body .footer-bottom{background:#333332;}
body .footer-pointers{margin:0!important;padding-top:0!important;}
body .footer-ul{margin:0;padding:0;}
body .footer-ul li{color:#fff;}
.contact-heading{margin-top:1rem!important;}
#iot-slider .owl-nav .owl-prev{left:-2%;}
#iot-slider .owl-nav .owl-next{right:-2%;}
.table-img-special{margin-top:0 !important;}
#jobs .hover-box2 h4 {font-size: 1.5rem;}
.blog-date {left: 17%;}
}
@media screen and (max-width: 480px) {
body .about-inner{padding-bottom:30px!important;}
body .about-inner p{width:90%;}
#technologies{margin-top:50px!important;}
body .diamond-grid-ipad{display:none!important;}
body .diamond-grid-desktop{display:none!important;}
body .diamond-grid-mobile{display:block!important;width:100%;margin:-90px auto 0!important;}
body .diamond-grid-mobile .diamond-box-wrap{width:190px;height:190px;}
body .diamond-grid-tech .diamond-box-wrap{width:190px;height:190px;}
body .diamonds{min-width:100%!important;}
#offering{background-repeat:repeat;background-size:100%;}
#update{padding-bottom:4%;}
.update-text p{font-size:16px;}
.email{height:50px;}
.update-submit{height:50px;}
.download-submit{height:52px;}
#download-broucher .update-text p{font-size:20px;}
#update .update-text p{font-size:20px;}
.call-area a{font-size:8px;}
body .dce{margin-top:15%!important;}
body .iot{margin-top:15%!important;}
table{width:1280px;}
.table-area{overflow-x:scroll;}
body .blue-side{padding:10px!important;}
.address-area p{color:#000;}
.phone-area p a{color:#000;}
.email-area p a{color:#000;}
.footer-blue .copyright{text-align:center;}
.footer-blue .tnc{text-align:center;}
.card-header{padding: 0 !important;}
.card-header button{font-size: 9px;}
#vision-row .simple-text{padding-left: 10px !important; padding-right: 10px !important;}
#purpose-row .simple-text{padding-left: 10px !important; padding-right: 10px !important;}
.contact-form-area form .contact-submit{background:url(https://www.invixible.com/wp-content/themes/invixible/assets/images/submit-black.png) no-repeat center center!important;text-indent:-9999px;box-shadow:none;width:100%;height:45px;margin:0 auto!important;float:none;border:none!important;background-size:100%!important;outline:none;cursor:pointer;}
.contact-heading{margin-bottom: 20px !important;}
.help{background: #d2d2d2 !important; padding: 0 !important;}
.help p{margin-bottom:0 !important;}
.dis .main-heading h4{line-height: 30px;}
#iot-slider .owl-nav .owl-prev{left:-4%;}
#iot-slider .owl-nav .owl-next{right:-4%;}
#iot-slider{background: none;}
#joinUs .file-582{width: 100%;}
#joinUs .career-submit{width:100%;}
#jobs .hover-box2 h4{font-size: 14px;}
#jobs .hover-box2{width: 91.5%; overflow: hidden;}
#update .update-submit{background-size: 100% 100%!important;}
.download-submit{background-size: 100% 100%!important;}
.table-img{width: 100% !important;}
.owl-carousel .owl-item img{width: 100%; margin: 0 auto;}
.custome-text{font-size: 13px;}
.mobile-hide{display: none;}
.box-5{width: 100%;}
.blog-date {left: 13%;}
.comment-form .form-submit input{ background: transparent;
border: 1px solid #000;
width: 300px;
height: 45px;
font-size: 18px;
padding: 0 0 2px 0;
font-family: 'Metaluna-Medium';
color: #3399ff;
cursor: pointer;}
}
@media screen and (max-width: 375px) {
body .diamond-grid-mobile .diamond-box-wrap{width:172px;height:172px;}
body .diamond-grid-tech .diamond-box-wrap{width:172px;height:172px;}
.update-text p{font-size:14px;}
.call-area a{font-size:6px;}
#jobs .hover-box2{width: 90.5%}
}
@media screen and (max-width: 360px) {
body .diamond-grid-mobile .diamond-box-wrap{width:165px;height:165px;}
body .diamond-grid-tech .diamond-box-wrap{width:165px;height:165px;}
#jobs .hover-box2{width: 90%}
}
@media screen and (max-width: 320px) {
body .diamond-grid-mobile .diamond-box-wrap{width:145px;height:145px;}
body .diamond-grid-tech .diamond-box-wrap{width:145px;height:145px;}
#jobs .hover-box2{width: 88.5%}
}.diamonds {
text-align: center;
overflow: visible;
white-space: nowrap;
display: inline-block;
}
.diamond-row-wrap {
text-align: center;
position: relative;
float: left;
clear: both;
}
.diamond-row-upper, .diamond-row-lower {
overflow: visible;
clear: both;
width: 100%;
}
.diamond-row-lower {
position: absolute;
bottom: 0;
}
.diamond-row-lower .diamond-box {
margin-left: 64.644660941%; margin-top: 64.644660941%;
}
.diamond-box-wrap {
float: left;
width: 250px; height: 250px;
}
.diamond-box {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
position: relative;
z-index: 1;
width: 70.710678118%; height: 70.710678118%;
margin: 14.644660941%;
border: 1px solid transparent;
}
.diamond-box-inner {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 141.421356237%; height: 141.421356237%;
margin: -20.7106781185% 0 0 -20.7106781185%; }