<style>
body {font-size:14px;}
*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}
#commonHeader *,#newtopheader *,.sec-pTB *,.btmBar *{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
.heading-menu, #adRhsLnkNm, #scroll, #VideosAndLogos, .opmRelPrd{display:none}
:root {
	--primary-color: #005ce3;
	--alternative-color: #F9F9FC;
	--button-color: #293D8E;
	--font-color: #000;
	--border-color: #E4E8F5;
	--primary-font: 'Zoho_Puvi_Regular', 'Roboto', 'Poppins', 'Open Sans';
	--primary-font-size:1.13em;
        --title-h2:3em;
}
.container {max-width:1200px;width:100%;}
.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6, .content-wrapper div, .content-wrapper p, .content-wrapper li, .content-wrapper figure, .content-wrapper figurecaption, .content-wrapper span {color:var(--font-color);}
.hero-banner {
background-color: var(--primary-color);
background-image:-webkit-linear-gradient(145deg,#0067ff 0%,#124186 24%,#064399 100%);
position:relative;overflow:hidden;
}
.hero-banner:before {content:"";position:absolute;width: 90%;height: 120%;background: #2160bb;top: 0;bottom: 0;right: -40%;transform: rotate(30deg);border-radius: 40px;}

.banner-row {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;align-items: center;padding:40px 0;flex-wrap:wrap;}
.banner-row > .cell{width:50%;padding:16px;}
.banner-con {position:relative;-webkit-animation:bannerConAnim 1s linear;animation:bannerConAnim 1s linear;} 
@-webkit-keyframes bannerConAnim {
    from {margin-top:-250px;} to {margin-top:0;}
}
@keyframes bannerConAnim {
    from {margin-top:-250px;} to {margin-top:0;}
}
.banner-con h1 {color:#fff;font-size:3.65em;font-weight:700;line-height:1.2;margin-bottom:16px;letter-spacing:1.5px;}
.banner-con h2, .banner-con p {margin:0;color: #ffdd38;} 
.banner-con h2 {font-weight:500;}
.banner-con p {font-size:1.3em;margin-top:8px;line-height:1.5;}
.banner-con a:link, .banner-con a:visited {display:inline-block;background:#ffdd38;color:#000;padding:12px 24px;padding-right: 60px;border-radius:30px;margin-top:16px;font-weight:500;position:relative;transition:all .3s ease-in-out;}
.banner-con a:hover {background:#f5cf18;text-decoration:none;}
.banner-con a:before {content:"\2193";position:absolute;right: 25px;text-align: center;font-weight: 600;color: #f00;width: 24px;height: 24px;border-radius:100%;background:#fff;}

.banner-img-con {padding:24px;border-radius:24px;position:relative;}
.main-img {position:relative;}
.img-server, .img-fwa, .img-router {position:absolute;-webkit-animation:bounce2 4s ease infinite;-moz-animation:bounce2 4s ease infinite;animation:bounce 4s ease infinite;}
.img-server {max-width: 90px;top: 37%;left: 45%;animation-delay:300ms;}
.img-fwa {max-width: 80px;top: 66%;left: 47%;animation-delay:1s;}
.img-router {max-width: 65px;top: 11%;left: 48%;animation-delay:2s;}
/*.img-server {max-width: 90px;top: 34%;left: 43%;animation-delay:300ms;}
.img-fwa {max-width: 80px;top: 61%;left: 45%;animation-delay:1s;}
.img-router {max-width: 65px;top: 9%;left: 47%;animation-delay:2s;}*/
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	50% {transform: translateY(-10px);}
	70% {transform: translateY(0px);}
}

.sec-row{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;justify-content:center;flex-wrap:wrap;}
.sec-cell {width:30%;margin: 15px;padding:25px;border-radius: 8px;/*-webkit-box-shadow:0 0 15px 0 #efefef;box-shadow:0 0 15px 0 #f1f1f1;*/background:#fff;} .sec-cell h3 {margin:0;}
.sec-row.awards > .sec-cell {width: 21.5%;}
.cell-border > .sec-cell {border:1px solid var(--border-color);}
.content-wrapper h2 {font-size:var(--title-h2);font-weight:600;line-height:1.3;margin:0;}
.content-wrapper > .sec {padding:90px 0;}
.content-wrapper > .sec:nth-child(even) {background:var(--alternative-color);}
p, .content-wrapper li, .content-wrapper figurecaption{font-size:var(--primary-font-size);margin:0;line-height:2;}
.container-title {width:900px;margin-left:auto;margin-right:auto;padding-bottom:40px;} .container-title h2 {margin-bottom:10px;}

.fea-title {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;align-items: center;margin-bottom:15px;}
.fea-title > span {width:40px;height:40px;margin-right:15px;/*background-color:#F5F8FC;border-radius:100%;*/position:relative;}
.fea-title > span:before {content:"";position: absolute;width:45px;height:45px;border: 1px dashed #cde1ec;border-radius:100%;top: -2px;left: -2px;}
 .fea-title > h3 {margin:0;font-weight:500;width:75%;}
.fea-icons, .opm-icons {background:url(../images/opm-index-sprite-icons.svg) top center no-repeat;background-size: 265px;}
.fea-icons.nm {background-position: -2px 5px;}
.fea-icons.nm {background-position: -2px 5px;}
.fea-icons.pvsm {background-position: -60px 5px;}
.fea-icons.wnm {background-position: -116px 5px;}
.fea-icons.wanm {background-position: -172px 5px;}
.fea-icons.cacim {background-position: -229px 5px;}
.fea-icons.sm {background-position: -2px -50px;}
.fea-icons.dnm {background-position: -62px -50px;}
.fea-icons.nv {background-position: -114px -51px;}
.fea-icons.fm {background-position: -173px -50px;}

span.opm-icons{width: 40px;height: 40px;position: relative;display: inline-block;margin-bottom:15px;}
.opm-icons.affordable{background-position:-227px -52px} .opm-icons.scalable{background-position:-4px -107px} .opm-icons.customizable{background-position:-58px -107px;} .opm-icons.tractable{background-position:-113px -107px;}
.fea-nav {margin-top:15px;}
.fea-nav > a {position:relative;color:#1a5dd8;}
.fea-nav > a:hover {text-decoration:none;}
.fea-nav > a:hover:after {-webkit-animation:animArrow 1.5s ease-in infinite;animation:animArrow 1.5s ease-in infinite;}
@-webkit-keyframes animArrow {
0% {right:-20px;} 50% {right:-30px;}  100% {right:-20px;}
}
@keyframes animArrow {
0% {right:-20px;} 50% {right:-30px;}  100% {right:-20px;}
}
.fea-nav > a:after {content:"\2192";position:absolute;right:-20px;top: -3px;}


.y-choose-opm > .sec-row > .sec-cell {flex: 1;text-align:center;position:relative;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none;}


.flip-card {width: 100%;height: 285px;perspective: 1000px;}
.flip-card-inner {position: relative;width: 100%;height: 100%;text-align: center;transition: transform 0.6s;transform-style: preserve-3d;box-sizing: border-box;border-radius: 8px;-webkit-box-shadow:0 0 5px 3px #f3f3f5;box-shadow:0 0 5px 3px #f3f3f5;}
.flip-card:hover .flip-card-inner {transform: rotateY(180deg);}
.flip-card-front, .flip-card-back {position: absolute;width: 100%;height: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;z-index:1;padding: 25px;border-radius: 8px;}
.flip-card-front {background-color: #ffffff;/*-webkit-box-shadow: 0 0 15px 0 #f1f1f1;box-shadow: 0 0 15px 0 #f1f1f1;*/border-radius: 8px;border:1px solid var(--border-color);}
.flip-card-back {background-color: #164BC4;color: white;transform: rotateY(180deg);display:flex;flex-direction:column;align-items:center;justify-content:center;}
.flip-card-back > .fea-nav {border: 1px solid #fff;border-radius: 25px;padding: 0 20px;padding-right: 40px;}
.flip-card-back > .fea-nav a {color:#fff;} .flip-card-back > .fea-nav a:hover {text-decoration:none;}
.flip-card-back > p {color:#fff;}
.flip-card-front h3 {margin-bottom:15px;}

.hover-ct {opacity:0;position:absolute;top:0;left:0;background:#164BC4;width:100%;height:100%;padding:25px;align-items:center;border-radius:8px;-webkit-transform:translateY(10px)  scale(.5);transform:translateY(10px)  scale(.5);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.hover-ct > .fea-nav {border: 1px solid #fff;border-radius: 25px;padding: 0 20px;padding-right: 40px;}
.hover-ct > .fea-nav a {color:#fff;} .hover-ct > .fea-nav a:hover {text-decoration:none;}
.y-choose-opm > .sec-row > .sec-cell:hover .hover-ct {opacity: 1;display:flex;flex-direction:column;justify-content:center;transform:translateY(0);}
.hover-ct > p {color:#fff;}
/*.y-choose-opm > .sec-row > .sec-cell:hover .hover-ct {display:flex;flex-direction:column;justify-content:center;}*/

.opm-uncomplicates > .sec-row {align-items:center;}
.opm-uncomplicates > .sec-row > .sec-cell{width: 46%;background:none;box-shadow:none}
.comp-vid-img {text-align:center;}
.comp-vid-img > img {max-width:450px}
.play-icon {cursor:pointer;transition:all .3s ease-in-out;border-radius:6px;width:100%;max-height:275px;} .play-icon:hover {-webkit-box-shadow:0 0 15px 0 #cacaca;box-shadow:0 0 15px 0 #cacaca;}
.play-icon > iframe {width:100%;height:275px;}

.ct-links:link, .ct-links:visited {color:#000;transition:all .3s ease-in-out;}
.ct-links:hover {color:#1a5dd8;}


.opm-highlights > .sec-row {position:relative;padding: 10px 0;align-items: flex-start;}
.opm-highlights > .sec-row:nth-last-child(1) {padding-bottom:0;}
.opm-highlights > .sec-row:before {content:"";position: absolute;background: #d6d6e0;width: 90%;height: 1px;bottom: 0;}
.opm-highlights > .sec-row:after {content:"";position: absolute;background: #d6d6e0;width:10px;height: 10px;bottom: -4px;transform: rotate(45deg);}
.opm-highlights > .sec-row:nth-last-child(1):before, .opm-highlights > .sec-row:nth-last-child(1):after {content:none;}
.opm-highlights > .sec-row:nth-child(even) {flex-direction:row-reverse}
.opm-highlights > .sec-row > .sec-cell{width: 46%;background:none;-webkit-box-shadow:none;box-shadow:none;padding:5px;}
.hglt-contet > h2 {font-size:2em;padding-bottom:10px;}
.hglt-img {text-align:center;background:#f1f3fb;padding:15px;}
.hglt-img img {width:100%;max-width:370px;}
.hglts-wrapper {box-sizing:border-box;background: #f1f3fb;border:1px solid var(--border-color);border-bottom-left-radius:16px;border-bottom-right-radius:16px;}
.hglt-content {position:relative;z-index: 0;width: 100%;margin: 0 auto;margin-top: -60px;padding: 24px;/*-webkit-box-shadow:0 0 15px 0 #f1f1f1;box-shadow:0 0 15px 0 #f1f1f1;*/}
.hglt-content:before {content:"";position:absolute;background:#fff;width:100%;height:100%;top: 0;left: 0;z-index: -1;opacity: .9;border-bottom-left-radius:16px;border-bottom-right-radius:16px;}
.hglt-content h2 {font-size:25px;} .hglt-content h2, .hglt-content h3 {margin-bottom:8px;} 




.prd-edition .sec-cell {text-align:center;border-radius:20px;border:1px solid #E4E8F5;padding:35px 0;}
.prd-edition .ul-edition {min-height: 210px;margin:15px 0;}
.prd-edition .ul-edition > li {line-height:2.5;text-align:center;}
.prd-edition .sec-cell >  a:link, .prd-edition .sec-cell >  a:visited {display:inline-block;border:1px solid #164CC6;color:#164CC6;padding:5px 30px;border-radius:25px;position:relative;transition:all .3s ease-in-out;}
.prd-edition .sec-cell >  a:hover {text-decoration:none;background:#164CC6;color:#fff;}
.prd-edition .prd-std > h3 {color:#164CC6;} .prd-edition .prd-prof > h3 {color:#239B1E;} .prd-edition .prd-ent > h3 {color:#F4903A;}
.prd-edition .prd-prof a {background:#164CC6;color:#fff !important;;} .prd-edition .prd-prof a:hover {background:#239B1E;border:1px solid #239B1E;}
.prd-edition .prd-prof {border:1px solid #ACB9EB;}

.cust-stories {margin-top: 80px;}
.cust-img {position:relative;text-align:center;margin-top:-75px}
.cust-img > img {max-width:100px;border-radius:100%;}
.cust-vid {display:block;text-align:center;margin:30px 0;}
.cust-stories > .sec-cell {text-align: center;}
.cust-stories > .sec-cell  .cust-vid > a {color: #fff;background: #164CC6;padding: 12px 30px;border-radius: 25px;padding-left: 55px;position:relative;margin:0 auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.cust-stories > .sec-cell  .cust-vid > a:hover {text-decoration:none;background:#183d92;}
.cust-stories > .sec-cell  .cust-vid > a:before {content:"";position:absolute;background:url(../images/opm-index-sprite-icons.svg) top center no-repeat;background-size: 265px;width: 25px;height: 25px;background-position: -178px -115px;left: 20px;}
.cust-detail {border-top:1px solid #e6e6e6;margin-top:10px;padding-top:10px;}
.cust-detail p {font-size:13px;font-style:italic;}

.awards-honors {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;flex-wrap:wrap;}
.awards-honors a {margin:10px;padding:10px;flex:1;/*-webkit-box-shadow:0 0 15px 0 #f1f1f1;box-shadow:0 0 15px 0 #f1f1f1;*/border:1px solid var(--border-color);text-align:center;border-radius: 8px;background:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#000;}
.awards-honors a > figure {display:flex;flex-direction: column;align-items: center;}
.awards-honors a > figure > img {max-width:150px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.awards-honors a > figure > figurecaption {margin-top:20px;border-top: 1px solid #eaeaea;padding-top: 20px;}
.awards-honors a:hover {text-decoration:none;color:#000;box-shadow:0 10px 15px 0 #dadade;}
.awards-honors a:hover figure img {transform:scale(1.05);}

.trustedby-logos {display:flex;flex-wrap:wrap;justify-content: center;}
.trustedby-logos li {background:#fff;padding: 16px 34px;margin: 10px;align-items: center;justify-content: center;border:1px solid var(--border-color);border-radius:8px;}
.trustedby-logos li > span {display:inline-block;background:url(../images/trusted-by-sprite.png) top center no-repeat;text-indent: -99999999999999999px;height: 70px;}
.trustedby-logos li > span[brand="loreal"] {background-position: -3px -9px;width: 140px;}
.trustedby-logos li > span[brand="nasa"] {background-position: -152px -10px;width: 100px;}
.trustedby-logos li > span[brand="dhl"] {background-position: -282px -11px;width: 178px;}
.trustedby-logos li > span[brand="att"] {background-position: -495px -12px;width: 70px;}
.trustedby-logos li > span[brand="siemens"] {background-position: -589px -9px;width: 174px;}
.trustedby-logos li > span[brand="twc"] {background-position: 0 -94px;width: 130px;}
.trustedby-logos li > span[brand="alcatel"] {background-position: -160px -94px;width: 110px;}
.trustedby-logos li > span[brand="sg"] {background-position: -279px -95px;width: 140px;}




/*media queries*/
@media screen and (min-width: 1200px) {
.hero-banner > .container {max-width: 1377px;}
}
@media screen and (max-width: 1200px) {
.container {max-width: 98%;}
}
@media screen and (max-width: 1024px) {
.container-title {width:96%;} body {font-size:12px;}
}
@media screen and (max-width: 960px) {
.sec-row > .sec-cell {width:45%;} .y-choose-opm > .sec-row > .sec-cell {flex:none;}
}
@media screen and (max-width: 768px) {
.sec-row > .sec-cell {width:45%;} .y-choose-opm > .sec-row > .sec-cell {flex:none;}
.opm-uncomplicates > .sec-row > .sec-cell {width:96%;} .opm-highlights > .sec-row > .sec-cell {width:44%;}
.banner-row > .cell {width:100%;}.banner-con {text-align:center;} .cust-stories > .sec-cell {margin-bottom:60px;} .cust-stories > .sec-cell:nth-last-child(1) {margin-bottom:0;}
}
@media screen and (max-width: 600px) {
.sec-row > .sec-cell {width:100% !important;flex:none !important;}  .prd-edition .ul-edition {min-height:auto;}

}