@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-family: 'Zoho_Puvi_RegularItalic';font-style: oblique}
.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: 'ZohoPuvi';
    font-weight: 300;
}
* {
	-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;
	color: #3131FF;
}
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%;
	height:auto;
}
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-light {
	color: #fff;
}
.text-dark {
	color: #000;
}
.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_SemiBold';
}
.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: -15px;
	margin-left: -15px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1200px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
}
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
.pr {
	position: relative;
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-2 {
	width: 12.5%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-5 {
	width: 40%;
}
.cols-6 {
	width: 50%;
}
.cols-7 {
	width: 60%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
@media only screen and (max-width: 992px)
{
	.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-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
}
.row:before,.row:after{display:table;clear:both;content:'';}
/* header */
.page-overlay{
	min-height:calc(100vh - 46px);
}
header {
	    padding:35px 0;
}
header.fixed-header {
    position: relative;
    width: 100%;
    top:0;
    left: 0;
    z-index: 9999;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}
#banner{color:#fff;background:url(/latam/images/law-29733-peru-bg.jpg) 0 0 no-repeat;background-size:100% 100%;min-height: 650px;position:relative;}
#banner .ban-crtve{    
	position: absolute;
    left: 0;
    content: "";
    width: 500px;
    bottom: 0;
    left: 10%;}
.container{position:relative;}
.brand-logo {
    display: block;
    width: 200px;
}
.brand-logo img{height:auto;}
section{padding:50px 0;}
.page-title {
    font-size: 2.4em;
    font-family: 'Zoho_Puvi_Light', sans-serif;
    line-height: 1.3;
	padding:80px 0 0 0;
}
.page-title b {
	font-family: 'Zoho_Puvi_ExtraBold', sans-serif;
}
.page-desc {
    padding: 20px 0 0;
    font-size: 1.1em;
}
.ebook-box {
    display: flex;
    background:url("../images/ebook-bg-img.png") no-repeat;
	background-size:cover;
    border-radius: 10px;
    padding: 30px;
    justify-content: center;
    align-items: center;
}
.ebook-box1{width: 30%;margin-right:5%;}
.ebook-box2{width: 65%;}
.ebook-desc {
    line-height: 1.6;
    color: #000;
	margin: 0 0 25px;
}
span.ebook-btn {
    background: #10196e;
    font-family: 'Zoho_Puvi_SemiBold';
    padding: 15px 30px;
    color: #fff;
    font-size: 1em;
    display: inline-block;
	cursor:pointer;
	    transition: .3s all ease;
}
span.ebook-btn:hover {
    background: #FFDB58;
    color: #000;
}
#backToTop{display:none!important;}
/*------------- form css --------------------*/
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #FCF0C5;
    background-image: none;
    border: 1px solid #FCF0C5;
    border-radius: 4px;
    box-shadow: none;
	position: relative;
	margin-bottom: 15px;
	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, .form-control.dropdown-control.ukcountry {
    background: #fff;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
    text-align: center;
    background: none;
    margin: 0;
    height: auto;
    padding: 0;
}
.form-control.form-comments {
    height:100px;
	display:inline-block;
}
.form-control textarea {
   font-family: 'ZohoPuvi';
}
.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: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-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:15px;
    z-index: 8;
    opacity: 0.5;
}
.form-comments.form-control .label
{
	top: 35%;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
}
.form-control select
{
	opacity: 0;
	    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 98% center;
}
.form-control.active-row select
{
	    opacity: 1;
    color: #000;
}
.btn-submits button {
      border-radius: 25px;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 13px 30px;
    margin: 10px 0 0;
    transition: .3s all ease;
    font-size: 1.4em;
    font-family: 'Zoho_Puvi_SemiBold';
}
.btn-submits button:hover{    
    border: 1px solid #10196e;
    background: #10196e;
    color: #fff;}
.btn-submits.inactive button{pointer-events: none;}
.active-row.form-control::before {
        border-top-color:#3882f5;
    border-right-color:#3882f5;
    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:#3882f5;
    border-left-color:#3882f5;
    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: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.uscountry.form-control, .ukcountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#country, .ukcountry select#contact_country, .ukcountry select#country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state, .ukcountry select.ukcountry_region {
    height: 60px;
}
.success-msg {
    position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #834100;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
	display: none;
	    line-height: 1.5;
}
.success-msg span
{
	display: block
}
.popup-content{
	    margin: 0 auto;
    padding: 30px 55px;
    background: #FFDB58;
    border-radius: 20px;
}
h2.popup-title {
    text-align: center;
    font-family: 'Zoho_Puvi_SemiBold';
        font-size: 1.2em;
    margin-bottom: 25px;
    color: #000;
	line-height:1.3;
}p.privacy-policy {
    line-height: 1.4;
    margin: 0 0 15px;
    color: #000;
    font-size: 1em;
}
.privacy-policy a{color:#192494;text-decoration:underline;}
.privacy-policy a:hover{text-decoration:none;}
#meGDPRMessage {
    color: #000;
    font-family: 'Zoho_Puvi_Regular';
    font-size: 1em;
    text-align: left;
    margin: 0 0 10px;
    line-height: 1.4;
    width: auto;
}
footer{background:#f1f1f1;}
footer p{
	 margin: 0;
    font-size: 0.9em;
    color:#333;
	padding: 10px 0;
	text-align:center;
}
footer p a{color:#333;}
.dropdown1 {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 0;
    height: 60px;
}
.dropdown1 .dropdt1 {
    width: 100%;
    height: 100%;
}
.clicks {
    display: block;
    width: 100%;
    height: 100%;
}
.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 18px;
    padding-left: 30px;
    font-size: 15px;
    color: #a09a9a;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
}
.multiSel1 {
    padding: 5px 10px;
    height: 57px;
    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: #3982f5;
    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: #fff;
    display: none;
    left: 0;
    padding: 15px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 100%;
    list-style: none;
    height: 175px;
    background:#3982f5;
    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;
}
.multiSel1 span {
    border: 1px solid #333;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
    line-height: 20px;
	display:inline-block;
}
.multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
}
.success-down-msg, .success-inq-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display:none;
}
.msgcon{
	position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    width: 30%;
    background:#0c002a;
    padding: 60px;
    text-align: center;
    color:#fff;
    border-radius: 10px;
    line-height: 1.5;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #004b88;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.datepicker > .datepicker_header > .icon-close {
    width: 30px!important;
    height: 30px!important;
}
.overlay {
    position: absolute;
    z-index: 9999;
    top: 0;
    right:0;
    background:#FFDB58;
    width: 500px;
    max-width: 100%;
    border-radius: 5px;
    padding: 40px 43px;
}
img.banner-img {
    opacity: 0.7;
    width: 80%;
    margin: 0 auto;
    display: block;
}
/*------------------- Success msg css----------*/
.success-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 58%);
  display: none;
}

.ad-success-msg {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  z-index: 999999;
  width: 430px;
  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;
}

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

.ad-success-msg 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;
}

.ad-success-msg span.close:hover {
  color: #000;	
}
.ebook-sec{background: url("../images/law-29733-cont-sec-bg.png") 0 0 no-repeat;background-size:cover;}
.ebook-sec .container{padding:130px 0 50px 0;}
@media only screen and (max-width: 1200px){
	.container{width:90%;}
	.cols-4{width:40%;}
	#banner .ban-crtve{left:0;}
}
@media only screen and (max-width: 1100px){
	.overlay{position:static;margin:35px auto 0;}
	.cols-md-pro{width:100%;float:none;}
	.cols-md-pro1{width:80%;float:none;}
	.cols-md-pro1{margin:0 auto;}
	#banner{text-align:center;}
	.page-title br{display:none;}
	header{padding:35px 0 0;}
	.page-title{font-size:2.2em;}
	.page-overlay{background-size:13%, cover;}
	#banner .ban-crtve{position:relative;bottom:-50px;}
	.ebook-sec{padding:50px 0;}
	.ebook-sec img{margin: 20px auto;display: block;}
}
@media only screen and (max-width: 1000px){
	.page-overlay{background-size:140px, cover;}
}
@media only screen and (max-width: 750px){
	.ad-success-msg{max-width:85%;}
	.cols-md-pro1{width:100%;}
}
@media only screen and (max-width: 600px){
	.ebook-box{display:block;}
	.ebook-box1,.ebook-box2{width: 100%;margin:0;text-align: center;}
	.ebook-box1 img{width:170px;}
	.ebook-box1{margin-bottom:15px;}
}
@media only screen and (max-width: 480px){
	.popup-content{padding:35px 20px;}
}
@media only screen and (max-width: 400px){
	span.ebook-btn{width:100%;line-height:1.3;padding:12px 10px;}
	.page-overlay{background-size:110px, cover;}
}
@media only screen and (min-height: 900px) and (min-width:1300px){
	.ebook-sec {min-height: calc(100vh - 606px);}
}