/* -------------------------------------- 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}body{font:400 14px/24px 'Open Sans', sans-serif;margin:0 auto;background:#fff;color:#444}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;
}
/* -------------------------------------- Common styles -------------------------------------- */
body {
    font-family:"Raleway";
    font-size: 14px;
    line-height: normal;
    letter-spacing: .5px;
    color:#000;
    margin: 0;
    padding: 0;
    position: relative;
}
h2, h3, h4{font-family:"Raleway";}
h2{font-size: 3em;}
h3{font-size: 2em;}
h4{font-size: 1.5em;}
p{font-size: 1.1em;line-height: 24px;margin: 15px 0px;}
a{text-decoration: none;color:#0089ff;}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
.fl{float:left;}
.fr{float:right;}
.di {
    display: inline-block;
    vertical-align: top;
}
.container{width:1200px;margin:0 auto;}
strong, .strong {
    font-weight: 600;
}
/* -------------------------------------- Header styles -------------------------------------- */

section {
    padding: 60px 0px;
    position: relative;
}
#Home {
background-image: linear-gradient(to right,#447ECB  0%,#4553C7 45%,#2525A5 100%);
}
h3 {
    font-weight: 700;
    font-family:"Raleway";
    padding-bottom: 20px;
}
.left-hedtab {
    width: 50%;
    color: #fff;
    padding: 150px 50px 100px 0px;
}
.logo {
    position: absolute;
    top: 60px;
    z-index: 1;
}
.logo img {
    width: 200px;
}
.left-hedtab h2 {
    font-size: 3.8em;
    padding-bottom: 25px;
    font-weight: 700;
}
.left-hedtab {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;    
}
.right-hedtab img{
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;    
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}



@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-color {
    color: #BA0000;
}
.primary-color {
    color: #260AFF;
}
.reglam-list {
    list-style: none; counter-reset: li;
}
.reglam-list li::before {
    content: counter(li, decimal-leading-zero) " "; 
    color: #260AFF;
  position: absolute;
    width: 1em;
      left: 0px;
}
.reglam-list li{
        padding: 20px 0px;
    padding-left: 40px;
    font-size: 1.1em;
    border-bottom: 1px solid #dbd8d8;
    counter-increment: li;
    position: relative;
}
.reglam-list li:last-child {
    border-bottom: none;
}
.left-reglam {
    width: 50%;
    padding-right: 80px;
}
.numb-per {
    font-family:"Poppins";
    font-weight:800;
    color: #00274D;
    font-size: 8em;
    line-height: 120px;
    padding: 0;
}
.percent-div p:last-child {
    width: 80%;
}
.right-sec-three {
    width: 50%;
    padding-left: 60px;
}
.percent-div p:last-child {
    width: 54%;
    padding-left: 20px;
}
.sec-four-button {
    background: #000;
    padding: 20px 60px;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2em;
}
.sec-four ul p{
    width: 80%;
    vertical-align: middle;
    padding-right: 10px;
}
.sec-four ul li:last-child p{
    width: 70%;
}
.sec-four ul li{
    padding: 20px;
    border-left: 9px solid #260AFF;
    box-shadow: 3px 4px 25px 11px #e2e2e2;
    margin: 50px 0px;
}
.sec-five-main-content {
    text-align: left;
    padding: 40px 0px 0px;
    width: 50%;
    margin: auto;
}
.sec-six, .sec-five, .sec-four {
    background: #EFEFEF;
}

.to-link {
    font-weight: 600;
    font-size: 1.2em;
    color: #260AFF;
}
.common-pad-sec-seven {
    padding: 130px 0px;
    text-align: right;
        display: inline-block;
    width: 70%;
}
.sec-seven  .strong {
	color: #1babff;
}
.sec-h {
    text-align: left;
}

.left-lastsec {
    color: #fff;
}
.last-sec {
background-image: linear-gradient(to left,#447ECB  0%,#4553C7 45%,#2525A5 100%);
}
.right-reglam {
    width: 42%;
}
.right-reglam img {
	padding: 100px 0px;
}
.left-sec-three {
	width: 43%;
}
.sec-five-left {
	padding-right: 40px;
}
.img-width {
	width: 100%;
}
.sec-f-left, .sec-h-left, .sec-i-left {
	padding-right: 40px;
}
.sec-f-right, .sec-g-left, .sec-h-right, .sec-i-right, .sec-five-left {
	width: 45%;
}
.sec-h-right img, .sec-i-left img {
	padding-top: 60px;
}
.sec-g-right, .sec-f-left, .sec-h-left, .sec-i-left {
	width: 50%;
}
.sec-g-left img{
	    padding: 130px 0px;
	padding-right: 40px;
}
.privacy-policy a {
	color: #fff;
	text-decoration: underline;
}
.left-hedtab a {
	color: #fff;
	font-weight: bold;
}
/* -------------------------------------- Form styles -------------------------------------- */
div.form-field {
    position: relative;
    margin-bottom: 20px;
}
form input, form textarea{
    font-family: 'zoho_puvi_regular', 'Open Sans', 'Lato',  sans-serif;
    background: #f7f8fb;
    font-size: 1em;
    font-weight: 300;
    color: #555;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px;
    padding-right: 0px;
    width: 95%;
}
form select {
    background: #f7f8fb url("https://www.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center;
    border: 1px solid #fff;
    padding: 0 0 0 20px;
    width: 99%;
    font-size: 1em;
    height: 45px;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}
form textarea{
    height: 100px;
}
form input[type="radio"], form input[type="checkbox"] {
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
}
p.reg_form_errors {
    position: absolute;
    left: 4px;
    bottom: -37px;
    font-size: 13px;
    color: #ff8a8a;
    display: none;
}
.form-checkfield {
    position: relative;
    margin: 20px;
}
.form-checkfield input {
    position: absolute;
    left: -20px;
    top: 3px;
}
.submit-block {
    margin: 10px 0;
}
form input[type="submit"], .submit-block input{
    background: #fff;
    color: #000;
    padding: 12px 10px;
    width: 150px;
    font-size: 1em;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .3s;
}
form input[type="submit"]:hover, .submit-block input:hover{
    background: #333;
    color:#fff;
}
.hide_field {
    display: none;
}
.right-form {
    color: #fff;
}
.left-lastsec {
    width: 45%;
}
.left-lastsec {
    width: 50%;
    padding-right: 100px;
}
.right-form {
    width: 39%;
    margin: auto;
}
#backToTop {
    display: none !important;
}
div.form-field {
    text-align: center;
}
/*---------------   tab     ----------------*/

.tab {
  overflow: hidden;
  background-image: linear-gradient(to right,#447ECB  0%,#4553C7 45%,#2525A5 100%);
border-radius: 6px;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 60px;
width: 24%;
  transition: 0.3s;
  font-size: 17px;
position: relative;
    color: #fff;
	overflow: hidden;
}
.tab button:hover:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 109px;
    width: 70px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
}
.tab button.active {
  position: relative;
}
.tab button.active:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 109px;
    width: 70px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
}
.tabcontent {
  display: none;
  padding: 40px 20px;
  border-top: none;
}
#Protecc {
    display: inline-block;
}
footer {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 20px 0 15px 0;
}
footer .zoho-division {
    display: none;
}
footer a {
    color: #fff;
}
.sec-seven {
    overflow: hidden;
	background-image: linear-gradient(to top,#447ECB  0%,#4553C7 45%,#2525A5 100%);
}
.sec-seven .text-color, .sec-seven h3 {
	color: #42FFFF;
}
.sec-seven p{
	color: #fff;
}
.sec-seven .to-link {
	color: #42FFFF;	
}
.right-hedtab {
    padding-top: 50px;
}

.web-success-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.web-popup-cont {
    width: 35%;
    min-height: 130px;
    background: #fff;
    margin: 5% auto 0 auto;
    position: relative;
    line-height: normal;
    padding: 30px;
    text-align: center;
}
.popup-close {
    text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
}
.web-popup-cont h4{
    padding: 30px 0 5px 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 1.7em;
}
.web-popup-cont p{
    font-size: 1.3em;
    line-height: normal;
    padding: 0 0 10px 0;
}
.web-popup-cont p span{
    font-size: 1em;
    font-weight: 600;
    color: #CA0019;
}
.web-popup-cont a{
    display: inline-block;
    text-align: center;
    background: #00CC99;
    padding: 16px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border:1px solid rgba(0,159,119,0.81);
    text-transform: uppercase;
    margin: 30px 0;
}
.web-popup-cont a:hover {
    background: #FF2B2B;
    border: 1px solid #FF2B2B;;
    color: #fff;
}
#country_state {
    margin-top: 20px;
}
/*-------------------   Responsive  -------------------*/

@media only screen and (max-width: 1600px) { 
.animation
{
	    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
}
.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
}

@media only screen and (max-width: 1300px) { 
        .container {
        width: 1000px;
    }
    .left-reglam {
        width: 46%;
        padding-right: 40px;
    }
    .left-sec-three {
        width: 40%;
    }
    .left-sec-three img {
        width: 100%;
    }
    .percent-div p:last-child {
        width: 43%;
    }
	    .tab button:hover::after, .tab button.active::after {
        display: none;
    }
	.tab button:hover, .tab button.active {
        background: #fff;
		color: #000;
    }    
	.tab button {
        padding: 20px 0px;
    }
}
@media only screen and (max-width: 1100px) { 
        .container {
        width: 85%;
    }
    .right-hedtab, .right-reglam {
        width: 40%;
    }
    .right-hedtab img, .right-reglam img {
        width: 100%;
    }
    .left-lastsec {
        padding-right: 40px;
    }

	    .percent-div p:last-child {
        width: 100%;
    }
	.sec-f-right, .sec-g-left, .sec-h-right, .sec-i-right, .sec-five-left {
		width: 42%;
	}
	.right-hedtab {
		padding-top: 140px;
	}
}
@media only screen and (max-width: 830px) {  
    .left-hedtab, .common-pad-sec-seven, .left-lastsec, .right-form, .sec-f-right, .sec-g-left, .sec-h-right, .sec-i-right, .sec-five-left, .sec-five-main-content,.sec-g-right, .sec-f-left, .sec-h-left, .sec-i-left, .sec-h-right img {
        width: 100%;
    }
	.sec-g-right, .sec-f-left, .sec-h-left, .sec-i-left, .common-pad-sec-seven {
		padding: 0;
		padding-bottom: 60px;
	}
	.sec-five-left {
		padding: 0;
	}
	.sec-g-left img, .sec-i-left img {
		display: none;
	}
    .right-hedtab, .right-reglam, .left-sec-three {
        width: 100%;
        margin: auto;
        padding: 0;
        text-align: center;
    }
    .right-hedtab img, .right-reglam img, .left-sec-three img {
        width: 60%;
    }
    .left-hedtab {
        padding: 60px 0px 60px 0px;
    }
    .tab button {
padding: 20px 0px;
float: none;
display: block;
text-align: center;
margin: auto;
		width: 100%;
    }
    .left-reglam {
        width: 100%;
        padding: 0;
        padding-bottom: 60px;
    }
    .right-sec-three {
        width: 100%;
        padding: 0;
        padding-top: 60px;
		text-align: center;
    }
    .tab {
        width: 150px;
        display: inline-block;
        vertical-align: top;  
		background-image: linear-gradient(to top,#447ECB  0%,#4553C7 45%,#2525A5 100%);
    }
    .tabcontent {
        padding: 0;
        padding-left: 30px;
        width: 65%;
    }

    .left-lastsec {
        padding: 0;
    }
    .right-form {
        padding-top: 40px;
    }
    .logo {
        top: 30px;
    }
    
}
@media only screen and (max-width: 630px) {
    .right-hedtab img, .right-reglam img, .left-sec-three img {
        width: 60%;
    }
    .tabcontent {
        padding-left: 20px;
        width: 50%;
    }
    .tab button {
        padding: 40px 30px;
    }
    .percent-div p:last-child {
        padding: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 420px)  {
    .right-hedtab img, .right-reglam img, .left-sec-three img {
        width: 80%;
    }
    .tab button {
        padding: 50px 0px;
        float: inherit;
    }
    .tab {
        text-align: center;
        width: 120px;
    }
    .container {
        width: 90%
    }
}
@media only screen and (max-width: 340px) {
    .tabcontent {
    padding-left: 10px;
         }
    .left-hedtab h2 {
        font-size: 2.5em;
    }
	.tabcontent .di {
		width: 100%;
		font-size: 1em;
	}
	.tab {
		width: 110px;
	}
}