@import url('font/css2.css');
@import url('font/font-awesome.css');
@import url('font/flaticon.css');
@import url('font/animate.css');
/* @import url('font/jquery-ui.css');
@import url('font/jquery.fancybox.min.css'); */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body {
    font-family: 'SuisseIntl_Light', sans-serif;
    font-size: 16px;
    color: #1f2531;
    line-height: 1.35em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #F26522;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus {
    text-decoration: none;
    outline: 0
}

ul,
ul li,
ol,
ol li {
    list-style: none;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Lunchtype_Medium', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
    background: 0;
    color: #191825;
    line-height: 1.0em
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 26px;
    font-weight: 700;
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 16px
}

input,
button,
select,
textarea {
    font-family: 'Lunchtype_Regular', sans-serif
}

textarea {
    overflow: hidden;
    resize: none
}

p {
    position: relative;
    line-height: 1.50em;
    margin-bottom: 20px
}

.text {
    position: relative;
    line-height: 1.70em;
    margin-bottom: 0
}

.f14 {font-size: 14px;}

.strike-through {
    text-decoration: line-through
}

.auto-container {
    position: static;
    max-width: 1920px;
    /* padding: 0 20px; */
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

.theme-btn {
    display: inline-block;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.centered {
    text-align: center
}

.btn-style-one {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 22px;
    overflow: hidden
}

.btn-style-one:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 0;
    width: 22px;
    height: 100%;
    background: #1f2531;
    transform: skewY(45deg);
    transition: all 300ms linear
}

.btn-style-one:hover:after {
    background: #F26522
}

.btn-style-one .btn-box {
    position: relative;
    display: block;
    background: #1f2531;
    color: #fff;
    line-height: 30px;
    padding: 15px 3px 15px 25px;
    transition: all 300ms linear;
    z-index: 1
}

.btn-style-one:hover .btn-box {
    background: #F26522;
    color: #1f2531
}

.btn-style-one .btn-arrow {
    position: relative;
    left: 0;
    top: 7px;
    font-size: 24px;
    line-height: 30px;
    padding-left: 20px;
    transform: rotate(-45deg);
    transition: all 300ms linear
}

.btn-style-one:hover .btn-arrow {
    top: 1px;
    left: 0;
    transform: rotate(0deg)
}

.btn-style-two {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    font-family: 'SuisseIntl_Regular', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    overflow: hidden
}

.btn-style-two .btn-box {
    position: relative;
    display: block;
    background: 0;
    color: #1f2531;
    line-height: 30px;
    padding: 15px 30px 15px 25px;
    border: 1px solid #1f2531;
    transition: all 300ms linear;
    z-index: 1
}

.btn-style-two:hover .btn-box {
    border-color: #F26522;
    color: #F26522
}

.btn-style-two .btn-box:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    right: -22px;
    bottom: -22px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #1f2531;
    transform: rotate(-45deg);
    transition: all 300ms linear
}

.btn-style-two:hover .btn-box:after {
    border-color: #F26522
}

.btn-style-two .btn-arrow {
    position: relative;
    left: 0;
    top: 7px;
    font-size: 24px;
    line-height: 30px;
    padding-left: 20px;
    transform: rotate(-45deg);
    transition: all 300ms linear
}

.btn-style-two:hover .btn-arrow {
    top: 1px;
    left: 0;
    transform: rotate(0deg)
}

.theme-btn .icon-left {
    padding-right: 10px
}

.theme-btn .icon-right {
    padding-left: 10px
}

.theme_color {
    color: #F26522
}

.light-font {
    font-weight: 300
}

.regular-font {
    font-weight: 400
}

.semibold-font {
    font-weight: 600
}

.bold-font {
    font-weight: 700
}

.ex-bold-font {
    font-weight: 800
}

.heavy-font {
    font-weight: 900
}

.bg-lightgrey {
    background-color: #f6f7f8
}

.no-bg {
    background: 0
}

.text-uppercase {
    text-transform: uppercase
}

.grey-color {
    color: #333 !important
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../img/home/preloader.svg)
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 52px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 50px;
    padding-top: 4px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 22px 22px 0 0;
    background: #F26522;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top img {
    position: relative;
    top: -2px;
    vertical-align: middle;
    height: 10px
}

.scroll-to-top:hover {
    color: #fff;
    background: #1E1E1E
}

form {
    position: relative
}

.default-form {
    position: relative
}

form .form-group {
    position: relative;
    margin-bottom: 30px
}

form .row {
    margin: 0 -10px
}

form .row .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px
}

form .field-inner {
    position: relative;
    display: block
}

form .field-inner .alt-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 16px;
    color: #F26522;
    z-index: 1;
    pointer-events: none
}

form .form-group .field-label {
    position: relative;
    display: block;
    color: #03030f;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 12px
}

form .form-group .e-label {
    position: relative
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select {
    position: relative;
    display: block;
    height: 54px;
    width: 100%;
    font-size: 16px;
    color: #101010;
    line-height: 30px;
    font-weight: 400;
    padding: 11px 20px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

form .form-group textarea {
    height: 150px;
    padding-top: 15px;
    resize: none
}

form .form-group select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer
}

form .form-group select option {
    line-height: 30px;
    padding-left: 20px;
    text-indent: 20px;
    cursor: pointer
}

form .form-group input[type="submit"],
form .form-group button {
    display: inline-block
}

form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:focus,
form .form-group input[type="password"]:focus,
form .form-group input[type="tel"]:focus,
form .form-group input[type="url"]:focus,
form .form-group input[type="file"]:focus,
form .form-group input[type="number"]:focus,
form .form-group textarea:focus,
form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
    border-color: #F26522
}

form ::-webkit-input-placeholder {
    color: #656363
}

form ::-moz-input-placeholder {
    color: #656363
}

form ::-ms-input-placeholder {
    color: #656363
}

form label.error {
    color: #f00;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    padding-top: 10px;
    line-height: 24px
}

.check-block {
    position: relative;
    margin-bottom: 15px
}

.check-block input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.check-block label {
    position: relative;
    display: block;
    line-height: 28px;
    padding-left: 34px;
    font-weight: 400;
    color: #505050;
    font-size: 16px;
    cursor: pointer;
    margin: 0
}

.check-block label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #F26522;
    border-radius: 50%;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.check-block input:checked+label:before {
    content: '';
    background: #F26522;
    color: #fff
}

.check-block input:checked+label:after {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 22px
}

.radio-block {
    position: relative;
    margin-bottom: 15px
}

.radio-block input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.radio-block label {
    position: relative;
    display: block;
    line-height: 28px;
    padding-left: 30px;
    font-weight: 400;
    color: #505050;
    font-size: 16px;
    cursor: pointer;
    margin: 0
}

.radio-block label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #F26522;
    border-radius: 50%;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.radio-block label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #F26522;
    border-radius: 50%;
    opacity: 0;
    z-index: 1
}

.radio-block input:checked+label:after {
    opacity: 1
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    padding: 11px 20px;
    line-height: 30px;
    font-family: 'SuisseIntl_Light', sans-serif;
    color: #585f5f;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.form-group .ui-button .ui-icon {
    background: 0;
    position: relative;
    top: 6px;
    right: 0;
    text-indent: 0;
    color: #999
}

.form-group .ui-button .ui-icon:before {
    font-family: 'simple-line-icons';
    content: "\e604";
    position: absolute;
    right: 0;
    top: 0 !important;
    width: 15px;
    height: 30px;
    display: block;
    color: #F26522;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    z-index: 5
}

.ui-selectmenu-menu {
    min-width: 150px;
    max-height: 200px;
    overflow-y: auto
}

.ui-widget.ui-widget-content {
    border: 1px solid #F26522;
    border-top: 0;
    font-family: 'SuisseIntl_Light', sans-serif;
    border-radius: 0;
    padding: 0
}

.ui-menu .ui-menu-item {
    font-size: 16px;
    border-bottom: 1px solid #F26522
}

.ui-menu .ui-menu-item:last-child {
    border: 0
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 10px 18px !important;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #252525;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #F26522;
    margin: 0
}

.site-form form .form-group {
    margin-bottom: 30px
}

.site-form form .form-group .field-inner {
    position: relative
}

.site-form form .form-group .field-inner .alt-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    color: #F26522;
    font-size: 18px;
    line-height: 30px;
    pointer-events: none
}

.site-form form .form-group .f-label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px
}

.site-form form .form-group .f-label i {
    color: #F26522;
    font-style: normal
}

.site-form form .form-group input[type="text"],
.site-form form .form-group input[type="email"],
.site-form form .form-group input[type="password"],
.site-form form .form-group input[type="url"],
.site-form form .form-group input[type="number"],
.site-form form .form-group input[type="file"],
.site-form form .form-group input[type="range"],
.site-form form .form-group select,
.site-form form .form-group textarea {
    height: 58px;
    line-height: 26px;
    padding: 15px 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #10221B;
    font-weight: 500;
    background: #fff
}

.site-form form .form-group textarea {
    height: 170px
}

.site-form form .form-group select option {
    text-indent: 20px
}

.site-form form .form-group input[type="text"]:focus,
.site-form form .form-group input[type="email"]:focus,
.site-form form .form-group input[type="password"]:focus,
.site-form form .form-group input[type="url"]:focus,
.site-form form .form-group input[type="number"]:focus,
.site-form form .form-group input[type="file"]:focus,
.site-form form .form-group input[type="range"]:focus,
.site-form form .form-group select:focus,
.site-form form .form-group textarea:focus {
    border-color: #F26522
}

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: 0;
    z-index: 999
}

.main-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 146px;
    height: 12px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10)
}

.main-header.light-header:before {
    border-top-color: rgba(0, 0, 0, 0.10);
    border-bottom-color: rgba(0, 0, 0, 0.10)
}

.main-header.light-header .main-menu .navigation>li {
    border-left-color: rgba(0, 0, 0, 0.10)
}

.main-header.light-header .main-menu .navigation>li:last-child {
    border-right-color: rgba(0, 0, 0, 0.10)
}

.main-header.light-header .main-menu .navigation>li>a:before {
    border-color: #1f2531
}

.main-header .auto-container {
    max-width: 1880px;
    padding: 0 20px
}

.main-header .header-upper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.header-three .header-upper {
    top: 0
}

.main-header.dark-mode .header-upper {
    background: #1f2531
}

.fixed-header .header-upper {
    position: fixed;
    top: 0;
    background: #1f2531;
    border-bottom-color: rgba(0, 0, 0, 0.15)
}

.light-header.fixed-header .header-upper {
    background: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.0)
}

.main-header.header-four .nav-outer {
    display: none
}

.main-header.header-four.fixed-header .header-upper {
    background-color: #fff
}

.main-header.header-four .nav-toggler {
    display: block
}

.main-header.header-four .main-box .logo-box {
    padding: 25px 0
}

.main-header.header-five {
    position: relative
}

.main-header.header-five .header-upper {
    position: relative
}

.main-header ul,
.main-header ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-header .main-box {
    position: relative;
    padding: 0
}

.main-header .main-box .logo-box {
    position: relative;
    display: block;
    float: left;
    padding: 33px 0;
    transition: all 300ms ease;
    z-index: 5
}

.fixed-header .main-box .logo-box {
    padding: 23px 0
}

.main-header .main-box .logo-box .logo {
    position: relative;
    display: block
}

.main-header .main-box .logo-box .logo img {
    position: relative;
    display: block;
    height: 100px;
    z-index: 1;
    transition: all 300ms ease
}

.fixed-header .main-box .logo-box .logo img {
    height: 80px
}

.main-header .nav-box {
    position: relative;
    float: right
}

.main-header .header-upper .links-box {
    position: relative;
    float: left;
    padding-top: 29px;
    transition: all 300ms ease
}

.fixed-header .header-upper .links-box {
    padding-top: 14px
}

.main-header .header-upper .links-box .link {
    position: relative;
    float: left;
    margin-left: 30px
}

.main-header .header-upper .contact-btn {
    position: relative;
    display: block;
    font-size: 28px;
    font-family: 'SuisseIntl_Regular', sans-serif;
    text-transform: uppercase;
    padding-right: 30px;
    overflow: hidden
}

.main-header .header-upper .contact-btn:after {
    content: '';
    position: absolute;
    top: -15px;
    right: 0;
    width: 32px;
    height: 100%;
    background: #1f2531;
    transform: skewY(-48deg);
    transition: all 300ms linear
}

.main-header .header-upper .contact-btn:hover:after,
.fixed-header .header-upper .contact-btn:after {
    background: #F26522
}

.main-header .header-upper .contact-btn .btn-box {
    position: relative;
    display: block;
    background: #1f2531;
    color: #fff;
    line-height: 40px;
    padding: 25px 0 21px 32px;
    transition: all 300ms linear;
    z-index: 1
}

.main-header.dark-mode .header-upper .contact-btn .btn-box {
    background: #fff !important;
    color: #1f2531
}

.main-header.dark-mode .header-upper .contact-btn:after {
    background: #fff
}

.main-header .header-upper .contact-btn:hover .btn-box,
.fixed-header .header-upper .contact-btn .btn-box {
    background: #F26522;
    color: #1f2531
}

.main-header .header-upper .contact-btn .btn-arrow {
    position: relative;
    left: 0;
    top: 4px;
    font-size: 29px;
    line-height: 40px;
    padding-left: 10px;
    transform: rotate(-45deg);
    transition: all 300ms linear
}

.main-header .header-upper .contact-btn:hover .btn-arrow {
    top: 3px;
    left: 5px;
    transform: rotate(0deg)
}

.main-header .nav-toggler {
    position: relative;
    float: left;
    left: 0;
    top: 0;
    padding: 0;
    margin-top: 30px;
    margin-left: 20px;
    display: none
}

.main-header .nav-toggler button {
    position: relative;
    width: 30px;
    height: 44px;
    line-height: 24px;
    padding: 5px 0;
    background: 0;
    color: #e1e1e1;
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    outline: none !important
}

.main-header .nav-toggler button img {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.main-header .nav-outer {
    position: relative;
    float: left
}

.main-menu {
    position: relative;
    display: block;
    padding: 0
}

.main-menu .navbar-collapse {
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none
}

.main-menu .navigation {
    position: relative;
    z-index: 1
}

.main-menu .navigation>li {
    position: relative;
    display: block;
    font-family: 'SuisseIntl_Regular', sans-serif;
    float: left;
    padding: 80px 30px 45px 30px;
    width: 280px;
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    margin-left: 0;
    transition: all 300ms ease
}

.fixed-header .main-menu .navigation>li {
    padding-top: 40px;
    padding-bottom: 35px
}

.main-menu .navigation>li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.10)
}

.main-menu .navigation>li:first-child {
    margin-left: 0
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 0;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.light-header .main-menu .navigation>li>a,
.light-header .main-menu .navigation>li:hover>a,
.light-header .main-menu .navigation>li.current>a {
    color: #1f2531
}

.main-menu .navigation>li>a .st {
    position: relative;
    display: block;
    font-family: 'SuisseIntl_Regular', sans-serif;
    text-transform: none;
    font-size: 17px;
    line-height: 20px;
    opacity: .70
}

.main-menu .navigation>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -31px;
    display: block;
    width: 10px;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 1.0);
    transition: all 300ms ease;
    z-index: 1
}

.main-menu .navigation>li:hover>a:before,
.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li.current-menu-item>a:before {
    width: 50px
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
    color: #fff;
    text-decoration: none;
    opacity: 1
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    margin-top: -8px;
    min-width: 100%;
    padding: 0;
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0 10px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0 10px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0 10px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease
}

.main-menu .navigation>li>ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 7px solid #fff;
    transition: all 300ms ease;
    z-index: 1
}

.main-menu .navigation>li>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 0;
    z-index: 1
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 15px 10px 25px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1f2531;
    border-radius: 0;
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f061";
    position: absolute;
    left: 20px;
    top: 12px;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 26px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 300ms linear;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    opacity: 1;
    transform: rotate(-45deg);
    transition: all 300ms linear 150ms
}

.main-menu .navigation>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li.current>a {
    padding-left: 30px;
    color: #fff;
    background: #1f2531
}

.main-menu .navigation>li>ul>li.dropdown:hover>a {
    padding-left: 70px
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 280px;
    min-width: 100%;
    padding: 0;
    z-index: 100;
    opacity: 1;
    text-align: left;
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0 10px 1px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0 10px 1px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0 10px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0 10px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.03), -2px 0 10px 1px rgba(0, 0, 0, 0.03);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 0
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 15px 10px 25px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #1f2531;
    border-radius: 0;
    text-transform: capitalize;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f061";
    position: absolute;
    left: 25px;
    top: 15px;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 26px;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 300ms linear;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    opacity: 1;
    transform: rotate(-45deg);
    transition: all 300ms linear 150ms
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li.current>a {
    padding-left: 30px;
    color: #fff;
    background: #1f2531
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a {
    padding-left: 70px
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.simple-header {
    display: none
}

.simple-header .simple-outer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.fixed-header .simple-outer {
    background: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.20)
}

.simple-header .simple-outer .logo-box {
    position: relative;
    display: block;
    float: left;
    padding: 20px 0;
    transition: all 300ms ease;
    z-index: 5
}

.fixed-header .simple-outer .logo-box {
    padding: 15px 0
}

.simple-header .logo-box .logo {
    position: relative;
    display: block
}

.simple-header .logo-box .logo img {
    position: relative;
    display: block;
    height: 60px;
    z-index: 1;
    transition: all 300ms ease
}

.fixed-header .simple-outer .logo-box .logo img {
    height: 50px
}

.simple-header .nav-toggle {
    position: relative;
    float: right;
    left: 0;
    top: 0;
    padding: 0;
    height: 50px;
    margin-top: 25px;
    cursor: pointer;
    transition: all 300ms ease
}

.fixed-header .nav-toggle {
    margin-top: 15px
}

.simple-header .nav-toggle .icon {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 50px
}

.m-page-container {
    position: relative;
    padding: 60px 341px 0 60px
}

body.visible-sidebar {
    overflow-y: hidden
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0, 0, 0, 0.70);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible
}

.hidden-bar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    background: #fff;
    padding-top: 60px;
    color: #101010;
    border-right: 4px solid #F26522;
    z-index: 9999;
    visibility: hidden;
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out
}

.hidden-bar .hidden-bar-closer {
    display: none
}

.hidden-bar.visible-sidebar {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.hidden-bar .nav-logo-box {
    position: relative;
    padding: 10px 25px 20px;
    margin-bottom: 20px
}

.hidden-bar .nav-logo-box img {
    max-height: 60px
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li {
    list-style-type: none;
    margin: 0
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    right: -5px;
    top: 0;
    padding: 14px 20px;
    line-height: 30px;
    cursor: pointer;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 9999
}

.hidden-bar .hidden-bar-closer svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.25px
}

.hidden-bar-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 20px 0 35px;
    overflow-x: hidden
}

.hidden-bar .side-menu {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    font-family: 'SuisseIntl_Light', sans-serif
}

.hidden-bar .side-menu ul li {
    position: relative;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20)
}

.hidden-bar .side-menu ul li a {
    position: relative;
    color: #222;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 5px 30px;
    letter-spacing: .05em;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
    color: #F26522
}

.hidden-bar .side-menu ul li ul li {
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 10px
}

.hidden-bar .side-menu ul li ul li a {
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px
}

.hidden-bar .side-menu ul li .btn-expander {
    position: absolute;
    top: 11px;
    right: 0;
    background: 0;
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    height: 24px;
    width: 20px;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    z-index: 1
}

.hidden-bar .side-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0
}

.hidden-bar .side-menu ul li a {
    display: block;
    vertical-align: top;
    padding: 12px 30px 12px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #231F20;
    text-transform: capitalize
}

.hidden-bar .side-menu ul li ul li a {
    font-size: 15px;
    font-weight: 600
}

.hidden-bar .side-menu ul li .btn-expander {
    top: 9px;
    right: 15px;
    font-weight: 700;
    font-size: 13px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.50)
}

.hidden-bar .side-menu ul li .btn-expander i {
    font-weight: 800
}

.hidden-bar .side-menu ul li ul {
    padding: 0
}

.hidden-bar .side-menu ul li ul li ul {
    padding: 0;
    margin-left: 0
}

.hidden-bar .side-menu ul li ul li {
    margin-bottom: 0
}

.hidden-bar .side-menu ul li ul li:last-child {
    margin-bottom: 0
}

.hidden-bar .links-box {
    position: relative;
    display: block;
    padding: 30px 25px
}

.hidden-bar .links-box .link {
    position: relative;
    margin-top: 15px
}

.hidden-bar .links-box .link .theme-btn {
    display: block
}

.minimal-navbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 281px;
    background: #fff;
    padding-top: 60px;
    color: #101010;
    border-left: 1px solid #e0e0e0;
    z-index: 9999;
    visibility: visible;
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out
}

.minimal-navbar .minimal-navbar-closer {
    display: none
}

.minimal-navbar.visible-minimal-bar {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.minimal-navbar .nav-logo-box {
    position: relative;
    padding: 10px 30px 30px 40px;
    margin-bottom: 20px
}

.minimal-navbar .nav-logo-box img {
    max-height: 70px
}

.minimal-navbar ol,
.minimal-navbar ol li,
.minimal-navbar ul,
.minimal-navbar ul li {
    list-style-type: none;
    margin: 0
}

.minimal-navbar .minimal-navbar-closer {
    position: absolute;
    right: -5px;
    top: -5px;
    padding: 14px 20px;
    line-height: 30px;
    cursor: pointer;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 9999
}

.minimal-navbar .minimal-navbar-closer svg {
    width: 16px;
    height: 16px;
    stroke-width: 1.25px
}

.minimal-navbar-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 30px 0 260px;
    overflow-x: hidden
}

.minimal-navbar .minimal-navbar-menu {
    position: relative;
    display: block;
    font-family: 'SuisseIntl_Book', sans-serif
}

.minimal-navbar .minimal-navbar-menu ul li {
    position: relative;
    display: block
}

.minimal-navbar .minimal-navbar-menu ul li a {
    position: relative;
    color: #222;
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 11px 0;
    letter-spacing: .0em;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.minimal-navbar .minimal-navbar-menu ul li a:hover,
.minimal-navbar .minimal-navbar-menu ul>li.current>a,
.minimal-navbar .minimal-navbar-menu ul>li>ul>li.current>a {
    color: #F26522
}

.minimal-navbar .minimal-navbar-menu ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
    transition: all .3s ease
}

.minimal-navbar .minimal-navbar-menu ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.80);
    transition: all .3s ease;
    z-index: 1
}

.minimal-navbar .minimal-navbar-menu ul li:hover>a:after,
.minimal-navbar .minimal-navbar-menu ul li.current>a:after {
    width: 100%
}

.minimal-navbar .minimal-navbar-menu ul li ul li {
    padding-left: 0
}

.minimal-navbar .minimal-navbar-menu ul li ul li a {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px
}

.minimal-navbar .minimal-navbar-menu ul li .btn-expander {
    position: absolute;
    top: 11px;
    right: 0;
    background: 0;
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    height: 24px;
    width: 20px;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    display: none;
    z-index: 1
}

.minimal-navbar .minimal-navbar-menu ul li {
    padding: 0 0 0 40px
}

.minimal-navbar .minimal-navbar-menu ul li ul li.dropdown>a {
    font-size: 18px
}

.minimal-navbar .minimal-navbar-menu ul li .btn-expander {
    top: 9px;
    right: 15px;
    font-weight: 700;
    font-size: 13px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.50)
}

.minimal-navbar .minimal-navbar-menu ul li .btn-expander i {
    font-weight: 800
}

.minimal-navbar .minimal-navbar-menu ul li ul {
    padding: 0
}

.minimal-navbar .minimal-navbar-menu ul li ul li ul {
    padding: 0;
    margin-left: 0
}

.minimal-navbar .minimal-navbar-menu ul li ul li {
    margin-bottom: 0
}

.minimal-navbar .minimal-navbar-menu ul li ul li:last-child {
    margin-bottom: 0
}

.minimal-navbar .links-box {
    position: relative;
    display: block;
    padding: 20px 0 0
}

.minimal-navbar .links-box .contact-link {
    position: absolute;
    left: 0;
    top: 270px
}

.minimal-navbar .links-box .btn-style-one {
    font-size: 18px;
    font-family: 'SuisseIntl_Regular', sans-serif;
    padding-right: 15px;
    transform: rotate(-90deg);
    transform-origin: left top
}

.minimal-navbar .links-box .btn-style-one .btn-box {
    line-height: 30px;
    padding: 9px 3px 7px 20px
}

.minimal-navbar .links-box .btn-style-one .btn-arrow {
    top: 4px;
    font-size: 20px;
    padding-left: 10px
}

.minimal-navbar .links-box .btn-style-one:after {
    width: 15px;
    top: -8px;
    transform: skewY(-45deg)
}

.s-block {
    position: relative;
}

.services-section .row {
    margin: 0 -25px
}

.services-section .row .s-block {
    padding: 0 25px;
}

.s-block .inner-box {
    position: relative;
    display: block
}

.s-block .image-box {
    position: relative;
    display: block
}

.s-block .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.s-block .image-box .image img {
    display: block;
    width: 100%;
    transition: all 500ms linear
}

.s-block .inner-box:hover .image-box .image img {
    opacity: .80;
    transform: scale(1.05)
}

.s-block .image-box p {
    position: relative;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    height: 60px;
    letter-spacing: 2px;
    line-height: 60px;
    top: -230px;
    font-size: 25px;
}

.s-block .inner-box .image-box .cat {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    z-index: 1;
}

.mouse_default{
    color: white;
    border: 1px solid white;
    z-index: 2
}
.mouse_over{
    color: white;
    border: 1px solid #F26522;
    background-color: #F26522;
    z-index: 2
}

.s-block .pic_info {
    position: absolute; 
    left: 0%; 
    height: 100%; 
    width: 5%; 
    background-color: black; 
    opacity: 0.8; 
    top: 0%;
}
.s-block .title{
    color: white; 
    font-size: 30px; 
    width: 80%; 
    margin-left: 10%; 
    margin-top: 40px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    display: none;
}
.s-block .content{
    color: rgb(129, 131, 129);
    font-size: 14px;
    width: 80%;
    margin-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    display: none;
}


.s-block .pic_info_right {
    position: absolute; 
    right: 0%; 
    height: 100%; 
    width: 5%; 
    background-color: black; 
    opacity: 0.8; 
    top: 0%;
}

.s-block .image-box .link {
    position: absolute;
    right: -1px;
    bottom: 0;
    z-index: 1
}

.s-block .image-box .link:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border: 35px solid transparent;
    border-bottom: 35px solid #fff;
    border-right: 35px solid #fff
}

.s-block .image-box .link a {
    position: relative;
    color: #1f2531;
    font-size: 32px;
    line-height: 32px;
    z-index: 1
}

.s-block .image-box .link a:hover {
    color: #F26522
}


.s-block .lower-box {
    position: relative;
    display: block;
    padding-top: 30px
}

.s-block .lower-box h3 {
    font-family: 'Lunchtype_Regular', sans-serif;
    margin-bottom: 0
}

.s-block .lower-box h3 a {
    color: #1f2531
}

.s-block .lower-box h3 a:hover {
    color: #F26522
}

.sec-title {
    position: relative;
    margin-bottom: 70px
}

.sec-title.centered {
    text-align: center;
    margin: 0 auto 70px
}

.sec-title .subtitle {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lunchtype_Medium', sans-serif;
    margin-bottom: 15px
}

.sec-title .subtitle span {
    position: relative;
    display: inline-block
}

.sec-title .subtitle span:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 15px;
    top: 50%;
    width: 45px;
    margin-top: -1px;
    border-bottom: 4px solid #1f2531
}

.sec-title.centered .subtitle span:after {
    display: none
}

.sec-title h2 {
    position: relative;
    margin-bottom: 0
}

.sec-title .text {
    position: relative;
    font-size: 20px;
    line-height: 1.6em;
    padding-top: 40px
}

.sec-title .link-box {
    position: relative;
    padding-top: 40px
}

.sec-title.light h2,
.sec-title.light .text,
.sec-title.light .subtitle {
    color: #fff
}

.sec-title.light .subtitle span:after {
    border-color: #fff
}

.about-three {
    position: relative;
    padding: 160px 0 110px;
    background-position: right top;
    background-repeat: no-repeat
}

.about-three.no-pad-top {
    padding-top: 160px;
}

.about-three .image-col {
    position: relative;
    margin-bottom: 50px;
    order: 1
}

.about-three .image-col .inner {
    position: relative
}

.about-three .image-col .image {
    position: relative;
    display: block
}

.about-three .image-col .image img {
    position: relative;
    display: block;
    width: 100%
}

.about-three .text-col {
    position: relative;
    order: 12
}

.about-three .text-col .inner {
    position: relative;
    padding-left: 50px
}

.about-three .text-col .sec-title {
    margin-bottom: 0;
    max-width: 620px
}

.ai-section {
    position: relative;
}

.ai-section.no-pad-top {
    padding-top: 0
}

.ai-section .title-box {
    position: relative;
    padding-bottom: 30px
}

.ai-section .title-box h2 {
    float: left;
    max-width: 750px;
    margin-bottom: 40px
}

.ai-section .title-box .link-box {
    float: right;
    padding-top: 20px;
    margin-bottom: 40px
}

.ai-section .title-box .link-box a {
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #1f2531
}

.ai-section .title-box .link-box a:hover {
    color: #F26522
}

.ai-section .carousel-box {
    position: relative;
    border-top: 1px solid #1f2531;
    border-bottom: 1px solid #1f2531
}

.ai-section .carousel-box .owl-item {
    border-right: 1px solid #1f2531
}

.ai-section .carousel-box .owl-stage {
    display: flex
}

.ai-block {
    position: relative
}

.ai-block .inner-box {
    position: relative;
    display: block;
    min-height: 100%
}

.ai-block .cap-box {
    position: relative;
    padding: 60px 60px 34px;
}

.ai-block .cap-box .desc {
    position: relative;
    font-family: 'SuisseIntl_Light', sans-serif;
    font-size: 17px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 5px
}

.ai-block .cap-box .city-info {
    position: relative;
    font-family: 'SuisseIntl_Light', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.50);
    margin: 25px 0 10px;
}

.ai-block .cap-box .info {
    position: relative;
    font-family: 'SuisseIntl_Light', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.50);
    padding-left: 24px;
    margin: 25px 0 10px;
}

.ai-block .cap-box .info:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 15px;
    border-bottom: 4px solid #1f2531
}

.ai-block .cap-box .s-title {
    position: relative;
    min-height: 108px
}

.ai-block .cap-box .s-title h3 {
    margin-bottom: 0
}

.ai-block .cap-box .s-title h3 a {
    color: #1f2531
}

.ai-block .image-box {
    position: relative;
    display: block
}

.ai-block .image-box .image {
    position: relative;
    display: block
}

.ai-block .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.ai-block.alternate .image-box .image {
    width: 222px;
    height: 222px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    margin: 0 auto 50px;
    border-radius: 50%
}

.ai-block.alternate .image-box .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.yellow-skin .main-header .header-upper .contact-btn .btn-box,
.yellow-skin .main-header .header-upper .contact-btn:hover .btn-box,
.yellow-skin .fixed-header .header-upper .contact-btn .btn-box {
    background: #ff0;
    color: #1f2531
}

.yellow-skin .main-header .header-upper .contact-btn:after,
.yellow-skin .main-header .header-upper .contact-btn:hover:after,
.yellow-skin .fixed-header .header-upper .contact-btn:after {
    background: #ff0
}

.yellow-skin .scroll-to-top {
    background: #ff0;
    color: #1f2531
}

.yellow-skin .scroll-to-top:hover {
    background: #1f2531;
    color: #fff
}

.yellow-skin .about-section .fact-block .inner-box:hover .count-outer {
    background: #ff0
}

.yellow-skin .s-block .image-box .cat {
    left: 5px;
    bottom: 5px
}

.yellow-skin .s-block .image-box .cat span {
    background: #ff0;
    color: #1f2531
}

.yellow-skin .about-two {
    background: #f4f4f4;
    color: #1f2531
}

.yellow-skin .about-two .image-layer {
    opacity: 1
}

.yellow-skin .about-two .text-col .inner {
    border-color: rgba(0, 0, 0, 0.15)
}

.yellow-skin .about-tabs .tab-buttons,
.yellow-skin .about-tabs .tab-buttons:after {
    border-color: rgba(0, 0, 0, 0.15)
}

.yellow-skin .about-tabs .tab-buttons .tab-btn:before {
    border-color: #1f2531
}

.yellow-skin .project-cats .cat-block .cat-link a {
    background: #ff0;
    color: #1f2531
}

.yellow-skin .project-cats .cat-block:hover .cat-link a {
    background: #1f2531;
    color: #fff
}

.yellow-skin .sec-title .subtitle span:after {
    border: 1px solid #1f2531;
    background: #ff0;
    height: 5px;
    margin-top: -2px
}

.yellow-skin .ai-block .cap-box .info {
    color: #1f2531
}

.yellow-skin .ai-block .cap-box .info:before {
    border: 1px solid #1f2531;
    background: #ff0;
    height: 6px;
    margin-top: -2px
}

.yellow-skin .ai-block.alternate .image-box .image {
    border-color: #1f2531
}

.yellow-skin .subscribe-section form .form-group input {
    background: #ff0
}

.banner-card-section {
    position: relative;
    padding: 100px 0 0;
    background: #fff;
    height: 100vh;
    min-height: 400px;
    margin-top: 30px; 
}

.banner-card-carousel {
    position: relative
}

.banner-card-carousel .slide-item {
    position: relative;
    height: calc(100vh - 100px);
    min-height: 240px;
    border-right: 1px solid #1f2531
}

.banner-card-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-card-carousel .slide-item .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-card-carousel .slide-item:hover .image-layer:before {
    opacity: 0
}

.banner-card-carousel .slide-item .inner-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.banner-card-carousel .slide-item .cap-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 80px 30px 40px;
    max-height: 130px;
    min-height: 130px;
    border-top: 1px solid rgba(0, 0, 0, 0.50)
}

.banner-card-carousel .slide-item:hover .cap-box {
    border-color: #fff
}

.banner-card-carousel .slide-item h4 {
    font-size: 24px;
    line-height: 1.30em
}

.banner-card-carousel .slide-item h4 a {
    color: #1f2531
}

.banner-card-carousel .slide-item:hover h4 a {
    color: #fff
}

.banner-card-carousel .slide-item .cat {
    position: absolute;
    left: 40px;
    top: -39px;
    font-family: 'Lunchtype_Regular', sans-serif
}

.banner-card-carousel .slide-item .cat span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #1f2531;
    line-height: 22px;
    padding: 8px 15px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    border-bottom: 0
}

.banner-card-carousel .slide-item:hover .cat span {
    color: #fff;
    border-color: #fff
}

.banner-card-carousel .slide-item .link {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 50px;
    height: 50px
}

.banner-card-carousel .slide-item .link a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #1f2531;
    border-radius: 50%
}

.banner-card-carousel .slide-item:hover .link a {
    color: #1f2531;
    background: #fff
}

.banner-card-carousel .slide-item .link a:hover {
    color: #fff;
    background: #F26522
}

.banner-card-carousel .slide-item .count {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -260px;
    width: 100%;
    text-align: center;
    font-family: 'Lunchtype_Light', sans-serif;
    color: #1f2531;
    font-size: 350px;
    line-height: 350px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-card-carousel .slide-item:hover .count {
    color: #fff
}

.banner-card-carousel .slide-item .count span {
    display: block
}

.banner-vertical-section {
    position: relative;
    padding: 166px 0 0
}

.banner-vertical-section .auto-container {
    max-width: 1840px
}

.banner-vertical-section .big-title {
    position: relative;
    padding: 60px 0
}

.banner-vertical-section .big-title h2 {
    font-family: 'Lunchtype_Light', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0
}

.banner-vertical-carousel {
    position: relative;
    padding: 0;
    padding-right: 200px;
    border-top: 1px solid rgba(0, 0, 0, 0.10)
}

.banner-vertical-carousel .owl-item {
    padding: 45px 45px;
    border-right: 1px solid rgba(0, 0, 0, 0.10)
}

.banner-vertical-carousel .owl-stage-outer {
    overflow: visible
}

.banner-vertical-carousel .owl-stage {
    display: flex
}

.banner-vertical-carousel .slide-item {
    position: relative
}

.banner-vertical-carousel .s-block {
    margin-bottom: 0
}

.banner-section {
    position: relative;
    padding: 0;
    background: #7c8aa0
}

.banner-section .auto-container {
    max-width: 1560px
}

.banner-section .banner-container {
    position: relative
}

.banner-section .banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden
}

.banner-section .slide-item {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.banner-section .slide-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1
}

.banner-section .slide-item .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7c8aa0
}

.banner-section .slide-item .bg-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    z-index: 1
}

.banner-section .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-section .slide-item .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    z-index: 1
}

.banner-section .slide-item .content-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 300px 0 0;
    z-index: 10
}

.banner-section .slide-item .content {
    position: relative;
    display: block;
    width: 100%;
    z-index: 5
}

.banner-section .slide-item .inner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.banner-section .active .slide-item .inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 300ms;
    -ms-transition: all 1000ms ease 300ms;
    -o-transition: all 1000ms ease 300ms;
    -moz-transition: all 1000ms ease 300ms;
    transition: all 1000ms ease 300ms
}

.banner-section .slide-item .lower-image {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    padding-top: 50px
}

.banner-section .slide-item .lower-image img {
    position: relative;
    max-height: 380px
}

.banner-section .slide-item h1 {
    position: relative;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    line-height: 1em;
    padding-left: 150px;
    text-transform: uppercase;
    margin: 0
}

.banner-section .slide-item h1 .upper-big {
    position: relative;
    display: block;
    font-size: 150px;
    font-family: 'Lunchtype_Regular', sans-serif;
    line-height: .85em
}

.banner-section .slide-item h1 .lower-big {
    position: relative;
    display: block;
    font-size: 130px;
    font-family: 'Lunchtype_Light', sans-serif;
    line-height: .80em;
    padding-left: 370px
}

.banner-section .slide-item h1 .small-text {
    position: absolute;
    left: 140px;
    top: 130px;
    display: block;
    font-size: 48px;
    line-height: 1em;
    font-family: 'Lunchtype_Light', sans-serif;
    width: 340px;
    text-align: right
}

.banner-two {
    position: relative;
    padding: 0;
    background: #fafafa
}

.banner-two.alternate {
    border: 1px solid rgba(0, 0, 0, 0.10)
}

.banner-two .auto-container {
    max-width: 1560px
}

.banner-two.alternate .auto-container {
    max-width: 1360px
}

.banner-two .banner-container {
    position: relative
}

.banner-two .banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden
}

.banner-two .slide-item {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.banner-two .slide-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1
}

.banner-two .slide-item .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7c8aa0
}

.banner-two .slide-item .bg-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    z-index: 1
}

.banner-two .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-two .slide-item .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    z-index: 1
}

.banner-two .slide-item .content-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 300px 0 0;
    height: 1050px;
    z-index: 10
}

.banner-two.alternate .slide-item .content-box {
    height: 920px;
    padding-top: 150px
}

.banner-two .slide-item .content {
    position: relative;
    display: block;
    width: 100%;
    z-index: 5
}

.banner-two .slide-item .inner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.banner-two .active .slide-item .inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 300ms;
    -ms-transition: all 1000ms ease 300ms;
    -o-transition: all 1000ms ease 300ms;
    -moz-transition: all 1000ms ease 300ms;
    transition: all 1000ms ease 300ms
}

.banner-two .slide-item .lower-image {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    padding-top: 50px
}

.banner-two .slide-item .lower-image img {
    position: relative;
    max-height: 380px
}

.banner-two .slide-item h1 {
    position: relative;
    font-weight: 400;
    color: #1f2531;
    text-transform: none;
    line-height: 1em;
    padding-left: 250px;
    text-transform: uppercase;
    margin: 0
}

.banner-two.alternate .slide-item h1 {
    padding-left: 180px
}

.banner-two .slide-item h1 .big-one {
    position: relative;
    display: block;
    font-size: 170px;
    font-family: 'Lunchtype_Medium', sans-serif;
    line-height: .90em
}

.banner-two .slide-item h1 .big-two {
    position: relative;
    display: block;
    font-size: 170px;
    font-family: 'Lunchtype_Medium', sans-serif;
    line-height: 1em;
    text-align: right
}

.banner-two .slide-item h1 .big-three {
    position: relative;
    display: block;
    font-size: 170px;
    font-family: 'Lunchtype_Medium', sans-serif;
    line-height: 1em;
    padding-left: 160px
}

.banner-two.alternate .slide-item h1 .big-three {
    padding-left: 220px
}

.banner-two .slide-item h1 .small-text {
    position: absolute;
    left: 480px;
    top: 180px;
    display: block;
    font-size: 36px;
    line-height: 1em;
    font-family: 'Lunchtype_Light', sans-serif;
    width: 250px
}

.banner-two.alternate .slide-item h1 .small-text {
    left: 230px
}

.banner-two .slide-item .text {
    position: relative;
    margin-left: 660px;
    display: block;
    font-size: 28px;
    line-height: 1.1em;
    font-family: 'Lunchtype_Regular', sans-serif;
    max-width: 570px
}

.banner-two.alternate .slide-item .text {
    margin-left: 470px
}

.banner-two .slide-item .vector-1 {
    position: absolute;
    left: 280px;
    top: 185px;
    display: block;
    width: 156px
}

.banner-two.alternate .slide-item .vector-1 {
    left: 30px
}

.banner-two .slide-item .vector-1 img {
    display: block;
    width: 100%
}

.banner-two .slide-item .thumb-1 {
    position: absolute;
    left: 750px;
    top: 20px;
    display: block;
    width: 94px;
    border: 1px solid #1f2531
}

.banner-two .slide-item .thumb-1 img {
    display: block;
    width: 100%
}

.banner-two .slide-item .thumb-2 {
    position: absolute;
    left: 0;
    bottom: -25px;
    display: block;
    width: 320px;
    border: 1px solid #1f2531
}

.banner-two .slide-item .thumb-2 img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1
}

.banner-two .slide-item .thumb-2:before {
    content: '';
    position: absolute;
    left: 30px;
    right: -30px;
    bottom: -30px;
    top: -30px;
    border: 1px solid #1f2531
}

.banner-two .slide-item .thumb-3 {
    position: absolute;
    right: 0;
    bottom: -50px;
    display: block;
    width: 130px;
    border: 1px solid #1f2531
}

.banner-two .slide-item .thumb-3 img {
    display: block;
    width: 100%
}

.about-section {
    position: relative;
    padding: 160px 0 110px
}

.about-section .text-col {
    position: relative
}

.about-section .text-col .inner {
    position: relative;
    display: block;
    padding-top: 5px
}

.about-section .text-col h1 {
    margin-bottom: 60px
}

.about-section .fact-block {
    position: relative;
    margin-bottom: 55px
}

.about-section .fact-block .inner-box {
    position: relative;
    display: block;
    min-height: 160px;
    padding-top: 35px;
    padding-left: 190px
}

.about-section .fact-block .count-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
    text-align: center;
    overflow: hidden;
    transition: all 500ms linear
}

.about-section .fact-block .count-outer:after {
    content: '';
    position: absolute;
    right: -35px;
    top: -35px;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #1f2531;
    transform: rotate(-45deg);
    z-index: 1
}


.about-section .fact-block .count-outer2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 480px;
    height: 160px;
    text-align: center;
    overflow: hidden;
    transition: all 500ms linear
}

.about-section .fact-block .count-outer2:after {
    content: '';
    position: absolute;
    right: -35px;
    top: -35px;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #1f2531;
    transform: rotate(-45deg);
    z-index: 1
}

.about-section .fact-block .fact-count {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 40px 20px;
    font-size: 64px;
    font-family: 'Lunchtype_Medium', sans-serif;
    line-height: 80px;
    border: 1px solid #1f2531;
    z-index: 0
}

.about-section .fact-block h4 {
    position: relative;
    margin-bottom: 12px
}

.about-section .fact-block .text {
    position: relative;
    line-height: 1.32em
}

.about-section .image-col {
    position: relative;
    margin-bottom: 50px
}

.about-section .image-col .inner {
    position: relative;
    display: block;
    padding-left: 20px
}

.about-section .image-col .image-box {
    position: relative
}

.about-section .image-col .image {
    position: relative;
    display: block
}

.about-section .image-col .image img {
    width: 100%
}

.about-section .image-col .image:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    border-right: 15px solid #fff;
    z-index: 1
}

.services-section {
    position: relative;
    padding: 160px 0 0;
}

.services-section.no-pad-top {
    padding-top: 0
}

.services-section .title-box {
    position: relative;
    padding-bottom: 30px
}

.services-section .title-box h2 {
    float: left;
    max-width: 750px;
    margin-bottom: 40px
}

.services-section .title-box .link-box {
    float: right;
    padding-top: 45px;
    margin-bottom: 40px
}

.about-two {
    position: relative;
    background: #1f2531;
    color: #fff;
    padding: 160px 0 110px
}

.about-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .20
}

.about-two .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0)
}

.about-two .image-col {
    position: relative;
    margin-bottom: 50px;
    order: 1
}

.about-two .image-col .inner {
    position: relative
}

.about-two .image-col .image {
    position: relative;
    display: block
}

.about-two .image-col .image img {
    position: relative;
    display: block;
    width: 100%
}

.tabs-box {
    position: relative
}

.tabs-box .tab-buttons {
    position: relative
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.tabs-box .tabs-content {
    position: relative
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none
}

.tabs-box .tabs-content .active-tab {
    display: block
}

.about-two .text-col {
    position: relative;
    margin-bottom: 20px;
    order: 12
}

.about-two .text-col .inner {
    position: relative;
    display: block;
    min-height: calc(100% - 30px);
    border: 1px solid rgba(255, 255, 255, 0.20);
    margin-left: 20px
}

.about-tabs {
    position: relative
}

.about-tabs .tab-buttons {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.about-tabs .tab-buttons:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20)
}

.about-tabs .tab-buttons .tab-btn {
    position: relative;
    display: table-cell;
    width: 33.333%;
    vertical-align: middle;
    padding: 30px 25px 5px;
    line-height: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'SuisseIntl_Book', sans-serif
}

.about-tabs .tab-buttons .tab-btn:before {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -6px;
    display: block;
    width: 10px;
    height: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 1.0);
    transition: all 300ms ease;
    z-index: 1
}

.about-tabs .tab-buttons .active-btn:before {
    width: 50px
}

.about-tabs .tabs-content {
    position: relative;
    padding: 50px 45px 15px
}

.about-tabs .tab .text {
    font-size: 24px
}

.about-tabs .tab .text p {
    margin-bottom: 30px
}

.project-cats {
    position: relative;
    padding: 0 0 100px
}

.project-cats .upper-row {
    position: relative
}

.project-cats .upper-row .cat-box {
    position: relative;
    border-top: 1px solid #1f2531;
    border-bottom: 1px solid #1f2531;
    overflow: hidden
}

.project-cats .cat-box .row {
    margin: 0
}

.project-cats .cat-box .row .cat-block {
    padding: 0
}

.project-cats .cat-block {
    position: relative;
    border-right: 1px solid #1f2531
}

.project-cats .cat-block .inner-box {
    position: relative;
    display: block;
    height: 300px
}

.project-cats .cat-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.project-cats .cat-block .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    transition: all 500ms linear;
    z-index: 1
}

.project-cats .cat-block:hover .image-layer:before {
    background: rgba(0, 0, 0, 0.30)
}

.project-cats .cat-block .cat-title {
    position: relative;
    padding: 110px 45px 20px 60px;
    z-index: 2
}

.project-cats .cat-block .cat-title h3 {
    margin-bottom: 0;
    font-family: 'SuisseIntl_Book', sans-serif
}

.project-cats .cat-block .cat-title h3 a {
    color: #1f2531
}

.project-cats .cat-block:hover .cat-title h3 a {
    color: #fff
}

.project-cats .cat-block .cat-link {
    position: absolute;
    right: 45px;
    bottom: 70px;
    z-index: 2
}

.project-cats .cat-block .cat-link a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    transform: rotate(-45deg);
    background: #1f2531;
    border-radius: 50%
}

.project-cats .cat-block:hover .cat-link a {
    color: #1f2531;
    background: #fff;
    transform: rotate(0deg)
}

.project-cats .cat-block .over-layer {
    position: absolute;
    left: 0;
    bottom: 110px;
    right: 0;
    top: 0;
    transition: all 300ms linear;
    background: #fff;
    z-index: 1
}

.project-cats .cat-block:hover .over-layer {
    bottom: 300px
}

.project-cats .lower-row {
    position: relative;
    padding-top: 100px
}

.project-cats .lower-row .row {
    margin: 0 -30px
}

.project-cats .lower-row .row .cat-item {
    padding: 0 30px;
}

.cat-item {
    position: relative;
    margin-bottom: 30px
}

.cat-item .inner-box {
    position: relative;
    display: flex;
    min-height: 100px;
}

.cat-item .icon-box {
    width: 100px;
    height: 100px;
    font-size: 40px;
    text-align: center;
    line-height: 100px;
    border-radius: 150px;
    background-color: #fff;
    font-family: 'Flaticon';
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.cat-item .icon-box .fal {
    font-size: 45px;
    line-height: 100px;
}

.cat-item h4 {
    position: relative;
    line-height: 100px;
    margin-left: 20px;
}

.ai-section {
    position: relative;
    padding: 160px 0 0;
}

.ai-section.no-pad-top {
    padding-top: 0
}

.ai-section .title-box {
    position: relative;
    padding-bottom: 30px
}

.ai-section .title-box h2 {
    float: left;
    max-width: 750px;
    margin-bottom: 40px
}

.ai-section .title-box .link-box {
    float: right;
    padding-top: 20px;
    margin-bottom: 40px
}

.ai-section .title-box .link-box a {
    display: block;
    font-size: 32px;
    line-height: 32px;
    color: #1f2531
}

.ai-section .title-box .link-box a:hover {
    color: #F26522
}

.ai-section .carousel-box {
    position: relative;
    border-top: 1px solid #1f2531;
    border-bottom: 1px solid #1f2531
}

.ai-section .carousel-box .owl-item {
    border-right: 1px solid #1f2531
}

.ai-section .carousel-box .owl-stage {
    display: flex
}

.ai-block.alternate .image-box .image {
    width: 222px;
    height: 222px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    margin: 0 auto 50px;
    border-radius: 50%
}

.ai-block.alternate .image-box .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.sponsors-section {
    position: relative;
    padding: 135px 0
}

.sponsors-section .owl-dots {
    display: none
}

.sponsors-section .carousel-box {
    position: relative
}

.sponsors-section .image {
    position: relative;
    display: block;
    text-align: center;
    line-height: 140px
}

.sponsors-section .image img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    max-height: 140px
}

.subscribe-section {
    position: relative;
    padding: 0;
    background: #303030
}

.subscribe-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 1
}

.subscribe-section .content-box {
    position: relative;
    display: block;
    padding: 115px 0 90px 0;
    z-index: 5
}

.subscribe-section .text-col {
    position: relative;
    margin-bottom: 0
}

.subscribe-section .text-col .inner {
    position: relative;
    display: block
}

.subscribe-section .text-col h2 {
    color: #fff;
    margin-bottom: 5px
}

.subscribe-section .text-col .text {
    color: #d4d4d4;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.15em;
    font-weight: 400;
}

.subscribe-section .form-col {
    position: relative;
    margin-bottom: 30px
}

.subscribe-section .form-col .inner {
    position: relative;
    display: block;
    padding-top: 10px
}

.subscribe-section form .form-group {
    margin-bottom: 0
}

.subscribe-section form .form-group input {
    height: 72px;
    line-height: 30px;
    padding: 20px 60px 20px 30px;
    font-weight: 400;
    font-size: 17px;
    background: #fff;
    border-radius: 0
}

.subscribe-section form .form-group .field-inner {
    position: relative
}

.subscribe-section form .theme-btn {
    position: absolute;
    right: 30px;
    top: 22px;
    line-height: 30px;
    padding: 0;
    border: 0;
    background: 0;
    color: #1f2531;
    font-size: 30px;
    font-weight: 300
}

.footer_wrapper {
    float: left;
    width: 100%;
    background: #222;
    padding-top: 110px;
    position: relative;
}

.footer_wrapper_second {
    float: left;
    width: 100%
}

.section3_wrapper_second {
    padding-top: 60px
}

.tb_foter_left {
    float: left;
    width: 60%;
    padding-left: 15px
}

.tb_foter_right {
    float: left;
    width: 40%;
    padding-right: 15px
}

.wrapper_second_about,.wrapper_second_useful,.wrapper_second_blog {
    float: left;
    width: 100%
}

.footer_wrapper_second {
    padding-top: 70px
}

.footer_wrapper_second h4 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 40px;
    text-transform: uppercase;
    color: #d8d8d8
}

.footer_wrapper_second h4 span {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
    text-transform: uppercase;
    color: #fff
}

.footer_abotus_content {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 30px;
}

.footer_abotus_content p {
    font-size: 16px;
    color: #7d7d7d
}

.wrapper_first_image a img {
    margin-top: -15px;
    width: 120px;
    height: auto;
}

.wrapper_second_useful ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.wrapper_second_useful ul li {
    margin-bottom: 13px;
    color: #7d7d7d;
    font-size: 16px;
    /* text-transform: capitalize; */
}

.wrapper_second_useful ul li span {
    margin-right: 20px;
}

.wrapper_second_useful ul li a {
    color: #7d7d7d;
    font-size: 16px;
    /* text-transform: capitalize; */
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.wrapper_second_useful ul li a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btm_foter_box {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 15px
}

.ft_blog_wrapper1,.ft_blog_wrapper2 {
    float: left;
    width: 100%
}

.ft_blog_wrapper1 {
    padding-bottom: 30px
}

.ft_blog_date {
    font-size: 14px;
    color: #7d7d7d
}

.ft_blog_image {
    float: left;
    width: 90px
}

.ft_blog_text {
    font-size: 14px;
    font-weight: 500;
    float: left;
    width: calc(100% - 90px);
    padding-left: 10px
}

.ft_blog_text h5 a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ft_blog_text h5 a:hover {
    color: #007bff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.section3_bottom_wrapper {
    float: left;
    width: 100%;
    background: #0f0f0f
}

.section3_copyright {
    text-transform: capitalize;
    float: left;
    color: #999;
    display: inline-block
}

.section3_copyright p a {
    color: #007bff;
    margin-left: 3px
}

.hidden {
    display: none
}

.visible {
    display: block
}

.foter_contact_nav li p {
    font-size: 16px;
    color: #cacaca;
    text-transform: capitalize;
    float: left
}

.footer_btn_wrapper {
    float: right
}

.foter_contact_nav ul li a p {
    color: #cacaca;
    text-transform: lowercase!important
}

.foter_contact_nav ul li a p:hover {
    color: #007bff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.wrapper_second_useful_2 ul li {
    margin-bottom: 23px
}

.wrapper_second_useful_2 ul li a {
    text-transform: lowercase
}

.section3_copyright_middle {
    float: right;
    display: inline-block;
    text-transform: capitalize
}

.section3_copyright_middle i {
    color: #007bff;
    margin-left: 2px;
    margin-right: 2px
}

.section3_copyright_middle p a {
    color: #efefef;
    text-transform: capitalize
}

.copyright_icon_wrapper {
    float: left;
    width: 100%
}

.copyright_icons {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right
}

.copyright_icons li {
    float: left;
    margin-left: 10px;
    text-transform: capitalize
}

.copyright_icons li:first-child {
    margin-left: 0
}

.copyright_icons li a {
    color: #797979
}

.copyright_icons li a:hover {
    color: #007bff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.tb_bottompadder60{
    padding-bottom: 60px;
}


.yellow-skin .main-header .header-upper .contact-btn .btn-box,
.yellow-skin .main-header .header-upper .contact-btn:hover .btn-box,
.yellow-skin .fixed-header .header-upper .contact-btn .btn-box {
    background: #ff0;
    color: #1f2531
}

.yellow-skin .main-header .header-upper .contact-btn:after,
.yellow-skin .main-header .header-upper .contact-btn:hover:after,
.yellow-skin .fixed-header .header-upper .contact-btn:after {
    background: #ff0
}

.yellow-skin .scroll-to-top {
    background: #ff0;
    color: #1f2531
}

.yellow-skin .scroll-to-top:hover {
    background: #1f2531;
    color: #fff
}

.yellow-skin .about-section .fact-block .inner-box:hover .count-outer {
    background: #ff0
}

.yellow-skin .s-block .image-box .cat {
    left: 5px;
    bottom: 5px
}

.yellow-skin .s-block .image-box .cat span {
    background: #ff0;
    color: #1f2531
}

.yellow-skin .about-two {
    background: #f4f4f4;
    color: #1f2531
}

.yellow-skin .about-two .image-layer {
    opacity: 1
}

.yellow-skin .about-two .text-col .inner {
    border-color: rgba(0, 0, 0, 0.15)
}

.yellow-skin .about-tabs .tab-buttons,
.yellow-skin .about-tabs .tab-buttons:after {
    border-color: rgba(0, 0, 0, 0.15)
}

.yellow-skin .about-tabs .tab-buttons .tab-btn:before {
    border-color: #1f2531
}

.yellow-skin .project-cats .cat-block .cat-link a {
    background: #ff0;
    color: #1f2531
}

.yellow-skin .project-cats .cat-block:hover .cat-link a {
    background: #1f2531;
    color: #fff
}

.yellow-skin .sec-title .subtitle span:after {
    border: 1px solid #1f2531;
    background: #ff0;
    height: 5px;
    margin-top: -2px
}

.yellow-skin .ai-block .cap-box .info {
    color: #1f2531
}

.yellow-skin .ai-block .cap-box .info:before {
    border: 1px solid #1f2531;
    background: #ff0;
    height: 6px;
    margin-top: -2px
}

.yellow-skin .ai-block.alternate .image-box .image {
    border-color: #1f2531
}

.yellow-skin .subscribe-section form .form-group input {
    background: #ff0
}

.creative-carousel-section {
    position: relative;
    padding-top: 160px;
    background: #1f2531
}

.c-carousel-page .header-upper {
    background: #fff
}

.banner-vertical-section {
    position: relative;
    padding: 166px 0 0
}

.banner-vertical-section .auto-container {
    max-width: 1840px
}

.banner-vertical-section .big-title {
    position: relative;
    padding: 60px 0
}

.banner-vertical-section .big-title h2 {
    font-family: 'Lunchtype_Light', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0
}

.banner-vertical-carousel {
    position: relative;
    padding: 0;
    padding-right: 200px;
    border-top: 1px solid rgba(0, 0, 0, 0.10)
}

.banner-vertical-carousel .owl-item {
    padding: 45px 45px;
    border-right: 1px solid rgba(0, 0, 0, 0.10)
}

.banner-vertical-carousel .owl-stage-outer {
    overflow: visible
}

.banner-vertical-carousel .owl-stage {
    display: flex
}

.banner-vertical-carousel .slide-item {
    position: relative
}

.banner-vertical-carousel .s-block {
    margin-bottom: 0
}

.banner-full {
    position: relative;
    padding: 0;
    height: 100vh;
    min-height: 350px
}

.banner-full-carousel .slide-item {
    position: relative;
    height: 100vh
}

.banner-full-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-full-carousel .slide-item .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-full-carousel .slide-item .content-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    z-index: 1
}

.banner-full-carousel .slide-item .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 200px 0 50px
}

.banner-full-carousel .slide-item .inner {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.banner-full-carousel .active .slide-item .inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 300ms;
    -ms-transition: all 1000ms ease 300ms;
    -o-transition: all 1000ms ease 300ms;
    -moz-transition: all 1000ms ease 300ms;
    transition: all 1000ms ease 300ms
}

.banner-full-carousel .slide-item h1 {
    position: relative;
    font-size: 180px;
    line-height: .85em;
    text-transform: uppercase;
    color: #fff
}

.banner-full-carousel .slide-item h1 .outlined {
    position: relative;
    display: block;
    color: rgba(0, 0, 0, 0.0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1);
    -ms-text-stroke-width: 1px;
    -ms-text-stroke-color: rgba(255, 255, 255, 1);
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: rgba(255, 255, 255, 1);
    text-stroke-width: 1px;
    text-stroke-color: rgba(255, 255, 255, 1)
}

.banner-full-carousel .slide-item .cat {
    position: absolute;
    left: 35px;
    bottom: 35px;
    font-family: 'Lunchtype_Regular', sans-serif;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase
}

.banner-full-carousel .slide-item .cat span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #1f2531;
    padding: 7px 10px
}

.banner-full-carousel .slide-item .slide-num {
    position: absolute;
    right: 35px;
    bottom: 70px;
    font-family: 'Lunchtype_Regular', sans-serif;
    text-transform: uppercase;
    border: 1px solid #fff
}

.banner-full-carousel .slide-item .slide-num .num {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 25px 10px;
    font-size: 36px;
    line-height: 40px;
    width: 91px;
    text-align: center
}

.banner-full-carousel .slide-item .slide-num .active-num {
    border-right: 1px solid #fff
}

.banner-full-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 50px;
    width: 100%;
    height: 0;
    z-index: 5;
    opacity: 0
}

.banner-full-carousel:hover .owl-nav {
    opacity: 1
}

.banner-full-carousel .owl-nav .owl-next,
.banner-full-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    height: 72px;
    width: 72px;
    background: #1f2531 !important;
    color: #fff !important;
    text-align: center;
    line-height: 72px;
    font-size: 28px !important;
    border-radius: 50%;
    transition: all 300ms linear
}

.banner-full-carousel .owl-nav .owl-prev {
    left: 35px
}

.banner-full-carousel .owl-nav .owl-next {
    right: 35px
}

.banner-full-carousel .owl-nav .owl-next:hover,
.banner-full-carousel .owl-nav .owl-prev:hover {
    background: #F26522 !important;
    color: #fff !important
}

.banner-full-carousel .owl-dots {
    position: absolute;
    right: 35px;
    bottom: 40px
}

.banner-full-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin-left: 7px
}

.banner-full-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 120px;
    height: 8px;
    background: #fff;
    opacity: .40;
    transition: all 300ms linear
}

.banner-full-carousel .owl-dots .owl-dot.active span {
    opacity: 1
}

.banner-interact {
    position: relative;
    padding: 0;
    height: 950px;
    min-height: 100vh
}

.banner-inter-carousel .slide-item {
    position: relative;
    min-height: 100vh;
    height: 950px
}

.banner-inter-carousel .content-container {
    position: absolute;
    bottom: 0;
    height: 650px;
    min-height: calc(100vh - 300px);
    left: 50%;
    margin-left: -640px;
    width: 100%;
    max-width: 1200px
}

.banner-inter-carousel .slide-item .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-inter-carousel .slide-item .image-layer {
    position: absolute;
    left: 50%;
    margin-left: -330px;
    width: 670px;
    top: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px)
}

.banner-inter-carousel .active .slide-item .image-layer {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transition: all 1500ms ease 300ms
}

.banner-inter-carousel .slide-item .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.banner-inter-carousel .slide-item .inner {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}

.banner-inter-carousel .active .slide-item .inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 1000ms ease 300ms;
    -ms-transition: all 1000ms ease 300ms;
    -o-transition: all 1000ms ease 300ms;
    -moz-transition: all 1000ms ease 300ms;
    transition: all 1000ms ease 300ms
}

.banner-inter-carousel .slide-item h1 {
    position: absolute;
    left: -250px;
    right: -250px;
    top: 35%;
    font-size: 180px;
    line-height: .85em;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.banner-inter-carousel .slide-item h1 .outlined {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 1);
    -ms-text-stroke-width: 1px;
    -ms-text-stroke-color: rgba(0, 0, 0, 1);
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: rgba(0, 0, 0, 1);
    text-stroke-width: 1px;
    text-stroke-color: rgba(0, 0, 0, 1)
}

.banner-inter-carousel .slide-item .cat {
    position: absolute;
    left: 50%;
    margin-left: 385px;
    top: 24%;
    font-family: 'Lunchtype_Regular', sans-serif;
    font-size: 24px;
    text-transform: capitalize
}

.banner-inter-carousel .slide-item .cat span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #1f2531;
    line-height: 30px;
    padding: 10px 25px;
    border: 1px solid #1f2531
}

.banner-inter-carousel .slide-item .slide-num {
    position: absolute;
    left: 20px;
    bottom: 70px;
    font-family: 'Lunchtype_Regular', sans-serif;
    text-transform: uppercase;
    border: 1px solid #1f2531;
    width: 66px
}

.banner-inter-carousel .slide-item .slide-num .num {
    position: relative;
    display: block;
    vertical-align: top;
    color: #1f2531;
    padding: 20px 10px;
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center
}

.banner-inter-carousel .slide-item .slide-num .active-num {
    margin-bottom: 60px
}

.banner-inter-carousel .slide-item .slide-num .active-num:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -0.5px;
    height: 60px;
    border-left: 1px solid #1f2531
}

.banner-inter-carousel .slide-item .text {
    position: absolute;
    left: 50%;
    margin-left: 387px;
    bottom: 200px;
    width: 360px
}

.banner-inter-carousel .slide-item .img-thumb {
    position: absolute;
    width: 202px;
    height: 202px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1500ms ease 300ms
}

.banner-inter-carousel .slide-item .img-thumb img {
    display: block;
    width: 100%;
    height: 100%
}

.banner-inter-carousel .slide-item .left-thumb {
    left: 0;
    bottom: 0;
    transform: scale(0.6)
}

.banner-inter-carousel .slide-item .right-thumb {
    right: 0;
    bottom: 0;
    transform: scale(0.5)
}

.banner-inter-carousel .slide-item .mid-thumb {
    transform: scale(0.7);
    left: 0;
    top: 10%
}

.banner-inter-carousel .active .slide-item .img-thumb {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0)
}

.banner-inter-carousel .owl-nav {
    position: absolute;
    left: 50%;
    margin-left: 350px;
    bottom: 130px;
    width: 220px;
    background: #1f2531;
    padding: 0;
    height: 64px;
    color: #fff;
    z-index: 5
}

.banner-inter-carousel .owl-nav:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -1px;
    width: 70px;
    border-top: 2px solid #fff;
    z-index: 1
}

.banner-inter-carousel .owl-nav .owl-next,
.banner-inter-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    color: #fff !important;
    text-align: center;
    line-height: 30px;
    font-size: 28px !important;
    border-radius: 50%;
    transition: all 300ms linear
}

.banner-inter-carousel .owl-nav .owl-prev {
    left: 25px
}

.banner-inter-carousel .owl-nav .owl-next {
    right: 25px
}

.banner-inter-carousel .owl-nav .owl-next:hover,
.banner-inter-carousel .owl-nav .owl-prev:hover {
    color: #F26522 !important
}

.banner-full-carousel .owl-dots {
    position: absolute;
    display: none
}

.banner-three {
    position: relative;
    padding: 280px 0 120px
}

.banner-three .upper-box {
    position: relative
}

.banner-three .sketch-image {
    position: relative;
    text-align: center
}

.banner-three_content {
    position: relative;
    display: block;
    padding: 40px 40px;
    border-radius: 10px;
    border: 1px solid #000
}

.banner-three_content::before {
    position: absolute;
    content: '';
    left: 12px;
    top: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 10px;
    border: 1px solid #000
}

.banner-three_content .title {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase
}

.banner-three_content h3 {
    position: relative;
    color: #000;
    font-size: 44px;
    font-weight: 300;
    margin-top: 65px;
    margin-bottom: 0;
    font-family: 'SuisseIntl_Light', sans-serif
}

.banner-three_content h3 a {
    position: relative;
    color: #000
}

.banner-three_content .arrow {
    position: absolute;
    right: 45px;
    top: 45px
}

.banner-three .upper-box .image {
    position: relative;
    width: 176px;
    height: 176px;
    margin: 0 auto;
    margin-top: 40px
}

.banner-three .upper-box .image::before {
    position: absolute;
    content: '';
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    border: 1px solid #000
}

.banner-three .upper-box .image img {
    position: relative;
    border-radius: 50%
}

.banner-three .lower-box {
    position: relative;
    margin-top: 60px
}

.banner-three .lower-box h1 {
    position: relative;
    font-size: 110px;
    line-height: 110px;
    margin-right: 100px;
    font-family: 'SuisseIntl_Light', sans-serif
}

.banner-three .lower-box h1 a {
    position: relative;
    color: #000
}

.banner-three .lower-box h1 span {
    position: relative;
    font-size: 70px;
    display: block;
    margin-top: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Lunchtype_Light';
    border-top: 3px solid #000
}

.banner-three_content-two {
    position: relative;
    display: block;
    padding: 40px 40px;
    border-radius: 10px;
    background-color: #000
}

.banner-three_content-two::before {
    position: absolute;
    content: '';
    left: 12px;
    top: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 10px;
    border: 1px solid #fff
}

.banner-three_content-two .title {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase
}

.banner-three_content-two h3 {
    position: relative;
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    margin-top: 65px;
    margin-bottom: 0;
    font-family: 'SuisseIntl_Light', sans-serif
}

.banner-three_content-two h3 a {
    position: relative;
    color: #fff
}

.banner-three_content-two .arrow {
    position: absolute;
    right: 45px;
    top: 45px
}

.banner-card-section.style-two {
    padding: 0;
    min-height: auto;
    height: auto !important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.services-one {
    position: relative;
    padding: 110px 0 80px;
    background-position: left top;
    background-repeat: no-repeat
}

.services-one {
    position: relative
}

.service-block-one {
    position: relative;
    margin-bottom: 30px
}

.service-block-one .inner-box {
    position: relative;
    padding: 35px 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    border: 1px solid #000
}

.service-block-one h3 {
    position: relative;
    margin-left: 20px;
    line-height: 1em
}

.service-block-one h3 a {
    position: relative;
    color: #000
}

.service-block-one h3 span {
    margin-left: 5px
}

.service-block-one .content {
    position: relative;
    padding: 70px 30px 30px;
    border-radius: 10px;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #000
}

.service-block-one .text {
    position: relative;
    color: #000;
    font-size: 20px;
    line-height: 30px
}

.service-block-one .icon {
    position: relative;
    margin-top: 35px
}

.testimonial-one {
    position: relative;
    padding: 110px 0 80px;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.testimonial-one .auto-container {
    position: relative;
    padding-top: 110px
}

.testimonial-one .owl-carousel,
.testimonial-one .owl-carousel .owl-stage-outer {
    position: static
}

.testimonial-one .owl-dots {
    display: none
}

.testimonial-one .owl-nav {
    position: absolute;
    left: 50%;
    top: 0;
    display: inline-block;
    transform: translateX(-50%)
}

.testimonial-one .owl-prev,
.testimonial-one .owl-next {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 5px;
    color: #000;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    background-color: #fff !important;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.testimonial-one .owl-prev:hover,
.testimonial-one .owl-next:hover {
    color: #fff !important;
    background-color: #F26522 !important
}

.testimonial-block-one {
    position: relative;
    margin-bottom: 30px
}

.testimonial-block-one .inner-box {
    position: relative;
    padding: 30px 30px;
    background-color: rgba(0, 0, 0, 0.85)
}

.testimonial-block-one .author-box {
    position: relative;
    min-height: 80px;
    padding-left: 100px
}

.testimonial-block-one .author-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-block-one strong {
    position: relative;
    display: block;
    color: #fff;
    font-size: 24px;
    font-family: 'Lunchtype_Regular'
}

.testimonial-block-one .designation {
    position: relative;
    font-size: 18px;
    border-radius: 3px;
    padding: 7px 14px 4px;
    display: inline-block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.30)
}

.testimonial-block-one .text {
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-top: 25px
}

.building-one {
    position: relative;
    padding: 110px 0 100px;
    border-bottom: 1px solid #000
}

.building-one.no-border {
    border: 0
}

.building-one .column {
    position: relative;
    margin-bottom: 30px
}

.building-tabs {
    position: relative;
    border: 1px solid #000
}

.building-tabs .tab-buttons {
    position: relative;
    display: table;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid #000
}

.building-tabs .tab-buttons .tab-btn {
    position: relative;
    display: table-cell;
    width: 33.333%;
    vertical-align: middle;
    padding: 25px 25px 25px;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-right: 1px solid #000;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'SuisseIntl_Book', sans-serif
}

.building-tabs .tab-buttons .tab-btn:last-child {
    border: 0
}

.building-tabs .tab-buttons .tab-btn:hover,
.building-tabs .tab-buttons .active-btn {
    color: #fff;
    background-color: #000
}

.building-tabs .tabs-content {
    position: relative;
    padding: 55px 40px 30px
}

.building-tabs .tab .text {
    font-size: 24px
}

.building-tabs .tab .text p {
    margin-bottom: 30px;
    color: #000;
    font-size: 20px
}

.building-tabs .upper-box {
    position: relative;
    padding-left: 270px;
    margin-bottom: 35px;
    padding-bottom: 60px;
    border-bottom: 1px solid #000
}

.building-tabs .upper-box p {
    margin-bottom: 0
}

.building-tabs .upper-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 239px;
    height: 215px
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #000
}

.accordion-box .block:last-child {
    margin-bottom: var(--margin-zero)
}

.accordion-box .block .acc-btn {
    position: relative;
    cursor: pointer;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color: #fff;
    padding: 34px 25px 32px 110px;
    font-family: 'SuisseIntl_Book', sans-serif
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 66px;
    height: 66px;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #131313
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 35px 35px 35px 35px;
    border-top: 1px solid #000
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    position: relative;
    padding-left: 175px
}

.accordion-box .block .content .text {
    position: relative;
    color: #000;
    line-height: 30px;
    font-size: 20px
}

.accordion-box .block .content .image {
    position: absolute;
    left: 0;
    top: 0
}

.team-one {
    position: relative;
    padding: 110px 0 100px
}

.team-one.style-two {
    background-color: #f9f9f9;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.team-one.style-two .team-block_one .inner-box {
    background-color: #fff
}

.team-one .owl-nav {
    position: absolute;
    right: 0;
    top: -120px;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.20);
    border: 1px solid rgba(0, 0, 0, 0.10)
}

.team-one .owl-prev {
    position: relative
}

.team-one .owl-nav .owl-prev,
.team-one .owl-nav .owl-next {
    position: relative;
    margin: 0 10px;
    font-size: 20px;
    line-height: 1em !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.team-one .owl-nav .owl-prev:hover,
.team-one .owl-nav .owl-next:hover {
    color: rgba(0, 0, 0, 0.80)
}

.team-block_one {
    position: relative;
    margin-bottom: 30px
}

.team-block_one .inner-box {
    position: relative;
    border-radius: 10px;
    text-align: center;
    padding: 30px 15px 20px;
    border: 1px solid #000;
    background-color: #f9f9f9
}

.team-block_one .content {
    position: relative
}

.team-block_one .content h3 {
    position: relative;
    font-size: 38px;
    margin-bottom: 5px;
    font-family: 'Lunchtype_Medium'
}

.team-block_one .content h3 a {
    position: relative;
    color: #000
}

.team-block_one .content .designation {
    position: relative;
    color: #000;
    font-size: 18px;
    font-family: 'Lunchtype_Medium'
}

.team-block_one .image {
    position: relative;
    border-radius: 10px;
    margin-top: 25px;
    border: 1px solid #000;
    background: url(../images/background/team-patttern.png)
}

.team-block_one .social-links {
    position: relative;
    padding-top: 25px;
    padding-bottom: 5px
}

.team-block_one .social-links li {
    position: relative;
    margin: 0 5px;
    width: 34px;
    display: inline-block
}

.team-block_one .social-links li a {
    position: relative
}

.banner-one {
    position: relative;
    height: 100%;
    background-color: #f2f2f2
}

.banner-one_color-height {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #f2f2f2
}

.banner-one .auto-container {
    max-width: 1880px;
    padding: 0 20px
}

.banner-one .upper-box {
    position: relative;
    padding-top: 250px
}

.banner-one .upper-box .image-column {
    position: relative
}

.banner-one .upper-box .image-column .image {
    position: relative;
    text-align: center
}

.banner-one .upper-box .content-column {
    position: relative
}

.banner-one .upper-box .content-column .content {
    position: relative
}

.banner-one .upper-box .content-column h1 {
    position: relative;
    color: #000;
    font-size: 150px;
    line-height: 120px;
    text-transform: uppercase;
    font-family: 'Lunchtype_Regular'
}

.banner-one .upper-box .content-column .text {
    position: relative;
    color: #000;
    font-size: 47px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Lunchtype_Light'
}

.banner-one .lower-box {
    position: relative
}

.banner-one .info-column {
    position: relative
}

.banner-one .info-column .inner-column {
    position: relative;
    padding: 40px 40px;
    background-color: #fff
}

.banner-one .info-column h2 {
    position: relative;
    color: #000;
    font-size: 47px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Lunchtype_Light'
}

.banner-one .info-column .list {
    position: relative;
    margin-top: 30px
}

.banner-one .info-column .list li {
    position: relative;
    color: #000;
    font-size: 20px;
    margin-bottom: 5px
}

.banner-one .social-links {
    position: relative;
    padding-top: 168px
}

.banner-one .social-links li {
    position: relative;
    margin-right: 10px;
    width: 34px;
    display: inline-block
}

.banner-one .social-links li a {
    position: relative
}

.banner-one .info-column {
    position: relative;
    padding: 0;
    float: left
}

.banner-one .video-column {
    position: relative;
    padding: 0;
    float: left
}

.banner-one .projects-column {
    position: relative;
    padding: 0;
    float: left
}

.banner-one .projects-column .image {
    position: relative
}

.banner-one .projects-column .image img {
    position: relative;
    width: 100%;
    display: block
}

.banner-one .projects-column .image .all_project {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 15px 20px;
    font-size: 22px;
    letter-spacing: 1px;
    background-color: #000;
    text-transform: uppercase
}

.banner-one .projects-column .image .all_project span {
    position: relative;
    margin-left: 0;
    transform: rotate(-45deg)
}

.banner-one .projects-column .content {
    position: relative;
    padding: 32px 35px;
    background-color: #fff
}

.banner-one .projects-column .content h2 {
    position: relative;
    font-size: 40px;
    line-height: 44px;
    font-family: 'Lunchtype_Light'
}

.banner-one .projects-column .content h2 a {
    position: relative;
    color: #000
}

.banner-one .news-column {
    position: relative;
    padding: 0;
    float: left
}

.banner-one .news-column .content {
    position: relative;
    padding: 25px 35px;
    background-color: #000
}

.banner-one .news-column h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    line-height: 44px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Lunchtype_Light'
}

.video-box {
    position: relative
}

.video-box .video-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background-color: var(--main-color)
}

.video-box .video-image img {
    position: relative;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.video-box:hover .video-image img {
    transform: scale(1.05, 1.05);
    filter: grayscale(100%)
}

.video-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    overflow: hidden
}

.video-box .overlay-box span {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    z-index: 10;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    margin-top: -60px;
    margin-left: -60px;
    line-height: 120px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    padding-left: 5px;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.video-box .overlay-box span:hover {
    color: #fff;
    background-color: #F26522
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

.posts-outer {
    position: relative
}

.post-box {
    position: relative;
    margin-bottom: 5px
}

.post-box:last-child {
    margin-bottom: 0
}

.post-box .inner-box {
    position: relative;
    padding-left: 110px;
    min-height: 80px
}

.post-box .image {
    position: absolute;
    left: 0;
    top: 8px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%
}

.post-box .title {
    position: relative;
    font-size: 15px;
    padding-left: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.70)
}

.post-box .title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 20px;
    height: 2px;
    background-color: #fff
}

.post-box h5 {
    position: relative;
    margin-top: 5px
}

.post-box h5 a {
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 28px
}

.project-two {
    position: relative;
    margin: 100px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.project-two .inner-container {
    position: relative;
    max-width: 1640px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-gap: 20px 20px
}

.project-two .project-block_two {
    padding: 0
}

.project-two .project-block_two:nth-child(5) {
    right: 0
}

.project-block_two {
    position: relative;
    height: 580px;
    width: 180px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.project-block_two-inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.project-block_two .post-number {
    position: absolute;
    left: 50px;
    top: 25px;
    z-index: 10;
    color: #000;
    font-size: 20px;
    padding: 8px 25px;
    border-radius: 2px;
    font-weight: 700;
    display: inline-block;
    font-family: 'Lunchtype_Medium';
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.project-block_two .post-title {
    position: absolute;
    left: -80px;
    z-index: 10;
    width: 350px;
    bottom: 200px;
    color: #000;
    font-size: 34px;
    display: inline-block;
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-family: 'Lunchtype_Medium'
}

.project-block_two .post-title span {
    position: relative;
    font-size: 20px;
    color: #212121;
    opacity: .50;
    margin-left: 20px;
    text-transform: capitalize
}

.project-block_two.active .post-title {
    display: none
}

.project-block_two.active .post-number {
    display: none
}

.project-block_two.active .project-block_two-inner::before,
.project-block_two-inner:hover::before {
    opacity: 0
}

.project-block_two-inner::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff
}

.project-block_two-image {
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.project-block_two-image img {
    position: relative;
    width: 100%;
    display: block;
    height: 580px;
    object-fit: cover
}

.project-block_two:hover {
    width: 700px;
    z-index: 1
}

.project-block_two.active {
    width: 700px
}

.project-block_two.active .project-block_two-content {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms
}

.project-block_two-inner:hover .project-block_two-content {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms
}

.project-block_two-content {
    position: absolute;
    left: 40px;
    z-index: 1;
    bottom: 40px;
    opacity: 0;
    padding: 35px 35px;
    max-width: 600px;
    width: 100%;
    background-color: #000;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.project-block_two-heading {
    position: relative;
    font-size: 34px;
    color: #fff;
    display: block;
    padding-bottom: 15px;
    text-transform: capitalize;
    border-bottom: 2px solid #fff;
    font-family: 'Lunchtype_Light'
}

.project-block_two-heading span{
    font-size: 28px;
}

.project-block_two-heading {
    position: relative;
    font-weight: 600
}

.project-block_two-heading a {
    position: relative;
    color: #fff
}

.project-block_two-text {
    position: relative;
    max-width: 520px;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 25px;
}

.project-block_two .link-box .btn-style-one {
    border: 1px solid #fff
}

.project-block_two .link-box .btn-style-one:hover {
    border-color: #F26522
}

.page-title {
    position: relative;
    padding-top: 360px;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: -30px
}

.page-title h3 {
    position: relative;
    color: #fff;
    font-size: 32px;
    line-height: 0.8em;
    text-transform: uppercase;
    font-family: 'Lunchtype_Light', sans-serif
}

.page-title h2 {
    position: relative;
    color: #fff;
    font-size: 70px;
    font-weight: 1000;
    line-height: 0.8em;
    text-transform: uppercase;
    font-family: 'Lunchtype_Light', sans-serif
}

.page-title h1 {
    position: relative;
    color: #fff;
    font-size: 231px;
    line-height: 1em;
    margin-top: -15px;
    text-transform: uppercase;
    font-family: 'Lunchtype_Light', sans-serif
}

.blog-one {
    position: relative;
    padding: 110px 0 110px
}

.blog-one .text-box, .text-box-2 {
    position: relative;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.50);
    text-transform: capitalize
}

.blog-one .text-box::after  {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    transform: skewY(45deg);
    transition: all 300ms linear
}


.news-block_one {
    position: relative;
    margin-bottom: 60px
}

.news-block_one .inner-box {
    position: relative;
    border: 1px solid #000
}

.news-block_one .image {
    position: relative
}

.news-block_one .image img {
    position: relative;
    width: 100%;
    display: block
}

.news-block_one .content {
    position: relative;
    padding: 40px 40px
}

.news-block_one .title {
    position: relative;
    padding-left: 35px;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.50);
    text-transform: capitalize
}

.news-block_one .title::before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 22px;
    height: 3px;
    background-color: #000
}

.news-block_one h2 {
    position: relative;
    margin-top: 10px;
    font-size: 70px;
    text-transform: uppercase
}

.news-block_one h2 a {
    position: relative;
    color: #000
}

.blog-one .ai-block {
    margin-bottom: 60px
}

.blog-one .ai-block .inner-box {
    border: 1px solid #000
}

.blog-one .ai-block .cap-box .s-title h3 {
    margin-top: 10px;
    font-family: 'SuisseIntl_Book', sans-serif
}

.blog-one .ai-block .cap-box {
    padding: 50px 45px 50px
}

.blog-one .ai-block .cap-box .s-title {
    min-height: auto
}

.pagination-outer {
    position: relative
}

.pagination-outer .pagination {
    position: relative;
    display: inline-block
}

.pagination-outer .pagination li {
    position: relative;
    margin-right: 5px;
    display: inline-block
}

.pagination-outer .pagination li a {
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    border-radius: 1px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.50);
    border: 1px solid rgba(0, 0, 0, 0.50);
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'SuisseIntl_Light', sans-serif
}

.pagination-outer .pagination li a:hover,
.pagination-outer .pagination li.active a {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.contact-one {
    position: relative;
    padding: 130px 0 110px
}

.contact-one .inner-container {
    position: relative;
    margin-bottom: 80px;
    border: 1px solid #000;
    background-color: #f9f9f9
}

.contact-one .info-column {
    position: relative;
    padding: 0;
    float: left
}

.contact-one .info-column .inner-column {
    position: relative;
    padding: 60px 40px 90px;
    border-right: 1px solid #000
}

.contact-one .info-column .title {
    position: relative;
    color: #000;
    font-size: 30px
}

.contact-one .info-column .title .icon {
    position: relative;
    margin-right: 8px
}

.contact-one .info-column:last-child .inner-column {
    border: 0
}

.contact-one .info-column .info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 15px;
    display: inline-block;
    border: 1px solid #000;
    border-left: none;
    border-bottom: 0;
    background-color: #fff
}

.contact-one .form-column {
    position: relative;
    margin-bottom: 80px
}

.contact-one .form-column .inner-column {
    position: relative;
    padding: 45px 45px;
    border: 1px solid #000
}

.contact-one .form-column h2 {
    position: relative;
    color: #000;
    font-size: 32px;
    margin-bottom: 25px;
    font-family: 'SuisseIntl_Regular', sans-serif
}

.contact-one .form-column .contact-form .form-group {
    margin-bottom: 15px
}

.contact-one .form-column .contact-form input {
    border-radius: 0;
    border-color: #000
}

.contact-one .form-column .contact-form textarea {
    height: 155px;
    border-radius: 0;
    border-color: #000
}

.contact-one .form-column .contact-form button {
    color: #fff;
    margin-top: 20px;
    background-color: #000
}

.contact-one .form-column .contact-form .btn-style-two .btn-box {
    color: #fff
}

.contact-one .social-column {
    position: relative;
    margin-bottom: 80px
}

.contact-one .social-column .inner-column {
    position: relative;
    border: 1px solid #000
}

.contact-one .social-column h2 {
    position: relative;
    color: #000;
    font-size: 32px;
    margin-bottom: 0;
    padding: 45px 45px 35px;
    font-family: 'SuisseIntl_Regular', sans-serif
}

.contact-one .social-links {
    position: relative
}

.contact-one .social-links li {
    position: relative
}

.contact-one .social-links li a {
    position: relative;
    color: #000;
    font-size: 24px;
    display: block;
    padding: 50px 30px;
    /* text-transform: capitalize; */
    border-top: 1px solid #000
}

.contact-one .social-links li a span {
    position: absolute;
    right: 40px;
    font-size: 36px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.contact-one .social-links li a:hover {
    background-color: #f9f9f9
}

.contact-one .social-links li a:hover span {
    transform: rotate(-45deg)
}

.contact-one .location-column {
    position: relative
}

.contact-one .location-column .inner-column {
    position: relative;
    padding: 40px 45px 30px;
    border: 1px solid #000;
    background-color: #f9f9f9
}

.contact-one .location-column h2 {
    position: relative;
    color: #212121;
    font-size: 50px;
    line-height: 1em;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    font-family: 'SuisseIntl_Regular', sans-serif
}

.contact-one .location-column .text {
    position: relative;
    font-size: 22px;
    color: #212121
}

.contact-one .location-column .icon {
    position: relative;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    font-size: 30px;
    border-radius: 50%;
    margin-top: 90px;
    background-color: #212121
}

.portfolio-one {
    position: relative;
    padding: 100px 0 110px
}

.portfolio-two {
    position: relative;
    padding: 110px 0;
}

.portfolio-two .auto-container {
    position: relative;
    max-width: 1920px
}

.portfolio-two .filter-btns {
    position: relative;
    margin-bottom: 50px
}

.portfolio-two .filter-btns li {
    position: relative;
    font-weight: 500;
    cursor: pointer;
    font-size: 24px;
    color: #c3c3c3;
    margin-right: 45px;
    display: inline-block;
    text-transform: uppercase;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.portfolio-two .filter-btns li a {
    color: #c3c3c3
}
.portfolio-two .filter-btns li.active a{
    color: #000
}

.portfolio-two .portfolio-block_one {
    padding: 10px;
    float: left;
}

.portfolio-block_one {
    position: relative
}

.portfolio-block_one .inner-box {
    position: relative
}

.portfolio-block_one .image {
    position: relative
}

.portfolio-block_one .image img {
    position: relative;
    width: 100%;
}

.portfolio-block_one .title {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    padding: 10px 18px;
    display: inline-block;
    background-color: #000
}

.portfolio-block_one .content {
    position: absolute;
    left: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 2
}

.portfolio-block_one .content h5 {
    position: relative;
    line-height: 32px;
    margin-bottom: 0;
    font-family: 'Lunchtype_Regular', sans-serif
}

.portfolio-block_one .content h5 a {
    position: relative;
    color: #fff
}

.portfolio-three {
    position: relative;
    padding: 80px 0 0
}

.portfolio-three .auto-container {
    position: relative;
    max-width: 1920px
}

.portfolio-three .filter-btns {
    position: relative;
    margin-bottom: 50px
}

.portfolio-three .filter-btns li {
    position: relative;
    font-weight: 500;
    cursor: pointer;
    font-size: 24px;
    color: #c3c3c3;
    margin-right: 45px;
    display: inline-block;
    text-transform: uppercase;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.portfolio-three .filter-btns li.active,
.portfolio-three .filter-btns li:hover {
    color: #000
}

.portfolio-block_one.mix {
    display: none
}

.portfolio-three .portfolio-block_one {
    padding: 0;
    float: left
}

.portfolio-four {
    position: relative;
    padding: 110px 0
}

.portfolio-four .title-box {
    position: relative;
    margin-bottom: 70px
}

.portfolio-four .title-box h2 {
    position: relative;
    color: #000;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    font-family: 'Lunchtype_Light', sans-serif
}

.portfolio-block_two {
    position: relative;
    margin-bottom: 30px
}

.portfolio-block_two .inner-box {
    position: relative;
    overflow: hidden
}

.portfolio-block_two .image {
    position: relative
}

.portfolio-block_two .image img {
    position: relative;
    width: 100%;
    display: block
}

.portfolio-block_two .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.portfolio-block_two .overlay-box_inner {
    position: relative
}

.portfolio-block_two .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.services-two {
    position: relative;
    padding: 210px 0 90px;
    background-size: cover;
}

.service-block-two {
    position: relative;
    margin-bottom: 30px
}

.service-block-two .inner-box {
    position: relative;
    padding: 35px 35px;
    border-radius: 10px;
    border: 1px solid #000;
    background-color: #000
}

.service-block-two .icon-box {
    position: relative;
    text-align: right;
    font-size: 50px;
    line-height: 1em;
    z-index: 1;
    width: 100%;
    display: block;
    color: #fff
}

.service-block-two .image {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 25px;
    margin-bottom: 35px
}

.service-block-two h3 {
    position: relative;
    color: #fff;
    line-height: 1em;
    font-size: 38px;
    font-weight: 500;
    font-family: 'SuisseIntl_Medium', sans-serif
}

.service-block-two h3 a {
    position: relative;
    color: #fff
}

.service-block-two .overlay-box {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    opacity: 0;
    border-radius: 10px;
    display: flex;
    padding: 0 40px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transform: scale(1, 0.6);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.service-block-two .text {
    position: relative;
    color: #000;
    font-size: 20px;
    line-height: 30px
}

.service-block-two .inner-box:hover h3 a {
    color: #000
}

.service-block-two .inner-box:hover .overlay-box {
    opacity: 1;
    transform: scale(1, 1)
}

.sidebar-page-container {
    position: relative;
    padding: 0
}

.sidebar-page-container.padding-b-zero {
    padding-bottom: var(--padding-zero)
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: var(--margin-bottom-30)
}

.sidebar-page-container .sidebar {
    position: relative;
    border: 1px solid #000
}

.sidebar-widget {
    position: relative
}

.sidebar-widget .widget-content {
    position: relative;
    padding: 30px 30px;
    border-bottom: 1px solid #000
}

.sidebar-widget:last-child .widget-content {
    border-bottom: 0
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    font-size: 21px;
    padding: 10px 50px 10px 25px;
    background: 0;
    display: block;
    width: 100%;
    height: 56px;
    border-radius: 0;
    color: #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #000
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
    color: #000
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 56px;
    display: block;
    cursor: pointer;
    line-height: 56px;
    font-weight: normal;
    border-radius: 0;
    font-size: 20px;
    color: #000;
    background: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.sidebar .search-box .form-group button:hover {
    color: #F26522
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px
}

.sidebar-title h5 {
    position: relative;
    font-weight: 500;
    font-size: 34px;
    color: #000;
    padding-left: 20px;
    padding-bottom: 3px;
    text-transform: uppercase;
    border-left: 1px solid #000
}

.sidebar-title h5::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 6px;
    height: 1px;
    background-color: #000
}

.category-list {
    position: relative
}

.category-list li {
    position: relative;
    margin-bottom: 6px
}

.category-list li span {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    color: #000;
    line-height: 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.05)
}

.category-list li a:hover span {
    color: #fff;
    background-color: #000
}

.category-list li a {
    position: relative;
    color: #000;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    text-decoration: underline;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.category-list li a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #000
}

.category-list li:last-child {
    margin-bottom: 0
}

.category-list li a:hover::before {
    background-color: #000
}

.category-list li a:hover {
    text-decoration: none
}

.post-widget .widget-content {
    position: relative
}

.post-widget .post {
    position: relative;
    min-height: 60px;
    padding-left: 75px;
    margin-bottom: 15px;
    padding-top: 5px
}

.post-widget .post:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.post-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    overflow: hidden;
    padding: 4px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10)
}

.post-widget .post .thumb a {
    display: block
}

.post-widget .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%
}

.post-widget .post h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500
}

.post-widget .post h6 a {
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.post-widget .post h6 a:hover {
    color: #F26522
}

.tag-list {
    position: relative
}

.tag-list li {
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block
}

.tag-list li a {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 16px 6px;
    border: 1px solid #000;
    font-family: 'SuisseIntl_Medium', sans-serif
}

.tag-list li a:hover {
    color: #fff;
    background-color: #000
}

.blog-detail {
    position: relative
}

.blog-detail .inner-box {
    position: relative
}

.blog-detail p {
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 32px
}

.blog-detail h3 {
    position: relative;
    font-size: 30px;
    margin-bottom: 15px
}

.blog-detail blockquote {
    position: relative;
    color: #000;
    font-size: 38px;
    line-height: 44px;
    font-style: italic;
    margin-bottom: 25px;
    font-family: 'SuisseIntl_Semibold', sans-serif
}

.blog-detail .accordion-box {
    margin-bottom: 30px
}

.blog-detail .gallery-box {
    position: relative
}

.blog-detail .gallery-box .column {
    position: relative;
    margin-bottom: 30px
}

.blog-detail .gallery-box img {
    position: relative;
    width: 100%;
    display: block
}

.blog-detail .post-meta {
    position: relative;
    display: inline-block;
    border: 1px solid #000
}

.blog-detail .post-meta a {
    position: relative;
    color: #000;
    font-size: 20px;
    padding: 15px 25px;
    display: inline-block;
    border-right: 1px solid #000
}

.blog-detail .post-meta a:last-child {
    border: 0
}

.blog-detail .post-meta a:hover {
    color: #fff;
    background-color: #000
}

.blog-author-box {
    position: relative;
    overflow: hidden;
    padding: 50px 0 50px;
    margin-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.blog-author-box .author-inner {
    position: relative;
    min-height: 156px;
    padding-top: 10px;
    padding-left: 190px
}

.blog-author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 156px;
    overflow: hidden;
    border-radius: 50%
}

.blog-author-box .thumb img {
    display: block;
    width: 100%;
    height: auto
}

.blog-author-box .name {
    display: block;
    font-weight: 600;
    font-size: 22px;
    color: #000;
    margin-bottom: 15px
}

.blog-author-box .text {
    line-height: 30px;
    color: #000;
    font-size: 18px;
    margin-bottom: 15px
}

.blog-author-box .social-box {
    position: relative
}

.blog-author-box .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 15px
}

.blog-author-box .social-box li:last-child {
    margin-right: 0
}

.blog-author-box .social-box li a {
    position: relative;
    font-weight: 400;
    line-height: 1em;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #000
}

.blog-author-box .social-box li a:hover {
    color: #F26522
}

.blog-more-posts {
    position: relative;
    padding: 45px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.blog-more-posts a span {
    font-family: 'Font Awesome 5 Pro'
}

.blog-more-posts a {
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: capitalize;
    color: #000
}

.blog-more-posts a:hover {
    color: #F26522
}

.sidebar-page-container .comments-area {
    position: relative;
    padding-top: 55px;
    margin-bottom: 50px
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 30px
}

.sidebar-page-container .group-title h4 {
    font-weight: 700;
    color: #000
}

.sidebar-page-container .group-title .text {
    position: relative;
    font-size: 18px;
    color: #000;
    margin-top: 5px
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    min-height: 120px;
    font-size: 16px;
    padding: 0 0 0 120px
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 20px
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 15px
}

.sidebar-page-container .comments-area .comment-box strong {
    position: relative;
    font-weight: 500;
    display: block;
    font-size: 20px;
    color: #000
}

.sidebar-page-container .comments-area .comment-box .text {
    line-height: 30px;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-weight: 500;
    display: block;
    font-size: 16px;
    color: #000;
    margin-top: 10px
}

.sidebar-page-container .comments-area .comment-box .reply-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-transform: capitalize
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover {
    color: #000
}

.comment-form-outer {
    position: relative
}

.comment-form .form-group {
    margin-bottom: 25px
}

.comment-form .form-group:last-child {
    margin-bottom: 0
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 60px;
    border-radius: 0;
    font-size: 16px;
    color: #000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--white-color);
    border: 1px solid rgba(0, 0, 0, 0.10)
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder {
    color: #000
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #000
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    font-size: 16px;
    color: #000;
    height: 190px;
    resize: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10)
}

.comment-form .theme-btn {
    position: relative;
    font-weight: 500;
    background: 0;
    display: inline-block;
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    margin-top: 15px;
    padding-right: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000
}

.comment-form .theme-btn:before {
    position: absolute;
    content: '\f061';
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    font-family: 'Font Awesome 5 Pro';
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.comment-form .theme-btn:hover {
    color: var(--main-color);
    border-color: var(--main-color)
}

.comment-form .theme-btn:hover::before {
    transform: rotate(0deg)
}

.portfolio-detail_one {
    position: relative;
}

.portfolio-detail_one.style-two .image {
    margin-bottom: 30px
}

.portfolio-detail_one.style-two .middle-box {
    margin-bottom: 0;
    margin-top: 30px
}

.portfolio-detail_one .image {
    position: relative;
    margin-bottom: 60px
}

.portfolio-detail_one .image.no-margin {
    margin-bottom: 0
}

.portfolio-detail_one .image img {
    position: relative;
    width: 100%;
    display: block
}

.portfolio-info_box {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.10)
}

.portfolio-detail_one h3 {
    position: relative;
    color: #000;
    line-height: 44px;
    margin-bottom: 10px;
    font-family: 'SuisseIntl_Semibold', sans-serif
}

.portfolio-detail_one p {
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 28px
}

.portfolio-info_list {
    position: relative
}

.portfolio-info_list li {
    position: relative;
    font-family: 'SuisseIntl_Medium', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10)
}

.portfolio-info_list li span {
    position: relative;
    padding: 18px 30px;
    text-align: right;
    font-size: 18px;
    max-width: 250px;
    width: 100%;
    margin-right: 30px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.50);
    text-transform: capitalize;
    border-right: 1px solid rgba(0, 0, 0, 0.10)
}

.portfolio-info_list li:last-child {
    border: 0
}

.portfolio-detail_one .middle-box {
    position: relative;
    margin-bottom: 60px
}

.portfolio-detail_one .gallery-box {
    position: relative
}

.portfolio-detail_one .gallery-box .column {
    position: relative;
    padding: 0;
    float: left
}

.portfolio-detail_one .gallery-box img {
    position: relative;
    width: 100%;
    display: block
}

.portfolio-detail_one .content-box {
    position: relative;
    padding: 60px 0
}

.portfolio-detail_one .content-box.center-align p {
    max-width: 690px;
    margin: 0 auto
}

.portfolio-detail_one .content-box.right-align p {
    float: right
}

.portfolio-detail_one .content-box p {
    position: relative;
    font-size: 18px;
    max-width: 690px
}

.portfolio-detail_one .gallery-box_two {
    position: relative
}

.portfolio-detail_one .gallery-box_two .column {
    position: relative
}

.portfolio-detail_one .gallery-box_two img {
    position: relative;
    width: 100%;
    display: block
}

.portfolio-detail_two {
    position: relative;
    padding: 280px 0 110px
}

.portfolio-detail_two.style-two .gallery-column .image {
    margin-bottom: 30px
}

.portfolio-detail_two .gallery-column {
    position: relative
}

.portfolio-detail_two .gallery-column .image {
    position: relative;
    margin-bottom: 5px
}

.portfolio-detail_two .content-column {
    position: relative
}

.portfolio-detail_two .content-column h3 {
    position: relative;
    color: #000;
    line-height: 44px;
    margin-bottom: 10px;
    margin-top: 35px;
    font-family: 'SuisseIntl_Semibold', sans-serif
}

.portfolio-detail_two .content-column p {
    position: relative;
    color: #000;
    font-size: 18px;
    line-height: 28px
}

.cd-image-container {
    position: relative;
    width: 100%;
    margin-bottom: 0
}

.cd-image-container img {
    display: block
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s .7s, opacity .3s .7s;
    -moz-transition: -moz-transform .3s .7s, opacity .3s .7s;
    transition: transform .3s .7s, opacity .3s .7s
}

.cd-image-label.is-hidden {
    visibility: hidden
}

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0
}

.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in .7s;
    -moz-animation: cd-bounce-in .7s;
    animation: cd-bounce-in .7s;
    border-right: 4px solid #fff
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

.cd-handle {
    position: absolute;
    height: 100px;
    width: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 50%;
    background: url(../images/icons/arrows.png) no-repeat;
    cursor: move;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0)
}

.cd-handle.draggable {
    background-color: #445b7c
}

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform .3s .7s, opacity 0s .7s;
    -moz-transition: -moz-transform .3s .7s, opacity 0s .7s;
    transition: transform .3s .7s, opacity 0s .7s
}

.portfolio-detail_three {
    position: relative;
    padding-top: 164px
}

.portfolio-detail_three .outer-container {
    max-width: 2500px;
    margin: 0 auto
}

.portfolio-four .outer-container {
    position: relative;
    max-width: 2800px;
    margin: 0 auto
}

.parallax-one {
    position: relative;
    padding: 570px 0 480px;
    background-attachment: fixed;
    background-size: cover
}

.parallax-one::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .50;
    background-color: #000
}

.parallax-one .content {
    position: relative;
    text-align: center
}

.parallax-one .title {
    position: relative;
    color: #fff;
    padding: 12px 22px;
    display: inline-block;
    background-color: #000
}

.parallax-one h2 {
    position: relative;
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: 'Lunchtype_Medium', sans-serif
}

.parallax-two {
    position: relative;
    padding: 570px 0 480px;
    background-attachment: fixed;
    background-size: cover
}

.parallax-two::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .50;
    background-color: #000
}

.parallax-two .content {
    position: relative
}

.parallax-two .portfolio-info_box {
    max-width: 720px;
    margin: 0 auto;
    background-color: #fff
}

.parallax-three {
    position: relative;
    padding: 570px 0 480px;
    background-attachment: fixed;
    background-size: cover
}

.parallax-three::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .50;
    background-color: #000
}

.parallax-three .content {
    position: relative;
    max-width: 610px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 35px;
    background-color: #fff
}

.parallax-three .text {
    position: relative;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-family: 'SuisseIntl_Medium', sans-serif
}

.parallax-four {
    position: relative;
    padding: 570px 0 480px;
    background-attachment: fixed;
    background-size: cover
}

.parallax-four::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .50;
    background-color: #000
}

/****logo墙***/
.partner_slider_wrapper .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -120px;
    margin-top: 0;
    z-index: 1;
    display: block
}

.partner_slider_wrapper {
    margin-top: 30px;
    /* background: #f9f9f9; */
}

.gc_prt1_img_wrapper,.gc_prt2_img_wrapper,.gc_prt3_img_wrapper,.gc_prt4_img_wrapper {
    float: left;
    width: 20%;
    /* height: 100%; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    border-right: 1px solid rgba(255, 255, 255, 0.10); */
}

.gc_prt0_img_wrapper {
    float: left;
    width: 20%;
    /* height: 100%; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.10); */
}


.gc_prt0_img_wrapper img,.gc_prt1_img_wrapper img,.gc_prt2_img_wrapper img,.gc_prt3_img_wrapper img,.gc_prt4_img_wrapper img,.gc_prt0_img_wrapper img {
    width: 230px;
    height: 120px;
}

.gc_prt1_img_wrapper img,.gc_prt2_img_wrapper img,.gc_prt3_img_wrapper img,.gc_prt4_img_wrapper img,.gc_prt0_img_wrapper img {
    opacity: .4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.gc_prt1_img_wrapper img:hover,.gc_prt2_img_wrapper img:hover,.gc_prt3_img_wrapper img:hover,.gc_prt4_img_wrapper img:hover,.gc_prt0_img_wrapper img:hover {
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.partner_slider_wrapper .item {
    /* border: 1px solid rgba(255, 255, 255, 0.10); */
    border: 0;
    float: left;
    width: 100%
}

.partner_slider_wrapper .owl-theme .owl-dots {
    display: none
}

.partner_slider_wrapper .owl-theme .owl-nav .owl-prev {
    color: #fff;
    font-size: 18px;
    margin: 5px;
    width: 35px;
    height: 35px;
    line-height: 24px;
    background: #F26522;
    display: inline-block;
    border-radius: 40px;
    border: 2px solid #F26522;
    cursor: pointer
}

.partner_slider_wrapper .owl-theme .owl-nav .owl-next {
    color: #fff;
    font-size: 18px;
    margin: 5px;
    width: 35px;
    height: 35px;
    line-height: 24px;
    background: #F26522;
    display: inline-block;
    border-radius: 40px;
    border: 2px solid #F26522;
    cursor: pointer
}

.partner_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #F26522;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.partner_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #F26522;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

/****资质证书***/
.pictureSlider{height: 518px;margin-bottom: 24px;}
.poster-item{background: #fff;height: 453px;width:336px;border-radius: 10px;padding:45px 23px 20px 23px;
	transition: all 0.5s;cursor: default;
	-moz-transition: all 0.5s;cursor: default;
	-webkit-transition: all 0.5s;cursor: default;
	-o-transition: all 0.5s;cursor: default;
}
.turn_3d{text-align: center;color: #fff;font-weight: 400;font-size: 36px;padding: 28px 0;}
.xxgy{font-size: 30px;font-weight: 900;padding-left: 10px;}
.poster-item .say{font-size: 18px;margin-bottom: 5px;padding-left: 10px;}
.students_star{padding:10px 10px 0 10px ;}
.cell_list{margin-bottom: 20px;color:#999;font-size: 18px;overflow: hidden;}
.darks{color: #000;padding-left: 10px;}
.zwjs{border-top:1px solid #d0cddb;line-height: 26px;padding-top: 5px;color: #999;font-size: 12px;max-height: 84px;overflow: hidden;}
.for_btn{position: relative;height:214px;overflow:hidden}
.in_page{position: absolute;left: 50%;top:50%;width:40px;height: 40px;margin-left: -20px;margin-top: -20px;}
.in_page>img{width: 40px;height: 40px;}

.check_more{width: 180px;height: 50px;line-height: 50px;text-align: center;color:#fff;background: #bc241d;margin:0 auto;display: block;}
.warp{width:100%;height:100%;background:rgba(0,0,0,.6);}

.video__section{
    padding: 180px 0 60px 0;
    background: #7c8aa0;
}

.video__section__bg {
    padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover
}

video{
    width: 980px;
    height: auto;
}

.vedio__data {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 122px;
    position: relative;
    /* padding: 110px 0; */
}

.video__section__bg:before {
    position: absolute;
    content: '';
    background: #021634;
    width: 100%;
    height: 100%;
    left: 0;
    top: 180px;
    opacity: 80%
}

.video__btn a {
    width: 200px;
    height: 200px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 50px;
    color: #fff
}

.video__btn a span {
    color: #fff
}


.video__btn_small a {
    padding: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 50px;
    color: #fff
}

.map-two {
    position: relative;
    padding: 30px 0;
    background-color: #424a57;
}
.map-two .sec-title h1{
    color: #fff;
}
.map-two .image-layer{
    position: relative;
    background-size: 100%;
    width: 100%;
    max-height: 780px;
}
.map-two .image-layer .right-row{
    float: right;
    padding: 30px 20px 0;
}
.map-two .image-layer .right-row h3{
    color: #fff;
    font-weight: 500;
    padding-top: 20px;
}
.map-two .image-layer .right-row p{
    line-height: 28px;
    color: #fff;
}

.portfolio-four .auto-container {
    max-width: 1560px
}