@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

html, body {
    width: 100%;
    height: 100%;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #2a2a2a !important;
    background-color: #f8f8f8;
}

/*-------------------------------------*/
/* fixed */
/*-------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Quicksand', sans-serif;*/

}

h1 {
    font-size: 28px;
    font-weight: 400;
}

h2 {
    font-size: 24px;
    font-weight: 400;
}

h3 {
    font-size: 20px;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

.over_f {
    overflow: hidden;
}
body.fix{
    overflow: hidden;
}
.burger-menu:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.6s;
    z-index: -1;
}
body.fix .burger-menu:after{
    content: "";
    opacity: 1;
    display: block;
    z-index: 10;
}

/*-------------------------------------*/
/* NAV */
/*-------------------------------------*/
.burger-menu .site-logo {
    position: absolute;
    width: 100%;
    top: 20px;
    left: 20px;
    transition: all 0.6s;
    /*text-align: center;*/

}

.box_right {
    position: absolute;
    right: 0;
}
.box_right.social {
    display: block;
}

.box_right .col_box {
    width: 200px;
    float: left;
}
.box_right .col_box .submit_btn {
    width: 100%;
    background-color: #3eb7fe;
    padding: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.6s;
    display: block;
}

.box_right .col_box .submit_btn:hover {
    color: #2a2a2a;
    background-color: #ffcc00;

}

.box_right .col_box ul {
    padding: 25px;
    text-align: center;
}

.box_right .col_box ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}

.box_right .col_box ul li a {
    color: #2a2a2a;
    font-size: 18px;
    transition: all 0.4s;
}
.box_right .col_box ul li a:hover {
    color: #3eb7fe;
}

.page-main-nav {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 0;
    height: 100%;
    transition: all 0.6s;
    background-color: transparent;
}

.nav-fixed {
    position: fixed !important;
    top: 0;
    bottom: initial !important;
    transition: all 0.6s;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}

.nav-fixed.page-main-nav .page-container-nav nav {
    transition: all 0.6s;
}

.page-main-nav .page-container-nav {
    width: 100%;
    margin: auto;
}

.page-main-nav .page-container-nav nav {
    float: right;
    margin-top: 0;
    transition: all 0.6s;
    margin-right: 16px;
}

.page-main-nav .page-container-nav li {
    list-style: none;
    margin: 0 5px;
    display: inline-block;
    padding: 0;
}

.page-main-nav .page-container-nav li a {
    position: relative;
    font-weight: 300;
    font-size: 30px;
    color: #2a2a2a;
    text-decoration: none;
    display: block;
    text-transform: uppercase;

}


.page-main-nav .page-container-nav li a:hover {
    color: #fff;
}

.page-main-nav .page-container-nav li a:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 92px;
    height: 36px;
    opacity: 0;
    transition: all .3s;
    display: block;
    z-index: -1;
}

.page-main-nav .page-container-nav nav ul li.nav-dropdown {
    position: relative;
    display: inline-block;

}

.page-main-nav .page-container-nav nav ul li ul.sub-menu {
    opacity: 0;
    position: absolute;
    background-color: #fff;
    color: #000;
    min-width: 180px;
    box-shadow: rgba(0, 0, 0, 0.10) 0 15px 20px 0;
    padding: 10px;
    margin-top: 35px;
    transition: all .6s;
    z-index: 0;

}

.page-main-nav .page-container-nav nav ul li.nav-dropdown:hover .sub-menu {
    opacity: 1;
    transition: all .6s;
    z-index: 1;

}

.page-main-nav .page-container-nav nav ul li.nav-dropdown .sub-menu li {
    padding: 5px 0 !important;
}

.page-main-nav .page-container-nav nav ul li.nav-dropdown .sub-menu li a {
    color: #000;
    font: 400 11px/0 'Roboto';
}

.page-main-nav .page-container-nav nav ul li.nav-dropdown .sub-menu li a:before {
    bottom: 20px;
    background: #000;
}

.page-main-nav .page-container-nav .sub-menu li a {
    display: initial !important;

}

nav ul li {
    animation-name: fadeInUp;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

nav ul li:nth-child(1) {
    animation-delay: 0.7s;
}

nav ul li:nth-child(2) {
    animation-delay: 0.8s;
}

nav ul li:nth-child(3) {
    animation-delay: 0.9s;
}

nav ul li:nth-child(4) {
    animation-delay: 1.0s;
}

nav ul li:nth-child(5) {
    animation-delay: 1.1s;
}

nav ul li:nth-child(6) {
    animation-delay: 1.2s;
}

nav ul li:nth-child(7) {
    animation-delay: 1.3s;
}

nav ul li:nth-child(8) {
    animation-delay: 1.4s;
}

nav ul li:nth-child(9) {
    animation-delay: 1.5s;
}

nav ul li:nth-child(10) {
    animation-delay: 1.6s;
}

nav ul li:nth-child(11) {
    animation-delay: 1.7s;
}

/*-------------------------------------*/
/* NAV BURGER MENU */
/*-------------------------------------*/
.page-wrapper .page-container {
    margin-top: 60px;
}

.page-main-nav {
    position: fixed;
    bottom: inherit;
    top: 0;
    z-index: 999;
}

.page-main-nav .page-container-nav nav {
    display: none;
}

.is-active .page-main-nav .page-container-nav li {
    padding: 0 0 20px 0;
}

.is-active .page-main-nav .page-container-nav nav ul li.nav-dropdow {
    padding: 0 0 20px 0;
}

.is-active .page-main-nav .page-container-nav nav ul li ul.sub-menu {
    opacity: 1;
    position: inherit;
    box-shadow: none;
    background-color: inherit;
    margin-top: 20px;
    margin-left: 20px;
    padding: 0;

}

.is-active .page-main-nav .page-container-nav nav ul li.nav-dropdown .sub-menu li a {
    color: #000;

}

.is-active .page-main-nav .page-container-nav li a {
    margin-bottom: inherit;
    transition: all 0.6s;
    cursor: pointer;
}

.is-active .page-main-nav .page-container-nav li a:hover {
    color: #3eb7fe;
}

.is-active {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    z-index: 999;
}

.is-active .page-main-nav {
    position: fixed;
    width: 50%;
    background-color: #fff;

}

.is-active .box_menu {
    position: absolute;
    height: 300px;
    top: 0;
    right: 25px;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: right;

}

.is-active nav {
    float: none !important;
    display: block !important;
}

.is-active nav li {
    display: block !important;

}

.is-active nav li .active_m {
    color: #3eb7fe !important;

}

.page-main-nav .page-container-nav li a {
    color: #000;
    position: relative;
    z-index: 2;
}

.page-main-nav .page-container-nav li a:hover {
    color: #fff;
}

/*-------------------------------------*/
/* NAV BURGER MENU */
/*-------------------------------------*/
.burger-menu {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: inline-block;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    border: 0;
    margin: 0;
    overflow: visible;
    float: right;
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}

.burger-menu-box {
    position: fixed;
    width: 120px;
    height: 24px;
    left: 30px;
    top: 30px;
    cursor: pointer;
    display: inline-block;
}

.burger-menu-box:before {
    position: absolute;
    top: -23px;
    right: 0;
    content: "";
    width: 1px;
    height: 70px;
    background-color: #eaeaea;
    display: block;
    transition: all 0.6s;
}

.is-active .burger-menu-box:before {
    opacity: 0;

}

.burger-menu-box .menu_text:before {
    position: absolute;
    content: "Menu";
    top: 0;
    left: 35px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #2a2a2a;
    display: block;
    transition: all 0.6s;

}

.burger-menu-box:hover .menu_text:before,
.is-active .burger-menu-box:hover .menu_text:before {
    color: #3eb7fe;
}

.nav-fixed .burger-menu-box .menu_text:before {
    color: #2a2a2a;
}

.is-active .nav-fixed .burger-menu-box .menu_text:before,
.is-active .burger-menu-box .menu_text:before {
    content: "Close";
    color: #000 !important;
}

.burger-menu-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.is-active .burger-menu-inner,
.is-active .burger-menu-inner::before,
.is-active .burger-menu-inner::after {
    background-color: #000;

}

.burger-menu-inner, .burger-menu-inner::before, .burger-menu-inner::after {
    width: 25px;
    height: 2px;
    background-color: #2a2a2a;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

/*.nav-fixed .burger-menu-inner {*/
    /*background-color: #2a2a2a;*/
/*}*/

/*.nav-fixed .burger-menu-inner::before {*/
    /*background-color: #2a2a2a;*/
/*}*/

/*.nav-fixed .burger-menu-inner::after {*/
    /*background-color: #2a2a2a;*/
/*}*/

/*.is-active .nav-fixed .burger-menu-inner,*/
/*.is-active .nav-fixed .burger-menu-inner::before,*/
/*.is-active .nav-fixed .burger-menu-inner::after {*/
    /*background-color: #2a2a2a !important;;*/
/*}*/

.burger-menu-inner::before, .burger-menu-inner::after {
    content: "";
    display: block;
}

.burger-menu-inner::before {
    top: -5px;
    width: 25px;
    right: 0;
    transition: all 0.6s;
}

.burger-menu-inner::after {
    bottom: -5px;
    width: 25px;
    transition: all 0.6s;
}

/*-------------------------------------*/
/* NAV BURGER SPIN */
/*-------------------------------------*/
.burger-spin .burger-menu-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.6s;
}

.burger-spin .burger-menu-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.burger-spin .burger-menu-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.burger-spin.is-active .burger-menu-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.burger-spin.is-active .burger-menu-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.burger-spin.is-active .burger-menu-inner::after {
    width: 25px;
    transition: all 0.6s;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*-------------------------------------*/
/* PAGE SLIDER */
/*-------------------------------------*/

.section-slider {
    position: relative;
    z-index: 1;
}

.section-slider .backdrop-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    z-index: 2;
    top: 0;
}

.section-slider .text-title-cont {
    position: absolute;
    width: 60%;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
    /*overflow: hidden;*/
    text-align: center;
}

.section-slider .box_content {
    position: absolute;
    width: 100%;
    bottom: 70px;
    z-index: 99;
}

.section-slider .box_content .box_l {
    position: absolute;
    left: 40px;
}

.section-slider .box_content .box_r {
    position: absolute;
    right: 40px;
}

.section-slider .box_content .site_btn {
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all 0.6s;
}

.section-slider .box_content .site_btn:hover {
    color: #000;
    background-color: #ffcc00;
}

.section-slider .box_content .site_date {
    font-weight: 500;
    color: #fff;
}

.section-slider .box_content .site_date span {
    font-weight: 300 !important;
}

.text-title ul li {
    animation-name: fadeInUp;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease;
    list-style: none;
}

.text-title ul li:nth-child(1) {
    animation-delay: 0.6s;
}

.text-title ul li:nth-child(2) {
    animation-delay: 0.8s;
}

.text-title ul li:nth-child(3) {
    animation-delay: 0.9s;
}
.section-slider .text-title a:hover{
    text-decoration: none;
}
.section-slider .text-title h1 {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 20px;
    line-height: 1;

}

.section-slider .text-title p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 0.08em;

}

.section-slider .mouse-cont {
    position: absolute;
    width: 150px;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 98;
    margin: auto;
    text-align: center;
}

.section-slider .mouse-cont a {
    text-decoration: none;
}

.section-slider .mouse-cont span {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.2em;
}

.section-slider .mouse-scroll,
.section-slider .mouse-scroll:before {
    left: 0;
    right: 0;
    margin: auto;
}

.section-slider .mouse-scroll {
    width: 25px;
    height: 45px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    margin: auto;
    margin-bottom: 10px;

}

.section-slider .mouse-scroll:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 8px;
    top: 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: mouse-scroll;
    animation-name: mouse-scroll;
}

/*-------------------------------------*/
/* PAGE WRAPPER */
/*-------------------------------------*/

.page_warpper {
    width: 100%;
    margin: auto;
}

.page_warpper .page_container {
    position: relative;
    width: 100%;
    padding: 0 70px;
    margin: auto;
    display: grid;
}

.page_warpper .page_container .page_row {
    padding: 50px 0 0;
    text-align: center;
}

.page_warpper .page_container .page_row .col_33 {
    width: 33%;
    display: inline-block;
    /*float: left;*/
}
/*.page_warpper .page_container .page_row .col_33.col_collectable {*/
    /*display: none;*/
/*}*/

.page_warpper .page_container .page_row .text_info,
.page_warpper .page_container .page_row .text_primary {
    text-transform: uppercase;
    line-height: 50px;
}

.page_warpper .page_container .page_row .text_info {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
}
.page_warpper .page_container .page_row .box_btn{
    width: 100%;
    padding: 30px 0 0;
    display: inline-block;
}
.page_warpper .page_container .page_row .btn {
    padding: 5px 15px;
    text-align: center;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.6s;
    display: inline-block;
}
.page_warpper .page_container .page_row .btn.primary{
    color: #fff;
    background-color: #3eb7fe;
}

.page_warpper .page_container .page_row .btn.primary:hover {
    color: #2a2a2a;
    background-color: #ffcc00;
}

.page_warpper .page_container .page_row .btn.default{
    color: #2a2a2a;
    border: 1px solid #ececec;
}

.page_warpper .page_container .page_row .btn.default:hover {
    color: #fff;
    background-color: #3eb7fe;
    border: 1px solid #fff;
}

.box_totop{
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #3eb7fe;
    padding: 7px;
    border-radius: 100%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    z-index: 3;
    display: none;

}
.box_totop:hover{
    background-color: #ffcc00;
}
.box_totop span{
    color: #fff;
    font-size: 24px;
}
.box_totop span:hover{
    color: #fff;
}


/*-------------------------------------*/
/* BASE BOX */
/*-------------------------------------*/
.base_box {
    position: relative;
    margin: 24px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;

}

.base_box .box_thumbnail {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/*.base_box .box_thumbnail:before {*/
    /*position: absolute;*/
    /*content: "";*/
    /*left: -100%;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: #fff;*/
    /*transition: all 1s;*/
    /*display: block;*/
    /*z-index: 2;*/
/*}*/

/*.base_box:hover .box_thumbnail:before {*/
    /*left: 100%;*/

/*}*/

.base_box .box_thumbnail:after {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all 1s;
    display: block;
    opacity: 0;
    z-index: 1;
}

.base_box:hover .box_thumbnail:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    z-index: 1;
}

.base_box .box_link label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.6s;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.base_box:hover .box_link label {
    opacity: 1;
    transition-delay: 0.1s;
}
.base_box .box_thumbnail .box_link i{
    font-size: 18px;
    color: #fff;
}
.base_box .box_thumbnail .box_link .arrow {
    background: url("../images/icon/forward-arrow.png") no-repeat;
    width: 20px;
    height: 17px;
    display: block;
}

.base_box .box_thumbnail .item_img {
    width: 100%;
    transform: scale(1);
    transition: all 1s;
}

.base_box:hover .box_thumbnail .item_img {
    transform: scale(1.05);
}

.base_box .box_detail {
    width: 100%;
    padding: 20px;
    display: table;
}

.base_box .box_detail a {
    text-decoration: none;
}

.base_box .box_detail .title {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    transition: all 0.6s;
}

.base_box .box_detail .title:hover {
    color: #3eb7fe;
}

.base_box .box_detail .status,
.base_box .box_detail .date {
    font-size: 14px;
    color: #949494;
    display: block;
}

.base_box .box_detail .status {
    float: left;
}

.base_box .box_detail .date {
    float: right;
}

/*-------------------------------------*/
/* PAGE GET STARTED */
/*-------------------------------------*/
.page_warpper.page_getStarted {
    position: relative;
    background-color: #2e2e30;
    height: 700px;
    margin: 70px 0 0;
}

.page_warpper.page_getStarted .page_container .page_row .text_info,
.page_warpper.page_getStarted .page_container .page_row .text_primary {
    color: #fff;
}

.page_warpper.page_getStarted .getStarted_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.page_warpper.page_getStarted .page_container .page_row .btn.primary{
    margin-top: 20px;
}
/*-------------------------------------*/
/* PAGE OUR CLIENTS */
/*-------------------------------------*/
.page_warpper.page_ourClients.margT{
    margin-top: 70px;
}
.page_warpper.page_ourClients {
    position: relative;
    background-color: #f8f8f8;
}

.page_warpper.page_ourClients .page_container .page_row .clientSlider {
    width: 900px;
    margin: auto;
    padding: 70px 0;
}

.page_warpper.page_ourClients .page_container .page_row .clientSlider .item_img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.6s;
    height: 100px;
}
.page_warpper.page_ourClients .page_container .page_row .clientSlider li:hover .item_img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*-------------------------------------*/
/* PAGE CONTENT CHILD */
/*-------------------------------------*/

.base_pagination{
    margin: 70px 0 0;
}
.ul_pagination{
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.ul_pagination li{
    font-size: 14px;
    padding:0;
    margin: 0;
    display: inline-block;
    list-style: none;
    line-height: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    transition: all 0.6s;
}
.ul_pagination li:hover{
    background: #3eb7fe;
}
.ul_pagination li:hover a{
    color: #fff;
}
.ul_pagination li a,
.ul_pagination li.total_page label,
.ul_pagination li.li_disabled label {
    color: #444;
    padding: 10px 20px;
    display: block;
}
.ul_pagination li a:hover,
.ul_pagination li a:focus{
    text-decoration: none;
}
.ul_pagination li.li_active{
    background: #3eb7fe;
}
.ul_pagination li.li_active a{
    color: #fff;
}
.ul_pagination li.total_page,
.ul_pagination li.li_disabled{
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none;
}
.ul_pagination li.total_page:hover,
.ul_pagination li.li_disabled:hover{
    background: transparent;
}

/*-------------------------------------*/
/* PAGE NAV FOOTER */
/*-------------------------------------*/
.page_navFooter {
    width: 100%;
    margin: auto;
    /*border-bottom: 1px solid #ececec;*/
}

.page_navFooter .base_nav {
    width: 900px;
    padding: 35px 0;
    text-align: center;
    margin: auto;
}

.page_navFooter .base_nav ul {
    padding: 0;
    margin: 0;
}

.page_navFooter .base_nav ul li {
    position: relative;
    list-style: none;
    margin: 0 10px;
    display: inline-block;
    text-align: center;
}

.page_navFooter .base_nav ul li:first-child:before {
    display: none;
}

.page_navFooter .base_nav ul li:before {
    position: absolute;
    content: "";
    top: 3px;
    left: -13px;
    width: 1px;
    height: 13px;
    background-color: #2a2a2a;
    display: block;

}

.page_navFooter .base_nav ul li a {
    color: #2a2a2a;
    text-transform: uppercase;
    transition: all 0.6s;

}

.page_navFooter .base_nav ul li a:hover {
    color: #3eb7fe;
    text-decoration: none;

}

/*-------------------------------------*/
/* PAGE FOOTER */
/*-------------------------------------*/
.page_warpper.page_footer .page_container .page_row{
    padding: 70px 0;
    display: flex;

}

.page_warpper.page_footer .page_container .page_row .col_50{
    width: 50%;
    float: left;
}
.page_warpper.page_footer .page_container .page_row .footerBlock{
    width: 760px;
    margin: auto;
}
.page_warpper.page_footer .page_container .page_row .footerBlock .menuBlock{
    text-align: left;
    padding: 0 20px;
}
.page_warpper.page_footer .page_container .page_row .footerBlock .menuBlock h5{
    font-weight: 500;
}
.page_warpper.page_footer .page_container .page_row .footerBlock .menuBlock p{
    padding:20px 0;
}
.page_warpper.page_footer .page_container .page_row .footerBlock .menuBlock i{
    font-size: 16px;
    padding-right: 5px;
}
.page_warpper.page_footer .page_container .page_row .footerBlock .menuBlock a{
    color: #2a2a2a;
    transition: all 0.6s;
}
.page_warpper.page_footer .page_container .page_row .footerBlock .menuBlock a:hover{
    color: #3eb7fe;
    text-decoration: none;
}
.page_warpper.page_footer .page_container .page_row .footerBlock .menuBlock ul{
    padding: 20px 0;
    margin: 0;

}
.page_warpper.page_footer .page_container .page_row .footerBlock .menuBlock ul li{
    list-style: none;
    margin: 0;

}
/*-------------------------------------*/
/* PAGE COPY RIGHT */
/*-------------------------------------*/
.page_warpper.page_copyRight {
    width: 100%;
    margin: auto;
    background-color: #2e2e30;
}
.page_warpper.page_copyRight .page_container{
    display: block;
}

.page_warpper.page_copyRight .base_copyRight {
    padding: 35px 0;
    margin: auto;
}

.page_warpper.page_copyRight .base_copyRight .copy_right {
    color: #fff;
}

.page_warpper.page_copyRight .base_copyRight .copy_right,
.page_warpper.page_copyRight .base_copyRight .base_social {
    display: inline-block;
}

.page_warpper.page_copyRight .base_copyRight .base_social {
    float: right;
    display: none;

}

.page_warpper.page_copyRight .base_copyRight .base_social a {
    font-size: 18px;
    color: #fff;
    transition: all 0.6s;
    margin: 0 5px;
}

.page_warpper.page_copyRight .base_copyRight .base_social a:hover {
    color: #3eb7fe;
    text-decoration: none;
}

/*-------------------------------------*/
/* MODAL RESPONSIVE VERSION  */
/*-------------------------------------*/
body.on_hidden{
    overflow: hidden !important;
}
.responsive_version.open{
    display: block !important;
}
.responsive_version{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #2e2e30;
    z-index: 9;
    display: none;
}
.responsive_version .nav_responsive{
    position: relative;
    top: 0;
    width: 100%;
    background-color: #232323;
    z-index: 9;
}
.responsive_version .nav_responsive ul{
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
.responsive_version .nav_responsive ul li{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.responsive_version .nav_responsive .desktop,
.responsive_version .nav_responsive .tablet,
.responsive_version .nav_responsive .mobile{
    color: #fff;
    font-size: 24px;
}
.responsive_version .nav_responsive .desktop.active,
.responsive_version .nav_responsive .tablet.active,
.responsive_version .nav_responsive .mobile.active{
    color: #3eb7fe;
}
.responsive_version .col_resp{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 95vh;
    background-color: #fff;
    transition: width .3s ease-in-out 0s;
    margin: auto;
    overflow: hidden;
}
.responsive_version .close_icon{
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 70px;
    z-index: 10;
}
.responsive_version .close_icon:before{
    position: absolute;
    content: "";
    top: 15px;
    right: 10px;
    background-image: url("../images/icon/close_icon_white.png");
    width: 20px;
    height: 20px;
    transition: all 0.6s;
    transform: rotate(-90deg);
    display: block;
}
.responsive_version .close_icon:hover:before{
    transform: rotate(90deg);
}
.responsive_version .close_icon:after{
    position: absolute;
    content: "Close";
    top: 15px;
    right: 40px;
    color: #fff;
    font-size: 14px;
    display: block;
    transition: all 0.6s;
}

/*.responsive_version .close_icon:hover:after{*/
    /*color: #3eb7fe;*/
/*}*/



/*-------------------------------------*/
/* PAGE 404 ERROR PAGE */
/*-------------------------------------*/

.page_warpper .page_container .page_col {
    padding: 150px 0;
}

.page_warpper .page_container .page_col .page_box {
    text-align: center;
}

.page_warpper .page_container .page_col .page_box h1 {
    font-size: 200px;
    font-weight: 300;
    color: #000;
    text-shadow: 1px 0 #e5e5e5;
    display: contents;
}

.page_warpper .page_container .page_col .page_box h2 {
    text-align: center;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page_warpper .page_container .page_col .page_box h2:after {
    position: relative;
    content: "";
    width: 100px;
    height: 1px;
    top: 5px;
    background: #ccc;
    margin: auto;
    display: block;
}

.page_warpper .page_container .page_col .page_box a {
    color: #c8b993;
}

.animat{
    opacity: 0;
}
img.new_demo{
    position: absolute;
    top: -12px;
    left: -12px;
    height: 80px;
}