@import url("font-awesome_icon-font.css");
 @import url("../fonts/geometria/stylesheet.css");
 @import url("et-line_icon-font.css");
@import url("./plugins/owl.carousel.css");
@import url("./plugins/magnific-popup.css");
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,400italic,500,500italic,700,700italic,300italic);*/

/*------------------------------------------------------------------*/
/* General Style */
/*------------------------------------------------------------------*/
html {
    font-size: 12px;
}
body {
    color: #626262;
    font-family: "Geometria", "Open Sans", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
#page-wraper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.page-main #page-wraper {
    overflow: hidden;
    height: 100vh
}

@media(max-width: 1024px) {
body, html {
    height: 100%
}
.page-main #page-wraper {
    max-height: 100vh;
    height: 100%;
}
#intro .feedback {
    bottom: 15px;
}
}
.black-bg {
    background-color: #222;
}
.gray-bg {
    background-color: #f6f6f6;
}
.white-bg {
    background-color: #FFF;
}
.color-bg {
    background-color: #17a697;
}
.yellow-bg {
    background-color: #f4efb7;
}
.bg-cover-section, .small-bg-cover-section {
    background-size: cover;
    background-position: top center;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg p.small, .dark-bg p.large, .dark-bg p.lead, .dark-bg p.lead-lg, .dark-bg .page-icon, .dark-bg .page-icon-sm, .dark-bg ul, .dark-bg ol, .dark-bg li, .dark-bg .alt-icon-top, .dark-bg .alt-icon-left, .dark-bg .alt-icon-right, .dark-bg .counter-icon, .dark-bg .skill-bar-percent {
    color: #fff;
}
.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;/*background-attachment: fixed;*/
}
.bg-fixed {
    background-attachment: fixed;
}
#intro .bg-image, #intro.bg-image, #inner-intro .bg-image, #inner-intro.bg-image {
    background-attachment: fixed;
}
.slide-bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.overlay-dark, .overlay-dark20, .overlay-dark30, .overlay-dark40, .overlay-dark60, .overlay-dark80, .overlay-dark90, .overlay-light, .overlay-light80 {
    position: relative;
    z-index: 1;
}
.overlay-dark:before, .overlay-dark20:before, .overlay-dark30:before, .overlay-dark40:before, .overlay-dark60:before, .overlay-dark80:before, .overlay-dark90:before, .overlay-light:before, .overlay-light80:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
.overlay-dark:before {
    background-color: rgba(34,34,34,0.85);
}
.overlay-dark20:before {
    background-color: rgba(34,34,34,0.2);
}
.overlay-dark30:before {
    background-color: rgba(34,34,34,0.3);
}
.overlay-dark40:before {
    background-color: rgba(34,34,34,0.4);
}
.overlay-dark60:before {
    background-color: rgba(34,34,34,0.6);
}
.overlay-dark80:before {
    background-color: rgba(34,34,34,0.8);
}
.overlay-dark90:before {
    background-color: rgba(34,34,34,0.9);
}
.overlay-light:before {
    background-color: rgba(255,255,255,0.4);
}
.overlay-light80:before {
    background-color: rgba(255,255,255,0.8);
}
.page-triangle {
/*margin-bottom: 20px;*/
}
.page-triangle::before {
    background-color: inherit;
    top: -100px;
}
.page-triangle::before {
    content: "";
    height: 100px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    width: 100px;
    z-index: 39;
}
.page-icon {
    color: #333;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 15px;
    width: 100%;
}
.page-icon-sm {
    color: #333;
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
}
.play-icon-lg, .play-icon-md {
    border: 4px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    background-color: #fff;
    text-align: center;
}
.pos-section {
    position: relative;
    overflow: hidden;
}
.play-icon-lg {
    font-size: 36px;
    height: 95px;
    line-height: 89px;
    margin: auto;
    width: 95px;
}
.play-icon-md {
    font-size: 24px;
    height: 45px;
    line-height: 36px;
    margin: auto;
    width: 45px;
}
.play-icon-lg i, .play-icon-md i {
    margin-left: 8px;
}
img {
    border: 0px none;
    outline: 0px none;
}
a {
    color: #222;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    opacity: 0.6;
}
i.left, .i-left {
    margin-right: 6px;
}
i.right, .i-right {
    margin-left: 6px;
}
hr {
    border-top: 1px solid #eee !important;
    margin-bottom: 0;
    margin-top: 0;
    color: transparent;
}
.video {
    max-width: 100%;
    height: auto;
}
.rows {
    margin-left: -15px;
    margin-right: -15px;
}
embed, object {
    max-width: 100%;
}
/*------------------------------------------------------------------*/
/* Typography Style */
/*------------------------------------------------------------------*/

/* Heading */
h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 400;
    margin-top: 0px;
    line-height: 1.4;
    margin-bottom: 20px;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, h6 .white {
    color: #fff;
}
h1.color, h2.color, h3.color, h4.color, h5.color, h6.color, h6 .color {
    color: #17a697;
}
/* Alternate Hadding */
.alt-title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
h1.alt-title {
    font-size: 22px;
    margin-bottom: 25px;
}
h2.alt-title {
    font-size: 20px;
}
h3.alt-title {
    font-size: 18px;
}
h4.alt-title {
    font-size: 16px;
}
h5.alt-title {
    font-size: 14px;
}
h6.alt-title {
    font-size: 12px;
}
/*Site Title*/

.page-title {
    margin-bottom: 60px;
}
.page-title2 {
    margin-bottom: 30px;
}
.content-title {
    margin-bottom: 25px;
}
.features-title {
    margin-bottom: 15px;
}
/*Paragraph*/

.page-content {
    margin-bottom: 60px;
}
p {
    font-size: 1.2rem;
    color: #151515;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0px;
}
p.small {
    font-size: 12px;
}
p.large {
    font-size: 16px;
}
p.lead {
    font-size: 18px;
    font-weight: 300;
}
p.lead-lg {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}
p.white, p.small.white, p.large.white, p.lead.white, p .white, .white {
    color: #ffffff;
}
p.dark, p.small.dark, p.large.dark, p.lead.dark, p .dark, .dark {
    color: #626262;
}
p.color p.small.color, p.large.color, p.lead.color, p .color, .color {
    color: #17a697;
}
.yellow {
    color: #f4efb7;
}
/* Text weight */

.text-light {
    font-weight: 300;
}
.text-regular {
    font-weight: 400;
}
.text-medium {
    font-weight: 500;
}
.text-bold {
    font-weight: 600;
}
.text-bolder {
    font-weight: 700;
}
.text-italic {
    font-style: italic;
}
.max-width-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
/* listing */
ul.list-inside {
    padding-left: 0px;
    list-style: inside;
    margin-bottom: 25px;
    font-size: 16px;
}
ul.list-none {
    list-style: none;
    padding-left: 0px;
    margin: 0;
}
/*Links & Anchor Tag*/
.dark-bg a {
}
.dark-bg a:hover {
}
a {
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.link, .link-d {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 400;
    color: inherit;
    padding-bottom: 2px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.link {
    color: #222;
}
.Link:hover {
    color: #17a697;
}
.link-d {
    color: #fff;
}
.link-d:hover {
    color: #17a697;
}
/*------------------------------------------------------------------*/
/* Button Style */
/*------------------------------------------------------------------*/

.btn, button {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    outline: none;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
}
.btn i, button i, i.left {
    margin-right: 6px;
}
i.right {
    margin-left: 6px;
    margin-right: 0px !important;
}
.btn-sm {
    padding: 11px 30px !important;
    display: inline-block;
}
.btn-md {
    padding: 13px 25px !important;
    display: inline-block;
}
.btn-lg {
    padding: 15px 30px !important;
    display: inline-block;
}
.btn-xlg {
    padding: 17px 30px !important;
    display: inline-block;
}
.btn-black {
    background-color: #222;
    border-color: transparent;
    color: #fff;
}
.btn-black:hover {
    background-color: #17a697;
    border-color: transparent;
    color: #fff;
}
.btn-color {
    background-color: #17a697;
    border-color: transparent;
    color: #fff;
}
.btn-color:hover {
    background-color: #1db2a2;
    border-color: transparent;
    color: #fff;
}
.btn-white {
    background-color: rgba(255,255,255,1);
    border-color: transparent;
    color: #222;
}
.btn-white:hover {
    background-color: rgba(255,255,255,0.85);
    border-color: transparent;
    color: #222;
}
.btn-white-outline {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-white-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222;
}
.btn-black-outline {
    background-color: transparent;
    border-color: #222;
    color: #222;
}
.btn-black-outline:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}
.btn-color-outline {
    background-color: transparent;
    border-color: #17a697;
    color: #17a697;
}
.btn-color-outline:hover {
    background-color: #17a697;
    border-color: #17a697;
    color: #fff;
}
/*------------------------------------------------------------------*/
/* Form Style */
/*------------------------------------------------------------------*/
form {
    position: relative;
}
button {
    outline: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}
button, input, textarea, select {
    font-size: 12px;
}
input, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #000;
    outline: none;
    font-weight: 500;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
    display: inline-block;
    /*text-transform: uppercase;*/
    line-height: 1;
    vertical-align: middle;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.7);
    color: #333;
}
input.input-sm, .input-sm {
    padding-top: 11px;
    padding-bottom: 11px;
}
input.input-md, .input-md {
    padding-top: 13px;
    padding-bottom: 13px;
}
input.input-lg, .input-lg {
    padding-top: 15px;
    padding-bottom: 15px;
}
input.input-xlg, .input-xlg {
    padding-top: 17px;
    padding-bottom: 17px;
}
textarea {
    height: 90px;
    font-size: 13px !important;
}
label {
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
    padding-right: 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    font-family: 'Geometria', sans-serif;
}
.input-fancy {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.form-full {
    width: 100%;
}
.form-full-height {
    height: 100%;
}
.form-field-wrapper {
    margin-bottom: 20px;
    position: relative;
}
form .error {
    border-color: #e1534f;
}
form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}
.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}
.newsletter-input {
    max-width: 280px;
}
/*------------------------------------------------------------------*/
/* Spacer Style */
/*------------------------------------------------------------------*/
/*spacing*/
.spacer-15 {
    height: 15px;
    width: 100%;
}
.spacer-30 {
    height: 30px;
    width: 100%;
}
.spacer-45 {
    height: 45px;
    width: 100%;
}
.spacer-60 {
    height: 60px;
    width: 100%;
}
.spacer-75 {
    height: 75px;
    width: 100%;
}
.spacer-90 {
    height: 90px;
    width: 100%;
}
/*padding*/
.section-padding {
    padding-top: 120px;
    padding-bottom: 20px;
}
.section-padding-t {
    padding-top: 120px;
}
.section-padding-b {
    padding-bottom: 120px;
}
/*--*/
.p-90 {
    padding: 90px;
}
.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.plt-90 {
    padding-left: 90px;
    padding-right: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
/*--*/
.p-85 {
    padding: 85px;
}
.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.plt-85 {
    padding-left: 85px;
    padding-right: 85px;
}
.pt-85 {
    padding-top: 85px;
}
.pb-85 {
    padding-bottom: 85px;
}
/*--*/
.p-80 {
    padding: 80px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.plt-80 {
    padding-left: 80px;
    padding-right: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
/*--*/
.p-75 {
    padding: 75px;
}
.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.plt-75 {
    padding-left: 75px;
    padding-right: 75px;
}
.pt-75 {
    padding-top: 75px;
}
.pb-75 {
    padding-bottom: 75px;
}
/*--*/
.p-70 {
    padding: 70px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.plt-70 {
    padding-left: 70px;
    padding-right: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
/*--*/
.p-65 {
    padding: 65px;
}
.ptb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.plt-65 {
    padding-left: 65px;
    padding-right: 65px;
}
.pt-65 {
    padding-top: 65px;
}
.pb-65 {
    padding-bottom: 65px;
}
/*--*/
.p-60 {
    padding: 60px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.plt-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
/*--*/
.p-55 {
    padding: 55px;
}
.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.plt-55 {
    padding-left: 55px;
    padding-right: 55px;
}
.pt-55 {
    padding-top: 55px;
}
.pb-55 {
    padding-bottom: 55px;
}
/*--*/
.p-50 {
    padding: 50px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.plt-50 {
    padding-left: 50px;
    padding-right: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
/*--*/
.p-45 {
    padding: 45px;
}
.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.plt-45 {
    padding-left: 45px;
    padding-right: 45px;
}
.pt-45 {
    padding-top: 45px;
}
.pb-45 {
    padding-bottom: 45px;
}
/*--*/
.p-40 {
    padding: 40px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.plt-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
/*--*/
.p-35 {
    padding: 35px;
}
.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.plt-35 {
    padding-left: 35px;
    padding-right: 35px;
}
.pt-35 {
    padding-top: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
/*--*/
.p-30 {
    padding: 30px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.plt-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
/*--*/
.p-25 {
    padding: 25px;
}
.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.plt-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.pt-25 {
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
/*--*/
.p-20 {
    padding: 20px;
}
.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.plt-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
/*--*/
.p-15 {
    padding: 15px;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.plt-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
/*--*/
.p-10 {
    padding: 10px;
}
.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.plt-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
/*--*/
.p-5 {
    padding: 5px;
}
.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.plt-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.pt-5 {
    padding-top: 5px;
}
.pb-5 {
    padding-bottom: 5px;
}
/*margrin*/
.container-margin {
    margin-top: 120px;
    margin-bottom: 120px;
}
.container-margin-t {
    margin-top: 120px;
}
.container-margin-b {
    margin-bottom: 120px;
}
/*--*/
.m-90 {
    margin: 90px;
}
.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}
.mlt-90 {
    margin-left: 90px;
    margin-right: 90px;
}
.mt-90 {
    margin-top: 90px;
}
.mb-90 {
    margin-bottom: 90px;
}
/*--*/
.m-85 {
    margin: 85px;
}
.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}
.mlt-85 {
    margin-left: 85px;
    margin-right: 85px;
}
.mt-85 {
    margin-top: 85px;
}
.mb-85 {
    margin-bottom: 85px;
}
/*--*/
.m-80 {
    margin: 80px;
}
.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mlt-80 {
    margin-left: 80px;
    margin-right: 80px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-80 {
    margin-bottom: 80px;
}
/*--*/
.m-75 {
    margin: 75px;
}
.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}
.mlt-75 {
    margin-left: 75px;
    margin-right: 75px;
}
.mt-75 {
    margin-top: 75px;
}
.mb-75 {
    margin-bottom: 75px;
}
/*--*/
.m-70 {
    margin: 70px;
}
.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}
.mlt-70 {
    margin-left: 70px;
    margin-right: 70px;
}
.mt-70 {
    margin-top: 70px;
}
.mb-70 {
    margin-bottom: 70px;
}
/*--*/
.m-65 {
    margin: 65px;
}
.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}
.mlt-65 {
    margin-left: 65px;
    margin-right: 65px;
}
.mt-65 {
    margin-top: 65px;
}
.mb-65 {
    margin-bottom: 65px;
}
/*--*/
.m-60 {
    margin: 60px;
}
.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mlt-60 {
    margin-left: 60px;
    margin-right: 60px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px !important;
}
/*--*/
.m-55 {
    margin: 55px;
}
.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}
.mlt-55 {
    margin-left: 55px;
    margin-right: 55px;
}
.mt-55 {
    margin-top: 55px;
}
.mb-55 {
    margin-bottom: 55px;
}
/*--*/
.m-50 {
    margin: 50px;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mlt-50 {
    margin-left: 50px;
    margin-right: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 46px !important;
}
/*--*/
.m-45 {
    margin: 45px;
}
.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.mlt-45 {
    margin-left: 45px;
    margin-right: 45px;
}
.mt-45 {
    margin-top: 45px;
}
.mb-45 {
    margin-bottom: 45px;
}
/*--*/
.m-40 {
    margin: 40px;
}
.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mlt-40 {
    margin-left: 40px;
    margin-right: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
/*--*/
.m-35 {
    margin: 35px;
}
.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.mlt-35 {
    margin-left: 35px;
    margin-right: 35px;
}
.mt-35 {
    margin-top: 35px;
}
.mb-35 {
    margin-bottom: 35px;
}
/*--*/
.m-30 {
    margin: 30px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mlt-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
/*--*/
.m-25 {
    margin: 25px;
}
.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mlt-25 {
    margin-left: 25px;
    margin-right: 25px;
}
.mt-25 {
    margin-top: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
/*--*/
.m-20 {
    margin: 20px;
}
.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mlt-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
/*--*/
.m-15 {
    margin: 15px;
}
.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.mlt-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
/*--*/
.m-10 {
    margin: 10px;
}
.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mlt-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
/*--*/
.m-5 {
    margin: 5px;
}
.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.mlt-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-5 {
    margin-bottom: 5px;
}
/*--*/
.m-0 {
    margin: 0px;
}
.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.mlt-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.mt-0 {
    margin-top: 0px;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.opt-90 {
    opacity: 0.9;
}
.opt-80 {
    opacity: 0.8;
}
.opt-70 {
    opacity: 0.7;
}
.opt-60 {
    opacity: 0.6;
}
.opt-50 {
    opacity: 0.5;
}
.opt-40 {
    opacity: 0.4;
}
.opt-30 {
    opacity: 0.3;
}
.opt-20 {
    opacity: 0.2;
}
.opt-10 {
    opacity: 0.1;
}
.opt-0 {
    opacity: 0;
}

@media (max-width: 767px) {
/*extra small medium*/

    /*padding*/
.section-padding {
    padding-top: 70px;
    padding-bottom: 10px;
}
.section-padding-t {
    padding-top: 70px;
}
.section-padding-b {
    padding-bottom: 70px;
}
/*margrin*/
.container-margin {
    margin-top: 70px;
    margin-bottom: 70px;
}
.container-margin-t {
    margin-top: 70px;
}
.container-margin-b {
    margin-bottom: 70px;
}
.float-xs-left {
    float: left !important;
    text-align: left;
}
.float-xs-right {
    float: right !important;
    text-align: right;
}
.p-xs-0 {
    padding: 0px;
}
.ptb-xs-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.plt-xs-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.pt-xs-0 {
    padding-top: 0px;
}
.pb-xs-0 {
    padding-bottom: 0px;
}
.mtb-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mlt-xs-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.mt-xs-30 {
    margin-top: 30px;
}
.mb-xs-30 {
    margin-bottom: 30px;
}
/* 0 */
.mtb-xs-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.mlt-xs-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.mt-xs-0 {
    margin-top: 0px;
}
.mb-xs-0 {
    margin-bottom: 0px;
}
}

@media (max-width: 991px) {
.p-sm-0 {
    padding: 0px;
}
.ptb-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.plt-sm-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.pt-sm-0 {
    padding-top: 0px;
}
.pb-sm-0 {
    padding-bottom: 0px;
}
/* 45 */
.mtb-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.mlt-sm-45 {
    margin-left: 45px;
    margin-right: 45px;
}
.mt-sm-45 {
    margin-top: 45px;
}
.mb-sm-45 {
    margin-bottom: 45px;
}
/* 30 */
.mtb-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mlt-sm-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.mt-sm-30 {
    margin-top: 30px;
}
.mb-sm-30 {
    margin-bottom: 30px;
}
/* 0 */
.mtb-sm-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.mlt-sm-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.mt-sm-0 {
    margin-top: 0px;
}
.mb-sm-0 {
    margin-bottom: 0px;
}
}
/*==========================================================================================================*/
/* HEADER     ||---------------------------- */
/*==========================================================================================================*/

/*------------------------------------------------------------------*/
/* Header Style */
/*------------------------------------------------------------------*/
.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    /*height: 85px;*/
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.header.header-prepare, .header.header-light.header-prepare {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #f0f0f0;
}
.header.header-dark.header-prepare {
    background-color: rgba(34, 34, 34, 0.95);
    border-bottom: 0px none;
}
.page-iternal .header.header-fixed .header-inner {
    margin-top: 0px;
}
.page-iternal .header .header-inner {
    margin-top: 22px;
}
.page-iternal .header {
    height: 58px;
}
.header.header-fixed {
    display: block;
    margin-top: 0 !important;
    position: fixed;
    height: 58px;
}
.header-inner {
    padding-left: 85px;
    padding-right: 85px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
}
.header-fixed .logo a {
    margin-top: 15px;
    margin-bottom: 15px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.header-fixed .nav-menu ul.nav-menu-inner > li > a {
    padding-top: 24px;
    padding-bottom: 23px;
}
/*header Logo style*/
.header.header-prepare .logo a img.logo-light, .header .logo a img.logo-dark {
    opacity: 0;
}
.header .logo a img.logo-light, .header.header-prepare .logo a img.logo-dark, .header.header-light .logo a img.logo-dark {
    opacity: 1;
}
.header.header-dark.header-prepare .logo a img.logo-dark, .header.header-dark .logo a img.logo-dark {
    opacity: 0;
}
.header.header-dark.header-prepare .logo a img.logo-light, .header.header-dark .logo a img.logo-light {
    opacity: 1;
}
.header-fixed .overlay-menu-btn {
    margin-top: 20px !important;
}
.page-main .header {
    top: 30px;
}
.overlay-menu-inner .langchange a {
    opacity: 0.8;
}
.overlay-menu-inner .langchange a.disabled {
    opacity: 0.5;
}
.maplink a:hover {
    text-decoration: underline;
}
.maplink a:hover:after {
    content: " →";
}

@media all and (min-width: 1025px) {
/*header nav style*/
.header.header-prepare .nav-menu ul.nav-menu-inner > li > a {
    color: rgba(34,34,34,0.60);
}
.header.header-prepare .nav-menu ul.nav-menu-inner > li:hover > a,  .header.header-prepare .nav-menu ul.nav-menu-inner > li > a:hover {
    color: rgba(34,34,34,1);
}
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li > a {
    color: rgba(255,255,255,0.75);
}
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li:hover > a,  .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li > a:hover {
    color: rgba(255,255,255,1);
}
}

@media all and (max-width: 1024px) {
.header {
    height: 58px;
}
.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    display: table;
    width: 100%;
}
.header .logo a {
    /*margin-top: 15px;
        margin-bottom: 15px;*/
    width: 35px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
}
/*------------------------------------------------------------------*/
/* Logo Style */
/*------------------------------------------------------------------*/
.logo {
    float: right;
    text-align: left;
    display: inline-block;
}
.logo a {
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
}
.logo a img {
    width: 100%;
}
/*------------------------------------------------------------------*/
/* Navigation Menu Style */
/*------------------------------------------------------------------*/
.nav-menu {
    position: static;
    float: left;
    display: block;
}
.nav-menu.active {
    display: block;
}
.nav-menu ul.nav-menu-inner {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul.nav-menu-inner li {
    display: inline-block;
    list-style: none;
    text-align: left;
}
.nav-menu ul.nav-menu-inner > li > a {
    color: rgba(255,255,255,0.60);
}
.header-light .nav-menu ul.nav-menu-inner > li > a {
    color: rgba(34, 34, 34, 0.6);
}
.nav-menu ul.nav-menu-inner li a {
    font-family: inherit;
    display: block;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.nav-menu ul.nav-menu-inner > li > a {
    padding: 37px 15px;
}
.header .nav-menu ul.nav-menu-inner > li.active a, .header .nav-menu ul.nav-menu-inner > li a.active, .header .nav-menu ul.nav-menu-inner > li:hover > a, .header .nav-menu ul.nav-menu-inner > li > a:hover, .header.header-dark .nav-menu ul.nav-menu-inner > li.active a, .header.header-dark .nav-menu ul.nav-menu-inner > li a.active, .header.header-dark .nav-menu ul.nav-menu-inner > li:hover > a, .header.header-dark .nav-menu ul.nav-menu-inner > li > a:hover, .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner li a.current, .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner li.current a {
    color: #fff;
}
.header.header-light .nav-menu ul.nav-menu-inner > li:hover > a, .header.header-light .nav-menu ul.nav-menu-inner > li > a:hover, .header.header-prepare .nav-menu ul.nav-menu-inner li a.current, .header.header-prepare .nav-menu ul.nav-menu-inner li.current a {
    color: #222;
}
/* Mobile bar icon */
.nav-mobile.nav-bar-icon {
    display: none;
}
.nav-bar-icon {
    display: inline-block;
    float: right;
    position: relative;
    height: 16px;
    width: 20px;
    margin-top: 34px;
    margin-bottom: 35px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    cursor: pointer;
}
.header-fixed .nav-bar-icon {
    margin-top: 21px;
    margin-bottom: 21px;
}
.nav-bar-icon a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 19px 0;
}
.nav-bar-icon.active a, .nav-bar-icon a.active,  .nav-bar-icon:hover a, .nav-bar-icon a:hover {
    color: #17a697;
}
.nav-bar-icon .title {
    margin-left: 40px;
    padding-top: 0px;
    margin-top: -7px;
}
.nav-bar-icon > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: #222;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}
/*.nav-bar-icon > span:before,*/
.nav-bar-icon > span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}
header .nav-bar-icon > span, header .nav-bar-icon > span:before, header .nav-bar-icon > span::after, header.header-dark .nav-bar-icon > span, header.header-dark .nav-bar-icon > span:before, header.header-dark .nav-bar-icon > span::after, header.header-dark.header-prepare .nav-bar-icon > span, header.header-dark.header-prepare .nav-bar-icon > span:before, header.header-dark.header-prepare .nav-bar-icon > span::after {
    background-color: #fff;
}
header.header-light .nav-bar-icon > span, header.header-light .nav-bar-icon > span:before, header.header-light .nav-bar-icon > span::after, header.header-prepare .nav-bar-icon > span, header.header-prepare .nav-bar-icon > span:before, header.header-prepare .nav-bar-icon > span::after {
    background-color: #222;
}
.nav-bar-icon > span:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
}
.nav-bar-icon > span:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    -o-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -moz-transform: translateY(7px);
}
.nav-bar-icon.active {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.nav-bar-icon.active > span:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.nav-bar-icon.active > span:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
/* Dropdown-menu */
.nav-menu > ul li {
    position: relative;
}
.sub-dropdown.dropdown {
    top: 100%;
    left: 0;
}
.sub-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    background: rgba(34,34,34,0.90);
    padding: 0;
    width: 200px;
}
.sub-dropdown li {
    width: 100%;
}
.sub-dropdown > li > a {
    padding: 13px 15px;
    display: block;
    color: rgba(255, 255, 255, 0.75);
}
.sub-dropdown > li:hover > a {
    background: rgba(255,255,255,0.05);
    color: #fff;
}
.sub-dropdown i {
    float: right;
}

@media all and (max-width: 1980px) {
.nav-menu ul.nav-menu-inner li {
    display: block;
    width: 100%;
}
.nav-menu {
    position: static;
    left: 0;
    top: 100%;
    float: none;
    display: none;
    width: 100%;
    background: rgba(34,34,34,0.85);
    overflow-y: auto;
    z-index: 999;
}
.nav-bar-icon, .nav-mobile.nav-bar-icon, .header-fixed .nav-bar-icon {
    display: inline-block;
    float: left;
    margin-top: 6px;
    margin-bottom: auto !important;
}
.nav-menu ul.nav-menu-inner li a, .header-fixed .nav-menu ul.nav-menu-inner li a {
    padding: 15px 12px;
    border-top: 1px solid #444;
}
/* Dropdown */
.sub-dropdown.dropdown, .sub-dropdown {
    top: 100%;
    position: relative;
    left: 0;
    width: 100%;
}
.sub-dropdown a {
    padding-left: 30px !important;
}
.header .nav-menu ul.nav-menu-inner li a.current,  .header .nav-menu ul.nav-menu-inner li.current a,  .header.header-light .nav-menu ul.nav-menu-inner > li:hover > a,  .header.header-light .nav-menu ul.nav-menu-inner > li > a:hover,  .header.header-prepare .nav-menu ul.nav-menu-inner li a.current,  .header.header-prepare .nav-menu ul.nav-menu-inner li.current a {
    color: #fff;
}
.header-light .nav-menu ul.nav-menu-inner > li > a {
    color: rgba(255,255,255,0.60);
}
}
/*------------------------------------------------------------------*/
/* Overlay Menu */
/*------------------------------------------------------------------*/
.overlay-menu {
    background: #FFF none repeat scroll 0 0;
    display: table;
    height: 100%;
    min-height: 100%;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 70%;
    z-index: 9999;
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    top: 0px;
    left: 0px;
    overflow: auto;
    padding: 50px 0;
    border-right: solid 1px #CCC;
}
.overlay-menu2 {
    background: #000 none repeat scroll 0 0;
    display: table;
    height: 100%;
    min-height: 100%;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 40%;
    z-index: 10000;
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    top: 0px;
    right: 0px;
    overflow: auto;
    padding: 50px 0;
    border-right: solid 1px #CCC;
}
.overlay-menu.active, .overlay-menu2.active {
    opacity: 1;
    top: 0;
    visibility: visible;
}
.overlay-menu .overlay-menu-inner {
    /*display: table-cell;*/
    height: 100%;
    text-align: left;
    vertical-align: middle;
    /*width: 70%;*/
    padding-left: 85px;
    margin-top: 83px;
}
.overlay-menu2 .overlay-menu-inner {
    /*display: table-cell;*/
    height: 100%;
    text-align: left;
    vertical-align: middle;
    width: 80%;
    padding-left: 85px;
    margin-top: 40px;
    color: white;
}
.overlay-menu2 .overlay-menu-inner input, .overlay-menu2 .overlay-menu-inner textarea {
    background-color: #000;
    border-bottom: solid 1px #FFF;
    color: #626262;
    padding-left: 0px;
}
.overlay-menu2 .overlay-menu-inner {
    color: white;
}
.overlay-menu2 .overlay-menu-inner h2, .overlay-menu2 .overlay-menu-inner h4, .overlay-menu2 .overlay-menu-inner h6 {
    color: white;
}
.overlay-menu .overlay-menu-inner nav {
    display: block;
    margin-left: -20px;
}
.overlay-menu2 .overlay-menu-inner button {
    background-color: #fff;
    border: transparent;
    color: #000;
    margin-top: 25px;
}
.overlay-menu-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 700px;
    position: relative;
    z-index: 22;
}
.overlay-menu .overlay-menu-nav>li:first-child ul.sub,
.overlay-menu .overlay-menu-nav>li:first-child .item-selected {display: none !important}
.overlay-menu .overlay-menu-nav {
    opacity: 0.2;
    transform: translateY(-15%) rotateX(35deg);
    -moz-transform: translateY(-15%) rotateX(35deg);
    -ms-transform: translateY(-15%) rotateX(35deg);
    -o-transform: translateY(-15%) rotateX(35deg);
    -webkit-transform: translateY(-15%) rotateX(35deg);
    transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -moz-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.overlay-menu.active .overlay-menu-nav {
    opacity: 1;
    transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.overlay-menu-nav li {
    display: block;
    padding-bottom: 16px
}
.overlay-menu-nav li a {
    color: #000;
    text-transform: lowercase;
    font-size: 20px;
    line-height: 1.6rem;
    font-weight: 500;
    /*float:left;*/
    display: block;
    padding-left: 20px;
    width: 100%;
}
.overlay-menu-nav li:hover a {
    border-left: solid 2px #CCC;
}
.overlay-menu-nav li:hover li a {
    border-left: none;
}
.overlay-menu-nav li:hover li:hover a {
    border-left: solid 4px #ebebeb;
    opacity: 1;
    color: #161617;
}
.overlay-menu-nav li li {
    padding-bottom: 26px
}
.overlay-menu-nav li li a {
    border-left: none;
    font-size: 16px;
    text-transform: none;
    opacity: 0.5;
    font-weight: 400;
}
.overlay-menu-nav li li a, .overlay-menu-nav li li b {
    padding-left: 20px;
}
.overlay-menu-close, .overlay-menu-close2 {
    color: #000 !important;
    height: 16px;
    margin: 0 auto;
    position: absolute;
    left: 93px;
    text-align: center;
    top: -103px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    letter-spacing: -0.22px;
    text-transform: lowercase;
    width: 90px;
    z-index: 1;
}
.overlay-menu-close2 {
    color: #FFF !important;
}
.overlay-menu-close span, .overlay-menu-close2 span {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.overlay-menu-close small {
    float: right;
}
.overlay-menu-close > span, .overlay-menu-close2 > span {
    position: absolute;
    top: 66%;
    left: 0;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}
.overlay-menu-close2 > span {
    background-color: #fff;
}
.overlay-menu-close > span:before, .overlay-menu-close > span:after, .overlay-menu-close2 > span:before, .overlay-menu-close2 > span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.overlay-menu-close2 > span:before, .overlay-menu-close2 > span:after {
    background-color: #fff;
}
.overlay-menu-close2:hover > span, .overlay-menu-close2:hover > span:before, .overlay-menu-close2:hover > span:after {
    background-color: #fff;
}

@media all and (max-width: 960px) {
.overlay-menu-active .overlay-menu {
    position: absolute;
}
.overlay-menu-active #page-wraper {
    position: fixed;
}
}
/*------------------------------------------------------------------*/
/* Sidebar Menu */
/*------------------------------------------------------------------*/

/* Push Sidebar Menu Css ---*/

.pushmenu { /*this is the nav*/
    background: #323232;
    font-family: 'Geometria', Arial, Helvetics, sans-serif;
    width: 270px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
}
.pushmenu-push {
    overflow-x: hidden;
    position: relative;
}
/* Left Sidebar Menu Css --------*/

.pushmenu-right {
    right: -270px;
}
.pushmenu-right.pushmenu-open {
    right: 0;
}
.pushmenu-push-left {
    left: 0;
}
.pushmenu-push-toleft {
    left: -270px;
}
/*Transition*/
.pushmenu, .pushmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Sidebar Menu Inner */
.side-menu {
    background: #222222 !important;
    z-index: 2005 !important;
    color: #fff;
    padding: 30px;
    overflow-y: auto;/*position: relative;*/
}
.side-menu .menu-close {
    left: auto;
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-block;
    /*background: url("../img/close-white.png") no-repeat center center;*/
    color: #fff;
    font-size: 18px;
    line-height: 0;
    overflow: hidden;
}
.side-menu .menu-close:hover {
    color: #17a697;
}
.side-menu a {
    color: #aaa;
    font-weight: 400;
    font-size: 14px;
    font-family: "Geometria", "Open Sans";
    line-height: 26px;
}
.side-menu a:hover, .side-menu a.current, .side-menu a.active {
    color: #fff;
}
.side-menu ul {
    padding: 0;
}
.side-menu ul li {
    list-style: none;
    margin-bottom: 5px;
}
.side-menu > ul > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
/*==================================*/
/* Left Sidebar Menu Css --------*/
/*==================================*/
.pushmenu-left {
    left: -270px;
}
.pushmenu-left.pushmenu-open {
    left: 0;
}
.pushmenu-push-right {
    right: 0;
}
.pushmenu-push-toright {
    right: -270px;
}
/*==========================================================================================================*/
/* INTRO     ||---------------------------- */
/*==========================================================================================================*/

/*------------------------------------------------------------------*/
/* Intro */
/*------------------------------------------------------------------*/

#intro {
    position: relative;
    overflow: hidden;
}
.intro-media-wraper {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.intro-bg-section {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.intro-caption-waper {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.intro-caption-top {
    z-index: 2;
}
.intro-content {
    display: table;
    height: 100%;
    text-align: left;
    width: 100%;
}
.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-left: 85px;
    padding-right: 85px;
}

.intro-content-inner .intro-text {
    width: 500px;
}
.intro-content-inner .about {
}
.intro-img-circle {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    border: 5px solid rgba(0,0,0, 0.2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 30px;
}
.intro-img-circle img {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.intro-play-icon {
    text-align: center;
    width: 200px;
}
.intro-play-icon .video-text {
    margin-top: 10px;
    text-align: left;
}
.intro-sub-title {
    letter-spacing: 1.5px;
}
.intro-title {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.1;/*letter-spacing: -2px;*/
}
.intro-title-sm {
    font-size: 44px !important;
    margin-top: 30px;
    font-weight: 400;
    margin-bottom: 0;
}
.error-intro-title {
    font-size: 100px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.1;
}
.inner-intro {
    position: relative;
    padding: 200px 0;
}
.inner-intro h1 {
    font-size: 54px;
    margin-top: 30px;
}

@media (max-width: 1024px) {
.intro-title {
    letter-spacing: 0;
    font-size: 46px;
}
}

@media (max-width: 767px) {
.intro-title {
    letter-spacing: 0;
    font-size: 30px;
}
}
/*------------------------------------------------------------------*/
/* Slider */
/*------------------------------------------------------------------*/

.sc-logo {
    /*margin-top: 0px;
    margin-bottom:0;*/
    text-align: center;
}
.sc-title {
    font-weight: 800;
    text-align: center;/*margin-top: 0px;
    margin-bottom:0;*/
}
.sc-paragraph-lead {
    font-family: "Geometria", "Open Sans";
    font-style: italic;
    font-size: 20px;
    text-align: center;/*margin-top: 0px;
    margin-bottom:0;*/
}
.sc-button {
}
/*==========================================================================================================*/
/* ELEMENTS     ||---------------------------- */
/*==========================================================================================================*/

/*------------------------------------------------------------------*/
/* Skills Bar */
/*------------------------------------------------------------------*/

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.skillbar-bar {
    background: rgba(34,34,34,0.07);
    width: 100%;
}
.skillbar-bar-child {
    height: 4px;
    width: 0px;
    background: #17a697;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar-title {
    display: inline-block;
    text-align: left;
    margin-bottom: 7px;
}
.skillbar-title, .skill-bar-percent {
}
.skill-bar-percent {
    float: right;
    display: inline-block;
    font-weight: 400;
    margin-top: 3px;
    font-size: 12px;
}
/*------------------------------------------------------------------*/
/* Team Box */
/*------------------------------------------------------------------*/

/* Team Box   ||-------------------*/
.team-item {
    padding-left: 15px;
    padding-right: 15px;
}
.team-item-img {
    position: relative;
}
.team-item-img > img {
    width: 100%;
}
.team-item-img .team-item-detail {
    background: rgba(255,255,255,0.95);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible;
}
.team-item-img .team-item-detail .team-item-detail-inner, .cent-mid-content {
    margin: auto;
    padding: 25px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social {
    margin: 5px 0px 0px 0px;
    padding: 0px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li {
    list-style: none;
    display: inline-block;
    margin: 0px 8px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li a {
    border: 1px solid #222;
    color: #222;
    display: block;
    font-size: 14px;
    height: 28px;
    width: 28px;
    line-height: 1.8;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    text-align: center;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li a i {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
    color: #fff;
    background: #222;
}
.team-item-info {
    padding-top: 15px;
    text-align: center;
}
.team-item-info h5, .team-item-info h6 {
    margin-bottom: 5px;
}
.team-item-info p {
    margin-bottom: 0px;
}
/*------------------------------------------------------------------*/
/* Tabs */
/*------------------------------------------------------------------*/
ul.icon-tab-nav, .icon-tab-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.icon-tab-nav li, .icon-tab-nav ul li {
    display: inline-block;
    width: 200px;
}
.icon-tab-nav {
    display: block;
}
.icon-tab-nav a {
    font-size: 44px;/*color: #aaa;*/
}
.icon-tab-nav .icon-tab-nav-title {
    margin-top: 10px;
}
.icon-tab-nav a, .icon-tab-nav .icon-tab-nav-title {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.icon-tab-nav a.active, .icon-tab-nav a.active .icon-tab-nav-title,  .icon-tab-nav a:hover, .icon-tab-nav a:hover .icon-tab-nav-title {
    color: #17a697;
}
/*------------------------------------------------------------------*/
/* Accordion & Toggle*/
/*------------------------------------------------------------------*/
.accordion, .toggle {
    margin-bottom: 20px;
    margin-top: 0;
}
.accordion .accordion-title, .toggle .toggle-title {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.accordion > .accordion-title > a:after, .toggle > .toggle-title > a:after {
    color: #222;
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 15px;
    line-height: 15px;
    margin-top: -8px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: none;
    top: 50%;
    width: 15px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.accordion > .accordion-title > a, .toggle > .toggle-title > a {
    border: 1px solid #f1f1f1;
    background: #fff;
    color: #222;
    display: block;
    padding: 14px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    outline: none;
}
.accordion > .accordion-title > a.active, .toggle > .toggle-title > a.active {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #222;
    cursor: default;
}
.accordion > .accordion-title > a.active:after, .toggle > .toggle-title > a.active:after {
    /*color: #fff;*/
    content: "";
}
.accordion > .accordion-content, .toggle > .toggle-content {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding: 10px 20px 10px;
}
/*------------------------------------------------------------------*/
/* Counter */
/*------------------------------------------------------------------*/

.counter-group {
    position: relative;
}
.counter-group {
    position: relative;
}
.counter-icon {
    display: inline-block;
    font-size: 38px;
    vertical-align: top;
    margin-right: 20px;
}
.counter-content {
    display: inline-block;
    text-align: left;
}
.counter-title {
    font-family: inherit;
    font-size: 60px !important;
    line-height: 1;
    margin-bottom: 12px;
}
.counter-sub-title {
    margin-bottom: 0;
}
/*------------------------------------------------------------------*/
/* Pricing-box */
/*------------------------------------------------------------------*/

.pricing-box {
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pricing-box.highlight {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.pricing-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pricing-padding-t {
    padding-top: 30px;
}
.pricing-padding-b {
    padding-bottom: 30px;
}
.pricing-title, .pricing-price, .pricing-features, .pricing-button {
    padding-left: 15px;
    padding-right: 15px;
}
.pricing-title h1, .pricing-title h2, .pricing-title h3, .pricing-title h4, .pricing-title h5, .pricing-title h6 {
    margin-bottom: 0px;
}
.pricing-price {
    margin-top: 40px;
    margin-bottom: 40px;
}
.pricing-price p {
    color: #222;
    line-height: 1;
}
.pricing-price .dollar {
    vertical-align: 32px;/*margin-right: 5px;*/
}
.pricing-price .dollar, .pricing-price .pricing-price-sm {
    font-size: 14px;
    font-weight: 400;
}
.pricing-price .pricing-price-sm {
/*margin-left: 5px;*/
}
.pricing-price .pricing-price-lg {
    font-size: 60px;
    font-weight: 300;
}
.pricing-features {
    font-size: 16px;
    margin-bottom: 45px;
}
.pricing-features ul {
    list-style: none;
    padding: 0;
}
.pricing-features ul li {
    margin-bottom: 10px;
}
/*------------------------------------------------------------------*/
/* Action-box */
/*------------------------------------------------------------------*/
.action-box-title {
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}
.action-box-content {
    margin-bottom: 0px !important;
}
/*------------------------------------------------------------------*/
/* History-box */
/*------------------------------------------------------------------*/
.history-box {
    padding: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 5px solid #eee;
}
.history-year {
    background: #222;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
}
.history-title {
}
.history-sub-title {
    margin-bottom: 15px;
    font-weight: 400;
    color: #a0a0a0;
}
.history-content {
    margin-bottom: 0;
}
/*------------------------------------------------------------------*/
/* Client Logo */
/*------------------------------------------------------------------*/

.client-logo {
    height: 90px;
    text-align: center;
}
.client-logo img {
    height: 100%;
}
/*------------------------------------------------------------------*/
/* Social */
/*------------------------------------------------------------------*/
.social-box {
    position: relative;
}
.social-box .social-icon, .social-box .social-link a, .social-box .social-link {
    color: #fff;
}
.social-box .social-icon {
    width: 105px;
    height: 105px;
    background: rgba(255,255,255,0.1);
    line-height: 105px;
    text-align: center;
    font-size: 30px;
    /*border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;*/
        /*border: 13px solid rgba(255, 255, 255, 0.05);*/
    cursor: pointer;
    margin: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.social-box .social-icon i {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.social-box .social-link {
    margin-top: 35px;
    margin-bottom: 0px;
}
.social-box:hover .social-icon {
    background: #17a697;
}
.social-box:hover .social-link a {
    color: #17a697;
}
/*------------------------------------------------------------------*/
/* Pagination */
/*------------------------------------------------------------------*/
.pagination-nav {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
.pagination-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination-nav ul li {
    display: inline-block;
    margin: 0 2px;
}
.pagination-nav ul li a {
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    border: 1px solid #eee;
}
.pagination-nav ul li a.active {
    border: 1px solid #222;
    background: #222;
    color: #fff;
}
.pagination-nav ul li a.active:hover {
    color: #fff;
}
.pagination-nav ul li a:hover {
    border: 1px solid #222;
    color: #222;
}
.pagination-nav .prev {
    float: left;
    text-align: left;
}
.pagination-nav .next {
    float: right;
    text-align: left;
}
.pagination-nav .prev a, .pagination-nav .next a {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*------------------------------------------------------------------*/
/* Contact Form, Map, contact-info */
/*------------------------------------------------------------------*/

.contact-info {
    position: relative;
}
.contact-info p {
    margin-bottom: 0px;
}
.home-contact-txt-msg {
    max-height: 114px;
}
form .error {
    text-align: left;
}
.map {
    height: 400px;
    width: 100%;
}
/*------------------------------------------------------------------*/
/* Preloader */
/*------------------------------------------------------------------*/
#preloader {
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999999;
}
.site-spinner {
    border: 1px solid #ddd;
    font-size: 50px;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: site-spin 1s linear infinite;
    -moz-animation: site-spin 1s linear infinite;
    animation: site-spin 1s linear infinite;
    border-top-color: #222;
}
 @-webkit-keyframes site-spin {
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-moz-keyframes site-spin {
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes site-spin {
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/*------------------------------------------------------------------*/
/* Countdown Clock */
/*------------------------------------------------------------------*/
.countdown-clock {
    display: block;
    list-style: none;
    text-align: center;
    padding: 0;
}
.countdown-clock li {
    display: inline-block;
    padding: 0 10px;
}
.countdown-clock li span {
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
}
.countdown-clock li p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-top: 8px;
}
.countdown-clock li.seperator {
    vertical-align: top;
    line-height: 70px;
    font-size: 65px;
}
.countdown-clock.countdown-dark, .countdown-clock.countdown-dark li span, .countdown-clock.countdown-dark li p {
    color: #222;
}
/*==========================================================================================================*/
/* FOOTER     ||---------------------------- */
/*==========================================================================================================*/



    /*------------------------------------------------------------------*/
    /* Social */
    /*------------------------------------------------------------------*/
.footer .social {
    list-style: outside none none;
    padding: 0;
}
.footer * {
    font-size: 1.4rem;
}
.footer a {
    opacity: 0.6;
    text-decoration: underline;
    font-size: 1.2rem;
}
.footer a:hover {
    text-decoration: none;
    color: #222 !important;
    opacity: 1;
}
.footer .social li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 8px;
}
.footer .social li a {
    border: 1px solid #222;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.footer .social li a i, .footer .social li a span {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.footer .social li a:hover {
    background: #222 none repeat scroll 0 0;
    color: #fff;
}
/*------------------------------------------------------------------*/
/* Copyright */
/*------------------------------------------------------------------*/

.copy-link {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
}
/*==========================================================================================================*/
/* GLOBEL     ||---------------------------- */
/*==========================================================================================================*/

/*------------------------------------------------------------------*/
/* Content Box (Services Box, Featured Box, icon-box, etc...) */
/*------------------------------------------------------------------*/

.content-box, .content-box-with-bg {
    position: relative;
}
.content-box.left {
    padding-left: 100px;
    text-align: left;
    margin-bottom: 35px;
    position: relative;
}
.content-box.right {
    padding-right: 100px;
    text-align: right;
    margin-bottom: 35px;
    position: relative;
}
.content-box-with-bg {
    padding: 45px 30px 30px !important;
    background: #fff;
    border-radius: 3px;
    border: 1px dashed #eee;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.content-box-with-bg:hover {
    background: #f7f7f7;
    border-color: #f7f7f7;
}
/*Icon Style 1*/

.content-box:hover .icon-top, .content-box:hover .icon-left, .content-box:hover .icon-right {
    background-color: #222;
    color: #fff;
}
.icon-top, .icon-left, .icon-right {
    background-color: #f5f5f5;
    display: inline-block !important;
    font-size: 26px;
    color: #333;
    height: 70px;
    line-height: 75px;
    width: 70px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.icon-top i, .icon-top span,  .icon-left i, .icon-left span,  .icon-right i, .icon-right span {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.icon-top {
    margin-bottom: 45px;
}
.icon-left, .alt-icon-left {
    position: absolute;
    left: 0;
}
.icon-right, .alt-icon-right {
    position: absolute;
    right: 0;
}
.alt-icon-left, .alt-icon-right {
    top: 5px;
}
.icon-left, .icon-right {
    top: 15px;
}
.alt-icon-color {
    color: #17a697 !important;
}
.icon-color {
    background-color: #17a697;
    color: #fff;
}
.icon-black {
    background-color: #222;
    color: #fff;
}
.content-box:hover .icon-color {
    background-color: #222;
    color: #fff;
}
.content-box:hover .icon-black {
    background-color: #17a697;
    color: #fff;
}
/* Icon Style 2 */
.content-box.alt-left {
    padding-left: 65px;
    text-align: left;
    margin-bottom: 35px;
    position: relative;
}
.content-box.alt-right {
    padding-right: 65px;
    text-align: right;
    margin-bottom: 35px;
    position: relative;
}
.alt-icon-top, .alt-icon-left, .alt-icon-right {
    color: #222;
    display: inline-block !important;
    font-size: 35px;
    line-height: 1;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.alt-icon-top {
    margin-bottom: 25px;
    text-align: center;
}
.alt-icon-sm-top, .alt-icon-sm-left, .alt-icon-sm-right {
    color: #222;
    display: inline-block !important;
    font-size: 25px;
    line-height: 1;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.alt-icon-sm-top {
    margin-bottom: 20px;
    text-align: center;
}
/* Featured Box */

.features-block-link {
    margin-right: 30px;
}
.features-block-link-icon {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #ebebeb;
    margin-right: 12px;
    vertical-align: middle;
}
/*------------------------------------------------------------------*/
/* Portfolio (Isotop Grid, box, Portfolio Single Page, etc...) */
/*------------------------------------------------------------------*/
.portfolio-grid .portfolio-item {
    position: relative;
    float: left;
    width: 33.33333333333333%;
    height: auto;
    margin: 0px;
    padding: 15px;
    display: block;
}

@media (max-width: 1170px) {
.portfolio-grid .portfolio-item {
    width: 33.33333333333333%;
}
}

@media (max-width: 980px) {
.portfolio-grid .portfolio-item {
    width: 50%;
}
}

@media (max-width: 768px) {
.portfolio-grid .portfolio-item {
    width: 100%;
}
}
.portfolio-box {
    position: relative;
    overflow: hidden;
}
.portfolio-box a.porfolio-popup {
    display: block;
}
.portfolio-box .portfolio-image-wrap {
    display: block;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.portfolio-box .portfolio-image-wrap img {
    width: 100%;
}
.portfolio-box:hover .portfolio-image-wrap {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}
.portfolio-box .portfolio-caption-mask {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    z-index: 9;
}
.portfolio-box:hover .portfolio-caption-mask {
    opacity: 1;
    visibility: visible;
}
.portfolio-box .portfolio-caption-mask .portfolio-caption-text {
    bottom: -60px;
    left: 0;
    opacity: 0;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
}
.portfolio-box:hover .portfolio-caption-mask .portfolio-caption-text {
    bottom: 30px;
    opacity: 1;
}
.portfolio-box .portfolio-caption-mask h1, .portfolio-box .portfolio-caption-mask h2, .portfolio-box .portfolio-caption-mask h3, .portfolio-box .portfolio-caption-mask h4, .portfolio-box .portfolio-caption-mask h5, .portfolio-box .portfolio-caption-mask h6 {
    color: #fff;
    margin-bottom: 5px;
}
.portfolio-box .portfolio-caption-mask p {
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
/* Portfolio Filter */
.portfolio-filter {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}
.portfolio-filter li {
    display: inline-block;
    list-style: none;
}
.portfolio-filter li a {
    display: block;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-left: 11px;
    margin-right: 11px;
    text-transform: uppercase;
}
.portfolio-filter li a.active {
    color: #17a697;
}
/* Portfolio Single Page */
#portfolio-single .portfolio-image-wrap {
    margin-bottom: 20px;
}
#portfolio-single .portfolio-image-wrap img {
    width: 100%;
}
.portfolio-item-content {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.portfolio-item-content-spc {
    margin-top: 45px;
}
.portfolio-item-content-detail li {
    line-height: 2;
}
/*------------------------------------------------------------------*/
/* Blog (Blog box, Blog page) */
/*------------------------------------------------------------------*/
.blog-post {
    display: inline-block;
    width: 100%;
}
.blog-post .post-media {
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.blog-post .post-media img {
    width: 100%;
}
.post-entry {
    margin-bottom: 25px;
}
.blog-post .post-tag {
}
.blog-post .post-tag span {
    display: inline-block;
    background: #f0f0f0;
    /*color:#222;*/
    padding: 5px 10px;
}
.blog-post .post-meta {
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blog-post .post-meta span {
    margin-right: 3px;
}
.blog-post blockquote {
    background-color: #f7f7f7;
    border-left: medium none;
    color: inherit;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    padding: 25px;
    margin-bottom: 15px;
}
.blog-post blockquote::before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 7px;
}
.blog-post blockquote::after {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    padding-left: 7px;
}
.blog-post ul {
    margin-bottom: 15px;
}
/* Blog Single ------------------------------ */
#blog-single .post-header {
    margin-bottom: 25px;
}
.post-author-image {
    float: left;
    height: 84px;
    margin-right: 15px;
    width: 84px;
}
.post-author-image img {
    width: 100%;
}
.post-author-panel {
}
.post-author-hadding {
    padding: 8px 20px;
    display: block;
    background: #eee;
}
.post-author-hadding a {
    color: #17a697;
}
.post-author-body {
    padding: 20px;
    border: 1px solid #eee;
    display: table;
}
.post-author-body p {
    margin-bottom: 0px;
}
.post-author-hadding h1, .post-author-hadding h2, .post-author-hadding h3, .post-author-hadding h4, .post-author-hadding h5, .post-author-hadding h6 {
    margin-bottom: 0;
}
#blog-single .blog-post hr {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.blog-post .post-share {
    display: block;
    font-size: 16px;
    display: block;
}
.blog-post .post-share span {
    text-align: right;
    font-weight: 600;
    display: inline-block;
    color: #222;
}
.post-share .post-share-social {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    float: right;
    display: inline-block;
}
.post-share .post-share-social a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}
.langchange {
    padding-right: 170px;
}
@media(max-width:1780px){
	.langchange {
		padding-right: 25px;
	}
}
.langchange a:first-child {
    margin-right: 20px;
}
.langchange a {
    font-size: 1.3rem;
    font-weight: 600;
}
.langchange .disabled {
    opacity: 0.5;
}
header#header .langchange a {
    color: white;
}
.page-iternal header#header .langchange a {
    color: #626262;
}
#intro .journal {
    position: absolute;
    right: -23px;
    bottom: 40%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#intro .journal * {
    color: white;
    float: right;
}
#intro .journal .line {
    border-bottom: solid 1px #FFF;
    width: 70px;
    display: block;
    float: left;
    margin-top: 12px;
    margin-right: 30px;
}
#intro .social {
    overflow: hidden;
    position: absolute;
    right: 100px;
    bottom: 50px;
}
#intro .social a {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    opacity: 0.5;
}
#intro .ico-tel {background: #000; border-radius: 6px;width:30px !important; height: 30px !important; position: relative;margin-left:5px;left:-5px;}
#intro .ico-tel img {width:17px;margin:6px 0 0 5px;}
#intro .social a:hover {
    opacity: 1;
}
#intro .social a.vk {
    background-image: url(../icons/vk.svg);
    margin-right: 20px;
}
#intro .social a.fb {
    background-image: url(../icons/fb.svg);
}
#intro .feedback {
    position: absolute;
    right: 20%;
    bottom: 59px;
}
#intro .feedback img {
    margin-top: 8px;
}
#intro .copyright {
    position: absolute;
    left: 30%;
    bottom: 50px;
    color: white;
    opacity: 0.7;
}
#intro .slogan {
    position: absolute;
    left: 80px;
    bottom: 50px;
    color: white;
    opacity: 0.7;
}
#intro .owl-controls {
    position: absolute;
    width: 500px;
    top: 70%;
    left: 80px;
    height: 50px;
}
.overlay-menu-nav li:hover ul.sub {
    display: block;
}
.overlay-menu .sub {
    width: 450px;
    left: 150px;
    padding-left: 150px;
    /* padding-inline-start: 0px; */
    margin-left: 0px;
    position: absolute;
}
.overlay-menu .sub .sub {
    padding-left: 0;
}
.overlay-menu .sub li {
    max-width: 300px
}
.overlay-menu-inner {
    position: relative;
}
.overlay-menu-inner .copyright {
    position: absolute;
    bottom: 30px;
    left: 140px;
}
.overlay-menu-inner .social a.vk {
    background-image: url(../img/vk.png);
    margin-right: 20px;
}
.overlay-menu-inner .social a.fb {
    background-image: url(../img/fb.png);
}
.overlay-menu-inner .social {
    overflow: hidden;
    position: absolute;
    right: 100px;
    bottom: 40px;
}
.overlay-menu-inner .social a {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    opacity: 0.5;
}
.overlay-menu-inner .social a:hover {
    opacity: 1;
}
.overlay-menu-inner .feedback {
    position: absolute;
    bottom: 40px;
    left: 40%;
}
.overlay-menu-inner .order {
    position: absolute;
    right: 20%;
    bottom: 40px;
}
.overlay-menu-inner .langchange {
    position: absolute;
    right: 80px;
    top: 30px;
    padding-right: 20px;
    padding-top: 0px;
    display: none;
}
.overlay-menu-inner .contacts {
    position: absolute;
    bottom: 20%;
}
.overlay-menu-inner .address {
    margin-top: 40px;
}
.overlay-menu-inner .maplink {
    margin-top: 30px;
}
.intro-content-inner .canvasline {
    margin-top: 10px;
    width: 300px;
    background-color: rgba(255,255,255,0.4);
    height: 3px;
}
.intro-content-inner .line {
    background-color: rgba(255,255,255,0.8);
    height: 3px;
}
.intro-content-inner .line.w10p {
    width: 10%;
}
.intro-content-inner .line.w20p {
    width: 20%;
}
.intro-content-inner .line.w30p {
    width: 30%;
}
.intro-content-inner .line.w40p {
    width: 40%;
}
.intro-content-inner .line.w50p {
    width: 50%;
}
.intro-content-inner .line.w60p {
    width: 60%;
}
.intro-content-inner .line.w70p {
    width: 70%;
}
.intro-content-inner .line.w80p {
    width: 80%;
}
.intro-content-inner .line.w90p {
    width: 90%;
}
.intro-content-inner .line.w100p {
    width: 100%;
}
.intro-content-inner .intro-sub-title {
    margin-bottom: 50px;
    margin-top: 30px;
}
.intro-content-inner a {
    color: #FFF;
    font-size: 1.2rem;
    text-decoration: underline;
}
.intro-content-inner a:hover {
    text-decoration: none;
}
#intro .intro-sub-title {
    float: left;
}
.clear {
    clear: both;
}
#intro .intro-content .video {
    position: absolute;
    left: 40%;
}
.page-iternal .header .logo a img.logo-dark {
    opacity: 1;
}
.page-iternal header, .page-iternal .nav-bar-icon > span::after, .page-iternal header .nav-bar-icon > span {
    color: black;
}
.page-iternal header .nav-bar-icon > span, .page-iternal header .nav-bar-icon > span::after {
    background-color: #000;
}
.page-iternal .header {
/*margin-top: 30px;*/
}
.page-iternal .header-inner {
    height: 36px;
}
.page-iternal .header.header-fixed {
    height: 66px;
    background-color: white;
    border-bottom: 1px solid #f0f0f0;
}
.page-iternal .header.header-fixed .header-inner {
    height: 56px;
}
.page-iternal .header.header-fixed .langchange {
    padding-top: 15px;
}
.page-iternal header .nav-bar-icon {
    margin-left: 0px;
    margin-top: 7px;
}
.page-iternal .header.header-fixed .nav-bar-icon {
    margin-top: 23px !important;
}

@media (min-width: 1200px) {
.container {
    width: 100% !important;
    padding-left: 85px;
    padding-right: 50px;
}
}
.mfeedback .social {
    overflow: hidden;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 25px;
    display: block;
}
.mfeedback .social a {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 10px;
    opacity: 0.5;
}
.page-iternal ul.menu-nav {
    list-style: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    margin-left: -20px;
    padding-left: 0px;
}
.page-iternal ul.menu-nav ul {
    margin-top: 40px;
}
.page-iternal ul.menu-nav>li a {
    padding-left: 20px;
    display: block;
}
.page-iternal ul.menu-nav ul li {
    /*line-height:4rem;*/
    margin-bottom: 2rem;
}
.page-iternal ul.menu-nav ul li a {
    font-size: 1.2rem;
    color: #8c8b8b;
}
.page-iternal ul.menu-nav ul li a {
    margin-left: 20px;
}
.page-iternal ul.menu-nav ul li a:hover {
    color: black;
    border-left: solid 3px #CCC;
}
#single .content-head {
    border-bottom: solid 1px #CCC;
    margin-bottom: 40px;
}
#single .content-head .col-md-4 {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
}
#single .content-body h4 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.comment {
    opacity: 0.5;
    font-size: 1rem;
}
img.w100p {
    width: 100%;
}
.author img {
    margin-bottom: 10px;
}
.authorcomments p {
    font-size: 1rem;
    opacity: 0.5;
}
.info {
    opacity: 0.7;
    font-size: 1.2rem;
}
.persons {
    list-style: none;
    margin-left: 0px;
    -webkit-padding-start: 0px;
}
.persons li {
    font-size: 1.3rem;
    line-height: 2;
}
.onprojectwork {
    height: 54px;
    line-height: 54px;
    vertical-align: middle;
}
.page-iternal p {
    color: #393939;
}
.brt {
    border-top: solid #CCC 1px;
}
.page-iternal .copyright {
    font-size: 1rem;
    color: #161617;
    opacity: 0.5;
    position: absolute;/*bottom:100px;*/
}
#footer {
    position: relative;
    background: #fff;
}
#intro .navigation {
    position: absolute;
    top: 30%;
    left: 85px;
    width: 100px;
    height: 30px;
}
#intro .navigation .prev, #intro .navigation .next {
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    font-size: 2rem;
    color: white;
    z-index: 10;
}
#intro .navigation .prev {
    left: 0px;
}
#intro .navigation .next {
    right: 10px;
}
.leftmenu.menu-nav>li {
    display: none;
}
.leftmenu.menu-nav>li.item-selected {
    display: block;
}
.page-iternal ul.menu-nav.leftmenu ul {
    margin-top: 20px;
}
#footer .copyright {
    bottom: 50px;
}
.loading {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
}
.loading .overlay-dark80 {
    height: 100vh;
}
.loading .main-content {
    padding: 150px 200px;
    position: relative;
}
.loading .main-content h1 {
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Geometria", "Open Sans", sans-serif;
}
.loading .authorcomments {
    font-size: 1.1rem;
}
.loading .welcom {
    position: absolute;
    bottom: 30px;
    left: 215px;
    color: white;
    opacity: 0.3;
}
.loading .tosite {
    position: absolute;
    bottom: 30px;
    left: 900px;
}
.loading .tosite a {
    color: white;
}
.loading .tosite a span {
    text-decoration: underline;
}
.loading .tosite a:hover span {
    text-decoration: none;
}
.loading .bgline1 {
    background: transparent url('../img/line.png') left top no-repeat;
    position: absolute;
    right: 0px;
    width: 52px;
    height: 2px;
    top: 90px;
}
#footer p {
    color: black;
}
@media(max-width:1388px){
#intro .social {right: 80px;}
}

@media (max-width: 767px) {
.langchange {
    padding-right: 30px;
    padding-top: 15px;
}
.intro-content-inner {
    padding-left: 25px;
    padding-right: 25px;
}
.slogan, .social {
    display: none;
}
#intro .copyright {
    left: 25px;
}
#intro .feedback {
    right: 25px;
}
#intro .owl-controls {
    width: 100%;
    left: 20px;
}
#intro .journal {
    right: -70px;
}
}

@media (max-width: 1360px) {
.loading .main-content {
    padding: 70px 100px;
    position: relative;
}
.loading .welcom {
    left: 100px;
    bottom: 100px;
}
.loading .tosite {
    left: 35%;
    bottom: 100px;
}
}
.leftside .onenews {
    display: none;
}

@media (max-height: 500px) {
.leftside .onenews {
    display: none;
}
}
ul.markerline {
    list-style-image: url('../icons/line.svg');
    margin-left: -40px;
}
.page-iternal .content-body ul li {
    line-height: 2rem;
    margin-bottom: 20px;
}
.pt0 {
    padding-top: 0;
}
.page-iternal .content-body ul li img {
    max-width: 60px
}
.topimg {
    position: relative;
}
.overlay-menu-inner .contacts * {
    color: #000;
}
.scroll-top {
    bottom: 0px;
    position: absolute;
    cursor: pointer;
}
.page-iternal .content ol li {
    font-size: 1.2rem;
    line-height: 2;
    padding-left: 20px;
}
.page-iternal .content ol {
    margin-left: 0px;
}
ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    padding-left: 0;
    margin-left: 0;
}
ol li {
    counter-increment: my-awesome-counter;
    position: relative;
}
ol li:before {
    content: counter(my-awesome-counter) ". ";
    position: absolute;
    top: 0;
    left: -15px;
}
.page-iternal .content .catalog-detail ol {
    margin-left: 15px
}
.border {
    border: solid #CCC 1px;
}
.leftmenu .fa-chevron-down {
    margin-left: 80px;
}
.leftmenu .root-item-selected {
    margin-bottom: 80px;
}
.author {
/*margin-top: -55px;*/
}
.page-main .owl-page {
    margin-right: 40px;
    overflow: hidden;
    float: left;
}
.page-main .owl-theme .owl-controls .owl-page span {
    opacity: 0.4;
}
.page-main .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
}
.header .overlay-menu-btn {
    float: left;
}
.overlay-menu2 .overlay-menu-inner .alert.alert-success, .overlay-menu2 .overlay-menu-inner .alert.alert-success .close {
    color: black !important
}
.carousel-indicators li {
    height: 12px;
}
.content-body .carousel-indicators {
    width: 100% !important;
}
#imap .point {
    background: url(../img/pluse2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 17px;
    width: 21px;
    position: absolute;
    cursor: pointer;/* border: 1px dashed; */
}
#imap #one.point {
    left: 40%;
    top: 20%;
}
#imap #two.point {
    left: 60%;
    top: 50%;
}
#imap #three.point {
    left: 10%;
    top: 45%;
}
#imap #four.point {
    left: 25%;
    top: 5%;
}
#imap #five.point {
    left: 20%;
    top: 30%;
}
#imap .point {
    display: none
}
#imap .point_div {
    width: 300px;
    background: #fff;
    border-radius: 12px;
    padding: 22px 18px;
    display: none;
    position: absolute;
    box-shadow: 0 1px 10px #e0e2e0;
}
.point_div.three {
    margin-left: 22%;
    margin-top: 11px;
}
#imap .point_div.three:before {
    left: 29px;
}
#imap .point_div:before {
    content: "";
    display: none;
    width: 30px;
    height: 30px;
    background-size: contain;
    background: url(http://agrostory2.opt-fashion.com/img/point_div.png);
    position: absolute;
    top: -15px;
    right: 3px;
}
#imap .point_div span {
    color: #002e5b;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
#imap .container {
    position: relative;
    height: 100%;
}
.selected {
    background: none;
}
#imap_control {
    border-top: 1px solid #ddd;
    height: 46px;
    background: #394ea1;
}
#imap_control .text span {
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 16px;
}
#imap_control .img img {
    width: 26px;
    margin: 0 5px;
}
#imap_control .img>ul {
    display: inline-block;
    padding-right: 20px;
}
#imap_control .dropdown-menu {
    margin-left: 55px;
}
#imap_control .img ul li {
    list-style-type: none;
}
#imap_control .img ul li a.dropdown-toggle {
    background: #fff;
    color: #394ea1;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    width: 200px;
    border-radius: 25px;
    font-weight: 700;
    margin-top: 9px;
}
#imap {
    /*background: url();*/
    background-size: contain;
    background-repeat: no-repeat;
    /*height: 400px;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
}
html.m-active {
    overflow: hidden;
}
body.overlay-menu-active {
    overflow: hidden;
}
.overlay-menu .contacts {
    bottom: 0;
    position: relative;
}
.overlay-menu .overlay-menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.overlay-menu-inner .address {
    padding-bottom: 40px;
}
.overlay-menu-inner .order {
    margin-right: 25px;
}
.overlay-menu {
    padding-bottom: 90px
}

@media(max-width:767px) {
.nav-tabs {
    flex-wrap: wrap
}
.overlay-menu-active .overlay-menu {
    position: fixed;
    display: flex;
    height: 100%;
}
}
/******* my style ******/
/*
.page-iternal ul.menu-nav {margin-left: 0;}

*/
.pt-120 {
    padding-top: 120px;
}
.pt-100 {
    padding-top: 100px;
}
.content-project .col-2dot4, .content-project .col-sm-2dot4, .content-project .col-md-2dot4, .content-project .col-lg-2dot4, .content-project .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}
.content-project .col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
.content-project .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

@media (min-width: 720px) {
.content-project .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

@media (min-width: 960px) {
.content-project .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

@media (min-width: 1140px) {
.content-project .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
.content-project .col-2dot15, .content-project .col-sm-2dot15, .content-project .col-md-2dot15, .content-project .col-lg-2dot15, .content-project .col-xl-2dot15 {
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}
.content-project .col-2dot15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 540px) {
.content-project .col-sm-2dot15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (min-width: 720px) {
.content-project .col-md-2dot15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (min-width: 960px) {
.content-project .col-lg-2dot15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (min-width: 1140px) {
.content-project .col-xl-2dot15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.content-project .col-3dot4, .content-project .col-sm-3dot4, .content-project .col-md-3dot4, .content-project .col-lg-3dot4, .content-project .col-xl-3dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}
.content-project .col-3dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.18%;
    flex: 0 0 29.18%;
    max-width: 29.18%;
}

@media (min-width: 540px) {
.content-project .col-sm-3dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.18%;
    flex: 0 0 29.18%;
    max-width: 29.18%;
}
}

@media (min-width: 720px) {
.content-project .col-md-3dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.18%;
    flex: 0 0 29.18%;
    max-width: 29.18%;
}
}

@media (min-width: 960px) {
.content-project .col-lg-3dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.18%;
    flex: 0 0 29.18%;
    max-width: 29.18%;
}
}

@media (min-width: 1140px) {
.content-project .col-xl-3dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.18%;
    flex: 0 0 29.18%;
    max-width: 29.18%;
}
}
.max-450 {
    max-width: 450px
}
.content-project .col-3dot5, .content-project .col-sm-3dot5, .content-project .col-md-3dot5, .content-project .col-lg-3dot5, .content-project .col-xl-3dot5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}
.content-project .col-3dot5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.05%;
    flex: 0 0 40.05%;
    max-width: 40.05%;
}

@media (min-width: 540px) {
.content-project .col-sm-3dot5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.05%;
    flex: 0 0 40.05%;
    max-width: 29.18%;
}
}

@media (min-width: 720px) {
.content-project .col-md-3dot5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.05%;
    flex: 0 0 40.05%;
    max-width: 40.05%;
}
}

@media (min-width: 960px) {
.content-project .col-lg-3dot5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.05%;
    flex: 0 0 40.05%;
    max-width: 40.05%;
}
}

@media (min-width: 1140px) {
.content-project .col-xl-3dot5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.05%;
    flex: 0 0 40.05%;
    ;
    max-width: 40.05%;
}
}
.container {
    max-width: 1750px !important;
    margin: 0 auto;
    padding: 0 2px;
    overflow: hidden
}
.onenews {
    max-width: 200px;
    margin-left: 0 !important;
}
.page-iternal .header-inner {
    max-width: 1845px !important;
    margin: 0 auto;
    padding-right: 50px;
    padding-left: 55px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
.content-project .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.content-project .col-1 {
    flex: 0 0 6.66667%;
    max-width: 6.66667%
}
.content-project .col-2 {
    flex: 0 0 13.33333%;
    max-width: 13.33333%
}
.content-project .col-3 {
    flex: 0 0 20%;
    max-width: 20%
}
.content-project .col-4 {
    flex: 0 0 26.66667%;
    max-width: 26.66667%
}
.content-project .col-5 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.content-project .col-6 {
    flex: 0 0 40%;
    max-width: 40%
}
.content-project .col-7 {
    flex: 0 0 46.66667%;
    max-width: 46.66667%
}
.content-project .col-8 {
    flex: 0 0 53.33333%;
    max-width: 53.33333%
}
.content-project .col-9 {
    flex: 0 0 60%;
    max-width: 60%
}
.content-project .col-10 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.content-project .col-11 {
    flex: 0 0 73.33333%;
    max-width: 73.33333%
}
.content-project .col-12 {
    flex: 0 0 80%;
    max-width: 80%
}
.content-project .col-13 {
    flex: 0 0 86.66667%;
    max-width: 86.66667%
}
.content-project .col-14 {
    flex: 0 0 93.33333%;
    max-width: 93.33333%
}
.content-project .col-15 {
    flex: 0 0 100%;
    max-width: 100%
}
.content-project .order-first {
    order: -1
}
.content-project .order-last {
    order: 16
}
.content-project .order-0 {
    order: 0
}
.content-project .order-1 {
    order: 1
}
.content-project .order-2 {
    order: 2
}
.content-project .order-3 {
    order: 3
}
.content-project .order-4 {
    order: 4
}
.content-project .order-5 {
    order: 5
}
.content-project .order-6 {
    order: 6
}
.content-project .order-7 {
    order: 7
}
.content-project .order-8 {
    order: 8
}
.content-project .order-9 {
    order: 9
}
.content-project .order-10 {
    order: 10
}
.content-project .order-11 {
    order: 11
}
.content-project .order-12 {
    order: 12
}
.content-project .order-13 {
    order: 13
}
.content-project .order-14 {
    order: 14
}
.content-project .order-15 {
    order: 15
}
.content-project .offset-1 {
    margin-left: 6.66667%
}
.content-project .offset-2 {
    margin-left: 13.33333%
}
.content-project .offset-3 {
    margin-left: 20%
}
.content-project .offset-4 {
    margin-left: 26.66667%
}
.content-project .offset-5 {
    margin-left: 33.33333%
}
.content-project .offset-6 {
    margin-left: 40%
}
.content-project .offset-7 {
    margin-left: 46.66667%
}
.content-project .offset-8 {
    margin-left: 53.33333%
}
.content-project .offset-9 {
    margin-left: 60%
}
.content-project .offset-10 {
    margin-left: 66.66667%
}
.content-project .offset-11 {
    margin-left: 73.33333%
}
.content-project .offset-12 {
    margin-left: 80%
}
.content-project .offset-13 {
    margin-left: 86.66667%
}
.content-project .offset-14 {
    margin-left: 93.33333%
}

@media (min-width: 576px) {
.content-project .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
.content-project .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.content-project .col-sm-1 {
    flex: 0 0 6.66667%;
    max-width: 6.66667%
}
.content-project .col-sm-2 {
    flex: 0 0 13.33333%;
    max-width: 13.33333%
}
.content-project .col-sm-3 {
    flex: 0 0 20%;
    max-width: 20%
}
.content-project .col-sm-4 {
    flex: 0 0 26.66667%;
    max-width: 26.66667%
}
.content-project .col-sm-5 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.content-project .col-sm-6 {
    flex: 0 0 40%;
    max-width: 40%
}
.content-project .col-sm-7 {
    flex: 0 0 46.66667%;
    max-width: 46.66667%
}
.content-project .col-sm-8 {
    flex: 0 0 53.33333%;
    max-width: 53.33333%
}
.content-project .col-sm-9 {
    flex: 0 0 60%;
    max-width: 60%
}
.content-project .col-sm-10 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.content-project .col-sm-11 {
    flex: 0 0 73.33333%;
    max-width: 73.33333%
}
.content-project .col-sm-12 {
    flex: 0 0 80%;
    max-width: 80%
}
.content-project .col-sm-13 {
    flex: 0 0 86.66667%;
    max-width: 86.66667%
}
.content-project .col-sm-14 {
    flex: 0 0 93.33333%;
    max-width: 93.33333%
}
.content-project .col-sm-15 {
    flex: 0 0 100%;
    max-width: 100%
}
.content-project .order-sm-first {
    order: -1
}
.content-project .order-sm-last {
    order: 16
}
.content-project .order-sm-0 {
    order: 0
}
.content-project .order-sm-1 {
    order: 1
}
.content-project .order-sm-2 {
    order: 2
}
.content-project .order-sm-3 {
    order: 3
}
.content-project .order-sm-4 {
    order: 4
}
.content-project .order-sm-5 {
    order: 5
}
.content-project .order-sm-6 {
    order: 6
}
.content-project .order-sm-7 {
    order: 7
}
.content-project .order-sm-8 {
    order: 8
}
.content-project .order-sm-9 {
    order: 9
}
.content-project .order-sm-10 {
    order: 10
}
.content-project .order-sm-11 {
    order: 11
}
.content-project .order-sm-12 {
    order: 12
}
.content-project .order-sm-13 {
    order: 13
}
.content-project .order-sm-14 {
    order: 14
}
.content-project .order-sm-15 {
    order: 15
}
.content-project .offset-sm-0 {
    margin-left: 0
}
.content-project .offset-sm-1 {
    margin-left: 6.66667%
}
.content-project .offset-sm-2 {
    margin-left: 13.33333%
}
.content-project .offset-sm-3 {
    margin-left: 20%
}
.content-project .offset-sm-4 {
    margin-left: 26.66667%
}
.content-project .offset-sm-5 {
    margin-left: 33.33333%
}
.content-project .offset-sm-6 {
    margin-left: 40%
}
.content-project .offset-sm-7 {
    margin-left: 46.66667%
}
.content-project .offset-sm-8 {
    margin-left: 53.33333%
}
.content-project .offset-sm-9 {
    margin-left: 60%
}
.content-project .offset-sm-10 {
    margin-left: 66.66667%
}
.content-project .offset-sm-11 {
    margin-left: 73.33333%
}
.content-project .offset-sm-12 {
    margin-left: 80%
}
.content-project .offset-sm-13 {
    margin-left: 86.66667%
}
.content-project .offset-sm-14 {
    margin-left: 93.33333%
}
}

@media (min-width: 768px) {
.content-project .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
.content-project .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.content-project .col-md-1 {
    flex: 0 0 6.66667%;
    max-width: 6.66667%
}
.content-project .col-md-2 {
    flex: 0 0 13.33333%;
    max-width: 13.33333%
}
.content-project .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%
}
.content-project .col-md-4 {
    flex: 0 0 26.66667%;
    max-width: 26.66667%
}
.content-project .col-md-5 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.content-project .col-md-6 {
    flex: 0 0 40%;
    max-width: 40%
}
.content-project .col-md-7 {
    flex: 0 0 46.66667%;
    max-width: 46.66667%
}
.content-project .col-md-8 {
    flex: 0 0 53.33333%;
    max-width: 53.33333%
}
.content-project .col-md-9 {
    flex: 0 0 60%;
    max-width: 60%
}
.content-project .col-md-10 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.content-project .col-md-11 {
    flex: 0 0 73.33333%;
    max-width: 73.33333%
}
.content-project .col-md-12 {
    flex: 0 0 80%;
    max-width: 80%
}
.content-project .col-md-13 {
    flex: 0 0 86.66667%;
    max-width: 86.66667%
}
.content-project .col-md-14 {
    flex: 0 0 93.33333%;
    max-width: 93.33333%
}
.content-project .col-md-15 {
    flex: 0 0 100%;
    max-width: 100%
}
.content-project .order-md-first {
    order: -1
}
.content-project .order-md-last {
    order: 16
}
.content-project .order-md-0 {
    order: 0
}
.content-project .order-md-1 {
    order: 1
}
.content-project .order-md-2 {
    order: 2
}
.content-project .order-md-3 {
    order: 3
}
.content-project .order-md-4 {
    order: 4
}
.content-project .order-md-5 {
    order: 5
}
.content-project .order-md-6 {
    order: 6
}
.content-project .order-md-7 {
    order: 7
}
.content-project .order-md-8 {
    order: 8
}
.content-project .order-md-9 {
    order: 9
}
.content-project .order-md-10 {
    order: 10
}
.content-project .order-md-11 {
    order: 11
}
.content-project .order-md-12 {
    order: 12
}
.content-project .order-md-13 {
    order: 13
}
.content-project .order-md-14 {
    order: 14
}
.content-project .order-md-15 {
    order: 15
}
.content-project .offset-md-0 {
    margin-left: 0
}
.content-project .offset-md-1 {
    margin-left: 6.66667%
}
.content-project .offset-md-2 {
    margin-left: 13.33333%
}
.content-project .offset-md-3 {
    margin-left: 20%
}
.content-project .offset-md-4 {
    margin-left: 26.66667%
}
.content-project .offset-md-5 {
    margin-left: 33.33333%
}
.content-project .offset-md-6 {
    margin-left: 40%
}
.content-project .offset-md-7 {
    margin-left: 46.66667%
}
.content-project .offset-md-8 {
    margin-left: 53.33333%
}
.content-project .offset-md-9 {
    margin-left: 60%
}
.content-project .offset-md-10 {
    margin-left: 66.66667%
}
.content-project .offset-md-11 {
    margin-left: 73.33333%
}
.content-project .offset-md-12 {
    margin-left: 80%
}
.content-project .offset-md-13 {
    margin-left: 86.66667%
}
.content-project .offset-md-14 {
    margin-left: 93.33333%
}
}

@media (min-width: 992px) {
.content-project .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
.content-project .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.content-project .col-lg-1 {
    flex: 0 0 6.66667%;
    max-width: 6.66667%
}
.content-project .col-lg-2 {
    flex: 0 0 13.33333%;
    max-width: 13.33333%
}
.content-project .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%
}
.content-project .col-lg-4 {
    flex: 0 0 26.66667%;
    max-width: 26.66667%
}
.content-project .col-lg-5 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.content-project .col-lg-6 {
    flex: 0 0 40%;
    max-width: 40%
}
.content-project .col-lg-7 {
    flex: 0 0 46.66667%;
    max-width: 46.66667%
}
.content-project .col-lg-8 {
    flex: 0 0 53.33333%;
    max-width: 53.33333%
}
.content-project .col-lg-9 {
    flex: 0 0 60%;
    max-width: 60%
}
.content-project .col-lg-10 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.content-project .col-lg-11 {
    flex: 0 0 73.33333%;
    max-width: 73.33333%
}
.content-project .col-lg-12 {
    flex: 0 0 80%;
    max-width: 80%
}
.content-project .col-lg-13 {
    flex: 0 0 86.66667%;
    max-width: 86.66667%
}
.content-project .col-lg-14 {
    flex: 0 0 93.33333%;
    max-width: 93.33333%
}
.content-project .col-lg-15 {
    flex: 0 0 100%;
    max-width: 100%
}
.content-project .order-lg-first {
    order: -1
}
.content-project .order-lg-last {
    order: 16
}
.content-project .order-lg-0 {
    order: 0
}
.content-project .order-lg-1 {
    order: 1
}
.content-project .order-lg-2 {
    order: 2
}
.content-project .order-lg-3 {
    order: 3
}
.content-project .order-lg-4 {
    order: 4
}
.content-project .order-lg-5 {
    order: 5
}
.content-project .order-lg-6 {
    order: 6
}
.content-project .order-lg-7 {
    order: 7
}
.content-project .order-lg-8 {
    order: 8
}
.content-project .order-lg-9 {
    order: 9
}
.content-project .order-lg-10 {
    order: 10
}
.content-project .order-lg-11 {
    order: 11
}
.content-project .order-lg-12 {
    order: 12
}
.content-project .order-lg-13 {
    order: 13
}
.content-project .order-lg-14 {
    order: 14
}
.content-project .order-lg-15 {
    order: 15
}
.content-project .offset-lg-0 {
    margin-left: 0
}
.content-project .offset-lg-1 {
    margin-left: 6.66667%
}
.content-project .offset-lg-2 {
    margin-left: 13.33333%
}
.content-project .offset-lg-3 {
    margin-left: 20%
}
.content-project .offset-lg-4 {
    margin-left: 26.66667%
}
.content-project .offset-lg-5 {
    margin-left: 33.33333%
}
.content-project .offset-lg-6 {
    margin-left: 40%
}
.content-project .offset-lg-7 {
    margin-left: 46.66667%
}
.content-project .offset-lg-8 {
    margin-left: 53.33333%
}
.content-project .offset-lg-9 {
    margin-left: 60%
}
.content-project .offset-lg-10 {
    margin-left: 66.66667%
}
.content-project .offset-lg-11 {
    margin-left: 73.33333%
}
.content-project .offset-lg-12 {
    margin-left: 80%
}
.content-project .offset-lg-13 {
    margin-left: 86.66667%
}
.content-project .offset-lg-14 {
    margin-left: 93.33333%
}
}

@media (min-width: 1200px) {
.content-project .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
.content-project .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}
.content-project .col-xl-1 {
    flex: 0 0 6.66667%;
    max-width: 6.66667%
}
.content-project .col-xl-2 {
    flex: 0 0 13.33333%;
    max-width: 13.33333%
}
.content-project .col-xl-3 {
    flex: 0 0 20%;
    max-width: 20%
}
.content-project .col-xl-4 {
    flex: 0 0 26.66667%;
    max-width: 26.66667%
}
.content-project .col-xl-5 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.content-project .col-xl-6 {
    flex: 0 0 40%;
    max-width: 40%
}
.content-project .col-xl-7 {
    flex: 0 0 46.66667%;
    max-width: 46.66667%
}
.content-project .col-xl-8 {
    flex: 0 0 53.33333%;
    max-width: 53.33333%
}
.content-project .col-xl-9 {
    flex: 0 0 60%;
    max-width: 60%
}
.content-project .col-xl-10 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.content-project .col-xl-11 {
    flex: 0 0 73.33333%;
    max-width: 73.33333%
}
.content-project .col-xl-12 {
    flex: 0 0 80%;
    max-width: 80%
}
.content-project .col-xl-13 {
    flex: 0 0 86.66667%;
    max-width: 86.66667%
}
.content-project .col-xl-14 {
    flex: 0 0 93.33333%;
    max-width: 93.33333%
}
.content-project .col-xl-15 {
    flex: 0 0 100%;
    max-width: 100%
}
.content-project .order-xl-first {
    order: -1
}
.content-project .order-xl-last {
    order: 16
}
.content-project .order-xl-0 {
    order: 0
}
.content-project .order-xl-1 {
    order: 1
}
.content-project .order-xl-2 {
    order: 2
}
.content-project .order-xl-3 {
    order: 3
}
.content-project .order-xl-4 {
    order: 4
}
.content-project .order-xl-5 {
    order: 5
}
.content-project .order-xl-6 {
    order: 6
}
.content-project .order-xl-7 {
    order: 7
}
.content-project .order-xl-8 {
    order: 8
}
.content-project .order-xl-9 {
    order: 9
}
.content-project .order-xl-10 {
    order: 10
}
.content-project .order-xl-11 {
    order: 11
}
.content-project .order-xl-12 {
    order: 12
}
.content-project .order-xl-13 {
    order: 13
}
.content-project .order-xl-14 {
    order: 14
}
.content-project .order-xl-15 {
    order: 15
}
.content-project .offset-xl-0 {
    margin-left: 0
}
.content-project .offset-xl-1 {
    margin-left: 6.66667%
}
.content-project .offset-xl-2 {
    margin-left: 13.33333%
}
.content-project .offset-xl-3 {
    margin-left: 20%
}
.content-project .offset-xl-4 {
    margin-left: 26.66667%
}
.content-project .offset-xl-5 {
    margin-left: 33.33333%
}
.content-project .offset-xl-6 {
    margin-left: 40%
}
.content-project .offset-xl-7 {
    margin-left: 46.66667%
}
.content-project .offset-xl-8 {
    margin-left: 53.33333%
}
.content-project .offset-xl-9 {
    margin-left: 60%
}
.content-project .offset-xl-10 {
    margin-left: 66.66667%
}
.content-project .offset-xl-11 {
    margin-left: 73.33333%
}
.content-project .offset-xl-12 {
    margin-left: 80%
}
.content-project .offset-xl-13 {
    margin-left: 86.66667%
}
.content-project .offset-xl-14 {
    margin-left: 93.33333%
}
}
.content-project .col-1, .content-project .col-2, .content-project .col-3, .content-project .col-4, .content-project .col-5, .content-project .col-6, .content-project .col-7, .content-project .col-8, .content-project .col-9, .content-project .col-10, .content-project .col-11, .content-project .col-12, .content-project .col-13, .content-project .col-14, .content-project .col-15, .content-project .col, .content-project .col-auto, .content-project .col-sm-1, .content-project .col-sm-2, .content-project .col-sm-3, .content-project .col-sm-4, .content-project .col-sm-5, .content-project .col-sm-6, .content-project .col-sm-7, .content-project .col-sm-8, .content-project .col-sm-9, .content-project .col-sm-10, .content-project .col-sm-11, .content-project .col-sm-12, .content-project .col-sm-13, .content-project .col-sm-14, .content-project .col-sm-15, .content-project .col-sm, .content-project .col-sm-auto, .content-project .col-md-1, .content-project .col-md-2, .content-project .col-md-3, .content-project .col-md-4, .content-project .col-md-5, .content-project .col-md-6, .content-project .col-md-7, .content-project .col-md-8, .content-project .col-md-9, .content-project .col-md-10, .content-project .col-md-11, .content-project .col-md-12, .content-project .col-md-13, .content-project .col-md-14, .content-project .col-md-15, .content-project .col-md, .content-project .col-md-auto, .content-project .col-lg-1, .content-project .col-lg-2, .content-project .col-lg-3, .content-project .col-lg-4, .content-project .col-lg-5, .content-project .col-lg-6, .content-project .col-lg-7, .content-project .col-lg-8, .content-project .col-lg-9, .content-project .col-lg-10, .content-project .col-lg-11, .content-project .col-lg-12, .content-project .col-lg-13, .content-project .col-lg-14, .content-project .col-lg-15, .content-project .col-lg, .content-project .col-lg-auto, .content-project .col-xl-1, .content-project .col-xl-2, .content-project .col-xl-3, .content-project .col-xl-4, .content-project .col-xl-5, .content-project .col-xl-6, .content-project .col-xl-7, .content-project .col-xl-8, .content-project .col-xl-9, .content-project .col-xl-10, .content-project .col-xl-11, .content-project .col-xl-12, .content-project .col-xl-13, .content-project .col-xl-14, .content-project .col-xl-15, .content-project .col-xl, .content-project .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px
}
.content-project .row {
    margin-left: -25px;
    margin-right: -25px;
}
h1.project-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.48px;
    color: #393939;
    font-family: "Geometria";
}
.list-lnk-proj {
    letter-spacing: -0.25px;
}
a.prj-proc {
    display: inline-block;
    vertical-align: top;
    background: url(../img/trash.svg) 0 50% no-repeat;
    padding-left: 25px;
}
.menu-socs {
    text-align: left;
    max-width: 150px;
}
.menu-socs a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.d-f {
    overflow: hidden;
}
.b-cover img {
    max-height: 100% !important
}
.col-md-5 {
    overflow: hidden;
}
img {
    vertical-align: top
}
#single .content-head {
    padding-bottom: 40px;
}
.content-project img {
    max-width: 100%;
    height: auto !important;
}
#single .content-project h4 {
    margin: 40px 0 45px;
    letter-spacing: -0.26px;
    font-weight: 500;
    color: #393939;
}
#single .content-project h3 {
    margin: 20px 0 45px;
    letter-spacing: -0.32px;
    font-weight: 500;
    color: #393939;
    font-size: 20px;
}
#single .content-project h2 {
    margin: 20px 0 45px;
    letter-spacing: -0.32px;
    font-weight: 500;
    color: #393939;
    font-size: 20px;
}
#single .content-project p a {
    position: relative;
}
#single .content-project p a:after {
    border-top: 1px solid #9d9d9d;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 4px;
    left: 0;
}
#single .content-project p a:hover:after {
    border-top: none
}
.content-project {
    color: #626262;
    letter-spacing: -0.26px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.content-project p {
    font-size: inherit;
    line-height: inherit;
    color: #626262 !important;
}
.content-project .comm-plus {
    margin-left: -40px;
    font-size: 16px;
}
.comm-plus {
    background: url(../../../../upload/plus.png) 0 0px no-repeat;
    padding-left: 45px;
    min-height: 40px
}
.content-project blockquote {
    border: 1px solid #dcdcdc;
    background: url(../img/Fill_1.png) 50px 50% no-repeat;
    opacity: 0.5;
    letter-spacing: -0.26px;
    padding: 50px 50px 50px 100px;
}
.content-project blockquote.quote-no {
    border: 1px solid rgba(0,0,0, 0);
    background: none;
    padding: 50px 0;
    opacity: 1;
}
.content-project blockquote p {
    padding: 0;
    margin: 0;
}
.b-img-comment {
    position: relative;
}
.b-img-comment .title-img-float {
    position: absolute;
    z-index: 1;
    font-size: 30px;
    letter-spacing: -0.48px;
    font-weight: 500;
    line-height: 36px;
}
.b-img-comment .comment-img-float {
    position: absolute;
    z-index: 1;
    font-weight: 400;
    letter-spacing: -0.26px;
}
.b-img-comment {
}
.b-mini-photo {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.b-mini-photo figcaption {
    font-size: 12px;
    opacity: 0.7;
    color: #393939;
}
.snoska a {
    text-decoration: underline;
}
.img-fit {
    object-fit: cover;
    height: 100%;
    object-position: 50% 50%;
    max-height: calc(100% - 3px)
}
.b-cover {
    position: relative;
    width: 100%
}
.b-cover .b-img-cover {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}
.b-cover img.img-cover {
    opacity: 0;
    max-height: 99%;
}
.mslide {
    width: 100%
}
.img-two {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.img-two div {
}
#imap .point {
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/pluse3.png) 0 0 no-repeat;
}
.author .comm {
    font-size: 12px;
}
.pb-125 {
    padding-bottom: 125px !important;
}
.new-slider {
    position: relative;
}
.new-slider .slider-shadow {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.6;
    height: 15%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.new-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    padding: 0 !important;
    display: inline-block;
    vertical-align: top;
}
.new-slider .carousel-indicators {
    display: block;
    text-align: center;
}
.new-slider .carousel-control-prev, .new-slider .carousel-control-next {
    height: 11%;
    top: auto;
    bottom: 0;
    width: 77px;
    opacity: 1;
    z-index: 2;
}
.new-slider .carousel-control-prev-icon {
    background: url(../img/icon_arrow-l.png) 0 0 no-repeat;
    width: 22px;
    height: 11px;
    opacity: 1;
}
.new-slider .carousel-control-next-icon {
    background: url(../img/icon_arrow-r.png) 0 0 no-repeat;
    width: 22px;
    height: 11px;
    opacity: 1;
}
.nav-tabs .nav-link {
    border: 1px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    padding-left: 0;
    padding-right: 0;
    margin-right: 40px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 1px solid rgba(0,0,0,0);
    border-bottom: 5px solid #eaeaea;
}
.total-info-slider .nav-tabs {
    margin-top: 35px;
}
.tab-content > .tab-pane.fade {
    display: none !important;
}
.tab-content > .tab-pane.active {
    display: block !important;
}
.total-info-text {
}
.total-info-text h2 {
}
.b-data-project {
    width: 100%;
    font-size: 1px;
    font-weight: 200;
    letter-spacing: -0.72px;
    line-height: 1.1;
    padding-top: 60px;
    padding-bottom: 40px;
}
.b-data-project .block {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: 45px;
    padding-bottom: 50px;
}
.b-data-project .block span {
    display: block;
    color: #161617;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
}
.b-data-project {
}
.pbt-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
blockquote.quot-read {
    background: url(../img/quo-read.png) 50px 50% no-repeat;
    max-width: 400px;
    padding: 40px 45px 40px 100px;
}
.snoska {
    margin-top: 45px;
    color: #393939;
    opacity: 0.5;
    max-width: 400px;
}
.author {
    font-size: 12px;
}
.author img {
    margin-bottom: 15px;
}
.author .aut-up {
    padding-bottom: 20px;
}
.author .aut-up b {
    display: block;
    padding-top: 10px;
}
.author strong {
    font-weight: 700;
    display: inline-block;
    min-width: 90px
}
.max300 {
    max-width: 300px
}
.author .comment {
    color: #393939;
    padding-top: 0px;
}
.fz12 {
    font-size: 12px !important
}
a.link-project-view {
    border: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    background: url(../img/icon_arrow-r-pr.png) 100% 55% no-repeat;
}
#single .content-project p a.link-project-view:after {
    top: auto;
    bottom: 0;
    width: auto;
    left: 0;
    right: 25px;
}
.comment-clear-img {
    height: 58px;
}
body.compensate-for-scrollbar {
    overflow: hidden
}
.fancybox-active {
    height: auto
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}
.fancybox-container * {
    box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-toolbar {
    right: 0;
    top: 0
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}
.fancybox-slide--image:before {
    display: none
}
.fancybox-slide--html {
    padding: 6px
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}
.fancybox-container [data-selectable=true] {
    cursor: text
}
.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}
.fancybox-spaceball {
    z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}
.fancybox-slide--video .fancybox-content {
    background: #000
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff
}
.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}
.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}
.fancybox-button:hover {
    color: #fff
}
.fancybox-button:focus {
    outline: none
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}
.fancybox-button div {
    height: 100%
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}
.fancybox-navigation .fancybox-button div {
    padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}
.fancybox-caption {
    background: linear-gradient(0deg, rgba(0,0,0,.85) 0, rgba(0,0,0,.3) 50%, rgba(0,0,0,.15) 65%, rgba(0,0,0,.075) 75.5%, rgba(0,0,0,.037) 82.85%, rgba(0,0,0,.019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}
@supports (padding:max(0px)) {
.fancybox-caption {
padding:75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
}
}
.fancybox-caption--separate {
    margin-top: -50px
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}
.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}
@keyframes a {
to {
transform:rotate(1turn)
}
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
.fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
}
.fancybox-slide--image {
    padding: 6px 0
}
.fancybox-close-small {
    right: -6px
}
.fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
}
.fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
}
@supports (padding:max(0px)) {
.fancybox-caption {
padding-left:max(12px, env(safe-area-inset-left));
padding-right:max(12px, env(safe-area-inset-right))
}
}
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}
.fancybox-share p {
    margin: 0;
    padding: 0
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}
.fancybox-share__button:hover {
    text-decoration: none
}
.fancybox-share__button--fb {
    background: #3b5998
}
.fancybox-share__button--fb:hover {
    background: #344e86
}
.fancybox-share__button--pt {
    background: #bd081d
}
.fancybox-share__button--pt:hover {
    background: #aa0719
}
.fancybox-share__button--tw {
    background: #1da1f2
}
.fancybox-share__button--tw:hover {
    background: #0d95e8
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}
.fancybox-share__button svg path {
    fill: #fff
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    width: 212px;
    z-index: 99995
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width:7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background:#fff;
border-radius:10px;
box-shadow:inset 0 0 6px rgba(0,0,0,.3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background:#2a2a2a;
border-radius:10px
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}
.fancybox-thumbs__list a:focus:before {
    opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
.fancybox-thumbs {
    width: 110px
}
.fancybox-show-thumbs .fancybox-inner {
    right: 110px
}
.fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
}
}
/********* my style ********/
.overlay-menu-nav li {
    max-width: 180px
}
.op7 {
    opacity: 0.7
}
.overlay-menu-active .menu-over-close {
    background: rgba(0,0,0,0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2311
}
.no-border {
    border: none !important
}
.list-tire {
    color: #393939;
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-tire li {
    position: relative;
}
.list-tire li:after {
    content: "";
    background: #393939;
    position: absolute;
    top: 12px;
    left: -35px;
    font-size: 16px;
    width: 11px;
    height: 1px;
}
h2.fz16 {
    font-size: 16px !important
}
#single .content-project h2.mt-40 {
    margin-top: 40px !important
}
.overlay-menu-nav li li a {
    color: #393939;
    display: inline-block;
    vertical-align: top;
}
.overlay-menu-nav li li a.parent {
    width: auto;
    padding-right: 35px;
    border-left: none;
    border-left-color: rgba(0,0,0,0) !important;
    font-size: 16px;/*background:url(../img/m-arr-d.png) 100% 9px no-repeat;*/
}
.overlay-menu-nav li {
    overflow: hidden;
}
.overlay-menu-nav>li > ul.sub {
    display: none;
}
.overlay-menu-nav li:hover > ul.sub {
    display: block !important;
}
.overlay-menu-nav li>ul.sub li>ul.sub {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 25px;
}
.overlay-menu-nav ul.sub li:hover ul.sub {
    display: block !important
}
.overlay-menu-nav li:hover li:hover ul.sub li a {
    border-left-color: rgba(0,0,0,0);
    opacity: 0.3;
}
.overlay-menu-nav li:hover li:hover ul.sub li:hover a {
    opacity: 1;
    color: #161617;
    border-left-color: #ebebeb;
}
.overlay-menu-nav li li ul.sub a {
    color: #161617;
    font-size: 14px;
}
.overlay-menu-nav li li ul.sub li {
    padding-bottom: 23px;
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
}
.owl-preview {
    position: relative;
}
.owl-preview .owl-controls {
    position: relative;
}
.owl-preview .owl-buttons {
    top: -67px;
    width: 100%;
}
.owl-preview .item {
    position: relative;
}
.owl-preview .slide-txt {
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 70px;
    right: 70px;
    color: #fff;
    font-size: 16px;
}
.owl-preview .owl-prev {
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 40px;
    background: url(../img/icon_arrow-l.png) 0 0 no-repeat;
    width: 22px;
    height: 11px;
}
.owl-preview .owl-next {
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: auto;
    right: 40px;
    background: url(../img/icon_arrow-r.png) 0 0 no-repeat;
    width: 22px;
    height: 11px;
}
.owl-preview .owl-pagination {
    text-align: left;
}
.owl-preview .owl-page {
    width: 60px;
    height: 60px;
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    margin-right: 40px;
    margin-top: 40px;
}
.owl-preview .owl-page.active:after {
    content: "";
    bottom: -11px;
    left: 0;
    top: auto;
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #eaeaea;
}
.owl-preview .owl-page span {
    display: none !important;
}
.main-logo {position: absolute;top:45px;right: 110px; opacity: .7;}

/*
.page-main .owl-page+.owl-page+.owl-page+.owl-page+.owl-page+.owl-page+.owl-page+.owl-page { display: none !important; }
.page-main .owl-carousel .owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item+.owl-item { display: none !important;}
*/

@media(max-width:1800px) {
.page-iternal .header-inner {
    padding-left: 0;
    padding-right: 40px
}
.overlay-menu-close, .overlay-menu-close2 {
    left: 20px;
}
.overlay-menu .overlay-menu-inner {
    padding-left: 20px;
}
.overlay-menu-inner .copyright {
    left: 20px;
}
.overlay-menu-inner .feedback {
    left: 335px;
}
}

@media(max-width:1700px) {
.onenews {
    bottom: 25% !important;
}
.b-data-project .block {
    font-size: 40px
}
}
.overlay-menu-inner {
    margin: 0 auto;
}
.overlay-menu-nav {
    margin-top: 0px;
}

@media(min-width:1921px) {
.page-iternal .header-inner {
    max-width: 100% !important;
    padding-left: 90px;
}
@media(min-width:1770px) {
#footer {padding-left: 15px;}
}
.container {
    max-width: 100% !important;
    padding-left: 90px;
}
}
.header-fixed .arrowLink {
    top: 15px;
}
.arrowLink {
    position: absolute;
    left: 19%;
}
.arrowLink a {
    padding-right: 20px;
    display: inline-block;
    height: 16px;
    margin-top: 15px;
}
@media (min-width: 768px) {
.arrowLink {
    left: 33%;
}
@media (max-width: 1440px) {
.arrowLink {
    left: 17%;
}
}

@media (min-width: 1441px) {
.arrowLink {
    left: 17%;
}
}
@media (max-width: 1199px) {
.arrowLink {
    left: 33%;
}
}


.page-iternal #page-wraper {
    padding: 0 20px;
}
}


@media (max-width: 767px) {
#page-wraper {
    padding: 0 0px;
}
.header-inner .logo {
    margin-top: 14px;
}
.arrowLink {
    display: none;
}
}
.menu-nav a {
    color: #626262 !important;
    text-decoration: none !important;
}
.overlay-menu-inner a {
    text-decoration: none !important;
}

.btn-project {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    display: inline-block;
    vertical-align: top;
    padding:7px 25px;
    font-size: 18px;
    text-decoration: none !important;
    opacity: 1;
}
.btn-project:hover {background: #393939;color:#fff; border-color:#393939; text-decoration: none; opacity: .7;}
.main-phone {position: absolute;top:50px;right: calc(20% - 50px);z-index: 5;}
.main-phone a {color:#fff;}
.btn-view-project {position: relative;top:0;left:0;display: inline-block !important; vertical-align: top;padding:10px 20px;color:#fff; 
	text-decoration: none !important;border:1px solid #fff;font-size: 18px;z-index: 2;margin:12px 0 0; background: none;}
.btn-view-project:hover {background:#fff;color:#000;border-color: #fff; opacity: 1}
.header .main-phone {position: relative;top: 0;right: 0;left: 0;margin: 1px 20px 0 0;float:right;}
.header .main-phone a {color:#626262;}
.header.header-fixed .main-phone {margin-top: 16px;}


@media(max-width: 1024px) {
.main-logo {right:45px;}
.intro-content  {display: block;height: auto;padding-top: 110px;}
.intro-content-inner {display: block;height: auto;padding-left: 25px;padding-right: 25px;}
#intro .navigation {left: 25px;}
.main-phone {right: 105px;}
#intro .slogan {left: 25px;}
#intro .social {right: 25px;}
#intro .journal {right: -74px;}
#intro .feedback {display: none;}
#intro .navigation .prev, #intro .navigation .next {top:-25px; width: 40px;height: 25px;}
.js-fullscreen-height  {display: flex; align-items: center;width:100%;}
}


@media(max-width:767px){
.main-phone {right:20px !important;top:21px;}
.main-logo {left: 25px;right: auto;top: 15px;}
.header .main-phone {margin-top: 16px;}
.project-footer {margin-bottom: 10px;}
#intro .navigation .prev, #intro .navigation .next {top: 75px;}
}

@media(max-width:600px){

    .btn-view-project {bottom:130px;font-size: 15px;}
    #intro .navigation {top:0 !important;}

    #intro .copyright {bottom:35px !important;}
    #intro .feedback {bottom:95px !important;left:30px;right:auto;}
}
@media(max-width:400px){
.header .main-phone {display: none}
}
@media(max-width:330px){
#intro .intro-content-inner .intro-sub-title {max-width:280px;}
}