/* -------------------------------
server
1. General
2. Home page
3. About page
4. Contact page
5. 
6. 
7. 
8.
9.
10. 
------------------------------- */
html {
    scroll-padding-top: 75px;
}

.sub-banner .main-title-big {
    margin-bottom: 0px;
    transition: all 0.5 ease-in-out;
}

.main {
    margin-top: 132px;
}

.site-logo {
    z-index: 12;
}

.footer {
    background-color: #252525;
    padding-top: 90px;
}

.footer-copy-right {
    text-align: center;
    color: #fff;
    padding: 25px 0;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    border-top: 1px solid #464646;
}

.footer-logo-section {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}

.footer-subscribe {
    width: 55%;
    margin-left: auto;
}

.footer-subscribe label {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.subscription {
    width: 100%;
}

.subscription {
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.subscrib-fld {
    width: 100%;
    line-height: 35px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #464646;
    padding-right: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;

}

.subscription-btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    height: 35px;
    width: 35px;
    font-size: 0px;
    background-image: url(../images/subscribe-btn.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}

.footer-content-section {
    padding: 90px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer-content-section h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    width: 100%;
}

.guinees-logo {
    width: 17%;
}

.footer-quick-link {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
}

.footer-quick-link ul {
    width: 40%;
}

.footer-quick-link ul li {
    margin-bottom: 15px;
    padding-right: 10px;
}

.footer-quick-link ul li a {
    font-size: 15px;
    line-height: 28px;
    color: #D3D3D3;
}

.footer-group-link {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
}

.footer-group-link ul li {
    margin-bottom: 15px;
    padding-right: 10px;
}

.footer-group-link ul li a {
    font-size: 15px;
    line-height: 28px;
    color: #D3D3D3;
}

.footer-group-link ul li a:hover,
.footer-quick-link ul li a:hover,
.footer-contact p a:hover {
    color: #00B2E2;
}

.footer-contact {
    width: 30%;
}

.footer-contact p {
    font-size: 15px;
    line-height: 28px;
    color: #D3D3D3;
    margin-bottom: 15px;
}

.footer-contact p a {
    font-size: 15px;
    line-height: 28px;
    color: #D3D3D3;
}

.footer-copy-right p {
    color: #D3D3D3;
}

.white-btn {
    padding: 0px 25px;
    height: 53px;
    line-height: 51px;
    font-size: 15px;
    text-transform: uppercase;
    color: #00B2E2;
    background-color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #00B2E2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

}

.white-btn:hover {
    background-color: #00B2E2;
    color: #fff;
}

/*------------------------------------------------------------------
1. Home page
-------------------------------------------------------------------*/

.hme-about-section {
    width: 100%;
    min-height: 1000px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-about-content {
    width: 50%;
}

.home-about-content .white-btn {
    margin-top: 20px;
}

.main-title-big {
    font-size: 70px;
    line-height: 75px;
    letter-spacing: -2px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main-title-big span {
    font-weight: 200;
    padding-right: 10px;
}

.home-media-center-section {
    width: 100%;
    padding: 130px 0;
}

.title-main-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
}

.title-main-container h2 {
    margin-bottom: 0px;
}

.main-title-small {
    font-size: 45px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;

}

.main-title-small>span {
    font-weight: 200;
    padding-right: 10px;
}

.white-btn.blue-btn {
    background-color: #D9F4FB;
    border-color: #D9F4FB;
}

.white-btn.blue-btn:hover {
    background-color: #00B2E2;
    color: #fff;
}

.title-main-container .white-btn {
    margin-left: auto;
}

.media-slider {
    width: 100%;
}

.media-slide-box {
    width: 100%;
    height: auto;
}

.media-slide-box-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.media-slide-box-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.media-slide-box-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.media-slide-box-content {
    width: 100%;
    padding-top: 25px;
}

.media-slide-box-content label {
    color: #575757;
    font-size: 15px;
    line-height: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.media-slide-box-content h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.home-clients-section {
    padding: 130px 0px;
}

.home-clients-list {
    width: 100%;
}

.home-clients-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.home-clients-list ul li {
    width: 14.666%;
    margin-left: 1%;
    margin-right: 1%;
    height: 160px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-clients-list ul li:hover {
    background-color: #F6F6F6;
    cursor: pointer;
}

.home-clients-list ul li img {
    mix-blend-mode: darken;
}

.home-clients-list ul li:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: #00B2E2;
}

.home-temporary-building-section {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.hme-building-content {
    width: fit-content;
    margin-left: auto;
}

.hme-building-content p {
    font-size: 18px;
    color: #000;
}

.hme-building-content .white-btn {
    margin-top: 25px;
}

.hme-group-section {
    width: 100%;
    padding: 130px 0 65px;
}

.group-slider-main {
    width: 100%;
}

.hme-group-box {
    width: 100%;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 50px 40px 40px;
    min-height: 700px;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;

}

.hme-group-box:hover {
    background: rgba(0, 0, 0, 0.3);
}

/* .hme-group-box::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: var(--image);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}

.hme-group-box:hover::after {
    transform: scale(1.1, 1.1);
} */

.hme-grp-logo {
    display: table;
    margin: 0 auto;
    max-width: 85%;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* .hme-group-box:hover .home-grp-content {
    position: relative;
}

.hme-group-box:hover .hme-grp-logo {
    top: -50px;
    left: 0;
    margin: inherit;
}

.hme-group-box:hover .hme-grp-logo img {
    max-height: 50px;
}  

  .hme-group-box:hover .hme-grp-content {
    opacity: 1;
    height: auto;
} */
.hme-grp-content {
    /* padding-top: 10px; */

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: -98px;
    opacity: 0;
}

.hme-grp-content p {
    color: #fff;
}

.hme-grp-content .white-btn {
    margin-top: 10px;
}

.home-grp-content h3::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-grp-content h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    margin-top: 30px;
    transition: min-height 0.15s ease-out;
}

.hme-products-section {
    padding: 65px 0 50px;
}

.hme-product-list {
    width: 100%;
}

.hme-product-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
    row-gap: 90px;
}

.hme-product-list ul li {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.hme-product-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.hme-product-image img {
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.hme-product-content {
    width: 100%;
    padding-top: 35px;
}

.hme-product-content h3 {
    font-size: 25px;
    line-height: 25px;
}

.hme-product-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hme-product-image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hme-featured-section {
    padding-top: 65px;
    position: relative;
}

/*------------------------------------------------------------------
2. why page
-------------------------------------------------------------------*/

.main-page-menu {
    width: 100%;
    padding: 45px 0 0;
}

.main-page-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

.main-page-menu ul li {
    margin: 0px 3px;
}

.main-page-menu ul li a {
    height: 53px;
    line-height: 53px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #00B2E2;
    padding: 0px 20px;
    border: 1px solid #00B2E2;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.main-page-menu ul li a:hover {
    background-color: #00B2E2;
    color: #fff;
}

.main-page-menu ul li.active a {
    background-color: #00B2E2;
    color: #fff;
}

.overview-section {
    padding: 120px 0 50px;
}

.overview-inner {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.why-content-section {
    width: 100%;
    padding: 50px 0 120px;
}

.why-content-section ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 80px;
}

.why-content-section ul li {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why-content-section ul li:nth-child(2n) {
    margin-left: auto;
}

.why-image {
    width: 35%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.why-image img {
    object-fit: cover;
    object-position: center;
    height: 400px;
    width: 100%;
}

.why-content {
    width: 65%;
    padding-left: 80px;
}

.certificate-main-section {
    width: 100%;
    padding-bottom: 60px;
}

.certificate-main-inner {
    padding-top: 60px;
}

.certificate-main-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 40px;
}

.certificate-main-inner ul li {
    width: 14.666%;
    margin-left: 1%;
    margin-right: 1%;
    height: 160px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.certificate-main-inner ul li img {
    mix-blend-mode: darken;
}

.certificate-main-inner ul li:hover {
    background-color: #F6F6F6;
    cursor: pointer;
}

.certificate-main-inner ul li:hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    background-color: #00B2E2;
}

/*------------------------------------------------------------------
4.products page
-------------------------------------------------------------------*/

.products-main-section {
    width: 100%;
    padding: 50px 0px 110px;
}

.hme-product-content .white-btn {
    margin-top: 15px;
}

.products-list-section {
    padding: 50px 0px 120px;
}

.products-list-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-filter {
    width: 20%;
    padding-top: 15px;
}

.product-filter h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.filter-box {
    border: 1px solid #D1D1D1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 15px;
}

.filter-box ul li {
    padding: 10px 0;
    width: 100%;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #D1D1D1;
}

.filter-box ul li:last-child {
    border-bottom: none;
}

.product-filter-box {
    margin-bottom: 50px;
}

.product-filter-box:last-child {
    margin-bottom: 0px;
}

.filter-box .checkmark {
    position: absolute;
    top: 11px;
    left: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #eee;
    border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.filter-box:hover input~.checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.filter-box input:checked~.checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.filter-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.filter-box input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filter-box .checkmark:after {
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #2196f3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}

.filter-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

.product-list-content {
    width: 80%;
    padding-left: 60px;
}

.product-list-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-list-title .main-title-small {
    width: 65%;
    font-size: 32px;
    margin-bottom: 0px;
}

.product-list-sort {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.product-list-sort label {
    line-height: 60px;
    padding-right: 10px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 500;
}

.product-list-sort .nice-select {
    min-width: 300px;
    height: 60px;
    line-height: 58px;
    border-radius: 60px;
    padding-left: 20px;
}

.product-list-main {
    width: 100%;
    margin-top: 40px;
}

.product-list-main ul {
    margin-left: -1.5%;
    margin-right: -1.5%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
}

.product-list-main ul li {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 30.3%;

}

.product-list-image {
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.product-list-image img {
    height: 360px;
    object-fit: cover;
    object-position: center;
    display: flex;
    width: 100%;
}

.product-list-text {
    width: 100%;
    padding-top: 15px;
}

.product-list-text h3 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.product-list-hover {
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-list-hover:hover {
    opacity: 1;
}

.fav-icon {
    width: 35px;
    height: 35px;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.fav-icon:hover {
    background-color: #00B2E2;
    color: #fff;
}

.project-filter-main {
    width: 100%;
    padding-top: 120px;
}

.project-filter-main ul {
    margin-left: -0.3%;
    margin-right: -0.3%;
    display: flex;
    flex-wrap: wrap;
}

.project-filter-main ul li {
    width: 18%;
    margin-left: 0.3%;
    margin-right: 0.3%;
    position: relative;
}

.project-filter-main ul li:last-child {
    width: 25%;
}

.project-filter-main .nice-select {
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-radius: 60px;
    padding-left: 20px;
}

.project-filter-main .nice-select li.option {
    width: 100%;
}

.nice-select:after {
    border: none;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    background-size: 20px;
    margin-top: -9px;
}

.nice-select.open:after {
    margin-top: -9px;
}

.product-search {
    width: 100%;
    height: 53px;
    line-height: 53px;
    border-radius: 60px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 40px;
    border: solid 1px #e8e8e8;

}

.project-filter-main ul li .ico-search {
    position: absolute;
    right: 18px;
    top: 22px;
    font-size: 18px;
}

.project-label {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 12px;
    display: block;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 20px;
    background-color: #00B2E2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/*------------------------------------------------------------------
news page
-------------------------------------------------------------------*/
.news-listing-section {
    padding: 85px 0 110px;
}

.news-listing-section ul {
    margin-left: -1.5%;
    margin-right: -1.5%;
    row-gap: 60px;
    display: flex;
    flex-wrap: wrap;
}

.news-listing-section ul li {
    width: 30.33%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.news-detail-top-section {
    padding: 60px 0;
}

.news-detail-bredcrumb {
    width: 100%;
    margin-bottom: 20px;
}

.news-detail-bredcrumb ul {
    display: flex;
    flex-wrap: wrap;
}

.news-detail-bredcrumb ul li {
    padding-right: 25px;
    position: relative;
}

.news-detail-bredcrumb ul li::after {
    content: ">";
    font-size: 20px;
    line-height: 22px;
    color: #666666;
    width: 10px;
    position: absolute;
    right: 9px;
    top: 1px;
    font-weight: 500;
}

.news-detail-bredcrumb ul li:last-child::after {
    display: none;
}

.news-detail-bredcrumb ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}

.news-detail-bredcrumb ul li span {
    font-size: 16px;
    line-height: 22px;
    color: #00B2E3;
}

.date-text {
    width: 100%;
    color: #666666;
    display: block;
    margin-bottom: 20px;
}

.news-detail-top-section p {
    margin-bottom: 20px;
}

.news-detail-top-section img {
    margin: 30px 0px 50px;
}

.related-news-section {
    padding-bottom: 110px;
}

.related-news-slider {
    margin-top: 40px;
}

/*------------------------------------------------------------------
Careers page
-------------------------------------------------------------------*/

.career-main-section {
    width: 100%;
    padding: 120px 0;
}

.career-main-section .main-title-small {
    margin-bottom: 20px;
}

.career-list-content {
    width: 100%;
    padding-top: 80px;
}

.career-list-content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    row-gap: 50px;
}

.career-list-content ul li {
    width: 48%;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #DFDFDF;
}

.career-list-content ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.career-icon {
    width: 30%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #00B2E2;
}

.career-icon img {
    width: auto !important;
}

.career-text {
    width: 70%;
    padding: 25px 30px;
}

.career-text h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
}

.career-date {
    color: #575757;
}

.career-location {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    background-color: #00B2E3;
    color: #fff;
    padding: 0px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.career-details-section {
    width: 100%;
    padding: 60px 0 160px;
}

.career-detail-heading {
    margin-top: 35px;
}

.career-detail-heading ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.career-detail-heading ul li {
    margin-right: 50px;
    position: relative;
    font-size: 20px;
}

.career-detail-heading ul li:last-child {
    margin-right: 0px;
}

.career-detail-heading ul li:last-child::after {
    display: none;

}

.career-detail-heading ul li::after {
    content: "|";
    position: absolute;
    right: -25px;
}

.career-detail-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.career-detail-left {
    width: 55%;
    padding-right: 10%;
    border-right: 1px solid #D9D9D9;
}

.career-detail-right {
    width: 45%;
    padding-left: 10%;
}

.career-detail-box {
    margin-bottom: 50px;
}

.career-detail-box h3 {
    font-size: 32px;
    font-weight: 600;
}

.career-detail-box h3 span {
    font-weight: 200;
}

.career-detail-box ul {
    width: 100%;
    margin-top: 15px;
}

.career-detail-box ul li {
    margin-bottom: 20px;
    padding-left: 25px;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: left 0 top 5px;
}

.career-detail-box ul li span {
    font-weight: 600;
    display: block;
}

.career-form-main {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    margin-top: 80px;
}

.career-form-main .main-title-small {
    text-align: center;
}

.career-form-inner {
    width: 100%;
    margin-top: 30px;
}

.career-form-inner ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.career-form-inner ul li {
    width: 47%;
}

.career-form-inner ul li.full-width {
    width: 100%;
}

.main-text {
    width: 100%;
    line-height: 40px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 2px solid #DFDFDF;
}

.main-text::placeholder {
    color: #000;
}

.file-placeholder {
    position: relative;
    cursor: pointer;
    height: 55px;
    /*
    you can use the label to trigger the event    */
    /*
    or the input file. here I use both but you don't have to   */
}

.file-placeholder label {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
}

.file-placeholder label:before {
    content: "File";
    position: absolute;
    top: -15px;
    left: 10px;
    background-color: #c7c7c7;
    padding: 2px 5px;
    color: #FFF;
}

.file-placeholder input[type=file] {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    opacity: 0;
}

.file-placeholder .file-browse {
    width: 100%;
    height: 55px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    border: 1px solid #BEBEBE;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.file-placeholder .file-browse .file-browse-txt {
    display: block;
    float: left;
    line-height: 55px;
    padding-right: 150px;
    width: 100%;
    padding-left: 25px;
    color: #575757;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.file-placeholder .file-browse .file-browse-txt.hasValue {
    background-color: #ededed;
}

.file-placeholder .file-browse .browse {
    display: block;
    float: left;
    width: 140px;
    background-color: #D9F4FB;
    color: #00B2E2;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.file-placeholder:hover .browse {
    background-color: #00B2E2 !important;
    color: #fff !important;
}

.white-btn.dark-blue-btn {
    background-color: #00B2E2;
    color: #fff;
    border-color: #00B2E2;
}

.career-form-main .white-btn.dark-blue-btn {
    margin: 0 auto;
    display: table;
}

.white-btn.dark-blue-btn:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

/*------------------------------------------------------------------
Contact page
-------------------------------------------------------------------*/

.contact-page-form {
    padding: 110px 0 60px;
}

.contact-form-main {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.contact-form-main .main-title-small {
    text-align: center;
}

.career-form-inner .nice-select ul.list {
    row-gap: 0;
}

.career-form-inner .nice-select {
    width: 100%;
    height: 65px;
    line-height: 63px;
    border-radius: 45px;
    padding: 0px 25px;
    border: 1px solid #DFDFDF;
}

.career-form-inner .nice-select .option {
    width: 100%;
}

.career-form-inner textarea.main-text {
    min-height: 110px;
    line-height: 24px;
}

.contact-office-list {
    padding: 60px 0 110px;
}

.contact-location-container {
    width: 100%;
    margin-top: 55px;
}

.contact-location-container ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5%;
    margin-right: -0.5%;
    row-gap: 15px;
}

.contact-location-container ul li {
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.contact-search-box {
    position: relative;
}

.contact-search-box .ico-search {
    position: absolute;
    right: 18px;
    top: 19px;
    font-size: 18px;
}

.contact-search-box .product-search {
    min-width: 500px;
}

.contact-search-box .white-btn {
    height: 60px;
    line-height: 58px;
}

.contact-location-map {
    width: 100%;
    margin-top: 60px;
}

.contact-location-map {
    min-height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.who-section {
    width: 100%;
    padding-top: 110px;
}

.who-section-inner {
    width: 100%;
    display: flex;
    align-items: center;
}

.who-image-main {
    width: 50%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.who-content-main {
    width: 50%;
    padding-left: 60px;
}

.who-image-main img {
    width: 100%;
}

.mission-section {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 50px;
    min-height: 100vh;
    background-image: url(../images/mission-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.mission-section-inner {
    width: 100%;
}

.mission-section-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mission-section-inner ul li {
    width: 30%;
}

.mission-section-inner .main-title-small {
    margin-bottom: 20px;
}

.management-section {
    width: 100%;
    padding-top: 110px;
    overflow: hidden;
}

.management-slider-main {
    margin-top: 40px;
    position: relative;
}

.swiper-team::after {
    content: "";
    width: 1000px;
    height: 100%;
    left: -1005px;
    top: 0;
    position: absolute;
    background: #fff;
    z-index: 1;
}

.team-main {
    width: 100%;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.team-main img {
    width: 100%;
    min-height: 600px;
    object-fit: cover;
    object-position: top center;
}

.swiper-button-next,
.swiper-button-prev {
    width: 56px;
    height: 56px;
    border: 3px solid #fff;
    background-color: #00B2E2;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.swiper.swiper-team {
    overflow: visible;
}

.swiper.swiper-team .swiper-button-prev {
    left: -25px;
}

.swiper.swiper-team .swiper-button-next {
    right: -25px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}

.team-main:hover .team-hover {
    top: 0;
}

.team-hover {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-hover h3 {
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
}

.team-hover h4 {
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

.team-hover h3 span {
    font-weight: 200;
    padding-right: 10px;
}

.team-hover-inner .white-btn {
    margin-top: 40px;
}

.team-hover-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
}

.history-section {
    width: 100%;
    padding-top: 110px;
    overflow: hidden;
}

.swiper-history {
    overflow: visible;
}

.swiper-history .swiper-slide {
    width: 90%;
}

.history-slider-main {
    width: 100%;
    max-width: 78%;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.swiper-history .swiper-slide::before {
    content: "";
    width: 100%;
    height: 1px;
    top: 560px;
    position: absolute;
    background-color: #9D9D9D;
}

.swiper-history .swiper-slide::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 550px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #00B2E3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.main-history-box-img {
    width: 620px;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.main-history-box-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.main-history-content h2 {
    font-size: 400px;
    line-height: 330px;
    font-weight: 600;
    color: #000;
    -webkit-text-stroke: 12px #fff;
}

.main-history-content {
    text-align: center;
    margin-top: -150px;
    position: relative;
    z-index: 50;
}

.main-history-content p {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.swiper-history .swiper-button-next {
    margin-right: -15%;
}

.swiper-history .swiper-button-prev {
    margin-left: -15%;
}

.about-image-section {
    width: 100%;
    min-height: 1000px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-top: 110px;
}

.about-image-content {
    width: 70%;
}

.about-image-content .white-btn {
    margin-bottom: 25px;
    background-color: transparent !important;
    color: #00B2E2 !important;
}

.project-filter-main.filter-project-details {
    padding-top: 20px;
}

.project-brudcrumb {
    margin-top: 60px;
}

.featured-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 730px;
    object-fit: cover;
    object-position: center;
}

.main-featured-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 230px;
}

.main-featured-content label {
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    padding: 0px 15px;
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
}

.main-featured-content h3 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}

.main-featured-content p {
    color: #fff;
    font-size: 17px;
}

.tumb-image {
    width: 120px;

}

.tumb-image img {
    width: 100%;
    object-fit: cover;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.featured-content-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 40px;
    background: #fff;
    cursor: pointer;
}

.featured-content-main label {
    font-size: 15px;
    line-height: 20px;
    color: #666666;
}

.featured-content-main h3 {
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 6px;
}

.featured-content-main p {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.featured-content-main p span {
    padding-left: 8px;
}

.swiper-slide-thumb-active .featured-content-main {
    background-color: #F6F6F6;
    position: relative;
}

.featured-tumb-container {
    position: absolute;
    bottom: 60px;
    z-index: 999;
    padding: 0px 15px;
    left: 0;
    right: 0;

}

.banner-Swipper .main-title-big {
    position: absolute;
    top: 10%;
}

.featured-tumb-content {
    width: calc(100% - 120px);
    padding-left: 30px;
}

.featured-tumb-container .swiper-button-prev {
    left: -10px;
    margin-top: -28px;
    border: none;
}

.featured-tumb-container .swiper-button-next {
    right: -10px;
    margin-top: -28px;
    border: none;
}

/* .featured-tumb-container-inner {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
} */

.swiper-slide-active .featured-content-main {
    border-top-left-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    position: relative;
}

.swiper-slide-next .featured-content-main {
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
}

.swiper-slide-thumb-active .featured-content-main::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 12%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #f6f6f6;
    z-index: 88;
}

.featured-content-main {
    margin: 20px 0px;
}

.overview-section-detail-pages {
    padding: 20px 0;
}

.overview-inner-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.overview-inner-left {
    width: 55%;
    padding-right: 5%;
}

.overview-getin {
    width: 45%;
    height: 340px;
    padding: 20px;
    background-image: url(../images/overview.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overview-getin-inner {
    width: fit-content;
    color: #fff;
}

.overview-getin-inner .white-btn {
    background-color: transparent;
    margin-top: 15px;
    color: #fff;
}

.overview-getin-inner .main-title-small,
.overview-getin-inner p {
    color: #fff;
}

.inner-services-project-list {
    padding-top: 70px;
}

.inner-project-btn-main {
    width: 100%;
    margin-top: 20px;
    display: flex;
    column-gap: 10px;
}

.about-service-section {
    padding: 80px 0px 65px;
}

.service-logo {
    margin-bottom: 20px;
    max-width: 400px;
}

.service-logo img {
    max-height: 70px;
}

.who-content-main .main-title-small {
    margin-bottom: 20px;
}

.service-clients-section {
    width: 100%;
    padding: 110px 0;
}

.service-products-slider-main {
    padding: 130px 0px 65px;
}

.event-slider {
    width: 100%;
}

.event-slider .product-list-text h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}

.event-slider .product-list-text p {
    color: #666666;
}

.service-bottom-connect {
    width: 100%;
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    min-height: 580px;
    align-items: center;
}

.service-bottom-connect-inner {
    width: 45%;
    margin-left: auto;
}

.service-bottom-connect-inner h2 {
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 600;
}

.service-bottom-connect-inner h2 span {
    font-weight: 200;
}

.service-bottom-connect-inner .white-btn {
    margin-top: 15px;
}

.other-services-sections {
    width: 100%;
    padding: 65px 0 120px;
}

.service-inner-product-slider {
    padding: 65px 0;
}

.other-services-inner {
    position: relative;
}

.other-services-inner .swiper-button-next {
    right: -25px;
}

.other-services-inner .swiper-button-prev {
    left: -25px;
}

.service-inner-about-section {
    padding: 15px 0 65px;
}

.service-inner-about-section-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 80px;
}

.who-image-main img {
    width: 100%;
}

.who-section-inner:nth-child(2n) {
    flex-direction: row-reverse;
}

.who-section-inner:nth-child(2n) .who-content-main {
    padding-left: 0;
    padding-right: 60px;
}

.service-inner-about-section .who-image-main {
    width: 49%;
}

.service-inner-about-section .who-content-main {
    width: 51%;
}

.service-gallery-section {
    padding: 65px 0 0;
}

.grid {
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.grid-item img {
    width: 100%;
}

.grid-item {
    width: 22%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3%;
}

.related-projects-sections {
    padding: 50px 0;
}

.project-detsils-product-slider {
    padding: 50px 0 100px;
}

.product-detail-bredcrumb-main {
    padding-top: 40px;
}

.product-detail-gallery-section {
    width: 100%;
    padding: 30px 0 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-detail-gallery {
    width: 50%;
    position: relative;
}

.product-detail-content {
    width: 50%;
    padding-left: 5%;
}

.product-category {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #575757;
    display: block;
}

.gallery-tumb-main {
    position: absolute;
    width: 90%;
    bottom: -150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: -2px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -2px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 0px 5px 2px rgba(0, 0, 0, 0.2);
}

.gallery-slider img {
    width: 100%;
}

.gallery-slider {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.product-detail-gallery {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.product-detail-gallery:hover .gallery-tumb-main {
    bottom: 25px;
}

.gallery-tumb-main .swiper-slide {
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;

}

.gallery-tumb-main .swiper-slide img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.product-detail-table {
    width: 100%;
    padding: 30px 40px;
    margin-top: 30px;
    background-color: #F2FBFD;
    border: 1px solid #E8E8E8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.product-detail-table ul {
    width: 100%;
}

.product-detail-table ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 13px 0px;
    border-bottom: 1px solid #BEBEBE;
}

.product-detail-table ul li:last-child {
    border-bottom: none;
}

.product-table-label {
    width: 60%;
    position: relative;
}

.product-table-label::after {
    content: "";
    position: absolute;
    right: 24%;
    font-size: 15px;
    top: 11px;
    width: 8px;
    height: 2px;
    background: #a9a9a9;
}

.product-table-content {
    width: 40%;
}

.product-detail-btn-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.product-detail-btn-main .white-btn {
    margin-right: 10px;
}

.product-detail-tabs {
    padding: 50px 0;
}

.resp-tabs-list li {
    padding: 20px 30px !important;
    background-color: #D7F8FF !important;
    text-transform: uppercase;
    color: #01B1E0;
    font-size: 16px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.resp-tabs-list li.resp-tab-active {
    background-color: #01B1E0 !important;
    color: #fff;
    border: none !important;
}

.resp-tabs-list {
    padding: 0px 10px !important;
}

.resp-tab-content {
    border: 1px solid #EDEDED;
    border-top-color: #EDEDED;
    background-color: #F7F7F7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px !important;
}

.resp-tabs-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #F7F7F7;
}

.side-wall-img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.side-wall-img img {
    width: 100%;
    height: 138px;
    object-fit: cover;
    object-position: center;
}

.side-wall-wrap ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-left: -1%;
    margin-right: -1%;
}

.side-wall-wrap ul li {
    width: 14.666%;
    margin-left: 1%;
    margin-right: 1%;
}

.side-wall-wrap ul li h3 {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.single-our_companies .header.fixed {
    position: static;
}

input:focus,
input:active,
input::selection {
    outline: none !important;
}

.enquiry-popup {
    width: 100%;
    max-width: 850px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 70px;
}

.main-text.rounded-text-box {
    width: 100%;
    height: 65px;
    line-height: 63px;
    border-radius: 45px;
    padding: 0px 25px;
    border: 1px solid #DFDFDF;
}

.fancybox__container {
    z-index: 99999 !important;
}

.enquiry-popup.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
}

.sticky-company-nav .main-page-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.banner-Swipper .swiper-slide img {
    width: 100%;
}

.search-btn {
    margin-left: 20px;
}

.search-btn.active .ico-search:before {
    content: "\e931" !important;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: all 0.2s linear !important;
    -webkit-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
    transition: all 0.2s linear !important;
}

.scroll-down .header {
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    top: -150px;
}

.scroll-up .header {
    position: fixed !important;
    background: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    z-index: 9999;
    top: 0px;
    border: 1px solid #e5e5e5;
}

.nav-open .header::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.nav-open .menu-icon {
    z-index: 12;
}

.group-slider-main ul {
    display: flex;
    flex-wrap: wrap;
}

.group-slider-main ul li {
    width: 25%;
    padding: 0px 1px;
}

.switch {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

.switch>span {
    position: absolute;
    top: 11px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked~.off {
    color: #fff;
    font-size: 13px;
}

input.check-toggle-round-flat:checked~.on {
    color: #000;
}

.switch>span.on {
    left: 0;
    padding-left: 2px;
    color: #fff;
}

.switch>span.off {
    right: 0;
    padding-right: 4px;
    color: #000;
}

.switch>.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.switch>.check-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.switch>input.check-toggle-round-flat+label {
    padding: 1px;
    width: 70px;
    height: 36px;
    background-color: #2196f3;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

.switch>input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

.switch>input.check-toggle-round-flat+label:before {
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

.switch>input.check-toggle-round-flat+label:after {
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 36px;
    background-color: #00b2e3;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

.header-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.switch>input.check-toggle-round-flat:checked+label:after {
    margin-left: 33px;
}

.main-about-wrap {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1000;
}

/* .main-page-menu {
    position: absolute;
    top: 0;
} */

.sticky-company-nav.scroll-up .header {
    position: relative !important;
}

.position-relative {
    position: relative;
}

.text-bold span {
    font-weight: 600 !important;
}

/* ------------sk------------- */
.position-relative {
    position: relative;
}

.has-mask-fill>span {
    position: relative;
    display: inline;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#000, #000);
    background-size: 0% 200%;
}

.has-mask-fill.white-mask>span {
    background-image: linear-gradient(#ffffff, #ffffff);
}

.text-bold span {
    font-weight: 600;
}

.has-animation {
    opacity: 0;
    -webkit-transition: translateY(30px);
    transform: translateY(30px);
}

.has-animation.has-scale {
    opacity: 0;
    -webkit-transition: translateY(0px) scale(1.05);
    transform: translateY(0px) scale(1.05);
    transform-origin: 50% 0;
    will-change: transform;
}

.has-animation.has-scale-vertical {
    opacity: 0;
    -webkit-transition: translateY(0px) scaleY(1.1);
    transform: translateY(0px) scaleY(1.1);
    transform-origin: 50% 0;
    will-change: transform;
}

.has-animation.has-cover {
    opacity: 1;
    -webkit-transition: translateY(0px);
    transform: translateY(0px);
    overflow: hidden;
}

.has-animation.has-cover::after,
.mask-animation::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    -o-transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.has-animation.animated::after {
    width: 0%;
    transition-duration: 2s;
}

.has-animation.has-cover.animated::after {
    width: 0;
    transition-duration: 2s;
}

.has-animation.has-cover img {
    opacity: 1;
    -webkit-transition: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .4s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    -o-transition: all .4s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    transition: all .4s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

/* .hover-ef-01 :hover .hme-group-box{ align-items: center;} */

.hme-grp-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 35px;

    -webkit-transition: all .4s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    -o-transition: all .4s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    transition: all .4s cubic-bezier(0.54, 0.49, 0.2, 1.01);

}

/* .hover-ef-01:hover .hme-grp-logo { top:55%;} */
.hover-ef-01:hover .hme-grp-content {
    margin-bottom: 0px;
    opacity: 1;
}

/* .hover-ef-01:hover .hme-grp-logo img { width: 50% !important;} */
.hme-group-box:hover {
    background-size: 150% 150% !important;
}

.hme-group-box {
    background-position: center center !important;
    background-size: 100% 100% !important;
}

.group-slider-main ul li .hme-group-box:hover::before {
    opacity: 1;
}

.hover-logo-block {
    opacity: 0;
}

.hover-logo-block img {
    width: auto !important;
    max-height: 36px;
}

.group-slider-main ul li .hme-group-box:hover .hover-logo-block {
    opacity: 1;
}

.group-slider-main ul li .hme-group-box:hover .hme-grp-logo {
    opacity: 0;
}

.hme-grp-logo img,
.trans {
    -webkit-transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    -o-transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.hover-ef-01:hover .home-grp-content h3 {
    transition: min-height 0.25s ease-in;
    min-height: 20px;
}

.has-animation.has-cover.animated img {
    width: 100%;
    max-height: 55px;
}

.has-animation.has-cover.animated .hover-logo-block img {
    max-height: 35px;
}

.group-slider-main ul li .hme-group-box::before {
    display: block;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    -o-transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
    transition: all .6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.group-slider-main ul li .home-grp-content {
    z-index: 5;
}

.smooth-scroll #content-scroll {
    position: absolute;
    top: 133px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.rel {
    position: relative;
}

.ten-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.t1 {
    z-index: 10 !important;
    width: 100%;
    height: 100%;
    bottom: 0%;
    top: 0;
    transform: translateY(100%);
    position: absolute;
    z-index: 2;
    background-position: center bottom !important;
}

.t2 {
    z-index: 5 !important;
    width: 100%;
    height: 100%;
    bottom: 0%;
    top: 0;
    transform: translateY(100%);
    position: absolute;
    z-index: 3;
    background-position: center bottom !important;
}

.t3 {
    width: 100%;
    height: 100%;
    bottom: 0%;
    top: 0;
    transform: translateY(100%);
    position: absolute;
    z-index: 4;
    background-position: center bottom !important;
}

.t5 {
    width: 100%;
    height: 0%;
    bottom: 0;
    position: absolute;
    z-index: 4 !important;
}

.title-width-01 {
    width: 50%;
}

.tent-animated .t1 {
    transition-delay: 0s;
    transition-duration: 1.5s;
    transform: translateY(0px);
}

.tent-animated .t2 {
    transition-delay: 0.2s;
    transition-duration: 1.5s;
    transform: translateY(0px);
}

.tent-animated .t3 {
    transition-delay: 0.5s;
    transition-duration: 1.5s;
    transform: translateY(0px);
}

.sky-animation {

    animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -o-animation: animatedBackground 10s linear infinite;
}

.sky-animation {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item {
    opacity: 0;
}

.item-2 {
    opacity: 0;
}

.item_img {
    transform: translateY(100px);
    /* transform: translateY(0px); */
    opacity: 0;
}

.z-10 {
    z-index: 100;
    position: relative;
}

.max-40 {
    max-width: 40%;
}

.h-100vh {
    height: 100vh;
    width: 100%;
}

.pin-section-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overflow-hide {
    overflow: hidden;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
    position: relative;
}

.pinned-gallery {
    padding-top: 55px;
}

.pinned-gallery h3 {
    max-width: 45%;
}

.tent-block-main {
    overflow: hidden;
}

.animation .cloud1 {
    background-image: url('../images/clouds.png');
    animation: move1 160s infinite linear;
}

.animation .cloud2 {
    background-image: url('../images/clouds.png');
    animation: move1 180s infinite linear;
}

.animation .cloud3 {
    background-image: url('../images/clouds.png');
    animation: move1 210s infinite linear;
}

.clouds {
    position: relative;
    display: flex;
    align-items: center;
    height: 540px;
}

.animation {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.animation .cloud {
    background-repeat: repeat-X;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

@keyframes move1 {
    100% {
        background-position: -3343px 0;
    }
}

@keyframes move2 {
    100% {
        background-position: -3343px 0;
    }
}

@keyframes move3 {
    100% {
        background-position: -3343px 0;
    }
}

.pinned-image {
    position: relative;
}

.pin-block::after {

    display: block;
    width: 100%;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+99&0+26,0.65+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 26%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.pinned-image .container {
    z-index: 100;
}

.sub-banner .has-mask-fill {
    background-size: 100% 100%;
}

.sub-banner .has-mask-fill>span {
    background-image: linear-gradient(#fff, #fff);
}

.project-btn-main {
    text-align: center;
    margin-top: 50px;
}

.main-banner-video {
    height: 100vh;
}

.zoom {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.zoom .image {
    grid-area: 1 / 1 / 2 / 2;
}

.zoom .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paralax-label-main {
    margin-bottom: 20px;
    column-gap: 8px;
    display: flex;
    flex-wrap: wrap;
}

.sub-banner .main-title-big {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#fff, #fff);
    background-size: 0% 100%;
}

.sub-banner {
    transform: scale(1.1);
}

.banner-overflow {
    overflow: hidden;
}

.title-animate-01 {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#000, #000);
    background-size: 0% 100%;
}

.text-bold.title-animate-01 {
    font-weight: 600 !important;
}

.project-detail-first-section {
    padding: 130px 0 55px;
}

.project-tumb-main {
    margin-top: 20px;
    padding: 0px 40px;
    position: relative;
}

.project-tumb-main .swiper-button-prev {
    left: -30px;
    margin-top: -28px;
    border: none;
}

.project-tumb-main .swiper-button-next {
    right: -30px;
    margin-top: -28px;
    border: none;
}

.project-tumb-main .swiper-slide {
    cursor: pointer;
}

.project-tumb-main .swiper-slide img {
    min-height: 150px;
    object-fit: cover;
    object-position: center;
}

.project-detail-slider {
    margin-top: 40px;
}

.project-detail-second-section {
    padding: 55px 0 120px;
}

.project-second-inner {
    width: 90%;
    margin: 0 auto;
    margin-top: 45px;
    display: flex;
    align-items: center;
}

.project-image-main {
    width: 50%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.project-content-main {
    width: 50%;
    padding-left: 80px;
}

.project-content-main .white-btn {
    margin-top: 20px;
}

.home .main,
.page-template-front-page-option-second .main {
    margin-top: 0px;
}

.detail-banner {
    width: 100%;
    height: calc(100vh - 132px);
    padding-bottom: 50px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.detail-banner .main-title-big {
    color: #fff;
}

.profile-popup.fancybox__content {
    width: 100%;
    max-width: 800px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.profile-popup.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: 6px;
    right: 7px;
    color: #000;
}

.team-profile-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.team-profile-img {
    width: 35%;
}

.team-profile-img img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.team-profile-content {
    width: 65%;
    padding-left: 40px;
}


.team-profile-content h3 {
    width: 100%;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-profile-content h4 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}

.service-logo.arthub-logo {
    max-width: 250px;
}

.detail-banner .title-animate-01 {
    background-image: linear-gradient(#fff, #fff);
}