/* -------------------------------------- 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 {
	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;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.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%;
	position: relative
}
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	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: 43.7%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media only screen and (max-width: 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%;
}
}
/* -------------------------------------- Common styles -------------------------------------- */
html, body
{
	overflow-x: hidden;
}
body {
    font-family: 'Zoho_Puvi_Regular';
    font-size: 14px;
    line-height: normal;
    letter-spacing: .5px;
    color: #000;
    margin: 0;
    padding: 0;
    position: relative;
}

input::placeholder,
textarea::placeholder,
.form-control-popup * {
    font-family: 'Zoho_Puvi_Regular';
    font-weight: 500;
}

h2,
h3,
h4 {
    font-family: 'Zoho_Puvi_SemiBold';
}

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;
}
.text-right
{
	text-align: right;
}
.text-left
{
	text-align: left;
}
.text-center
{
	text-align: center;
}
.text-light
{
	color: #fff;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

strong {
    font-weight: 600;
}

section {
    padding: 100px 0px;
    position: relative;
}

#backToTop {
    display: none !important;
}

.ps {
    position: relative;
}

/* -------------------------------------- Header styles -------------------------------------- */
header .container {
    position: relative;
}
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;
	    padding: 35px 0;
}
#Home > .container {
    margin-top: 114px;
	    padding-top: 50px;
	    padding-bottom: 40px;
}
.fixed-header.header-fixed {
        padding: 18px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 33%);
    background: #244596;
}
.brand-logo {
    display: block;
    width: 200px;
}

#topbar-menu-icon {
    display: none;
    color: #fff;
}
.nav-menu {
    margin: 8px 0 0 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    margin-left: 10px;
}
.nav-menu li a {
        color: #fff;
    padding: 10px;
    display: block;
    font-size: 16px;
}
.nav-menu li a:hover
{
	    color: #ffd300;
}
.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 {
    max-width: 100%;
}
.banner-stripe h3 {
    font-family: 'Zoho_Puvi_SemiBold';
        font-size: 22px;
    line-height: 1.4;
    padding: 27px 20px;
}
.banner-stripe a {
    background: #15055f;
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Zoho_Puvi_SemiBold';
        margin: 14% 0;
}
.banner-stripe a:hover
{
	background: #21408e;
}
.banner-stripe {
    background: #ffd200;
    padding: 20px 25px 5px 25px;
    margin-left: 15px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	    position: relative;
}
.banner-stripe:before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #ffd200;
    position: absolute;
    top: 0;
    left: -10px;
}
.space-large
{
	height: 50px;
}
.space-medium
{
	height: 30px;
}
.space-small
{
	height: 10px;
}
h2.sec-title {
    font-size: 1.8em;
    font-weight: 800;
}
/* -------------------------------------- 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: 'Zoho_Puvi_Regular';
}

.first-form input::placeholder,
.first-form textarea:placeholder,
.first-form select:placeholder {
    color: #555 !important;
}

.first-form select {
    background: #f7f8fb url("/sites/meweb/images/kr/common-pages/iso_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: 'Zoho_Puvi_Regular';
    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: #FFCE00;
    color: #000 !important;
    padding: 15px 30px;
    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: url("/sites/meweb/images/kr/common-pages/iso_images/iso-banner.jpg") #1f3d86;
	    background-size: cover;
    background-position: right center;
    color: #fff;
    position: relative;
	padding-top: 0;
	    padding-bottom: 60px;
}
.header-sub {
    font-size: 1.8em;
}

#Home h1 {
        font-size: 2.5em;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.5;
    padding-top: 50px;
   color:#fff;
}

#Home h2 {
    padding-top: 25px;
    color: #0ee4fe;
    font-size: 2em;
    font-weight: 800;
}
.banner-img 
{
	    width: 38%;
}
#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;
	background: url("/sites/meweb/images/kr/common-pages/iso_images/iso-sec1-bg.jpg") #213d8a;
	background-size: cover;
    background-position: right center;
	    padding: 80px 0px 60px 0px;
}

#Benifits-iso ul {
    margin: 0;
    padding-top: 50px;
	    width: 80%;
}

#Benifits-iso ul li {
                width: 50%;
    padding: 15px 15px 15px 48px;
    float: left;
    position: relative;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 25px;
}
#sec-four {
    background: #25459A;
	background-size: cover;
    background-position: center;
}
.benf-icon {
        display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    transform: translate(0, -50%);
    top: 50%;
    filter: brightness(0) invert(1);
}
#Benifits-iso ul li:nth-child(3) .benf-icon, #Benifits-iso ul li:nth-child(5) .benf-icon
{
	width: 34px;
}
.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;
}
.tab, .tab *
{
	    box-sizing: unset;
}
.agslide {
    position: absolute;
    right: 0;
    top: 0;
    background: url("/sites/meweb/images/kr/common-pages/iso_images/plus-icon.svg") no-repeat 97% center;
        background-size: 50px 50px;
    width: 100%;
    height: 60px;
    text-indent: -999999em;
    display: block;
    cursor: pointer;
    border: 1px solid #a4a1a1;
    border-radius: 4px;
}
.active-tab .agslide
{
	border-bottom-color: transparent;
}
.iso-slideup {
    background: url("/sites/meweb/images/kr/common-pages/iso_images/minus-icon.svg") no-repeat 97% center;
    background-size: 50px 50px;
    background-position-y: 1px;
	filter: brightness(0) invert(1);
	    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	    border: none;
}

.mapping-icons {
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}
.tab:hover .mapping-icons, .active-tab .mapping-icons
{
	    filter: brightness(0) invert(1);
}
.tab-title {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.tab-main {
    padding: 16px 40px;
    display: block;
    border-radius: 4px;
}
.tab:hover .tab-main, .active-tab .tab-main
{
	background: #21377f;
}
.active-tab .tab-main
{
	    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.tab:hover .agslide{
	    filter: brightness(0) invert(1);
}
.tab:hover .tab-title, .active-tab .tab-title {
		color: #fff;
	}
.slidecontent {
    padding: 30px 80px;
    font-size: 1.2em;
    line-height: 26px;
    background: #223880;
    color: #fff;
	border-top: 1px solid #bfbfbf;
}

.related-prd {
        font-family: 'Zoho_Puvi_SemiBold';
}

.rp-sub {
        font-family: 'Zoho_Puvi_SemiBold';
    color: #fff;
}
a.rp-sub:hover {
    color: #ffd300;
}
.rp-sub:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 10px;
    background: #fff;
    margin-right: 13px;
    vertical-align: baseline;
    border-radius: 10px;
}
.slidecontent strong {
    font-weight: 400;
	    font-family: 'Zoho_Puvi_Regular';
}
.slidecontent p {
    font-size: 1em;
    margin: 30px 0px;
}

.slidecontent h4 {
    font-size: 1.1em;
    font-weight: 600;
    padding-bottom: 15px;
}

#sec-six {
    background: #284091;
    text-align: center;
    margin: auto;
    color: #fff;
}

#sec-six h3,
#sec-six h4 {
    color: #fff;
}

#sec-six h4 {
        font-weight: 700;
    padding-bottom: 40px;
    padding-top: 40px;
}

#sec-six p {
    width: 80%;
    padding: 10px 0px;
    margin: 15px auto;
	    font-size: 1em;
}
#sec-six p a{
	color: #fff;
	text-decoration: underline;
}
footer {
    background:#222;
    text-align: center;
    color: #fff;
    padding:15px;
}

footer .zoho-division {
    display: none;
}
footer .zoho-division + p{
	font-size:1em;
}
footer a {
    color: #fff;
}
footer a:hover{
	text-decoration:underline;
} 
/*------------- 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: #283f91;
    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: #fff;
    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%;
	    font-size: 1em;
}
.privacy-policy a
{
	color: #fff;
	text-decoration: underline;
}
#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(/sites/meweb/images/kr/common-pages/iso_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: 1em;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #ffcd00;
    background: #ffcd00;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    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: #fff;
}

.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(/sites/meweb/images/kr/common-pages/iso_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: absolute;
    line-height: normal;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
}

.popup-close {
        text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
}
.popup-close img {
	max-width: 100%;
}
span.tick-icon {
    display: block;
    width: 90px;
    padding: 22px;
    background: #003795;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: -50px;
    box-sizing: border-box;
}
span.tick-icon img {
    vertical-align: middle;
    max-width: 100%;
	box-sizing: border-box;
}
.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 ---------------------------*/
.iso-graph {
    color: #fff;
    margin-left: -8px;
    margin-right: -8px;
}
.iso-sec-1
{
	    width: 12%;
    float: left;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    height: 560px;
    border: 1px dotted #88a5ff;
    border-radius: 8px;
    text-align: center;
}
.left-inbox {
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
}
.left-inbox h5 {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 15px;
}
.left-inbox p {
    line-height: 1.2;
    font-size: 14px;
    margin-top: 8px;
	margin-bottom: 0;
}
.iso-sec-2
{
	width: 12%;
	float: left;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
	    height: 560px;
}
p.ar-text1 {
    position: absolute;
    top: 30%;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
}
p.ar-text2 {
    position: absolute;
    top: 70%;
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
}
p.ar-text1:after {
    content: "";
    display: block;
    background: url(/sites/meweb/images/kr/common-pages/iso_images/iso-blue-arrow.svg);
    background-size: 100%;
    width: 104px;
    height: 15px;
    margin-top: 10px;
	 transform: scaleX(-1);
	    -webkit-transform: scaleX(-1);
}
p.ar-text2:after {
    content: "";
    display: block;
    background: url(/sites/meweb/images/kr/common-pages/iso_images/iso-blue-arrow.svg);
    background-size: 100%;
    width: 104px;
    height: 15px;
    margin-top: 10px;
}
.iso-sec-3
{
	width: 76%;
	float: left;
	position: relative;
	padding-left: 8px;
	padding-right: 8px;
}
.iso-outbox {
        padding: 20px;
    border-radius: 10px;
    border: 1px dotted #88a5ff;
    text-align: center;
}
.iso-outbox h2 {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color:#fff;
}
.iso-outbox .cols-3 p {
    min-height: 56px;
    display: block;
    padding: 10px 5px;
    line-height: 1.3;
    font-size: 12px;
    border: 1px solid #5898ff;
    border-radius: 8px;
	position: relative;
	    margin: 0;
}
.iso-outbox .cols-3 p span {
    position: absolute;
    width: 80%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.iso-inbox {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #a5bbff;
    border-radius: 8px;
    padding: 15px 45px;
}
.iso-inbox h3 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 15px;
    color:#fff;
}
h4.boxed-iso {
        font-size: 15px;
    padding: 14px 10px;
    border: 1px solid #4B79F8;
    border-radius: 6px;
    margin-bottom: 20px;
    color:#fff;
}
.iso-inbox .cols-4 a {
    display: block;
    color: #fff;
    padding: 11px 10px;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #1c64ea, #2424c4);
    border-radius: 6px;
    line-height: 1.2;
    font-size: 13px;
    min-height: 54px;
    margin: 10px 0;
    box-shadow: 0 0 10px #0000003d;
	position: relative;
}
.iso-inbox .cols-4 a:hover {
    background: #2424c4;
}
.iso-ft-box p {
    margin: 0;
    border: 1px solid #2979F8;
    border-radius: 4px;
    padding: 14px;
	    font-size: 16px;
	position: relative;
}
.iso-ft-box a {
        margin: 0;
    display: block;
    background: linear-gradient(to bottom, #1c64ea, #2424c4);
    border-radius: 4px;
    padding: 14px;
    color: #fff;
    line-height: 1.7;
    font-size: 16px;
	    position: relative;
}
.iso-ft-box a:hover {
    background: #2424c4;
}
.iso-inbox .cols-4 a span
{
	    display: block;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 15px;
	text-align: left;
}
.iso-inbox .cols-4 a:after, .iso-ft-box a:after {
    content: "";
    width: 18px;
    height: 13px;
    background: url("/sites/meweb/images/kr/common-pages/iso_images/iso-arrow.svg") no-repeat;
	background-size: 100%;
    display: block;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 10px;
}
.iso-ft-box a:before, .iso-ft-box p:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 17px;
    background: #fff;
    vertical-align: middle;
    position: relative;
    right: 8px;
    bottom: 2px;
    border-radius: 10px;
}
@media only screen and (max-width: 1025px)
{
	.iso-sec-1, .iso-sec-2, .iso-sec-3
	{
		width: 100%;
		height: auto;
	}
	.left-inbox {
    transform: none;
    top: 0;
    padding: 20px;
}
	p.ar-text1, p.ar-text2 {
    position: static;
    width: 49%;
    display: inline-block;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 25px;
}
	p.ar-text1:after {
    transform: rotate(90deg) scale(0.5);
    margin: 22px auto 0 auto;
}
	p.ar-text2:after {
    transform: rotate(-90deg) scale(0.5);
    margin: 22px auto 0 auto;
}
	.iso-ft-box a:after
	{
		display: none;
	}
	.iso-outbox .cols-3
	{
		margin-bottom: 10px; 
	}
	.iso-ft-box a
	{
		margin-bottom: 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.down-guide {
    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.down-guide:before {
    background: url("/sites/meweb/images/kr/common-pages/iso_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("/sites/meweb/images/kr/common-pages/iso_images/phone.svg") #fff no-repeat;
    background-position: center;
    background-size: 25px;
    color: #000;
    border-bottom-left-radius: 25px;
	    box-shadow: -2px 0px 10px rgb(0 0 0 / 34%);
}

#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;
}

p.callback-text {
    margin: 0 0 13px 0;
    color: #fff;
    font-size: 0.9em;
    position: relative;
    bottom: 7px;
	left: 13px;
}
.sec-seven p {
    font-size: 1em;
}
section.sec-seven {
    padding: 50px 0;
}
img.role-img {
    max-width: 100%;
}
#sec-three {
    padding: 120px 0;
}
img.role-img {
    width: 70%;
    display: block;
    margin: 0 auto;
}
/* menu */
#topbar-menu-icon
{
	display: none;
}
/*------------------- 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: 1400px) {
	#sec-three h2.sec-title {
    padding-top: 50px;
}
    .container {
        width: 1000px;
    }
    .col-3.di {
        width: 22.6%;
    }
.col-4.di
	{
		    width: 26%;
	}
    .col-6.di {
        width: 43%;
    }
	.osms .oper-plan p
	{
		    width: 48%;
		margin-top: -32px;
	}
	#fixedbtn.act
	{
		    transform: translateX(135px);
    -webkit-transform: translateX(135px);
    -moz-transform: translateX(135px);
	}
	.cols-5 {
    width: 46%;
}
	.banner-stripe h3
	{
		    font-size: 20px;
    padding: 19px 15px;
	}
}

@media only screen and (max-width: 1100px) {
    .container {
        width: 85%;
    }

   

    .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;
    }
	
}

@media only screen and (max-width: 845px) {

    .left-arrow,
    .right-arrow {
        top: 130px;
    }

    .col-3.di {
            width: 47%;
    margin: 5px!important;
    }

    .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;
	}
	#Home > .container
	{
		padding: 0;
	}
	#Home h1 {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 50px;
}
	.banner-stripe h3 br {
    display: none;
}
	#fixedbtn.act {
    transform: translateX(135px);
    -webkit-transform: translateX(135px);
    -moz-transform: translateX(135px);
}
	.col-4.di {
    width: 25%;
}
	.banner-stripe .cols-5
	{
		width: 100%;
	}
}

@media only screen and (max-width: 670px) {
	#Home h1
	{
		    font-size: 2em;
	}
	.banner-img {
    width: 48%;
}
	.banner-stripe a {
    margin-top: 10px;
}
	#Benifits-iso ul
	{
		width: 100%;
	}
	#Benifits-iso ul li {
    width: 100%;
    float: none;
}
	#Benifits-iso ul {
    margin-left: 0;
    margin-right: 0;
}
	img.role-img {
    display: block;
    margin: 15px auto 0 auto;
}
	.osms .oper-plan p {
    width: 100%;
    margin-top: 15px;
}
    .col-3.di {
        width: 93%;
    }

    .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%;
    }
	.popup {
    width: 94%;
    padding: 30px 10px;
}
	#sec-three h2.sec-title
	{
		padding: 0;
	}
	#topbar-menu-icon {
	display: block;	
    position: absolute;
    right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
        top: -32px;
    right: 20px;
}
	#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;
}
	.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);
}
	.nav-menu {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    box-shadow: 1px 5px 10px rgb(0 0 0 / 26%);
}
	.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;
}
}

@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;
    }
}