@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-style:italic}
.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";
}
* {
	-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-weight: 500;
}
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%;
}
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-weight: 500;
	font-family: 'ZohoPuvi';
}
.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-6,
.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-6 {
	width: 50%;
}
.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%;
}
}
/* header */
header {
        background:#114237;
	    padding:25px 0;
}
header.fixed-header {
    position: fixed;
    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;
}
.fixed-header.header-fixed {
    padding: 25px 0;
}
.brand-logo {
    display: block;
    width: 200px;
}
.nav-menu {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
	margin-left: 10px;
}
.nav-menu li a {
   	color: #fff;
    padding: 13px 15px;
    display: block;
    border-radius: 30px;
    font-weight: 400;
	font-size:0.9em;
}
.nav-menu li a:hover
{
	color:#ffce02;
}
a.guide-btn {
    background: #ff0100;
    padding: 13px 30px!important;
}
a.guide-btn:hover{
	background:#6e0e0d;
	color:#fff!important;
}
li.active a{
	color:#834100;
}
.menu-icon{
    display: none;
    color: #fff;
}
.light
{
	color: #fff!important;
}
section
{
	padding: 40px 0 60px 0;
	background: #fff;
	position:relative;
}
.container-fluid.copyright {
    padding: 20px 0;
    text-align: center;
    background: #16131a;
    color: #fff;
}
.container-fluid.copyright p {
    margin: 0;
	font-size: 0.8em;
	color:#fff;
	text-align: center;
}
.container-fluid.copyright p a
{
	color: #fff;
}
#meGDPRMessage {
    margin-bottom: 10px;
    line-height: 1.4;
	font-size:14px;
	font-weight:300;
}
p.privacy-policy,p.south-policy {
    line-height: 1.4;
    margin:0 auto;
	font-size:14px;
	width:70%;
	text-align: center;
}
p.south-policy {
	margin-bottom:10px;
}
.privacy-policy a {
    color:#fed015;
}
.popup-form .privacy-policy a{
	color:#3131FF;
}

/*Section css start*/
*{box-sizing: border-box;}
section{
	padding:60px 0;
}
.first-sec h1 {
    font-size: 2.8em;
    font-weight: 600;
}
.left-box h2{
	color:#fff;
}
h2{
	font-size: 1.8em;
    line-height: 1.4;
	color:#6E0D0D;
}
.top-sec{
	padding:40px 0 60px;
}
p{
	font-size:1em;
	margin:15px 0;
	font-weight:300;
	text-align:justify;
}
.first-sec{
	padding:170px 0 50px;
}
.red-line{
	display:inline-block;
	background:#FF0000;
	width:230px;
	border-radius:30px;
	margin:30px 0;
	height:3px;
}
.form-sec,.first-sec{
	background:#114237;
	color:#fff;
}
.ib{float:left;}
.left-box{
	width:60%;
}
.right-box{
	width:40%;
}
.head-sub{
	font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 5px;
}
.strip-box{
	background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/stip-bg.svg) no-repeat;
	background-size:cover;
    padding: 5px 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin:0 0 50px;
	width: 60%;
}
.strip-box a{display:block;color:#000;cursor:pointer;}
.strip-img{width:30%;}
.strip-img img{width:170px;margin:10px 0;}
.strip-con{width:43%;padding:40px 0;}
.strip-btn{width:27%;padding:40px 0;}
.strip-box div{float:left;}
.strip-box span{display:inline-block;}
.strip-con span{line-height:1.5;}
.strip-btn span{
	background: #FF0000;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
	cursor:pointer;
}
.strip-box:hover .strip-btn span{background:#6e0e0d;color:#fff;}
.strip-box:before,.strip-box:after,ul:before,ul:after,.strip-box a:before,.strip-box a:after{
	display:block;
	content:'';
	clear:both;
}
.discl{
	color:#6E0D0D;
	font-size:1em;
}
p.dis-con{font-size:0.8em;}
li.per-list{
    width: 32%;
    display: inline-block;
    padding: 35px 0;
    margin-right: 1%;
}
li.per-list span{
	display:inline-block;
	vertical-align:middle;
	font-size: 15px;
	line-height: 1.5;
	font-weight:300;
}
li.per-list img{
	width: 30px;
    margin-right: 10px;
	display:inline-block;
	vertical-align:middle;
}
li.per-list img.per-img1{width:23px;margin-right: 10px;}
li.per-list img.per-img2{width:31px;}
li.per-list img.per-img3{width:28px;}
li.per-list img.per-img4{width:28px;margin-right: 13px;}
li.per-list img.per-img5{width:28px;margin-right: 14px;}
li.per-list img.per-img6{width: 28px;margin-right: 14px;}
li.per-list img.per-img7{width:32px;}
li.per-list img.per-img8{margin-right: 12px;}
.green-sec{
	background:#f6faf4;
	padding:60px 0 150px;
}
.orga-box{
	border:1px solid #C9C9C9;
	background:#ECF5F3;
	padding:30px;
	border-radius: 5px;
min-height:330px;
}
.img-con,.orga-box{
	transition:0.9s;
}
.orga-box:hover{
	transform:scale(1.04);
}
.img-con:hover {
    box-shadow: 0px 0px 15px #c8d9ea;
}
.di{
	display:inline-block;
	vertical-align:middle;
}
.orga-box img{
	width: 45px;
    margin-right: 15px;
}
.box-images{
	display:inline-block;
	width: 50px;
	height:50px;
	background:url("https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/sprite.png") no-repeat;
	background-size:320px;
	margin-right: 10px;
}
.box-images.img1{background-position: -10px -8px;background-size: 300px;width: 45px;}
.box-images.img2{background-position: -106px -13px;background-size: 350px;}
.box-images.img3{background-position: -178px -10px;background-size: 310px;width: 42px;}
.box-images.img4{background-position: -291px -14px;background-size: 360px;}
.orga-box .tit{
	line-height: 1.3;
    font-weight: 500;
}
.gline{
	display:inline-block;
	height:1px;
	width: 100%;
	background:#114237;
	margin: 15px 0 10px;
}
.orga-box p{
	margin: 0;
    font-size: 0.9em;
    height: 130px;
	text-align:left;
}
.acco-box{
	width:90%;
	margin:50px 0;
}
.click-box{
	margin-top:20px;
	border:1px solid #CCCCCC;
	border-radius:5px;
}
.img-con:after{
	position:absolute;
	display: block;
	content:'+';
	color:linear-gradient(to right,#1DAF87,#0F5844);
	transform: translate(0px, -50%);
    top: 50%;
    right: 35px;
    font-size: 1.5em;
    font-weight: 300;
}
.img-con.active-tab:after{
	content:'-';
	font-size:2em;
}
.img-con{
	-webkit-background:#ECF5F3;
	-moz-background:#ECF5F3;
	background:#ECF5F3;
	position:relative;
	padding:20px 30px;
	cursor: pointer;
	border-radius:5px;
}
.img-con.active-tab{
	background:#FFFFFF;
	border-radius:5px;
}
.click-box img{
	width: 37px;
    margin-right: 20px;
}
img.di.con-img1{}
img.di.con-img2{}
img.di.con-img3{width: 38px;}
img.di.con-img4{width: 32px;margin-right: 20px;margin-left: 6px;}
img.di.con-img5,img.di.con-img6,img.di.con-img7{width: 38px;}
img.di.con-img8{width: 35px;}
.condition-tit {
	line-height:1.5;
	font-weight:600;
}
.dp-box{
	padding:10px 80px 0;
	display:none;
	position:relative;
	-webkit-background:#fff;
	background:#fff;
	border-radius:5px;
}
.dp-box:before{
	position:absolute;
	content:'';
	display:block;
	width: 1px;
	height:100%;
	background: #6E0C0C;
	left:56px;
	top: 13px;
}
h5{
	font-size:1.1em;
	color:#6E0D0D;
	font-weight: 600;
	text-decoration:underline;
	margin-bottom: 20px;
	position: relative;
}
.point-cicle{position:relative;}
h5:before,.point-cicle:before {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #6E0C0C;
    left: -28px;
    background: #6E0C0C;
    border-radius: 50px;
    top: 3px;
}
h5:after,.point-cicle:after {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid;
    left: -32px;
    top: -1px;
    border-radius: 50px;
}
.point-cicle:before{top: 8px;}
.point-cicle:after{top: 4px;}
h5.circle-hide:before, h5.circle-hide:after{display:none;}
.dp-box p{
	margin:0 0 20px;
}
.dp-box p a{
	font-weight:600;
}
.dp-box .con-group:first-child{
	margin-top:0;
}
.dp-box .con-group{
	margin-top:30px;
	position:relative;
}
.dp-box .con-group:last-child {
    padding-bottom: 20px;
}
.dp-box .con-group:last-child:before{
	content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    background: #fff;
    top: 12px;
    left: -26px;
}
.dp-box .con-group:nth-child(9):before{top: 0;}
.dp-box .con-group:nth-child(8):before{
	content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 24%;
    background: #fff;
    bottom: -31px;
    left: -26px;
}
.con-sec {
    -webkit-background: linear-gradient(to bottom, #fff 5%, transparent, #fff 98%),url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/popia-con-img.svg) no-repeat;
    -moz-background: linear-gradient(to bottom, #fff 5%, transparent, #fff 98%),url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/popia-con-img.svg) no-repeat;
    background: linear-gradient(to bottom, #fff 5%, transparent, #fff 98%),url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/popia-con-img.svg) no-repeat;
    background-size: auto;
    background-position: -1300px;
}
.condition-map {
    width: 100%;
    position: relative;
    height: 500px;
	margin:60px 0;
}
.condition-map li{
	position:absolute;
}
.condition-map li div span{
	display:inline-block;
	vertical-align:middle;
}
.condition-map li div a.searchbycon{
	display:block;
	cursor:pointer;
	color:#000;
}
.condition-map li.first-cir div{
	-webkit-background:#1F6C51;
	-moz-background:#1F6C51;
	background: #1F6C51;
    color: #fff;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    padding: 70px 50px;
}
.condition-map li.first-cir span{
	font-weight:500;
	line-height:1.3;
	font-size:20px;
}
.condition-map li .circle{
	border-radius:100px;
	margin-right:5px;	
	display:inline-block;
	box-shadow: 0 0 10px rgb(0 0 0 / 37%);
}
.condition-map li .con-text{
	font-size: 14px;
    font-weight: 300;
}
.accountability{background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/accounatbility.svg) no-repeat #25805A center center;background-size: 26px;}
.processing{background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/processing-limitation.svg) no-repeat #18B187 center center;background-size: 27px;}
.purpose{background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/purpose-specifiaction.svg) no-repeat #25805A center center;background-size: 30px;}
.further{background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/further-processing-limitation.svg) no-repeat #5DC280 center center;background-size: 26px;}
.information{background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/information-quality.svg) no-repeat #18B187 center center;background-size: 26px;}
.openness{background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/opennes.svg) no-repeat #18B187 center center;background-size: 26px;}
.security{background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/security-safeguards.svg) no-repeat #25805A center center;background-size: 25px;}
.data-subject{background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/data-subject.svg) no-repeat #5DC280 center center;background-size: 30px;}
.condition-map li.first-cir{top:18%;left:0%;}
.condition-map li:nth-child(2){top: 17%;left: 24%;}
.condition-map li:nth-child(3){bottom: 27%;left: 25%;}
.condition-map li:nth-child(4){top: 45%;left: 36.5%;}
.condition-map li:nth-child(5){top: 21%;left: 44%;}
.condition-map li:nth-child(6){bottom: 22%;left: 47%;}
.condition-map li:nth-child(7){top: 9%;left: 59%;}
.condition-map li:nth-child(8){top: 37%;left:65.5%;}
.condition-map li:nth-child(9){bottom: 32%;left: 72%;}
.condition-map .size1{
	width: 46px;
    height: 46px;
}
.condition-map .size2{
	width: 50px;
	height:50px;
}
.condition-map .size3{
	width:55px;
	height:55px;
}
.condition-map .size4{
	width:60px;
	height:60px;
}
.condition-map li div a{
	transition: 0.9s;
}
.condition-map li div a:hover{
	transform:scale(1.04)
}
.acco-sec {
    -webkit-background: linear-gradient(to bottom, #f6faf4, #FFFFFF);
    -moz-background: linear-gradient(to bottom, #f6faf4, #FFFFFF);
    background: linear-gradient(to bottom, #f6faf4, #FFFFFF);
}
.show-br br,.show-sd br{display:none;}
.space-5{height:50px;}
.space-4{height:40px;}
.space-3{height:30px;}
.space-2{height:20px;}
span.form-sub {
    font-size: 1.2em;
    padding-bottom: 30px;
    display: block;
}
/*right side contact btn css*/
#fixedbtn {
    position: fixed;
    top: 40%;
    transform: translate(0%, -50%);
    z-index: 9999;
    right: 0;
}
#fixedbtn span {
    display: block;
    padding:20px 15px 20px 0px;
    position: relative;
    cursor: pointer;
    height: 60px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transform: translateX(210px);
    transform: -webkit-translateX(210px);
    transform: -moz-translateX(210px);
	line-height:1.4;
}
#fixedbtn span.demo{
    background:#1f6c51;
	margin-bottom:3px;
	color:#fff;
}
#fixedbtn span.contact{
    background:#18b187;
	color:#fff;
}
#fixedbtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -70px;
    width: 70px;
    height: 60px;
    text-align: center;
    transform: translate(0%, -50%);
    line-height: 60px;
}
#fixedbtn span.demo:before {
    background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/downlod-icon.svg) #1f6c51 no-repeat;
    background-position: center;
    background-size: 23px;
    color: #000;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
#fixedbtn span.contact:before {
    background: url(https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/call-icon.svg) #18b187 no-repeat;
    background-position: center;
    background-size: 23px;
    color: #000;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
#fixedbtn.slide span
{
	transform: translateX(150px);
    transform: -webkit-translateX(150px);
    transform: -moz-translateX(150px);
}
#fixedbtn.scrollact span
{
	transform: translateX(230px);
    transform: -webkit-translateX(230px);
    transform: -moz-translateX(230px);
}
#fixedbtn.slide span.demo:hover, #fixedbtn.slide span.contact:hover{
    transform: translateX(0);
    transform: -webkit-translateX(0);
    transform: -moz-translateX(0);
}
/* footer */
footer {
    background: #16141a;
	position: relative;
    z-index: 9999; 
}
footer > .container
{
	padding: 50px 0;
}
a.ftr-brand {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}
.address li, .address li a {
    color: #f0f0f0;
    line-height: 1.6;
	font-size: 0.9em;
}
p.copyright {
    color: #fff;
	    font-size: 0.9em;
	    margin-bottom: 0;
}
.zlogo {
        height: auto;
    width: 55px;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}
.social {
    text-align: right;
}
.social li {
    display: inline-block;
    margin: 0 5px;
}
.social li a {
    background: url("https://www.manageengine.com/fr/protection-of-personal-information-act-popia/css/../images/social-icon.png");
	    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -9999em;
    color: transparent;
    background-size: 135px;
	opacity: 0.7;
}
.social li a:hover
{
	opacity: 1;
}
.social li:nth-child(1) a {background-position: 28px -9px;}
.social li:nth-child(2) a {background-position: -8px -6px;background-size: 130px;}
.social li:nth-child(3) a {background-position: -73px -8px;background-size: 126px;}
.social li:nth-child(4) a {background-position: -38px -7px;background-size: 130px;}

.animation
{
	    opacity: 0;
    transition: all ease 1s;
    transform: -moz-translateY(250px);
    transform: -webkit-translateY(250px);
    transform: -moz-translateY(250px);
}
.active-anim.animation {
    opacity: 1;
    transform: translateY(0);
    transform: -webkit-translateY(0);
    transform: -moz-translateY(0);
}
/* form css */
.form-box{
	margin:0 auto;
	float:none;
}
.form-title-box{
	margin:0 auto;
	float: none;
	color:#fff;
	text-align:center;
}
h2.form-title {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px;
	color:#fff;
}
.form-title-box p{margin-bottom:30px;font-weight:300;text-align:center;}
.form-control {
    display: block;
    width: 100%;
     height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	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;
    padding-left: 0;
	text-align:center;
	background:none;
	margin-bottom: 45px;
}
.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;
}
.form-control.active-row select
{
	opacity: 0.6;
}
.btn-submits{text-align:center;}
.country-box{display:inline-block;}
.btn-submits input {
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #FF0000;
    background: #FF0000;
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 15px 60px;
    margin: 20px 0;
	opacity:1;
	width:auto;
	height:auto;
}
.btn-submits input:hover
{
	  background:#6e0e0d;
	  border-color:#6e0e0d;
	color:#fff;
}
.popup-form .btn-submits input:hover{
	background:#6e0e0d;
	color:#fff;
}
.active-row.form-control::before {
        border-top-color: #ffd017;
    border-right-color: #ffd017;
    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: #ffd017;
    border-left-color: #ffd017;
    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 {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#zc-country, .uscountry select#enquire_country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state, .uscountry select#ukcountry_region {
    height: 60px;
}
.success-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: #124237;
    padding: 60px;
    text-align: center;
    color:#fff;
    border-radius: 10px;
    line-height: 1.5;
}
.msg-close{
	position: absolute;
    z-index: 999;
    top: -13px;
    right: -7px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    background:#004b88;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.msg-close:hover{
	background: #fff;
    color: #000;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #ffce02;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
.datepicker > .datepicker_header > .icon-close {
    width: 30px!important;
    height: 30px!important;
}
/*popup form css*/
.popup-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
    z-index: 9999999;
    top: 0;
    left: 0;
	display: none;
}
.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 800px;
	max-width: 95%;	
    max-height: 90vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px #00000042;
    border-radius: 4px;
    padding: 30px;
	z-index: 99;
	display: none;
}
.popup-content {
    overflow: scroll;
    height: 100%;
	    max-height: 80vh;
}
.popup-content form {
    width: 90%;
    margin: 0 auto;
}
span.close {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background:#0c2b24;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
span.close:hover 
{
	background: #fed015;
    color: #fff;
}
h4.popup-title {
    text-align: center;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 34px;
    color: #6E0D0D;
}
.pageform-content{
	width: 60%;
    margin: 0 auto;
	text-align: center;
	color:#fff;
}
.lf-box{float:left;width:50%}
.rt-box{float:right;width:49%;margin-left:1%;}
#partner{background:#ecf5f3;}
.partbox,.me-black,.con-mail,.gray-line{display:inline-block;}
.partbox,.me-black,.con-mail,.gray-line{vertical-align:middle;}
.gray-line{background:#c8d0ce;width:2px;height:85px;margin:0 15px;}
.me-black{width:160px;}
.itr-tect{width:100px;}
.mid-box p{margin:0;}
.con-box{padding-left:18px;}
.con-box p{margin:0;}
.con-mail{width:40px;}
.con-box p:first-child(1){margin-bottom:5px;}
h3.part-head {font-size: 1.2em;line-height: 26px;font-weight: 500;}
.mail-con{margin:20px 0 0;}
input#southclick{position:relative;}
input.errorbox:before{
    border: 1px solid red;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 3px;
    left: -1px;
    top: -1px;
}
@media only screen and (max-width:1600px){
	.con-sec{background-position:-1370px;}
}
@media only screen and (max-width: 1450px)
{
	#banner{margin-top:50px;}
	.cols-6.text-right {text-align:center;}
	.left-right-img{margin:90px 0 0;}
	img.banner-img {width: auto;height: auto;}
	.msgcon{width:35%;padding: 50px;}
	.con-sec{background-position:-1415px;}
	li.per-list span{font-size:13px;}
	.orga-box .tit{font-size:14px;}
	.left-side,.right-side{display:inline-block;width:49%;}
	.right-side{margin-left:1%;}
}
@media only screen and (max-width:1400px){
	.con-sec{background-position:-1465px;}
}
@media only screen and (max-width: 1300px)
{
	.container {max-width: 90%;}
	.msgcon{width: 40%;padding: 50px;}
	.first-sec{padding:120px 0 50px;}
	.con-sec {background-position: -1475px;}
	.condition-map li:nth-child(2){left: 24.5%;}
	.condition-map li:nth-child(3){left: 26.5%;}
	.condition-map li:nth-child(4){left:38.5%;}
	.condition-map li:nth-child(5){left: 46%;}
	.condition-map li:nth-child(6){left: 49%;}
	.condition-map li:nth-child(7){left: 61.5%;}
	.condition-map li:nth-child(8){left:68.5%;}
	.condition-map li:nth-child(9){left:75%;}
}
@media only screen and (max-width: 1100px)
{
	.menu-icon {display: block;position: relative;cursor: pointer;}
	.nav-section {position: relative;}
	.nav-menu {background: #fff;position: absolute;width: 100%;top: 50px;z-index: 99;display: none;}
	.nav-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #b3b1b1;
    padding: 10px 0;
		margin: 0 10px;
}
	.nav-menu li a
	{
		color: #000;
	}
   .animation {
    opacity: 1;
    transform: translateY(0);
    transform: -webkit-translateY(0);
    transform: -moz-translateY(0);
}
	#topbar-menu-icon {
		position: absolute;
		right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
		top: 15px;
}
	#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
	#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
	#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
	#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
	.active-menu#topbar-menu-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
	.active-menu#topbar-menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
	.fancy-title:after {
    margin: 20px 0;
}
	.active-menu#topbar-menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
	}
	.pageform-content{width:75%;}
	.show-br br{display:block;}
	p br{display:none;}
	.strip-box{width:80%;margin: 30px 0;}
	.green-sec .cols-3{width:50%;}
	.orga-box{margin-bottom:20px;}
	.green-sec{padding:60px 0;}
	.acco-box{width:95%;}
	.condition-map{margin:0;}
	.con-sec{background-position:-1483px;}
	.msgcon{top: 30%;width: 50%;padding: 50px;}
	.condition-map li:nth-child(5){left:47%;}
	.condition-map li:nth-child(6){bottom:16%;}
	.con-sec {background-position: -1475px;}
	.condition-map li:nth-child(2){left: 27.5%;}
	.condition-map li:nth-child(4){left:42.5%;}
	.condition-map li:nth-child(5){left: 48%;}
	.condition-map li:nth-child(7){left: 63.5%;}
	.condition-map li:nth-child(8){left:72.5%;}
	.condition-map li:nth-child(9){left:75%;}
	li.per-list span{font-size:15px;}
	.me-black{width:125px;}
	.gray-line{margin:0 5px;}
}
@media only screen and (max-width: 1000px){
	.pageform-content{width:80%;}
	section{padding:40px 0;}
	li.per-list{width:50%;margin-right:0;float:left;padding:28px 0;height:100px;}
	.strip-box{margin:0;padding:5px 20px;width:100%;}
	.left-box,.right-box{width:100%;}
	.first-sec{padding: 130px 0 50px;}
	img.implementing-img {display: block;margin: 0 auto;width: 70%}
	.con-sec {background-position: -1494px;}
	.msgcon{width:60%;padding: 40px;}
	.condition-map li.first-cir{top: 15%;}
	.condition-map li:nth-child(2){left:30%;}
	.condition-map li:nth-child(3) {bottom: 25%;left: 32%;}
	.condition-map li:nth-child(4){left:39.5%;}
	.condition-map li:nth-child(5){left:55%;}
	.condition-map li:nth-child(6) {bottom: 10%;left: 52%;}
	.condition-map li:nth-child(7){left:68.5%}
	.condition-map li:nth-child(8){left:72.5%;}
	.condition-map li:nth-child(9){bottom: 31%;left: 65%;}
	.gray-line{margin:0 10px;}
	.me-black{width:160px;}
}
@media only screen and (max-width: 650px)
{
	body{font-size: 15px;}
	.menu-icon {bottom: 15px;}
	.nav-menu{top: 15px;}
	.products-list a{min-height: auto;}
	header {padding: 25px 0;}
	#banner{margin-top:90px;}
	#topbar-menu-icon {top: -30px;}
	footer > .container {padding: 30px 0;}	
	p.copyright {text-align: center;margin-bottom: 22px;}
	ul.social {text-align: center;}
	#fixedbtn.slide {transform: translateX(142px);transform: -webkit-translateX(142px);transform: -moz-translateX(142px);}
	.pageform-content ,.popup-content form{width: 100%;}
	h2{font-size:1.8em;}
	p{font-size:1em;}
	li.per-list{width:100%;float:none;display:block;height:auto;}
	.acco-box,.green-sec .cols-3{width:100%;}
	.orga-box p{font-size:1.1em;}
	img.implementing-img,p.privacy-policy {width: 100%}
	.first-sec h1{line-height:1.3;}
	.strip-btn{margin:0;padding:0 0 20px!important;}
	.strip-box div{float:none;text-align:center;margin-bottom: 20px;width:auto;padding:0;}
	.strip-box{padding:0;}
	.strip-con span{font-size:1.2em;}
	.click-box img,img.di.con-img4{margin-right:10px;}
	.img-con:after{right:15px;}
	.show-sd br{display:block;}
	li.per-list span{font-size:16px;}
	.condition-map li.first-cir{display:none;}
	.condition-map li{position:static;margin-top: 20px;}
	.condition-map .size1,.condition-map .size2,.condition-map .size3,.condition-map .size4{width:50px;height:50px;}
	.condition-map li .con-text{font-size:1em; font-weight:400;}
	.condition-map li .circle{margin-right:20px;}
	.img-con{padding:20px 15px;}
	.dp-box{padding: 10px 50px 0;}
	.dp-box:before{left: 26px;}
	h5{font-size:1em;}
	li.per-list img{width: 40px;margin-right: 25px;}
	li.per-list img.per-img1{width:30px;margin-right: 32px;}
	li.per-list img.per-img2{width:38px;}
	li.per-list img.per-img3{width:40px;}
	li.per-list img.per-img4{width:35px;margin-right: 27px;}
	li.per-list img.per-img5{width:35px;margin-right: 27px;}
	li.per-list img.per-img6{width: 35px;margin-right: 25px;}
	li.per-list img.per-img7{width:40px;margin-right: 25px;}
	li.per-list img.per-img8{margin-right: 27px;}
	.msgcon{top:50%; width:90%;padding: 35px;}
	.msgcon h6{font-size:1.1em;}
	.condition-map{margin:60px 0;}
	.con-sec{background:none;}
	.left-side, .right-side,.lf-box,.rt-box{display:block;width:100%;}
	.right-side,.rt-box{margin-left:0;}
	.sd-margin{margin:25px 0;}
	.mail-con{margin:0;}
}
@media only screen and (max-width: 375px){
	.msgcon{top:50%; width:90%;padding: 35px;}
	.msgcon h6{font-size:1.1em;}
}