/* -------------------------------------- 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 'Raleway', '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;
    overflow-x: hidden;
}

input::placeholder,
textarea::placeholder,
.form-control-popup * {
    font-family: "Raleway";
    font-weight: 500;
}

h2,
h3,
h4 {
    font-family: "Raleway";
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2em;
    font-weight: 800;
}

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 {
    font-weight: 600;
}

section {
    padding: 60px 0px;
    position: relative;
}

#backToTop {
    display: none !important;
}

.ps {
    position: relative;
}

/* -------------------------------------- Header styles -------------------------------------- */
header .container {
    position: relative;
}

.logo {
    position: absolute;
    top: 60px;
    z-index: 1;
}

.logo img {
    width: 200px;
}

.header-button {
    position: absolute;
    top: 60px;
    z-index: 1;
    right: 0;
}

.hed-button {
    background: #12E4FF;
    color: #000;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 3px;
}

.header-left {
    width: 60%;
    color: #fff;
    padding: 150px 65px 60px 0px;
    position: relative;
}

.hed-button:first-child {
    margin-right: 15px;
}

.header-right {
    padding-top: 160px;
    width: 33%;
    text-align: right;
}
.header-strip {
	padding-bottom: 60px;
	position: relative;
	transition: .6s;
}
.header-strip:hover {
	transform: scale(1.02);
}
.book-image {
	position: absolute;
    top: 29px;
    left: 81px;
}
/* -------------------------------------- Form styles -------------------------------------- */
.first-form {
    width: 60%;
    margin: auto;
}

div.form-field {
    position: relative;
    margin-bottom: 20px;
}

.first-form input,
.first-form textarea {
    background: #f7f8fb;
    font-size: 14px;
    font-weight: 500;
    color: #555 !important;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px;
    padding-right: 0px;
    width: 95%;
    font-family: "Raleway";
}

.first-form input::placeholder,
.first-form textarea:placeholder,
.first-form select:placeholder {
    color: #555 !important;
}

.first-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: 95%;
    font-size: 14px;
    height: 45px;
    color: #555 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    font-family: "Raleway";
    font-weight: 500;
}

::placeholder {
    color: #555 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #555 !important;
}

.first-form textarea {
    height: 100px;
}

.first-form input[type="radio"],
.first-form input[type="checkbox"] {
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
}

p.reg_form_errors {
    position: absolute;
    left: 19px;
    bottom: -48px;
    font-size: 13px;
    color: #ff8a8a;
    display: none;
    text-align: left;
}

.form-checkfield {
    position: relative;
    margin: 20px;
}

.form-checkfield input {
    position: absolute;
    left: -20px;
    top: 3px;
}

.submit-block {
    margin: 10px 0;
}

.first-form input[type="submit"],
.submit-block input {
    background: #12E4FF;
    color: #000 !important;
    padding: 15px 20px;
    width: auto;
    font-size: 1em;
    font-weight: 600;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .3s;
}

.first-form input[type="submit"]:hover,
.submit-block input:hover {
    background: #333;
    color: #fff !important;
}

.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;
}

.ref-para {
    text-align: center;
    font-size: .9em;
    margin: 0px;
}

p.ref-para:last-child {
    font-size: .8em;
}

/* -------------------------------------- Form styles ends -------------------------------------- */
#Home {
    background: #222344;
    color: #fff;
    position: relative;
}
.header-sub {
    font-size: 1.8em;
}

#Home h1 {
    font-weight: 800;
    padding-bottom: 20px;
    font-size: 3em;
}

#Home h2 {
    padding-top: 25px;
    color: #0ee4fe;
    font-size: 2em;
    font-weight: 800;
}

#Benifits-iso h2 {
    font-size: 2em;
    font-weight: 800;
}

.line {
    width: 150px;
    height: 5px;
    background: #12E4FF;
    position: absolute;
}

#Benifits-iso {
    z-index: 1;
    position: relative;
}

#Benifits-iso ul {
    text-align: center;
    margin: auto;
    padding-top: 20px;
}

#Benifits-iso ul li {
    width: 29%;
    padding: 20px;
}

.benf-icon {
    display: block;
    margin: auto;
    padding: 20px;
}

#sec-three,
#sec-five {
    background: #F2F8FF;
}

.role-of-it:first-child {
    padding-bottom: 20px;
}

.role-of-it h3 {
    width: 49%;
    margin: 15px 0px;
    line-height: 35px;
}

.role-of-it p {
    width: 50%;
    text-align: justify;
}

.tab {
    background: #fff;
    position: relative;
    margin: 40px 0px;
}

.agslide {
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/plus-icon.svg") no-repeat 97% center;
    background-size: 50px 50px;
    width: 100%;
    height: 60px;
    text-indent: -999999em;
    display: block;
    cursor: pointer;
}

.iso-slideup {
    background: url("../images/minus-icon.svg") no-repeat 97% center;
    background-size: 50px 50px;
    background-position-y: 1px;
}

.mapping-icons {
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.tab-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.tab-main {
    padding: 20px 40px;
    display: block;
}

.slidecontent {
    padding: 30px 80px;
    border-top: 1px solid #CBCBCB;
    font-size: 1.2em;
    line-height: 26px;
}

.related-prd {
    padding: 10px 20px 10px 10px;
    font-weight: 600;
    width: 20%;
    background-image: linear-gradient(to right, #12E4FF 0%, #12e4ff6e 45%, transparent 100%);
}

.rp-sub {
    text-decoration: underline;
    font-weight: 700;
}

.slidecontent p {
    font-size: 1em;
    margin: 30px 0px;
}

.slidecontent h4 {
    font-size: 1.1em;
    font-weight: 600;
    padding-bottom: 15px;
}

#sec-six {
    background: #222344;
    text-align: center;
    margin: auto;
    color: #fff;
}

#sec-six h3,
#sec-six h4 {
    color: #12E4FF;
}

#sec-six h4 {
    font-weight: 700;
    padding-bottom: 20px;
}

#sec-six p {
    width: 80%;
    padding: 10px 0px;
    margin: 15px auto;
}

footer {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 20px 0 15px 0;
}

footer .zoho-division {
    display: none;
}

footer a {
    color: #fff;
}

/*------------- popup --------------------*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 780px;
    max-width: 95%;
    max-height: 90vh;
    background: #222344;
    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: #000;
    font-weight: bold;
    cursor: pointer;
    background: #12E4FF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

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

.form-control-popup {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    position: relative;
    margin-bottom: 20px;
}

.privacy-policy {
    color: #fff;
    margin: 15px auto;
    width: 96%;
}

#meGDPRMessage {
    color: #fff;
    padding: 20px;
}

.form-control-popup.btn-submits {
    border: none;
    text-align: center;
    margin-bottom: 45px;
}

.form-control-popup.form-comments {
    height: 85px;
    margin: 0 auto;
    width: 96%;
}

.form_dropdown {
    background-color: transparent;
    border: none;
}

.form-date {
    width: 96%;
    margin: 0 auto 20px auto;
}

.form_dropdown select {
    background-color: #fff !important;
}

.form-control-popup .error {
    position: absolute;
    bottom: -20px;
    left: 0px;
    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;
    padding: 5px;
    line-height: 0.5;
    color: #ff9393;
    display: none;
}

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

.form-control-popup input,
.form-control-popup select,
.form-control-popup textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding: 15px;
    font-size: 1em;
    position: relative;
    z-index: 9;
    resize: none;
    color: #555 !important;
}

.form-control-popup input::placeholder,
.form-control-popup select::placeholder,
.form-control-popup textarea::placeholder {
    color: #555 !important;
}

.form-control-popup input:-webkit-input-placeholder,
.form-control-popup select:-webkit-input-placeholder,
.form-control-popup textarea:-webkit-input-placeholders {
    color: #555 !important;
}

.form-control-popup select {
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96%;
    background-position-y: 50%;
    color: #555 !important;
    border-radius: 4px;
    opacity: 1;
}

.form-control-popup textarea {
    padding-top: 15px;
}

.btn-submits {
    text-align: center;
}

.btn-submits button {
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #12E4FF;
    background: #12E4FF;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 15px 40px;
    margin: 20px 0;
}

.btn-submits button:hover {
    background: #222244;
    border-color: #fff;
    color: #fff;
}

.uscountry.form-control-popup {
    height: auto;
}

.uscountry select#contact_country,
.uscountry select#zc-country {
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
}

.success-msg {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #15d2a3;
    color: #fff;
    font-weight: 500;
    font-size: 1.2em;
    display: none;
}

h2.popup-title {
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 34px;
    color: #12E4FF;
}

.dropdown1 {
    position: relative;
    z-index: 99;
    padding: 0;
    height: 46px;
    width: 100%;
}

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

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

.dropdt1 .hida1 {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 11px;
    padding-left: 20px;
    font-size: 1em;
    color: #555 !important;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 87%;
    background-position-y: 21px;
    font-weight: 500;
}

.multiSel1 {
    padding: 5px 10px;
    overflow: scroll;
    display: none;
    height: 35px;
    top: -14px;
    position: relative;
    overflow-x: scroll;
}

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

div.dropdownsearch1 {
    width: 100%;
    background: #0ee4fe;
    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: #000;
    display: none;
    left: 0;
    padding: 15px 15px 2px 0;
    position: absolute;
    top: 50px;
    width: 95.6%;
    list-style: none;
    height: 175px;
    overflow: auto;
    background: #0ee4fe;
    text-align: left;
    overflow: scroll !important;
}

.dropdown .dropdd ul li,
.dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 100%;
    font-size: 1em;
    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;
}

.form-leftsec,
.form-rightsec {
    width: 46.5%;
    margin: 0px 10px;
}

.web-success-msg,
.web-success-msg-overlay {
    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;
    background: #fff !important;
    opacity: 1;
    color: #555 !important;
}

/*---------------------------- Graph style ---------------------------*/
.left-graph {
    width: 10%;
    padding: 18% 15px;
    margin-right: 100px;
    border: 1px solid #000;
}

.left-graph p {
    margin: 0;
    font-size: 1em;
    line-height: normal;
}

.left-graph h4 {
    font-size: 1.2em;
}

.righ-graph {
    border: 1px solid #000;
    padding: 15px;
    width: 75%;
    text-align: center;
    text-transform: uppercase;
}

.righ-graph h3 {
    font-size: 1.6em;
    font-weight: 700;
    padding-bottom: 10px;
}

.col-3.di {
    width: 18%;
    margin: 0px 5px;
    padding: 20px;
    height: 32px;
}

.row .col-3 {
    border: 1px solid #000;
}

.osms {
    padding: 10px;
    border: 1px solid #000;
    margin: 10px;
}

.osms p {
    text-align: left;
    padding-left: 20px;
    font-weight: 600;
}

.osms .oper-plan p {
    padding-left: 10px;
}

.oper-plan {
    border: 1px solid #000;
    background: #F7F7F7;
    padding-left: 10px;
}

.col-4.di {
    width: 28%;
    padding: 20px 0px 20px 40px;
    text-align: left;
}

.oper-plan a,
.col-6 a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    position: relative;
}

.col-6.di {
    padding: 20px;
    border: 1px solid #000;
    width: 44%;
}

.sms {
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}

.sms .mapping-icons {
    position: absolute;
    left: -38px;
}

.right-arrow {
    position: absolute;
    left: 14%;
    top: 16%;
    width: 75px;
}

.left-arrow {
    position: absolute;
    left: 14%;
    top: 66%;
    width: 75px;
}

.relat-icon {
    width: 33px;
    padding-right: 10px;
}

.design-icon {
    width: 30px;
    padding-right: 10px;
}

.reporting-icon {
    width: 23px;
    padding-right: 13px;
}

.header-left p {
    text-align: justify
}

.pad-top {
    padding-top: 15px;
}

/*------------------ fxd -----------------------*/
#fixedbtn {
    position: fixed;
    top: 40%;
    transform: translate(0%, -50%);
    z-index: 9999;
    right: 0px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transform: translateX(210px);
    -webkit-transform: translateX(210px);
    -moz-transform: translateX(210px);
}

#fixedbtn span {
    display: block;
    padding: 20px 10px;
    position: relative;
    background: #ecf4f9;
    cursor: pointer;
}

#fixedbtn span.demo {
    border-bottom: 1px solid #d8d8d8;
}

#fixedbtn span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    width: 60px;
    height: 56px;
    text-align: center;
    transform: translate(0%, -50%);
    line-height: 60px;
}

#fixedbtn span.demo:before {
    background: url("../images/icon-downlod.svg") #050460 no-repeat;
    background-position: center;
    background-size: 25px;
    color: #fff;
    border-top-left-radius: 25px;
}

#fixedbtn span.contact:before {
    background: url("../images/phone.svg") #0ee4fe no-repeat;
    background-position: center;
    background-size: 25px;
    color: #000;
    border-bottom-left-radius: 25px;
}

#fixedbtn:hover,
#fixedbtn.act,
#fixedbtn.slide:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}

#fixedbtn.slide {
    transform: translateX(133px);
    -webkit-transform: translateX(133px);
    -moz-transform: translateX(133px);
}

#fixedbtn.scrollact {
    transform: translateX(210px);
    -webkit-transform: translateX(210px);
    -moz-transform: translateX(210px);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*------------------- animation ----------------------*/
.col-6.di a,
.col-4.di,
.perfom-hover {
    transition: .3s;
}

.col-4.di:hover,
.col-6.di a:hover {
    transform: scale(1.04);
    text-decoration: none;
}

.perfom-hover:hover {
    transform: scale(1.04);
}

.col-4.di:hover a {
    text-decoration: none;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.active-anim .tab {
    -webkit-animation: slide-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.active-anim .tab:nth-child(2),
.active-anim .tab:nth-child(4),
.active-anim .tab:nth-child(6),
.active-anim .tab:nth-child(8),
.active-anim .tab:nth-child(10) {
    -webkit-animation: slide-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.active-anim .tab:nth-child(1) {
    animation-delay: .1s;
}

.active-anim .tab:nth-child(2) {
    animation-delay: .2s;
}

.active-anim .tab:nth-child(3) {
    animation-delay: .3s;
}

.active-anim .tab:nth-child(4) {
    animation-delay: .4s;
}

.active-anim .tab:nth-child(5) {
    animation-delay: .5s;
}

.active-anim .tab:nth-child(6) {
    animation-delay: .6s;
}

.active-anim .tab:nth-child(7) {
    animation-delay: .7s;
}

.active-anim .tab:nth-child(8) {
    animation-delay: .8s;
}

.active-anim .tab:nth-child(9) {
    animation-delay: .9s;
}

.active-anim .tab:nth-child(10) {
    animation-delay: 1s;
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.resolution-icon {
    width: 20px;
}

.datepicker.active {
    display: block !important;
}

.datepicker_header .icon-close {
    display: none !important;
}

/*------------------- Responsive -------------------*/
@media only screen and (max-width: 1700px) {
    .animation {
        opacity: 0;
        transition: all ease 1s;
        transition: all ease 1s;
        -webkit-transition: all ease 1s;
        -moz-transform: scale(1.3) translateY(250px);
        -webkit-transform: scale(1.3) translateY(250px);
        -moz-transform: scale(1.3) 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-graph {
        margin-right: 80px;
        padding: 250px 15px;
    }

    .col-3.di {
        width: 17%;
    }

    .col-6.di {
        width: 43%;
    }
	.book-image {
		width: 200px;
	}
}

@media only screen and (max-width: 1100px) {
    .container {
        width: 85%;
    }

    .header-left {
        width: 100%;
        padding: 100px 0px 50px 0px;
    }

    .header-right {
        display: block;
        text-align: center;
        padding: 0;
        width: auto;
		padding-bottom: 40px;
    }

    .left-graph {
        padding: 40px 0px;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 100px;
    }

    .left-arrow {
        left: 75%;
        top: 16%;
        transform: rotate(90deg);
    }

    .right-arrow {
        left: 14%;
        top: 16%;
        transform: rotate(90deg);
    }

    .righ-graph {
        width: 96%;
    }

    .related-prd {
        width: 30%;
    }

    .col-3.di {
        margin: 5px;
    }
	.book-image {
		top: 18px;
left: 45px;
width: 180px;
	}
}

@media only screen and (max-width: 845px) {

    .left-arrow,
    .right-arrow {
        top: 130px;
    }

    .col-3.di {
        width: 40%;
    }

    .col-6.di {
        margin: 5px;
        width: 90%;
    }

    .related-prd {
        width: 45%;
    }

    .popup {
        width: 80%
    }

    .form-leftsec,
    .form-rightsec,
    .form-control-popup.form-comments {
        width: 96%
    }

    .popup-content {
        overflow-x: hidden;
    }
	.header-strip {
		display: none;
	}
	.header-right  {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 670px) {
    .col-3.di {
        width: 85%;
    }

    .col-4.di {
        width: 35%;
    }

    .hed-button {
        padding: 10px;
        font-size: .9em;
    }

    .hed-button:first-child {
        margin-right: 5px;
    }

    .header-button {
        top: 70px;
    }

    .logo img {
        width: 180px;
    }

    .related-prd {
        width: 70%;
    }

    .tab-title {
        width: 86%;
    }

    .tab-main {
        padding: 20px;
    }

    .first-form {
        width: 100%;
    }

    .slidecontent {
        padding: 30px 40px;
    }

    .righ-graph {
        width: 93%;
    }

    .dropdown1 {
        width: 99%;
    }

    .web-popup-cont {
        width: 80%;
    }
}

@media only screen and (max-width: 510px) {

    .role-of-it h3,
    .role-of-it p {
        width: 100%;
    }

    .tab-main {
        padding: 20px 10px;
    }

    .agslide {
        background-size: 36px 36px;
    }

    .tab-title {
        font-size: 1em;
    }

    .mapping-icons {
        width: 22px;
        padding-right: 10px;
    }

    .logo img {
        width: 150px;
    }

    .iso-slideup {
        background-position-y: 9px;
    }

    .container {
        width: 90%;
    }
}

@media only screen and (max-width: 430px) {
    .hed-button {
        padding: 8px;
        font-size: .85em;
    }

    .hed-button:first-child {
        margin: 0px;
    }

    .logo img {
        width: 140px;
    }

    .header-button {
        top: 63px;
    }

    section {
        font-size: .9em;
    }

    .hed-button {
        padding: 6px;
    }

    .col-6.di {
        width: 82%;
    }

    .col-4.di {
        padding: 20px;
    }

    .col-4.di img {
        display: none;
    }

    .oper-plan {
        padding: 0;
    }
}

@media only screen and (max-width: 380px) {
    #sec-six p {
        width: 95%;
    }

    .col-3.di {
        width: 80%;
    }

    .righ-graph {
        width: 90%;
    }

    .hed-button:first-child {
        display: none;
    }

    .col-4.di {
        width: 90%;
        padding: 20px 0px;
        text-align: center;
    }

    .osms p {
        padding-left: 10px;
    }

    .col-6.di img {
        display: none;
    }
}