/************************************************ Default Css Start ************************************************/

* {
    font-family: 'Poppins', sans-serif;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


/************************************************ Default Css End ************************************************/

.gnb_website_col {
    float: left;
    display: table;
}

.gnb_website_col_10 {
    width: 10%;
}

.gnb_website_col_16 {
    width: 16.6666%;
}

.gnb_website_col_20 {
    width: 20%;
}

.gnb_website_col_25 {
    width: 25%;
}

.gnb_website_col_30 {
    width: 30%;
}

.gnb_website_col_33 {
    width: 33.3333%;
}

.gnb_website_col_40 {
    width: 40%;
}

.gnb_website_col_45 {
    width: 45%;
}

.gnb_website_col_50 {
    width: 50%;
}

.gnb_website_col_55 {
    width: 55%;
}

.gnb_website_col_60 {
    width: 60%;
}

.gnb_website_col_65 {
    width: 65%;
}

.gnb_website_col_70 {
    width: 70%;
}

.gnb_website_col_75 {
    width: 75%;
}

.gnb_website_col_80 {
    width: 80%;
}

.gnb_website_col_90 {
    width: 90%;
}

.gnb_website_col_90 {
    width: 90%;
}

.gnb_website_col_100 {
    width: 100%;
}

.bg_fff {
    background-color: #fff;
}

.bg_f0 {
    background-color: #f0f0f0;
}

.bg_f1 {
    background-color: #f1f1f1;
}

.bg_f2 {
    background-color: #f2f2f2;
}

.bg_f3 {
    background-color: #f3f3f3;
}

.bg_f4 {
    background-color: #f4f4f4;
}

.bg_f5 {
    background-color: #f5f5f5;
}

.bg_f6 {
    background-color: #f6f6f6;
}

.bg_f8 {
    background-color: #f8f8f8;
}

.bg_f9 {
    background-color: #f9f9f9;
}

.bg_fa {
    background-color: #fafafa;
}

header {
    padding: 20px 0;
    width: 100%;
    z-index: 999;
    transition: 0.5s;
    position: fixed;
}

header.fixed-header {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 13px 7px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
    padding: 10px 0;
}

.gnb_default_container {
    max-width: calc(100% - 500px);
    width: 100%;
    display: table;
    margin: 0 auto;
}

.gnb_header_container {
    display: flex;
    align-items: center;
}

.gnb_website_logo_div {
    max-width: 260px;
    width: 100%;
    transition: 0.5s;
}

header.fixed-header .gnb_website_logo_div {
    transition: 0.5s;
}

.gnb_website_logo_div_remain {
    max-width: calc(100% - 260px);
    width: 100%;
    float: right;
}

header.fixed-header .gnb_website_logo_div_remain {
    transition: 0.5s;
    float: right;
}

a.gnb_website_logo {
    max-width: 220px;
    width: 100%;
    transition: 0.5s;
}

a.gnb_website_logo img {
    width: 100%;
    transition: 0.5s;
}
header.fixed-header .gnb_website_logo_div a.gnb_website_logo{
	width: 100%;
	max-width:120px;
    transition: 0.5s;
}
.gnb_website_logo_div_remain ul {
    float: right;
}

.gnb_website_logo_div_remain ul,
.gnb_website_logo_div_remain ul li {
    padding-left: 0;
    list-style: none;
}

.gnb_website_logo_div_remain ul li {
    display: table;
    float: left;
    margin-left: 30px;
}

.gnb_website_logo_div_remain ul li a {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #101010;
}

.main_box_padding {
    padding: 120px 0;
}

.banner_content {
    height: 100vh;
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
    float: left;
}

.banner_content h2 {
    font-size: 5vw;
    line-height: 5.2vw;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1d2027;
    letter-spacing: 10px;
}

.banner_content p {
    max-width: calc(100% - 120px);
    line-height: 38px;
    font-size: 16.5px;
    color: #1d2027;
    letter-spacing: 1px;
}

.banner_img {
    width: 50vw;
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    float: right;
    height: 100vh;
    position: absolute;
    right: 0;
}

.gnb_website_btn {
    background: linear-gradient(90deg, #295791 0%, #2b316d 100%);
    display: inline-block;
    font-weight: 500;
    border-radius: 2px;
    color: #fff;
    padding: 12px 30px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.inner_box h3 {
    font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.inner_box p {
    max-width: calc(100% - 100px);
    line-height: 36px;
    font-size: 16px;
    color: #1d2027;
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

@media screen and (min-width: 66.25em) {

    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #4097f9, #0af0c7);
    padding: 4em 0 9em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.5em;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.25em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
    position:relative;
    top:-70px;
}

.pricing-palden .pricing-feature {
    padding: 1em 0;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(135deg, #4098ca, #28609a);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background: linear-gradient(135deg, #4098e6, #8538ea);
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}

.gradient-border {
    --borderWidth: 3px;
    background: #1D1F20;
    position: relative;
    border-radius: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color: #FFF;
    z-index: 9;
    max-width: 280px;
}

.gradient-border .feature-box {
    background-color: #fff;
    padding: 5px;
}

.gradient-border::after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: var(--borderWidth);
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/* img-hover-wraps */

.img-hover-wrap {
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -moz-transform-style: flat !important;
    -webkit-backface-visibility: hidden;
}

.img-hover-wrap:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    z-index: 2;
}

.img-hover-card>a::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.img-hover-card>.data-lightbox::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.img-hover-wrap:hover .img-hover-card>.data-lightbox::after {
    background-color: rgba(0, 0, 0, 0.6);
}
.img-hover-wrap:hover .img-hover-card>a::after {
    background-color: rgba(0, 0, 0, 0.6);
}

.img-hover-card {
    position: relative;
    display: block;
    will-change: transform;
    transition: all .3s ease;
    box-shadow: 0 10px 40px transparent;
}

.img-hover-card a {
    width: 100%;
    max-width: 100%;
    display: block;
    z-index: 99;
}
.data-lightbox{
	width: 100%;
    max-width: 100%;
    display: block;
    z-index: 99;
}
.img-hover-card.hover-in {
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.img-hover-card.hover-3d {
    z-index: 2;
}

.img-hover-card.hover-out {
    transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
    transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

.img-hover-wrap:hover .img-hover-card {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.img-hover-wrap .img-hover-detail {
    position: absolute;
    top: auto;
    left: 40px;
    bottom: 40px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1) translateY(40px) translateZ(50px);
    -ms-transform: scale(1) translateY(30px) translateZ(50px);
    -o-transform: scale(1) translateY(30px) translateZ(50px);
    transform: scale(1) translateY(30px) translateZ(50px);
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
}

.img-hover-wrap:hover .img-hover-detail {
    opacity: 1;
    -webkit-transform: scale(1.06) translateY(-5px) translateZ(50px);
    -ms-transform: scale(1.06) translateY(-5px) translateZ(50px);
    -o-transform: scale(1.06) translateY(-5px) translateZ(50px);
    transform: scale(1.06) translateY(-5px) translateZ(50px);
}

.img-hover-wrap .img-hover-title {
    margin: 0 0 6px 0;
    font-size: 17px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 9;
    color:#fff;
}
.img-link i{
	color:#fff;
}
.img-hover-wrap .img-link {
    opacity: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 11px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.img-hover-wrap:hover .img-link {
    opacity: 1;
}

.img-hover-detail a {
    color: #FFF;
}
@media(max-width:2000px){
	.gnb_default_container {
    max-width: calc(100% - 200px);
}
}
@media(max-width:1400px){
	.gnb_default_container {
    max-width: calc(100% - 100px);
}
}