/* new design */
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
html, body
{
	overflow-x: hidden;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'Zoho_Puvi_Regular';
}
section, section  * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none!important;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'Zoho_Puvi_Medium';
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.5em;
}
p {
	margin: 0 0 25px;
    line-height: 1.8;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-blue
{
	    color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-family: 'Zoho_Puvi_Medium';
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 12.5%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media only screen and (max-width: 1025px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-8 {
	width: 66.6%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-4 {
	width: 33.3%;
}
	.cols-sd-3 {
	width: 25%;
}
}
/* datepicker */
.datepicker{position:relative;display:inline-block;font:15px/1.5 "Helvetica Neue",mplus-2c,Helvetica,Arial,"Hiragino Kaku Gothic Pro",Meiryo,sans-serif;font-weight:300;border:1px solid #dfdfdf;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:.5px .5px 0 #c8c8c8;-webkit-box-shadow:.5px .5px 3px #eee;-moz-box-shadow:.5px .5px 3px #eee}.datepicker>.datepicker_header{padding-top:0;padding-bottom:5px;padding-left:5px;padding-right:5px;background-color:#eee;color:#3f3f3f;text-align:center;font-size:9pt;font-weight:700;min-height:30px;user-select:none;-webkit-user-select:none;-moz-user-select:none}.datepicker>.datepicker_header>span{display:inline-block;margin-top:-2px}.datepicker>.datepicker_header>a{color:#3b7796;cursor:pointer;font-size:20px;padding:3px 16px;user-select:none;-webkit-user-select:none;-moz-user-select:none;vertical-align:initial}.datepicker>.datepicker_header>a:hover{color:#303030;background-color:#c8c8c8}.datepicker>.datepicker_header>a:active{color:#fff;background-color:grey}.datepicker>.datepicker_header>span{margin-left:20px;margin-right:20px;user-select:none;-webkit-user-select:none;-moz-user-select:none}.datepicker>.datepicker_header>.icon-home{position:absolute;display:block;width:16px;height:16px;vertical-align:middle;padding:8px;top:0;left:0}.datepicker>.datepicker_header>.icon-close{position:absolute;display:block;width:16px;height:16px;vertical-align:middle;padding:8px;top:0;right:0}.datepicker>.datepicker_header>.icon-home>a{cutsor: pointer;display: block;width:16px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAepJREFUSEudk71Kw2AUhnVxVnCyN1EcCjXUujmKF1AoRRCcNU4OIg5dtXF36tAb6B107qjg0iC4STt0EdTnTU8+v5rGNh54aM7Pe/J+abLmR3AZ7QeXD0+WZkI9zViaiXq9vg+5evU0Y+ksgjCqsrgPA2jBOzQs91FNPc0o70vLQtGHAbTgHRqW+6imnmaUS1PVqWL4SgijJr8juHK1H1Qb2Uxai1kivowmjODKq6Wopp5m0losA95Noh43ONXi+XpCPOsx49W9ZaIHp+CbSlFNPc24+i8DxfGX/YeZgTDqQrsgXc9AF9oFkcY9gQN7J3MjuOhs2WUS0ngGluqZmdNLs7IBTltmZsrvsZUKGaBfhik4vTSw3EBwfrdBfwhvwcX9tpVXNkBvA4bwBk4vDSw2UD27WbdLnf42mQmjIysl8ZeBWq3m9PRubWZOL43qGQOccpf8lc9tj5tWuP7g+tHaLqSR1pY7Pde78Ap7UIEPyOip5RgIOzvkzzCGF4gxtWltF9LAIgM78AxjeAF9/xk9tfy/gBuWOLVMfPIUDq08F3kGFOQlkIlPWKiXBvJfQl6+EjdvWJqJvwwoqMlErl4aabVowmmvbWEBEs2EJeLaFhZBmone8hMtAj2JIkykZYmQifRprAqa+sk3UgBXF8VWaxMAAAAASUVORK5CYII=)}.datepicker>.datepicker_header>.icon-close>a{cutsor: pointer;display: block;width:16px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAQCAYAAAB3AH1ZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjExR/NCNwAAAfhJREFUSEvNVEtKA0EUHHBhsvZ7D0HF4PRMnERxI+hCQ4xuBE/g5yLRA+il/CCIXkDElRGt6qkZO91j1JUW1KJf1XvVn2Gif4XGUX986aRf0zIANXq0DBBv7Iwvb+192U+NHi2H0Tg+O2ycnN2DV+CcyiVQW5B2T6/KJUxr7dAkySN4bVbaiyqXMM1s3mr0wKtyDgytgQ/gu/gKbkumvgsOpJH0lieNN3s1O9iYd/EN657kyJikZ2uFDi97JDOgX8fAWyeg2MQO6IeT8Pbrao+Wtw/qJklvywBnE5ZuOAkve9SeA0PnQT+Ia7/2BoZXnK0uBkH5Oqxl4RNZYHAH9ANdMnxP9gA42X5FoMuhp6kEAnjlDPpVeIERm0B4+m0/N9AFq26Bta5sX0JvPvDCycFPTs+PbtQTUOvIHgAhu+DoJ4BH9mFgcAzyy3cDee3+c9ATq60ErjfDcP/kDPQ3hJtIM7XlwMAJ8FoBBe2bi/4m6J1QO34yrWlc740XxDffr/wm6EWP2u0GJsEnDS/DJVPvge7T0DspmT+aGQx+cUKGPriKTcCbzEhGwOn5GAZegM/gHdiSVAK1VBo9F+yRFJn2+hgGXtrBSXpn0mbQb5orbavl4ZfskZRDm5gGp1QKQM16nPACdhNpczZur3+ezAM1eoLwv0MUfQBkquZISGUUwgAAAABJRU5ErkJggg==)}.datepicker>.datepicker_header>a:hover>div{background-position:-16px 0}.datepicker>.datepicker_inner_container{margin:-2px 0 -2px 0;background-color:#d2d2d2;border:1px solid #c8c8c8;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:.5px 0 3px #c8c8c8;-webkit-box-shadow:.5px 0 3px #c8c8c8;-moz-box-shadow:.5px 0 3px #c8c8c8}.datepicker>.datepicker_inner_container:after{content:".";display:block;height:0;clear:both;visibility:hidden}.datepicker>.datepicker_inner_container>.datepicker_calendar{float:left;width:18.3em;margin-top:-.5px;margin-left:-1px;margin-bottom:-2px;background-color:#fff;border:1px solid #c8c8c8;border-top:none;border-top-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-bottomleft:3px}.datepicker>.datepicker_inner_container>.datepicker_calendar>table{padding:10px}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>th{color:#646464;width:18px;font-size:small;font-weight:400;text-align:center}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td{color:#000;font-size:small;text-align:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;cursor:pointer;padding:10px}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.today{border-bottom:#bfbfbf solid 2px;margin-bottom:-2px}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.wday_sat{color:#04a}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.wday_sun{color:#e13b00}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_another_month{color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_past{cursor:default;color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.day_in_unallowed{cursor:default;color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.out_of_range{cursor:default;color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.active{color:#fff;background-color:grey}.datepicker>.datepicker_inner_container>.datepicker_calendar>.datepicker_table>tr>td.hover{color:#000;background-color:#c8c8c8}.datepicker>.datepicker_inner_container>.datepicker_timelist{float:left;margin-top:-.5px;padding:5px 0;overflow:auto;overflow-x:hidden;background-color:#fff;border-top-right-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;text-align:right;width:4.9em}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar{overflow:hidden;width:6px;background:#fafafa;border-top-right-radius:3px;border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar:horizontal{height:1px}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-button{display:none}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece{background:#eee}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-piece:start{background:#eee}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-thumb{background:#aaa;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.datepicker>.datepicker_inner_container>.datepicker_timelist::-webkit-scrollbar-corner{background:#333}.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item{padding-top:5px;padding-bottom:5px;padding-left:7px;padding-right:7px;margin-top:5px;margin-bottom:2px;font-size:small;user-select:none;-webkit-user-select:none;-moz-user-select:none;cursor:pointer}.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.time_in_past{cursor:default;color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.out_of_range{cursor:default;color:#ccc}.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.active{color:#fff;background-color:grey}.datepicker>.datepicker_inner_container>.datepicker_timelist>div.timelist_item.hover{color:#000;background-color:#c8c8c8}
/* Solution banner */
.banner {
  padding: 120px 0;
  position: relative;
  background: url("../images/new-solutions-banner.jpg") no-repeat #05216e;
  background-size: cover;
}
.banner-img {
      height: 250px;
	width: auto;
    margin: 0 auto;
    display: block;
}
#IAM .banner-img
{
	height: 270px;
}
.banner-cta span {
  display: inline-block;
  background: #E04B3A;
  padding: 8px 26px;
  font-size: 16px;
  color: #fff;
  margin: 20px 0 10px;
  cursor: pointer;
   font-family: "Zoho_Puvi_SemiBold";
}

.banner-cta span:hover {
  color: #29178d;
  background: #fff;
}

#sol-summery {
  background: #f1f5ff;
}

.page-title {
  font-family: "Zoho_Puvi_SemiBold";
  font-size: 2.2em;
  margin-bottom: 10px;
  line-height: 1.4;
color: #fff;	
}
p.banner-descr {
    color: #fff;
    font-size: 18px;
	    margin-bottom: 10px;
}
.page-section {
  padding: 80px 0;
}

.section-title {
  font-family: "Zoho_Puvi_Medium";
  font-size: 1.7em;
  color: #000;
  line-height: 1.5;
}
#dlpsolutions .section-title
{
	    color: #04093E;
}
.lists {
  padding-left: 18px;
  line-height: 1.8;
}

.lists li {
  margin-bottom: 15px;
  position: relative;
}

.lists li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #2ea76f;
  border-radius: 100%;
  top: 8px;
  left: -15px;
}

span.itom-det-ico, span.iam-det-ico {
  background: #fff;
  display: block;
  width: 62px;
  height: 62px;
  float: left;
  margin-right: 22px;
  position: relative;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.itom-det-ico:after {
  content: "";
  width: 50px;
  height: 40px;
  background: url("../images/itom-ico-sprite.svg") no-repeat;
  background-size: 290px;
  background-position: 1px -295px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.itom-det-ico1:after {background-position: 9px 4px;}
.itom-det-ico2:after {background-position: -41px 5px;}
.itom-det-ico3:after {background-position: -83px 4px;}
.itom-det-ico4:after {background-position: -139px 1px;}
.itom-det-ico5:after {background-position: -196px 3px;}
.itom-det-ico6:after {background-position: -250px 3px;}
.itom-det-ico7:after {background-position: 10px -43px;}
.itom-det-ico8:after {background-position: -41px -41px;}
.itom-det-ico9:after {background-position: -86px -44px;}
.itom-det-ico10:after {background-position: -137px -45px;}
.itom-det-ico11:after {background-position: -200px -46px;}
.itom-det-ico12:after {background-position: -252px -45px;}

.iam-det-ico:after {
  content: "";
  width: 50px;
  height: 40px;
  background: url("../images/iam-ico-sprite.svg") no-repeat;
  background-size: 290px;
  background-position: 1px -295px;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.iam-det-ico1:after {background-position: 8px 3px;}
.iam-det-ico2:after {background-position: -45px 2px;}
.iam-det-ico3:after {background-position: -86px 2px;}
.iam-det-ico4:after {background-position: -140px 1px;}
.iam-det-ico5:after {background-position: -197px 3px;}
.iam-det-ico6:after {background-position: -250px 3px;}
.iam-det-ico7:after {background-position: 10px -43px;}
.iam-det-ico8:after {background-position: -41px -41px;}
.itom-det-ico9:after {background-position: -86px -44px;}
.detail-row p {
  width: calc(100% - 84px);
  float: left;
  min-height: 92px;
  line-height: 1.6;
  font-size: 14px;
}
#IAM .detail-row p {
    min-height: 185px;
}
#solutions-sec {
  background: #faf9fb;
}

.sol-title {
  font-family: "Zoho_Puvi_Medium";
  font-size: 1.3em;
  background: #305fd5;
  color: #fff;
  width: 70%;
  margin: 0 auto;
  padding: 15px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
#dlpsolutions .sol-title
{
	background: #28178E;
}
.sol-box {
     border: 1px solid #707070;
    border-radius: 25px;
    padding: 20px;
}

.sol-in-row {
  width: 33.3%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
.sol-in-row-sml {
    width: 25%;
}
.sol-in-row-lrg {
    width: 50%;
}
.sol-in-col {
	    min-height: 330px;
  background: #f1f5ff;
    border-radius: 15px;
    padding-bottom: 10px;
}
#dlpsolutions .sol-in-col
{
	    background: linear-gradient(to bottom, rgb(10 42 255 / 14%), #faf9fb 75%);
}
#IT_analytics .sol-in-col
{
	    min-height: 270px;
}
#dlpsolutions .sol-in-row:nth-child(1) {
    width: 48%;
}
#dlpsolutions .sol-in-row:nth-child(2) {
    width: 52%;
}
.sol-in-col > h3 {
  font-size: 0.95em;
  margin: 0;
  background: #2e2929;
  color: #fff;
  padding: 15px 2px;
  text-align: center;
  font-family: "Zoho_Puvi_Medium";
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.sol-row {
  margin-left: -5px;
  margin-right: -5px;
}

.sol-in-box {
  padding: 7px;
  position: relative;
}

.sol-items {
  width: 172px;
  height: 190px;
  float: left;
  position: relative;
  margin: 5px;
}
.single-solbox .sol-items {
    width: 182px;
}
.sol-item {
  width: 172px;
  height: 190px;
  background: #fff;
  border: 1px solid #28178e;
  border-radius: 10px;
  color: #000;
  position: absolute;
  transition: all 0.5s ease;
  padding: 10px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.single-solbox .sol-item {
    width: 182px;
}
.sol-in-row:not(.sol-in-row-sml) .sol-items:nth-child(even):not(.odd-items) .sol-item {
  left: inherit;
  right: 0;
}
.single-solbox .sol-items {
    float: none;
    margin: 5px auto;
}
.analytics-solbox.single-solbox .sol-items
{
	margin: 5px;
}
.last-row-item
{
	bottom: 0;
	top: inherit;
}
.single-solbox .last-row-item {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.sol-item:hover {
  width: 356px;
  z-index: 9;
  height: 390px;
  background: #001353;
  padding: 10px 20px;
}
.single-solbox .sol-item:hover, .dlp-box .sol-item:hover {
    height: 240px;
}
.analytics-solbox.single-solbox .sol-item:hover
{
	width: 380px;
}
.sol-item-hover {
  z-index: 999;
}

.sol-cta a {
  color: #383838;
  display: inline-block;
}

.sol-cta a:after {
      content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background: #383838;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.sol-cta a:last-child:after {
  display: none;
}

.sol-item h3 {
  font-size: 14px;
  font-family: "Zoho_Puvi_SemiBold";
  color: #000;
  margin: 0 0 8px 0;
  padding-top: 10px;
  line-height: 1.4;
}

.sol-item:hover h3 {
  font-size: 17px;
  color: #fff;
}

.sol-item p {
  font-size: 13px;
  margin: 0;
  color: #001353;
  line-height: 1.4;
}

.sol-item p.default-text {
  width: 152px;
}

.sol-item p.hover-text {
  width: 320px;
  display: none;
}

.sol-item p.sol-cta {
  transition: all ease 0.7s;
  position: absolute;
  bottom: 14px;
  left: 10px;
  font-size: 12px;	
}

.sol-item:hover p {
  color: #dde5ff;
  font-size: 14px;
  line-height: 1.5;
}

.sol-item:hover p.sol-cta {
  bottom: 18px;
  left: 20px;
}

.sol-item.key-item {
  background: linear-gradient(-45deg, #182f68, #305ed0);
  color: #fff;
}

.sol-item.key-item:hover {
  background: #001353;
}

.sol-item.key-item h3 {
  color: #fff;
}

.sol-item.key-item p {
  color: #fff;
}

.sol-item.key-item p a {
  color: #fff;
}

.sol-item.key-item .sol-cta a:after {
  background: #fff;
}

.sol-item.key-item:hover p a,
.sol-item:hover p a {
  color: #fff;
  font-size: 15px;
	font-family: 'Zoho_Puvi_Medium';
}

.sol-item.key-item:hover p a:hover, .sol-item:hover p a:hover {
	color: #ffd800!important;	
	}
.sol-item.key-item:hover p a:hover,
.sol-item:hover p a:hover {
  color: #fff;
}

.sol-item.key-item:hover .sol-cta a:after,
.sol-item:hover .sol-cta a:after {
  background: #fff;
  height: 14px;
  top: 2px;
}
p.bundled-prd {
    margin-top: 15px;
    margin-bottom: 0;
}
.sol-item.key-item:before {
  content: "";
  display: block;
  width: 18px;
  height: 28px;
  position: absolute;
  background: #ffd800;
  top: -1px;
  right: 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
}
.bundled-prd span {
    content: "";
    display: inline-block;
    width: 15px;
    height: 23px;
    background: #ffd800;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 8px), 0 100%);
    position: relative;
    top: 3px;
}
#casestudy-sec {
  padding-top: 0;
}

.casestudy-box {
  background: #1b45af;
  color: #fff;
  padding: 35px 25px;
  border-radius: 5px;
}
#dlpsolutions .casestudy-box
{
	background: #021E67;
	    max-height: 300px;
}
.casestudy-box.testimonial-box {
  padding-bottom: 0px;
}

.casestudy-box img {
  height: 24px;
  display: block;
  margin-right: 12px;
  margin: 0 auto;
}

.casestudy-box h3 {
  font-family: "Zoho_Puvi_SemiBold";
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center;
}

.casestudy-lists li {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 28px;
  font-size: 14px;
}

.casestudy-box .cta-links {
  color: #fff;
    margin-top: 10px;
    font-size: 1em;
    display: block;
    text-align: center;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 35px;
}
.casestudy-box .cta-links:hover
{
	    color: #ffd800;
}
.casestudy-lists li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.casestudy-lists li a:hover {
  color: #ffd800;
}

.casestudy-lists li a:before {
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
  background: url(../images/pdf-ico.svg) no-repeat;
  background-size: 14px;
  background-position: center;
  position: absolute;
  top: 2px;
  left: -27px;
	filter: brightness(0) invert(1);
}

.casestudy-lists li.page-ico a:before {
  background: url(../images/page-ico.svg) no-repeat;
  background-size: 17px;
  background-position: center;
  top: -1px;
}

.casestudy-lists li.vid-ico a:before {
  background: url(../images/vid-ico.svg) no-repeat;
  background-size: 16px;
  background-position: center;
  top: 0;
}

.testimonial-box .cta-links {
  position: relative;
  margin-top: 0;
  bottom: 20px;
}

ul.casestudy-lists {
  min-height: 160px;
margin-bottom: 20px;	
}
.top-links {
  position: fixed;
  right: 0;
  top: initial;
  bottom: 300px;
  z-index: 4;
}

#fixedbtn .contact:before {
  margin-bottom: 5px;
  background: url("../images/req-demo.svg") no-repeat #29b373;
  background-size: 45%;
  background-position: center;
}

#fixedbtn .demo:before {
  background: url("../images/req-callback.svg") no-repeat #29b373;
  background-size: 50%;
  background-position: center;
}

#fixedbtn .contact,
.top-links .req-call:hover {
  cursor: pointer;
}
/* testimonial slider */
.testimonial_slider_2 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.testimonial_slider_2 input {
  display: none;
}

.testimonial_slider_2 #slide_2_1:checked ~ .boo_inner {
  margin-left: 0;
}

.testimonial_slider_2 #slide_2_2:checked ~ .boo_inner {
  margin-left: -100%;
}

.testimonial_slider_2 #slide_2_3:checked ~ .boo_inner {
  margin-left: -200%;
}

.testimonial_slider_2 #slide_2_4:checked ~ .boo_inner {
  margin-left: -300%;
}

.testimonial_slider_2 .boo_inner {
  width: 400%;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}

.testimonial_slider_2 .slide_content {
  width: 25%;
  float: left;
}

.testimonial_slider_2 #controls {
  text-align: right;
  margin-top: 15px;
}

.testimonial_slider_2 #controls label {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  display: inline-block;
  background: #686868;
  /* Change controls background color */
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  cursor: pointer;
}

.testimonial_slider_2 #slide_2_1:checked ~ #controls label:nth-child(1),
.testimonial_slider_2 #slide_2_2:checked ~ #controls label:nth-child(2),
.testimonial_slider_2 #slide_2_3:checked ~ #controls label:nth-child(3),
.testimonial_slider_2 #slide_2_4:checked ~ #controls label:nth-child(4) {
  background: #fff;
  /* Change controls background color when mouse click */
}

.content_2 {
  position: relative;
  min-height: 169px;
}

.content_2:before,
.content_2:after {
  content: "";
  height: 15px;
  width: 19px;
  position: absolute;
}

.testimonial_2 p {
  margin-bottom: 5px;
  line-height: 1.7;
  font-size: 0.9em;
}

.testimonial_2 h4 {
  font-size: 0.9em;
  margin-left: 0;
  margin-top: 10px;
  color: #fff;
  font-family: "Zoho_Puvi_Medium";
}

.author_2 {
  margin-left: 30px;
}

.author_2 h3 {
  color: #333;
  /* Change author text color */
  font-size: 13px;
  font-family: "Zoho_Puvi_SemiBold";
  padding: 0 0 5px;
}

.author_2 h4 {
  color: #333;
  /* Change author text color */
  font-size: 12px;
  font-family: "Zoho_Puvi_Medium";
  padding: 0 0 5px;
}

.author_2 h4 a {
  color: #999;
  /* Change company text link color */
  text-decoration: none;
  position: relative;
  padding-bottom: 1px;
  overflow: hidden;
  border-bottom: 1px solid;
}

.author_2 h4 a:after {
  background: #999;
  /* Change company border link background color */
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.author_2 h4 a:hover {
  color: #000;
  border: none;
}

.author_2 h4 a:hover:after {
  border-color: #000;
  width: 100%;
}

#form-sec {
  background: #f1f5ff;
}

.section-descr {
  font-size: 18px;
  margin-top: 10px;
}
/* form style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 48%);
  z-index: 999999;
  top: 0;
  left: 0;
  display: none;
}

.popup,
.popup * {
  box-sizing: border-box;
}

.popup {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 500px;
  max-width: 95%;
  max-height: 95vh;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(0 0 0 / 26%);
  border-radius: 3px;
  z-index: 99;
  display: none;
}

.popup-content {
  overflow-y: scroll;
    overflow-x: hidden;
  height: 100%;
  max-height: 90vh;
}

.popup-content form {
  width: 90%;
  margin: 0 auto;
}

span.close {
      position: absolute;
    z-index: 999;
    top: 0px;
    right: 0px;
    color: #5b82c7;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 14px;
    padding: 2px 10px;
}

span.close:hover {
  color: #fff;
}

h2.popup-title {
            text-align: center;
    margin: 0;
    line-height: 1.6;
    background: url("../images/dotted-bg.svg") no-repeat, url("../images/dotted-bg.svg") no-repeat #003795;
	background-size: 7%, 5%;
    background-position: 14px 54px, 94% 20px;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 16px;
    padding: 20px 25px;
    margin-bottom: 30px;
}

.form-control.btn-submits {
  background: transparent;
  text-align: center;
}

.form-control {
  height: 55px;
  margin-bottom: 12px;
}

.dropdown1,
.dropdt1 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.dropdown1::-webkit-scrollbar,
.dropdt1::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}

p.privacy-policy {
 font-size: 14px;
  color: #000000;
  margin-top: 20px;
}
.popup p.privacy-policy {
    margin-bottom: 10px;
}
p.privacy-policy a {
  color: #000000;
  text-decoration: underline!important;
}
#meGDPRMessage {
  color: #000000;
  font-size: 14px;
  width: 100%;
  line-height: 1.6;
}
.dropdt1 .hida1 {
  padding-top: 16px;
}

.hide_field {
  display: none;
}
/* form css  */
.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 16px;
  transition: border ease 1.5s;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
}

.dropdown-control {
  background: url(https://www.manageengine.com/images/submenu-sel-arrow.png)
    no-repeat;
  background-position: 95% center;
}

.form-control.dropdown-control.uscountry {
  background: #fff;
}

.form-control.active-row {
  border: 1px solid #fff;
}

.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
}

.form-control.form-comments {
  height: 85px;
}

.form-control:after,
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
}

.form-control:before {
  top: 0px;
  left: 0px;
}

.form-control:after {
  bottom: 0;
  right: 0;
}

.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 12px;
  z-index: 8;
  opacity: 1;
  background: linear-gradient(to bottom, #fff, #f3f3f3);
  padding: 5px;
  line-height: 0.5;
  color: red;
  display: none;
}

.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}

.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control .label {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
}

.form-comments.form-control .label {
  top: 35%;
}

.form-control input,
.form-control select,
.form-control textarea {
  width: 100%;
  outline: none;
  border: none;
  background: none !important;
  height: 100%;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  opacity: 0.6;
  resize: none;
  font-family: "ZohoPuvi";
}

.form-control select {
  opacity: 0;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat !important;
  background-position: 98% !important;
}

.form-control.active-row select {
  opacity: 1;
  color: #7c7979;
}
.enquiry-popup .form-control
{
	    height: 48px;
	    border: 1px solid #c9c6c6;
	    transition: border ease .9s;
    -webkit-transition: border ease .9s;
    -moz-transition: border ease .9s;
}
.enquiry-popup .active-row.form-control
{
	border-color: #fff;
}
.form-control.btn-submits {
    border: none;
}
.btn-submits button {
     border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #ff4a36;
    background: #ff4a36;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 40px;
    margin: 0 0 20px 0;
}

.btn-submits button:hover {
 background: #1c1c1c;
    border-color: #1c1c1c;
}
p.callback-text {
    margin: 0 0 12px 0;
    color: #3b3b3b;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
}
b.sup {
    font-size: 0.8em;
    position: relative;
    bottom: 5px;
    left: 2px;
}
.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
}

.btn-submit-new button {
 font-size: 18px;
    font-weight: 400;
    border: 2px solid #e04d3b;
    border-radius: 5px;
    background: #e04d3b;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 12px 50px;
    margin: 20px 0;
}

.btn-submit-new button:hover {
  background: #222222;
  border-color: #222222;
}

.active-row.form-control::before {
  border-top-color: #3754ff;
  border-right-color: #3754ff;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  width: 100%;
  height: 100%;
}

.active-row.form-control::after {
  border-bottom-color: #3754ff;
  border-left-color: #3754ff;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
  width: 100%;
  height: 100%;
}

.form-control.active-row .label {
  top: 0;
  background: linear-gradient(to bottom, #f1f5ff, #fff);
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}
.popup .form-control.active-row .label
{
	background: #fff;
}
.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}

.uscountry.form-control:before,
.uscountry.form-control:after {
  display: none;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
  height: 60px;
  border: 2px solid #3754ff;
  border-radius: 4px;
  opacity: 1;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
}
.popup .uscountry select#contact_country, .popup .uscountry select#zc-country
{
	height: 48px;
}
.uscountry.form-control.active-row .label {
  z-index: 99;
}

.uscountry select#country_state {
  height: 60px;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #3754ff;
}

.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}

.dropdown1 {
  position: relative;
  z-index: 99;
  font-size: 12px;
  padding: 0;
  height: 55px;
}

.dropdown1.sol {
  z-index: 999;
}

.dropdown1 .dropdt1 {
  width: 100%;
  height: 100%;
}

.clicks {
  display: block;
  width: 100%;
  height: 100%;
}

.dropdt1 .hida1 {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-left: 30px;
  font-size: 16px;
  color: #7a7878;
  background: url(https://www.manageengine.com/government/images/arrow.png)
    no-repeat transparent;
  background-position: 96%;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

.active-row .dropdt1 .hida1 {
  background: linear-gradient(to bottom, #f3f3f3, #fff);
  width: auto;
  display: inline-block;
  position: absolute;
  height: auto;
  padding: 0 6px;
  top: -8px;
  left: 15px;
  z-index: 9;
  color: #555;
}

.multiSel1 {
  padding: 12px 10px 5px 10px;
  height: 53px;
  overflow: scroll;
  display: none;
}

.dropdown1 .dropdd1 {
  position: absolute;
  width: 100%;
  z-index: 9999;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div.dropdownsearch1 {
  width: 100%;
  background: #fff;
  display: none;
  z-index: 9999;
  position: relative;
}

.dropdown1 .dropdd1 input {
  width: 96%;
  padding: 10px;
  font-size: 14px;
  margin: 15px 10px 5px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  opacity: 1;
}

.dropdown1 .dropdd1 ul {
  color: #2e2d2d;
  display: none;
  left: 0;
  padding: 15px 0 2px 0;
  position: absolute;
  top: 50px;
  width: 100%;
  list-style: none;
  height: 175px;
  overflow: auto;
  background: #fff;
  text-align: left;
  overflow: scroll !important;
}

.dropdown .dropdd ul li,
.dropdown1 .dropdd1 ul li {
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 2;
  cursor: pointer;
}
.dropdown1 .dropdd1 ul li:hover {
    background: #f0f0f0;
}
.multiSel1 span {
  border: 1px solid #333;
  padding: 1px 5px;
  border-radius: 5px;
  margin: 2px 5px 2px 0;
  font-size: 0.9em;
  line-height: 20px;
  display: inline-block;
}

.multiSel1 span strong {
  margin: 0 0 0 10px;
  color: #898383;
  font-weight: 700;
  cursor: pointer;
}

.top-links {
  position: fixed;
  right: 0;
  top: initial;
  bottom: 300px;
  z-index: 4;
}

#fixedbtn {
  position: fixed;
  right: 0;
  top: initial;
  top: 300px;
  z-index: 999;
  display: none;
}

#fixedbtn:not(.solution-btn) {
  display: block !important;
}

#fixedbtn span {
  display: none;
}

#fixedbtn a {
  display: block;
  position: relative;
  background: #29b373;
  cursor: pointer;
  height: 50px;
  color: #fff !important;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  box-shadow: 0 3px 6px rgb(0 0 0 / 35%);
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transform: translateX(190px);
  -webkit-transform: translateX(190px);
}

#fixedbtn span:hover,
#fixedbtn a:hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

#fixedbtn span:before,
#fixedbtn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -46px;
  width: 48px;
  height: 50px;
  text-align: center;
  transform: translate(0%, -50%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: -5px 2px 6px rgb(0 0 0 / 35%);
}

#fixedbtn .contact:before {
  margin-bottom: 5px;
  background: url("../images/req-demo.svg") no-repeat #29b373;
  background-size: 45%;
  background-position: center;
}

#fixedbtn .contact_popup:before {
  background: url("../images/download-ico.svg") no-repeat #29b373;
  background-size: 50%;
  background-position: center;
}

#fixedbtn .contact,
.top-links .req-call:hover {
  cursor: pointer;
}

.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 58%);
  display: none;
}

.global-success-msg {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  z-index: 999999;
  width: 400px;
  max-width: 90%;
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  color: #000000;
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 400;
  border-radius: 10px;
}

.global-success-msg p {
   line-height: 1.6;
    margin: 30px 0 0;
    color: #000;
    display: block;
    font-size: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
}
.global-success-msg p b {
    display: block;
}
span.tick-icon {
    display: block;
    width: 50px;
    padding: 20px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
}

.global-success-msg span.close {
  font-family: 'Zoho_Puvi_SemiBold';
    color: #b3b3b4;
    margin: 0;
}

.global-success-msg span.close:hover {
  color: #000;	
}

.captcha-input {
  vertical-align: middle;
}

.captcha-input,
div.form-group .form-field {
  position: relative;
}

.captcha-input.form-field {
  margin: 0;
}

.captcha-input {
  margin: 0;
}

.form-group.captcha-group {
  margin: 0 0 10px 0;
}

#WrongCaptchaError {
  position: absolute;
  bottom: -8px;
  left: 30px;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.4s;
  font-size: 12px;
  z-index: 8;
  opacity: 1;
  background: #fff;
  padding: 5px;
  line-height: 0.5;
  color: red;
  display: none;
}

.CaptchaWrap {
  position: relative;
  vertical-align: middle;
}

#CaptchaImageCode {
  text-align: center;
  padding: 0 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 10px;
}

.CaptchaTxtField {
  display: block;
  box-sizing: border-box;
}

div.reload {
  width: 8%;
  vertical-align: middle;
}

.CaptchaWrap:after,
.CaptchaWrap:before,
.captcha-input:after,
.captcha-input:before {
  content: "";
  display: table;
  clear: both;
}

.capcode {
  font-size: 46px;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: "Zoho_Puvi_ThinItalic";
  font-style: italic;
}

div.form-group input.ReloadBtn {
  background: url(https://www.manageengine.com/images/captcha-reload.svg) left
    top no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
     text-indent: -99px;	
  position: relative;
  left: 7px;
  top: 15px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

	#SIEM .sol-item p a {
		    font-size: .9em;
	}
	#UEMS .sol-item p a {
		    font-size: .9em;
	}
	#UEMS .sol-in-row:nth-child(1) {
    width: 65%;
}
#UEMS .sol-in-row:nth-child(2) {
    width: 34%;
    margin-left: 1%;
}
	#SIEM .sol-items:nth-child(3) .sol-item, #ITOM .sol-items:nth-child(3) .sol-item, #ITOM .sol-items:nth-child(5) .sol-item {
		left: inherit;
    right: 0;
	}
#SIEM .sol-items:nth-child(4) .sol-item 
{
	right: auto;
}
#SIEM .sol-items:nth-child(5) .sol-item 
{
	right: 0;
    left: inherit;
}
.sol-in-row-sml .sol-items {
    float: none;
    margin: 0 auto 10px auto;
}
.sol-in-row-sml .sol-item:hover, .sol-in-row-sml .sol-items:nth-child(even):not(.odd-items) .sol-item:hover {
    width: 260px;
    transform: translate(-50%, 0);
    left: 50%;
}
.sol-in-row-sml .sol-itemsfirewall .sol-item:hover {
    width: 260px;
    transform: translate(-50%, -50%) !important;
    left: 50%;	
} 
.sol-item:hover .default-text{
	display: none;
}
.sol-item:hover .hover-text{
	display: block;
}
.sol-in-row-sml .sol-item p.hover-text {
    width: 220px;
}
		#IT_analytics .sol-item p a {
		    font-size: .9em;
	}
	#IT_analytics .sol-in-row {
		    width: 100%;
	}
	#IT_analytics .sol-cta a:nth-child(2):after, #IT_analytics .sol-item:hover .sol-cta a:nth-child(2):after, #IT_analytics .sol-item.key-item:hover .sol-cta.three-cta a:nth-child(2):after {
		    background: #ff9300;
	}
	#IT_analytics .sol-items:nth-child(3) .sol-item {
		left: inherit;
    right: 0;
	}
	#IT_analytics .sol-in-box {
		text-align: center;
		margin: auto;
	}
	#IT_analytics .sol-items {
		float: inherit;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}


.uem-det-ico, .itsm-det-ico, .siem-det-ico, .analytics-det-ico, .dlp-det-ico  {
    background: #fff;
    display: block;
    width: 62px;
    height: 62px;
    float: left;
    margin-right: 22px;
    position: relative;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}
.uem-det-ico:after, .itsm-det-ico:after, .siem-det-ico:after, .analytics-det-ico:after {
	    content: "";
    width: 50px;
    height: 40px;
    background: url("../images/uem-ico-sprite.svg") no-repeat;
        background-size: 374px;
    background-position: 8px 3px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.itsm-det-ico:after { 
    background: url("../images/itsm-ico-sprite.svg") no-repeat;
        background-size: 374px;
    background-position: 8px 3px;
}
.siem-det-ico:after {
    background: url("../images/siem-ico-sprite.svg") no-repeat;
        background-size: 374px;
    background-position: 8px 3px;	
}
.analytics-det-ico:after {
    background: url("../images/analytics-ico-sprite.svg") no-repeat;
        background-size: 374px;
    background-position: 8px 3px;	
}
.dlp-det-ico:after { 
	content: "";
    width: 50px;
    height: 40px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: url("../images/dlp-ico-sprite.svg") no-repeat;
        background-size: 374px;
    background-position: 8px 3px;
}
.uem-det-ico1:after {
	background-position: 5px 3px;
}
.uem-det-ico2:after {
	background-position: -57px 3px;
}
.uem-det-ico3:after {
	background-position: -134px 3px;
}
.uem-det-ico4:after {
	background-position: -203px 3px;
}
.uem-det-ico5:after {
	background-position: -268px -2px;
}
.uem-det-ico6:after {
	background-position: -329px -6px;
}
.uem-det-ico7:after {
	background-position: 5px -52px;
}
.uem-det-ico8:after {
	background-position: -57px -50px;
}
.uem-det-ico9:after {
	background-position: -133px -50px;
}
.uem-det-ico10:after {
	background-position: -201px -54px;
}
.uem-det-ico11:after {
	background-position: -267px -54px;
}
.uem-det-ico12:after {
	background-position: -331px -51px;
}

.itsm-det-ico1:after {
	background-position: 4px 1px;
}
.itsm-det-ico2:after {
	background-position: -62px 1px;
}
.itsm-det-ico3:after {
	background-position: -123px -3px;
}
.itsm-det-ico4:after {
	background-position: -182px -6px;
}
.itsm-det-ico5:after {
	background-position: -252px -4px;
}
.itsm-det-ico6:after {
	background-position: -329px -6px;
}
.itsm-det-ico7:after {
	background-position: 4px -56px;
}
.dlp-det-ico1:after {
	background-position: 10px 1px;
}
.dlp-det-ico2:after {
	background-position: -53px 0px;
}
.dlp-det-ico3:after {
	background-position: -125px -1px;
}
.dlp-det-ico4:after {
	background-position: -189px 0px;
}
.dlp-det-ico5:after {
	background-position: -259px 0px;
}
.dlp-det-ico6:after {
	background-position: -332px 1px;
}
.dlp-det-ico7:after {
	background-position: 9px -57px;
}
.dlp-det-ico8:after {
	background-position: -56px -58px;
}
.dlp-det-ico9:after {
	background-position: -122px -60px;
}
.siem-det-ico1:after {
	background-position: 5px 3px;
}
.siem-det-ico2:after {
	background-position: -54px -2px;
}
.siem-det-ico3:after {
	background-position: -127px -5px;
}
.siem-det-ico4:after {
	background-position: -193px -6px;
}
.siem-det-ico5:after {
	background-position: -264px -2px;
}
.siem-det-ico6:after {
	background-position: -329px -6px;
}
.siem-det-ico7:after {
	background-position: 5px -52px;
}
.siem-det-ico8:after {
	background-position: -46px -57px;
}
.siem-det-ico9:after {
	background-position: -123px -60px;
}
.siem-det-ico10:after {
	background-position: -193px -55px;
}
.siem-det-ico11:after {
	background-position: -267px -54px;
}
.siem-det-ico12:after {
	background-position: -332px -55px;
}


.analytics-det-ico1:after {
	background-position: 7px -2px;
}
.analytics-det-ico2:after {
	background-position: -54px -2px;
}
.analytics-det-ico3:after {
	background-position: -118px -2px;
}
.analytics-det-ico4:after {
	background-position: -183px -2px;
}
.analytics-det-ico5:after {
	background-position: -264px -4px;
}
.analytics-det-ico6:after {
	background-position: -329px -6px;
}
.analytics-det-ico7:after {
	background-position: 5px -57px;
}
.analytics-det-ico8:after {
	background-position: -56px -61px;
}
.analytics-det-ico9:after {
	background-position: -117px -60px;
}
.analytics-det-ico10:after {
	background-position: -183px -58px;
}
.analytics-det-ico11:after {
	background-position: -261px -56px;
}
/* analytics page */
#IT_analytics .sol-item p a {
		    font-size: .9em;
	}
	#IT_analytics .sol-in-row {
		    width: 100%;
	}
	#IT_analytics .sol-cta a:nth-child(2):after, #IT_analytics .sol-item:hover .sol-cta a:nth-child(2):after, #IT_analytics .sol-item.key-item:hover .sol-cta.three-cta a:nth-child(2):after {
		    background: #ff9300;
	}
	#IT_analytics .sol-items:nth-child(3) .sol-item {
		left: inherit;
    right: 0;
	}
	#IT_analytics .sol-in-box {
		text-align: center;
		margin: auto;
	}
	#IT_analytics .sol-items {
		float: inherit;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
.resource-cta {
    color: #fff;
    background: #011e67;
    padding: 7px 30px;
    display: inline-block;
    border-radius: 5px;
}
.resource-cta:hover {
    background: #e04e3b;
}
/* form style end */
@media only screen and (max-width: 1200px) {
  .cloud-in-box h3 {
    font-size: 15px;
  }

  #commonHeader {
    min-height: 64px;
    height: 64px;
  }

  .abheader #MEmobPanel {
    top: 64px;
  }

  #MEdropPanel ul {
    margin-bottom: 0;
  }

  .sol-in-col > h3 {
    font-size: 0.9em;
  }

  .sol-in-row, .sol-in-row-lrg, .sol-in-row-sml {
    width: 50%;
  }
  .sol-box {
    width: 820px;
    margin: 0 auto;
  }
	.container {
		width: 80%
	}
	#sol-detail .cols-4.cols-md-6.cols-sd-12 {
		height: 170px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1025px) {
  .foot-sec > ul.regional-countries-drop {
    width: 75%;
  }

  .tool-box {
    margin-bottom: 20px;
  }

  .casestudy-box {
    margin-bottom: 20px;
  }

  .banner:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .detail-row p {
    min-height: 72px;
  }
		.container {
		width: 90%
	}
	.sol-in-col
	{
		margin-bottom: 20px;
		    height: auto!important;
	}
}

@media only screen and (max-width: 992px) {
	
	#sol-detail .cols-4.cols-md-6.cols-sd-12 {
		height: auto;
		overflow: inherit;
	}
  .sol-in-row {
    width: 100% !important;
  }

  .sol-box {
    width: 90%;
    margin: 0 auto;
  }

  .sol-items:nth-child(3) .sol-item,
  .sol-items:nth-child(6) .sol-item,
  .sol-items:nth-child(9) .sol-item {
    left: inherit;
    right: 0;
  }

  .sol-items:nth-child(4) .sol-item,
  .sol-items:nth-child(7) .sol-item,
  .sol-items:nth-child(10) .sol-item {
    right: inherit;
    left: 0;
  }

  .detail-row p {
    min-height: 90px;
  }
	.dlp-det-ico
	{
		    margin-right: 15px;
	}
	#dlpsolutions .detail-row p {
    min-height: auto;
		margin-bottom: 0;
}
	#dlpsolutions .detail-row {
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 650px) {
  .page-title {
    font-size: 1.6em;
  }

  .section-title {
    font-size: 1.3em;
  }

  .sol-title {
    font-size: 1.1em;
    width: 78%;
  }

.sol-in-col
	{
		min-height: auto;
		    height: auto!important;
		    margin-bottom: 40px;
	}
	.sol-in-row:last-child .sol-in-col
	{
		margin-bottom: 0px;
	}
  .sol-in-col > h3 {
    font-size: 0.9em;
  }

  .sol-in-box .sol-items .sol-item {
        right: inherit !important;
    left: 50% !important;
    transform: translate(-50%, 0);
  }
.sol-in-box.single-solbox .sol-items .sol-item
	{
		    top: 0;
    left: 50%!important;
	}
	.analytics-solbox.sol-in-box.single-solbox .sol-items .sol-item
	{
		    transform: translate(-50%, 0);
		left: 50%!important;
	}
	.analytics-solbox.single-solbox .sol-item:hover {
    width: 275px;
    height: 260px;
}
  .sol-items {
    width: 182px;
	      float: none;
    margin: 10px auto;
  }

  .sol-item {
    width: 182px;
  }

  .sol-item p.hover-text {
    width: 250px;
  }

  .sol-item p {
    font-size: 11px;
  }

  .sol-item p.default-text {
    width: 124px;
    font-size: 13px;
  }

  .sol-item:hover {
    width: 290px;
	    height: 260px;  
  }

  .detail-row p {
    min-height: inherit;
    margin: 0;
  }

  .detail-row {
    margin-bottom: 20px;
  }
	.CaptchaWrap {
    margin-top: 5px;
}
	div.form-group input.ReloadBtn
	{
		    top: 22px;
	}
	.banner {
    padding: 50px 0;
    text-align: center;
}
	.casestudy-box {
    height: auto!important;
}
	#fixedbtn a {
    transform: none;
    text-indent: -999px;
    padding: 0;
}
	.section-title br {
    display: none;
}
	#IAM .detail-row p {
		    min-height: auto;
	}
	.btn-submits button, .btn-submit-new button {
    width: 100%;
}
}
/*
@media only screen and (max-width: 380px) { 
	.sol-in-box .sol-items .sol-item:hover {
		left: -35px !important;
	}

}
*/
@media only screen and (max-height: 400px) {  
	.abheader #MEmobPanel {
		    height: 200px;
	}
}
