/*!
Theme Name: multi-space
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description

Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: multi-space
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

multi-space is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

body,
h1,
h2,
h3,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

.fa-phone,
.fa-phone-square {
    transform: rotate(90deg);
}

a {
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
    color: #000;
}

a:hover {
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
    color: rgb(145 255 36);
}

ul li {
    list-style: none;
}

/* font-family: 'Open Sans', sans-serif;
  font-family: 'Quicksand', sans-serif; */

.header-wrapper {
    background-color: rgb(50 50 50 / 85%);
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    z-index: 1000;
    min-height: 108px;
    color: rgb(255 255 255);
    font-family: "Open Sans", sans-serif;
}

.detail-div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-wrapper img {
    position: absolute;
    right: 0;
}

.detail-div {
    background-color: rgb(50 50 50 / 85%);
}

.detail-div p {
    font-size: 15px;
    margin-left: 40px;
}

.detail-div a:hover {
    color: rgb(145 255 36);
}

.detail-div a {
    margin-right: 15px;
    color: rgb(255 255 255);
}

.detail-div .ico {
    margin-right: 8px;
    color: rgb(145 255 36);
    font-size: 15px;
}

.navigation {
    padding-top: 15px;
}

.nav-wrapper {
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 100%;
    z-index: 1;
    min-height: 135px;
    background-color: rgb(51 67 85 / 85%);
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(255 255 255);
    font-family: "Open Sans", sans-serif;
}

.logo img {
    left: 90px;
    position: absolute;
}

.detail .ico {
    margin-right: 10px;
    color: rgb(111 149 192);
    margin-left: 25px;
}

.nav-wrapper p {
    position: absolute;
    font-size: 15px;
    right: -90px;
    top: 10px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.nav-wrapper a {
    color: rgb(239 239 239);
}

.nav-wrapper a:hover {
    color: rgb(250 206 52);
}

.navbar-inverse {
    background-color: rgb(0 0 0 / 0%);
    border-color: rgb(0 0 0 / 0%);
}

/*             
  .navbar {
  border-radius: 0;
  position: absolute;
  min-height: 0;
  margin-bottom: 0;
  border: 0px solid rgb(0 0 0 / 0%);
  top: 65px;
  right: -34%;
  } */

.navbar-inverse .navbar-nav > li > a {
    padding-left: 0;
    font-weight: 300;
    font-size: 18px;
    margin-left: 33px;
    transition: all 0.5s ease-in-out;
    border-bottom: 3px solid rgb(145 255 36 / 0%);
    padding-right: 0;
    margin-right: 25px;
    color: rgb(253 253 253);
}

.navbar-inverse .navbar-nav > .active > a {
    border-bottom: 2px solid rgb(145 255 36);
    transition: all 0.5s ease-in-out;
    background-color: rgb(0 0 0 / 0%);
    color: rgb(253 253 253);
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    border-bottom: 3px solid rgb(145 255 36);
    transition: all 0.5s ease-in-out;
    background-color: rgb(0 0 0 / 0%);
    color: rgb(239 239 239);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgb(0 0 0 / 0%);
}

.dropdown-menu {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
}

.navbar-nav > li > .dropdown-menu {
    margin-left: 0px;
    padding: 10px 10px;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 5px;
}

.dropdown-menu > li > a {
    border-bottom: 1px solid rgb(145 255 36 / 0%);
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 5px;
    color: rgb(255, 255, 255);
}

.dropdown-menu > li > a:hover {
    border-bottom: 1px solid rgb(77 77 77);
    transition: all 0.5s ease-in-out;
    background-color: rgb(0 0 0 / 0%);
    color: rgb(239 239 239);
}

/* slider-wrapper */
.carousel {
    max-height: 800px;
}
.carousel-inner {
    height: 800px;
    overflow: hidden;
}
.carousel-caption {
    text-shadow: unset;
}

.slider-wrapper1 {
    color: rgb(255 255 255);
    font-family: "Quicksand", sans-serif;
}

.slider-wrapper1 h3 {
    font-weight: 500;
    font-size: 68px;
    word-spacing: 1px;
    text-align: center;
}

.slider-wrapper1 a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255 255 255);
    background-color: rgb(55 55 55);
    transition: all 0.5s ease-in-out 0s;
    border-radius: 10px;
    padding: 17px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    position: relative;
    bottom: -80px;
    left: auto;
    right: auto;
}

.slider-wrapper1 .item {
    max-height: 800px;
    overflow: hidden;
    height: 800px;
}

.slider-wrapper1 a:hover {
    background-color: rgb(111 111 111);
}

.slider-wrapper1 img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    max-height: 800px;
}
.slider-wrapper1 .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.slider-wrapper1 .carousel-indicators {
    left: 50%;
}
.slider-wrapper1 .carousel-control {
    position: absolute;
    left: 0;
    top: 50%;
    height: auto;
    bottom: auto;
    max-width: 30px;
    border-radius: 0;
    padding: 20px;
    background-color: rgb(50 50 50 / 85%);
    background-image: none;
}
.slider-wrapper1 .carousel-control.right {
    right: 0;
    left: auto;
}
.slider-wrapper1 .carousel-control:hover {
    background-color: #ffffff;
    background-image: none;
}
.slider-wrapper1 .carousel-control:hover svg path {
    fill: rgb(50 50 50 / 85%);
}

/*  main-wrapper  */

/* news-wrapper */

.news-wrapper {
    min-height: 600px;
    /* background: url(./resources/images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
    padding: 120px 0 30px;
}

.news-wrapper img {
    padding: 0.65rem;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(222 226 230);
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
    /* padding-bottom: 30px; */
    margin: 0 auto;
    /* margin: 0 auto; */
}

.news-wrapper h2 {
    color: rgb(111 111 111);
    font-weight: 300;
    font-size: 58px;
    padding-bottom: 30px;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
}
.news-wrapper h2::after {
    display: block;
    content: "";
    width: 270px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -19px;
    margin-left: 35%;
}

.news-box h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: rgb(130 130 130);
    font-weight: 400;
    padding-bottom: 15px;
}
.news-box h2::after {
    display: none;
}

.news-bottom {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
    font-family: "Quicksand", sans-serif;
}

.news-box blockquote {
    font-family: "Open Sans", sans-serif;
    margin-left: -20px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    font-size: unset;
    border-left: 2px rgb(145 255 36) solid;
}

.news-bottom a:hover {
    color: rgb(145 255 36);
}

.news-bottom a {
    color: rgb(130 130 130);
    font-size: 17px;
    font-weight: 400;
}

.news-box p {
    color: rgb(51 67 85);
    line-height: 25px;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
}

.news-box a {
    color: rgb(51 67 85);
    font-weight: 500;
    font-size: 16px;
}

.news-box a:hover {
    color: rgb(145 255 36);
}

.news-box {
    padding-left: 25px;
    margin-top: 40px;
}

/* instagram-wrapper */
.instagram-wrapper {
    background-color: rgb(51 51 51);
    padding: 100px 0 80px;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    color: rgb(255 255 255);
}

/* service-wrapper */

.service-wrapper {
    background-color: rgb(51 51 51);
    padding: 100px 0 80px;
    text-align: center;
    font-family: "Quicksand", sans-serif;
}

.service-wrapper img {
    margin: 0 auto;
    max-width: 40px;
}

.service-wrapper h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(51 51 51);
    padding: 25px 0 15px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

.service-wrapper ul li {
    color: rgb(51 51 51);
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.service-box {
    background-color: rgb(255 255 255);
    padding: 20px;
    margin-bottom: 30px;
}

.service-box-img {
    background-color: rgb(255 255 255);
    padding: 10px;
    border-radius: 100%;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
}

.service-box-img-inner {
    background-color: rgb(51 51 51);
    padding: 20px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
}

.service-description {
    color: rgb(51 51 51);
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
}

.service-description p {
    margin-bottom: 15px;
}

.service-description p:last-child {
    margin-bottom: 0;
}

.paralex-wrapper {
    min-height: 220px;
    background: 10% 0px no-repeat fixed;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
}

.paralex-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.paralex-wrapper h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 88px;
    font-weight: 300;
    padding: 50px 0;
}

/*  footer-wrapper */

.footer-wrapper {
    min-height: 445px;
    background: url(./resources/images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: rgb(255 255 255);
    font-family: "Quicksand", sans-serif;
}

.footer-wrapper h4 {
    font-size: 25px;
    padding-bottom: 35px;
    letter-spacing: 1px;
}

.footer-menu li {
    line-height: 30px;
    font-size: 16px;
}

.footer-wrapper a {
    color: rgb(255 255 255);
}

.footer-wrapper a:hover {
    color: rgb(145 255 36);
}

.footer-left ul li a {
    width: 30px;
    height: 30px;
    background-color: rgb(22 27 33);
    text-align: center;
    font-size: 20px;
    margin: 0 5px 0 0;
    display: block;
    z-index: 1;
}

.footer-left ul li {
    display: inline-block;
}

.footer-left .ico {
    font-size: 15px;
}

.footer-left p {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 15px;
}

.footer-left span {
    color: rgb(145 255 36);
}

.footer-center img {
    padding-bottom: 10px;
}

.footer-wrapper h4::after {
    display: block;
    content: "";
    width: 20%;
    position: absolute;
    padding-top: 10px;
    border-bottom: 2px solid rgb(145 255 36);
}

.footer-right img {
    padding-top: 50px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.footer-right p {
    font-weight: 400;
    padding-left: 20px;
    font-size: 14px;
    line-height: 20px;
}

/* inner page */

.slider-wrapper1 {
    min-height: 295px;
    /*background: url(./resources/images/inner.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    color: rgb(255 255 255);
    font-family: "Quicksand", sans-serif;
}

/* .about-wrapper  */

.about-wrapper {
    padding: 0;
}

.about-wrapper .space-img {
    position: absolute;
    margin-top: -100px;
    right: 4%;
}

.about-right img {
    margin-left: 10px;
    border-radius: 50%;
    margin-top: 170px;
    min-height: auto;
    object-fit: cover;
}

.about-left h1 {
    color: rgb(111 111 111);
    font-weight: 300;
    font-size: 58px;
    padding-bottom: 30px;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
}

.about-left h1::after,
.project-wrapper h1::after,
.testimonials-wrapper h1::after {
    display: block;
    content: "";
    width: 270px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -19px;
    margin-left: 45%;
}

.about-left p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 15px;
    color: rgb(51 67 85);
}

.about-left p a {
    color: rgb(0 0 0);
    font-weight: bold;
}
.about-left p a:hover {
    color: rgb(145, 255, 36);
}
.about-left ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.about-left ul li {
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.about-left {
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-left.service-left h1 {
    padding-bottom: 50px;
}

.about-left.service-left h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.about1-left {
    padding: 0;
}
.about1-left .service-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about1-left .service-image img {
    object-fit: cover;
    width: 450px;
    border-radius: 100%;
    min-height: 450px;
}

.about1-wrapper {
    background-color: rgb(55 55 55);
}

.about1-right {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 90px;
    padding-bottom: 50px;
}

.about1-right h2 {
    color: rgb(255 255 255);
    font-weight: 300;
    font-size: 58px;
    padding-bottom: 20px;
    font-family: "Quicksand", sans-serif;
    display: inline-block;
}

.about1-right h2::after {
    display: block;
    content: "";
    width: 150px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -19px;
    right: -200px;
}
.about1-right.service-right h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.about1-right.service-right h2:after {
    display: none;
}
.about1-right.service-right ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.about1-right.service-right ul li {
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: rgb(255 255 255);
}
.about1-right.service-right {
    padding-bottom: 50px;
}

.about1-right p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 15px;
    color: rgb(255 255 255);
}

.about1-right p a {
    color: rgb(255 255 255);
    font-weight: bold;
}
.about1-right p a:hover {
    color: rgb(145, 255, 36);
}

.about1-right a.button {
    margin-top: 30px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    background-color: rgb(255 255 255);
    color: rgb(51 51 51);
    transition: all 0.5s ease-in-out 0s;
    border-radius: 10px;
    padding: 20px 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
}

.about1-right a.button:hover {
    background-color: rgb(111 111 111);
    color: rgb(255 255 255);
}

.about3-right {
    padding-top: 60px;
    padding-bottom: 100px;
}

.about3-wrapper .space-img {
    position: absolute;
    margin-top: -80px;
    left: 10%;
}

.about3-right h2 {
    color: rgb(111 111 111);
    font-weight: 300;
    font-size: 58px;
    padding-bottom: 30px;
    font-family: "Quicksand", sans-serif;
}

.about3-right h2::after {
    display: block;
    content: "";
    width: 150px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -19px;
    margin-left: 50%;
}

.about3-right p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 25px;
    color: rgb(51 51 51);
}

.about3-right p:nth-of-type(2) {
    font-weight: 600;
}

.about3-right a {
    margin-top: 30px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255 255 255);
    background-color: rgb(51 51 51);
    transition: all 0.5s ease-in-out 0s;
    border-radius: 10px;
    padding: 20px 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
}

.about3-right a:hover {
    background-color: rgb(111 111 111);
}

.about3-left img {
    border-radius: 50%;
    margin-top: 50px;
    padding: 1px 50px;
    margin-left: 10px;
    min-height: 355px;
}

/* Projects */

.slider-wrapper3 {
    min-height: 295px;
    background: url(./resources/images/inner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.project-wrapper,
.testimonials-wrapper {
    padding: 0 0 100px 0px;
    /* background: url(./resources/images/project-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

.project-top,
.testimonials-top {
    padding-top: 83px;
}

.project-wrapper .container,
.testimonials-wrapper .container {
    min-height: 830px;
}

.project-wrapper .space-img,
.testimonials-wrapper .space-img {
    position: absolute;
    margin-top: -100px;
    right: 8%;
}

.project-top h1,
.testimonials-top h1 {
    color: rgb(111 111 111);
    font-weight: 300;
    font-size: 78px;
    padding-bottom: 30px;
    font-family: "Quicksand", sans-serif;
}

.project-top h1:after,
.testimonials-top h1:after {
    display: block;
    content: "";
    width: 240px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -19px;
    margin-left: 35%;
}

.testimonials-top h1:after {
    margin-left: 40%;
}

.project-top p,
.testimonials-top p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 25px;
    color: rgb(51 67 85);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonials-top p {
    align-items: flex-start;
}

.project-wrapper img,
.testimonials-wrapper img {
    padding-bottom: 35px;
    margin: 0 auto;
}

.container1 {
    max-width: 350px;
    transform: translate(0%, 0%);
    overflow: hidden;
}

.overlay {
    height: 265px;
    width: 100%;
    background: rgba(54 66 78 / 70%);
    position: absolute;
    top: 0;
    transition-property: left;
    transition-duration: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.overlay:hover {
    background: rgba(54 66 78 / 20%);
    transition: all 0.5s ease-in-out;
}

.container1:hover .overlay {
    left: 0;
}

.text {
    font-size: 36px;
    text-align: center;
    color: rgb(255 255 255);
    font-weight: 300;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
    line-height: 35px;
}
.container1 .overlay .text {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    width: 100%;
}

/* project profile */

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: rgb(145, 255, 36);
    border: 1px solid rgb(145, 255, 36);
    margin: 1px 10px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 1px 10px;
    background-color: rgb(255 255 255);
}

.carousel-indicators {
    bottom: 10px;
    left: 70%;
}

.slider-wrapper-banner .carousel-control.left {
    background-image: none;
}

.slider-wrapper-banner .carousel-control.left {
    height: 30px;
    width: 30px;
    left: 25px;
}

.slider-wrapper-banner .carousel-control {
    margin-top: 20px;
    top: 50%;
    background-color: rgb(182 29 30 / 0%);
}

.slider-wrapper-banner .carousel-control.right {
    background-image: none;
}

.slider-wrapper-banner .carousel-control.right {
    height: 30px;
    width: 30px;
    right: 25px;
}

.slider-wrapper-banner .ico {
    font-size: 54px;
}

.profile-wrapper {
    padding: 0;
}

.profile-wrapper .space-img {
    position: absolute;
    margin-top: -20px;
    right: 7%;
}

.project-right img {
    margin-left: 10px;
    border-radius: 50%;
    margin-top: 170px;
    min-height: 550px;
    object-fit: cover;
}

.project-left h1 {
    font-size: 48px;
    color: rgb(111 111 111);
    font-weight: 500;
    padding-bottom: 70px;
    font-family: "Quicksand", sans-serif;
    line-height: 48px;
    padding-left: 20px;
    text-transform: uppercase;
}

.project-left h1::after {
    display: block;
    content: "";
    width: 240px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: 30px;
    margin-left: 0;
}

.project-left h2 {
    font-size: 26px;
    color: rgb(111 111 111);
    font-weight: 300;
    padding-bottom: 20px;
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
}

.project-left ul li:before {
    position: absolute;
    margin-left: -20px;
    padding-right: 10em;
    color: rgb(145, 255, 36);
    content: "\25CF";
    font-size: 20px;
}

.project-left a {
    margin-top: 20px;
    color: rgb(25 25 25);
    font-size: 16px;
    margin-bottom: 50px;
}

.project-left a:hover {
    color: rgb(145, 255, 36);
}

.project-left .hvr-icon {
    margin-right: 10px;
}

.project-left {
    background-color: rgb(255 255 255);
    margin-top: -130px;
    padding: 20px 16px;
    z-index: 99;
}

.project-left ul {
    padding-left: 20px;
    margin-top: 15px;
}

.project-left p,
.project-left ul li {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 25px;
    color: rgb(51 51 51);
}

.project-left h2:nth-of-type(2),
.project-left h2:nth-of-type(1) {
    padding-top: 25px;
}

.project-left hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid rgb(115 115 115);
}

.slider-wrapper-banner img {
    width: 100%;
}

/* Testimonials */

.testimonials-container {
    column-count: 3; /* Adjust based on screen size */
    column-gap: 20px;
}

.testimonials-content {
    break-inside: avoid;
    margin-bottom: 50px;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    display: inline-block; /* Required inside column layout */
    width: 100%;
    position: relative; /* still allows ::before pseudo-element */
    box-sizing: border-box;
}

.testimonials-content::after {
    content: attr(style);
    display: block;
    font-size: 10px;
    color: red;
}

.testimonials-content:before {
    display: block;
    position: absolute;
    content: "\201C";
    font-size: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    top: -30px;
    text-align: center;
    line-height: 80px;
    background: #f5f5f5;
    border-radius: 31px;
    z-index: 2;
    color: #91ff21;
}

.testimonials-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 10px;
    color: rgb(51 67 85);
    font-family: "Open Sans", sans-serif;
}
.testimonials-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2b3152;
    margin-bottom: 10px;
}

/*  .conatct-wrapper  */

.conatct-wrapper {
    padding: 0;
}

.conatct-left {
    padding-top: 90px;
}

.conatct-wrapper .space-img {
    position: absolute;
    margin-top: -100px;
    right: 13%;
}

.conatct-right img {
    margin-left: 25px;
    margin-top: 30%;
}

.conatct-left h1 {
    font-size: 72px;
    color: rgb(111 111 111);
    font-weight: 300;
    padding-bottom: 60px;
    font-family: "Quicksand", sans-serif;
    line-height: 40px;
    margin-top: 40px;
}

.conatct-left h1::after {
    display: block;
    content: "";
    width: 100px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: 4px;
    margin-left: 80%;
}

.conatct-left p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 15px;
    color: rgb(51 67 85);
}

.conatct-left a {
    font-weight: 700;
    color: rgb(51 51 51);
}

.conatct-left p:nth-of-type(3) {
    padding-bottom: 0;
}

.conatct-left a:hover {
    color: rgb(145 255 36);
}

#contact-details {
    width: 46%;
    float: left;
}

#contact-details h6 {
    font-size: 24px;
    margin-bottom: 80px;
    color: #f6be00;
}

#contact-details p {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

#contact-details p label {
    color: #59abe8;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}

#contact-form {
    margin-top: 25px;
    width: 100%;
    float: right;
    margin-bottom: 80px;
}

.page-template-page-careers #contact-form {
    float: none;
}

.page-template-page-careers #contact-form h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}

#contact-form h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2b3152;
    margin-bottom: 20px;
}

#contact-form p {
    clear: both;
    margin-bottom: 8px;
    overflow: hidden;
}

#contact-form label {
    display: block;
}

#contact-form p br {
    display: none;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="password"],
#contact-form textarea,
#contact-form select {
    color: rgb(0 0 0);
    vertical-align: middle;
    padding: 0 18px;
    letter-spacing: 1px;
    width: 100%;
    border: 1px solid rgb(52 52 52 / 34%);
    height: 40px;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    background-color: rgb(238 238 238);
    font-weight: 400;
    font-family: "Quicksand", sans-serif;
}

#contact-form textarea {
    border: 1px solid rgb(52 67 86 / 34%);
    background-color: rgb(238 238 238);
    height: 145px;
    padding-top: 15px;
}

#contact-form input[type="submit"]:hover {
    background-color: rgb(89 89 89);
}

#contact-form input[type="text"].wpcf7-not-valid,
#contact-form input[type="email"].wpcf7-not-valid,
#contact-form input[type="password"].wpcf7-not-valid,
#contact-form textarea.wpcf7-not-valid {
    border: 1px solid #fb6172;
}

#contact-form span.wpcf7-not-valid-tip {
    display: none;
}

#contact-form br {
    display: none;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="password"]:focus,
#contact-form textarea:focus {
    border: 1px solid #8c728b;
}

#contact-form input[type="text"].wpcf7-not-valid,
#contact-form input[type="email"].wpcf7-not-valid,
#contact-form input[type="password"].wpcf7-not-valid,
#contact-form textarea.wpcf7-not-valid {
    border: 1px solid #fb6172;
}

#contact-form span.wpcf7-not-valid-tip {
    display: none;
}

#contact-form br {
    display: none;
}

#contact-form .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

#contact-form div.wpcf7-validation-errors {
    border: 0;
    padding: 10px 10px;
    margin: 40px 0 0 0;
    background-color: #d43345;
    color: #fff;
}

#contact-form div.wpcf7-mail-sent-ok {
    border: 0;
    padding: 10px 10px;
    margin: 40px 0 0 0;
    background-color: #27ad82;
    color: #fff;
}

#contact-reservation-link a {
    font-size: 23px;
    color: #f50000;
}

#contact-form input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: rgb(255 255 255);
    background-color: rgb(51 51 51);
    transition: all 0.5s ease-in-out 0s;
    border-radius: 10px;
    padding: 15px 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    margin-top: 25px;
}

/* news-wrapper */

h1::after {
    display: block;
    content: "";
    width: 270px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -19px;
    margin-left: 47%;
}

.news-page-wrapper h1::after {
    display: block;
    content: "";
    width: 270px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -19px;
    margin-left: 47%;
}

.postid-656 .news-page-wrapper h1::after {
    display: block;
    content: "";
    width: 94px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -19px;
    margin-left: 97%;
}

.news-page-wrapper .space-img {
    position: absolute;
    margin-top: -120px;
    right: 8%;
}

.news-page-wrapper h1 {
    color: rgb(111 111 111);
    font-weight: 300;
    font-size: 78px;
    padding-bottom: 30px;
    font-family: "Quicksand", sans-serif;
    width: 100%;
    overflow: hidden;
}
.news-page-wrapper h1::after {
    display: inline-block !important;
    margin-left: 0px !important;
    vertical-align: bottom;
    position: relative !important;
    margin-bottom: 14px;
    content: "";
    width: 240px;

    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -19px;
}

.nws-top p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 15px;
    color: rgb(51 67 85);
}

.new-box img {
    padding: 0.65rem;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(222 222 222);
    border-radius: 0.25rem;
    width: 100%;
    min-height: 300px;
    height: auto;
    margin-bottom: 30px;
}

.nws-top {
    padding-top: 80px;
}

.new-box {
    padding-top: 30px;
}

.new-box p:nth-of-type(1) {
    font-size: 18px;
    color: rgb(51 51 51);
}

.new-block {
    padding-left: 20px;
}

.new-box span {
    float: left;
}

.new-box .link {
    font-size: 16px;
    color: rgb(111 111 111);
}

.new-box p a:hover {
    color: rgb(145, 255, 36);
}

.new-box p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 15px;
    color: rgb(51 51 51);
    text-align: right;
}

.new-box h2 {
    color: rgb(111 111 111);
    font-weight: 500;
    font-size: 40px;
    padding-bottom: 15px;
    font-family: "Quicksand", sans-serif;
}

.new-box a {
    color: rgb(111 111 111);
}

.new-box hr {
    border-color: rgb(145, 255, 36);
}

.new-bottom {
    font-size: 16px;
    text-align: center;
}

.pagination > li > a,
.pagination > li > span {
    margin-left: 2px;
    border: 0px solid rgb(221 221 221);
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    margin-left: 20px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: rgb(255 255 255);
    background-color: rgb(44 44 44);
    border-color: rgb(221 221 221);
    border-radius: 50%;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-right: 20px;
}

.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
    color: rgb(44 44 44);
    background-color: transparent;
    border-radius: 0%;
}

.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
    color: rgb(44 44 44);
    background-color: transparent;
    border-radius: 0%;
}

.nws-right p {
    text-align: right;
    color: rgb(111 111 111);
}

.nws-right {
    padding-top: 30px;
}

.nws-right-box a {
    color: rgb(111 111 111);
}

.nws-right-box a:hover {
    color: rgb(145, 255, 36);
}

.nws-right span {
    float: left;
    color: rgb(53 53 53);
}

.nws-right-box h2 {
    color: rgb(111 111 111);
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 15px;
    font-family: "Quicksand", sans-serif;
}

.nws-right-box hr {
    border-color: rgb(145, 255, 36);
}

.archive-right-box p {
    text-align: left;
    color: rgb(53 53 53);
    font-weight: 500;
}

.archive-right-box h2 {
    color: rgb(145, 255, 36);
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 15px;
    font-family: "Quicksand", sans-serif;
}

.single-new p {
    font-size: 16px !important;
    color: rgb(53 53 53) !important;
    text-align: left !important;
}

.new-block {
    padding-left: 0;
}

.conatct-left p span:nth-of-type(3) {
    font-weight: 700;
}

.conatct-right {
    /* min-height: 950px; */
    background: url(./resources/images/conatct-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* .conatct-wrapper .container{
		margin-bottom:80px;
  } */

.conatct-wrapper .container .conatct-right {
    background: none;
}

.conatct-wrapper .container .conatct-left {
    padding-top: 0;
}

.about-right {
    min-height: 620px;
    /* background: url(./resources/images/about-wbg.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
}

.about-right.service-right {
    padding-bottom: 50px;
}
.about3-left {
    min-height: 620px;
    /* background: url(./resources/images/about-wbg.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
}

/* .news-page-wrapper {
    background: url(./resources/images/news-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */

.single-news {
    min-height: 1650px;
}

.project-right {
    min-height: 800px;
    background: url(./resources/images/project-profile-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* new 30-04 */
/* Fix for flickering carousel */

.slider-wrapper img {
    width: 100%;
    max-height: 800px;
}

.main-new img {
    position: absolute;
    right: 43px;
    top: 524px;
}

.carousel-caption {
    right: 10%;
    left: 13%;
    padding: 0;
    bottom: 38%;
}

.detail-nav {
    background-color: rgb(50 50 50);
    min-height: 45px;
    width: 885px;
    position: absolute;
    left: 80px;
}

@media only screen and (max-width: 767px) {
    .logo img {
        margin: 0 auto;
        position: unset;
    }
    .nav-wrapper {
        padding: 0;
        position: unset;
        background: unset;
        background-color: rgb(53 53 53);
    }
    .navbar {
        position: unset;
    }
    /* .carousel {
        margin-top: 58px;
     } */
    .carousel-inner {
        height: auto;
    }
    .slider-wrapper1 .item {
        height: auto;
    }
    .slider-wrapper1 {
        position: relative;
        top: 0px;
        background: unset;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: rgb(0 0 0 / 0%);
    }
    .navbar-inverse .navbar-toggle {
        border-color: rgb(0 0 0 / 0%);
        margin: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding-left: 0;
        margin-left: 5px;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .navigation {
        z-index: 1000;
        position: absolute;
        /* background-color: rgb(53 53 53 / 90%); */
        padding-top: 0;
    }
    .navbar {
        position: relative;
        min-height: 60px;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        width: 100%;
        min-width: 100%;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 4px;
        border-radius: 0;
    }
    .navbar-toggle {
        margin-bottom: 0;
        margin-top: 11px;
        border: 0px solid rgb(0 0 0 / 0%);
    }
    .navbar-nav {
        background-color: rgb(51 51 51);
    }
    .navbar-nav > li > .dropdown-menu {
        margin-left: 30px;
        width: 100%;
        position: relative;
        margin: 0;
        float: none;
        box-shadow: none;
        border: 0px;
    }
    .navbar-collapse {
        border: 0px;
        width: 100%;
    }
    .main-wrapper {
        padding: 0px 0;
        min-height: 0;
        background: unset;
    }
    .main-wrapper h1 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 10px;
        padding-top: 40px;
    }
    .carousel-caption h3 {
        word-spacing: 0;
        font-size: 40px;
        font-weight: 300;
        font-family: "Quicksand", sans-serif;
    }
    .carousel-caption {
        right: 0;
        bottom: 0;
        left: 0;
    }
    .main-right1 {
        padding: 0;
    }
    .main-right1 img {
        margin-top: -50px;
    }
    .service-wrapper {
        padding: 50px 0 0;
    }
    .service-wrapper ul {
        padding-bottom: 50px;
    }
    .news-box {
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .paralex-wrapper h3 {
        font-size: 47px;
    }
    .paralex-wrapper {
        min-height: 140px;
    }
    .news-wrapper {
        min-height: unset;
        padding: 50px 0 20px;
    }
    .news-wrapper h2 {
        font-size: 40px;
    }
    .news-wrapper h2:after {
        display: none;
    }
    .news-box h2 {
        font-size: 24px;
    }
    .news-box p {
        line-height: 20px;
        font-size: 13px;
    }
    .footer-wrapper {
        min-height: unset;
        padding: 50px 0;
    }
    .footer-left,
    .footer-menu {
        padding-bottom: 25px;
    }
    .footer-right p {
        text-align: center;
    }

    /* about */
    .slider-wrapper2 {
        min-height: 200px;
        background: url(./resources/images/inner.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        color: rgb(255 255 255);
        font-family: "Quicksand", sans-serif;
    }
    .about-left h1::after {
        display: none;
    }
    .about-wrapper {
        padding: 30px 0;
        min-height: 350px;
    }
    .about-left h1 {
        font-size: 60px;
        padding-bottom: 15px;
    }
    .about-left {
        padding-right: 15px;
    }
    .about-left p {
        font-size: 16px;
    }
    .about-right img {
        margin-left: 0;
        margin-top: 15px;
        margin: 0 auto;
    }
    .about1-right {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    .about1-right h2 {
        font-size: 60px;
        padding-bottom: 15px;
    }
    .about1-right h2::after {
        display: none;
    }
    .about1-right p {
        font-size: 16px;
    }
    .about1-left .service-image img {
        padding-top: 50px;
    }
    .about3-wrapper {
        padding: 30px 0;
        min-height: 600px;
    }
    .about3-left img {
        padding: 0;
        margin: 0 auto;
        max-height: 360px;
        max-width: 360px;
        border-radius: 100%;
    }
    .about3-right h2 {
        font-size: 60px;
        padding-bottom: 15px;
    }
    .about3-right h2::after {
        display: none;
    }
    .about3-right p {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .about3-right a {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    /* project */
    .slider-wrapper3 {
        min-height: 100px;
        background: url(./resources/images/inner1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        color: rgb(255 255 255);
        font-family: "Quicksand", sans-serif;
    }
    .project-wrapper {
        padding: 40px 0;
    }
    .project-top h1,
    .testimonials-top h1 {
        font-size: 60px;
        padding-bottom: 15px;
    }
    .project-top p,
    .testimonials-top p {
        font-size: 16px;
    }
    .project-top h1::after,
    .testimonials-top h1::after {
        display: none;
    }
    /*     .profile-wrapper */
    .carousel-indicators {
        left: 50%;
    }
    .project-left {
        margin-top: 0;
        padding: 20px 15px;
    }
    .project-left h1 {
        font-size: 30px;
        padding-bottom: 20px;
    }
    .project-left h1::after {
        margin-top: 0px;
    }
    .project-right img {
        margin: 0 auto;
        margin-top: 0;
        margin-left: 0;
        padding-bottom: 50px;
    }
    .project-left a {
        margin-bottom: 0;
    }
    .project-left p,
    .project-left ul li {
        font-size: 16px;
    }
    /*  .conatct-wrapper */
    .conatct-wrapper {
        padding: 50px 0 0;
    }
    .conatct-left h1 {
        font-size: 40px;
        padding-bottom: 30px;
    }
    .conatct-left h1::after {
        margin-top: 10px;
        display: none;
    }
    .conatct-left p {
        font-size: 16px;
    }
    .conatct-right img {
        margin-left: 0;
        margin-top: 0;
        margin: 0 auto;
        padding: 40px 0;
    }
    /* news-wrapper */
    .news-page-wrapper {
        padding: 30px 0;
    }
    .news-page-wrapper h1::after {
        display: none;
    }
    .news-page-wrapper h1 {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .nws-top p {
        font-size: 16px;
        padding-bottom: 0;
    }
    .new-box h2 {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .new-box p {
        font-size: 16px;
    }
    .new-box p:nth-of-type(1) {
        font-size: 16px;
    }
    .nws-right-box h2 {
        font-size: 20px;
    }
    .header-wrapper {
        position: unset;
    }
    .logo {
        background-color: rgb(51 51 51);
    }
    .header-wrapper img {
        margin: 0 auto;
        position: unset;
    }
    .top-mobile_text {
        width: 100%;
        padding: 10px 5px;
        background-color: #343c48;
        position: relative;
        overflow: hidden;
    }
    a#top_tele {
        float: left;
        color: #fff;
        margin-left: 10px;
    }
    a#top_mail {
        float: right;
        color: #fff;
        margin-right: 10px;
    }
    .carousel-caption {
        padding-bottom: 0;
        bottom: 50%;
    }
    .slider-wrapper1 {
        min-height: unset;
    }
    .conatct-right {
        min-height: 0;
        background: unset;
        background-repeat: no-repeat;
    }
    #contact-form input[type="submit"] {
        font-size: 15px;
        padding: 12px 30px;
        margin-top: 15px;
        margin-left: 0;
    }
    .about-left {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-right {
        min-height: 0;
        background: unset;
    }
    .about3-left {
        min-height: 0;
        background: unset;
        padding-top: 25px;
    }
    .about3-right {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .project-wrapper .row,
    .testimonials-wrapper .row {
        min-height: unset;
        background: unset;
    }
    .project-top,
    .testimonials-top {
        padding-top: 20px;
    }
    .project_thumb .container1 {
        margin: 0 auto;
    }
    .nws-top {
        padding-top: 25px;
    }
    .project-right {
        min-height: 0;
        background: unset;
    }
    .project-right img {
        border-radius: 0%;
    }
    .footer-right a {
        text-align: center;
        margin: 0 auto;
        max-width: 200px;
        display: block;
    }
    .testimonials-container {
        column-count: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .top-mobile_text {
        width: 100%;
        padding: 10px 5px;
        background-color: #343c48;
        position: relative;
        overflow: hidden;
    }
    a#top_tele {
        float: left;
        color: #fff;
        margin-left: 10px;
    }
    a#top_mail {
        float: right;
        color: #fff;
        margin-right: 10px;
    }
    .logo img {
        position: unset;
        max-width: 400px;
    }
    .navbar {
        position: unset;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding-left: 0;
        font-size: 18px;
        margin-left: 10px;
        padding-right: 0;
        margin-right: 10px;
    }
    .navbar {
        padding-top: 30px;
        display: flex;
        justify-content: center;
    }
    .nav-wrapper {
        min-height: 0;
        padding: 0;
        position: unset;
        background: unset;
        background-color: rgb(51 51 51);
    }
    .carousel-caption h3 {
        font-size: 60px;
    }
    .main-wrapper {
        min-height: 0;
        background: unset;
        padding: 50px 0;
    }
    .main-wrapper h1 {
        font-size: 30px;
    }
    .main-right a {
        margin-top: 25px;
        margin-left: 0;
    }
    .main-wrapper p {
        padding-bottom: 5px;
        font-size: 15px;
    }
    .service-wrapper {
        padding: 50px 0;
    }
    .service-wrapper ul li {
        font-size: 13px;
    }
    .service-wrapper h2 {
        font-size: 20px;
        padding: 15px 0 10px;
    }
    .paralex-wrapper h3 {
        font-size: 50px;
        padding: 30px 0;
    }
    .paralex-wrapper {
        padding: 0;
        min-height: 125px;
    }
    .news-box h2 {
        font-size: 24px;
    }
    .news-wrapper {
        min-height: 450px;
        padding: 60px 0 30px;
    }
    .news-wrapper h2:after {
        display: none;
    }
    .news-box p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .news-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-wrapper {
        padding: 40px 0;
        min-height: 415px;
    }
    .footer-right p {
        text-align: center;
        padding-left: 0;
    }
    .footer-wrapper h4 {
        font-size: 18px;
        padding-bottom: 25px;
    }
    .conatct-left h1::after {
        margin-top: 10px;
        display: none;
    }
    .testimonials-container {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .about-right img {
        min-height: 450px;
    }
    .about3-left img {
        min-height: 455px;
    }
}

/* large size */

@media (min-width: 1400px) {
    .project-wrapper .space-img {
        right: 22%;
    }
    .profile-wrapper .space-img {
        right: 20%;
    }
    .about-wrapper .space-img {
        right: 19%;
    }
    .about3-wrapper .space-img {
        left: 23%;
    }
    .conatct-wrapper .space-img {
        right: 25%;
    }
    .news-page-wrapper .space-img {
        right: 23%;
    }
}

/* @media (min-width: 1400px) {
  .main-new img {
  position: absolute;
  right: 194px;
  top: 607px;
  }
  .logo img {
  left: 35px;
  }
  .nav-wrapper {
  min-height: 135px;
  }
  .nav-wrapper p {
  right: -40px;
  top: 15px;
  }
  .detail-nav {
  min-height: 55px;
  width: 1015px;
  left: 26px;
  }
  .navbar {
  right: -28%;
  }
  .carousel-caption {
  left: 8%;
  }
  .slider-wrapper a {
  padding: 17px 60px;
  left: 8%;
  bottom: -215px;
  }
  } */

/* .icon-new {  
  width: 560px;
  min-height: 475px;
  background: url(../images/Multispace-No-Text.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom ;
  } */

.main-right {
    padding: 0;
}

.main-left {
    padding: 100px 0 60px;
}

.main-wrapper {
    min-height: 561px;
    background: url(./resources/images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/* .main-right-1{
  position: absolute;
  
  background: url(../images/Multi-Space_0209---Copy.png);
  min-height: 561px;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  }
  */

/* .main-right-1{
  min-height: 561px;
  background: url(../images/about-left.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  } */

/* 
  .main-right-1{
  
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  background: url(../images/about-left.jpg);
  min-height: 560px;
  background-size: cover;
  background-repeat: no-repeat;
  
  position: absolute;
  right: 0;
  
  }  */

.icon-new img {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
    right: 50%;
    left: 50%;
}

.main-right-1 a {
    margin-top: 75%;
    margin-left: 35%;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255 255 255);
    background-color: rgb(51 67 85);
    transition: all 0.5s ease-in-out 0s;
    border-radius: 10px;
    padding: 20px 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
}

/* @media (min-width: 1400px) {
  
  .main-wrapper .row {
  margin: 0 auto;
  
  width: 1370px;
  }
  
  } */

/* .content-right{
  float: right;
  padding: 0;
  
  }
  .content-right img{
  width: 100%;
  min-height: 600px;
  float: right;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .image-polye img{
  z-index: 10;
  margin:0 auto;
  left:0;
  right:0;
  position:absolute;
  margin-right:-263px;
  
  }
  
  
  .content-left-div h1 span {
  color: rgb(111 149 192);
  }
  .content-left-div h1  {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 38px;
  color: rgb(51 67 85);
  text-transform: uppercase;
  line-height: 40px;
  padding-bottom: 10px;
  }
  
  .content-left-div p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  }
  /* .content-left-div{
  padding: 90px 0 60px;
  } */

/* .content-left{
  
  width: 900px;
  padding: 90px 0px 60px 180px;
  position: absolute;
  background-color: rgb(0 255 255);
  background-color: rgb(255 255 255);
  } */

.main-content {
    position: relative;
    width: 100%;
    height: 600px;
}

.content-left {
    /* float: left;
  width: 900px;
  padding: 90px 0px 60px 150px;
  position: absolute; */
    width: 50%;
    float: left;
}

.content-right {
    width: 50%;
    float: left;
}

.image-white-bg {
    position: absolute;
    z-index: 0;
    margin-left: -271px;
    margin-top: 10px;
    left: 50%;
    height: 600px;
    bottom: 0;
}

.content-right img {
    height: 600px;
    float: right;
    /* clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%); */
}

.content-left-div h1 span {
    color: rgb(111 149 192);
}

.image-polye img {
    position: absolute;
    z-index: 10;
    transform: translateY(-50%);
    margin-top: 10px;
    right: 50%;
    left: 50%;
    margin-left: 24px;
}

.content-left-div h1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 38px;
    color: rgb(51 67 85);
    text-transform: uppercase;
    line-height: 40px;
    padding-bottom: 10px;
}

.content-left-div p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.wp-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
}

.wp-left {
    width: 48%;
    height: 600px;
    float: left;
}

.wp-right {
    width: 52%;
    height: 600px;
    float: left;
}

.image-polye {
    position: absolute;
    z-index: 10;
    transform: translateY(-50%);
    margin-top: 10px;
    right: 50%;
    left: 50%;
    margin-left: 57px;
    opacity: 0.3;
}

.wp-right {
    min-height: 600px;
    background: url(./resources/images/about-left-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.wp-left h1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 38px;
    color: rgb(51 67 85);
    text-transform: uppercase;
    line-height: 35px;
    padding-bottom: 34px;
}

.wp-left p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 27px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
}

.wp-left h1 span {
    color: rgb(111 149 192);
}

.wp-right a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    background-color: rgb(255 255 255);
    color: rgb(51 51 51);
    transition: all 0.5s ease-in-out 0s;
    border-radius: 10px;
    padding: 20px 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
    position: absolute;
    bottom: 80px;
    right: 10%;
}

.wp-right a:hover {
    background-color: rgb(111 111 111);
}

.wp-left-wrapper-div {
    z-index: 10;
    margin-top: 85px;
    position: absolute;
    margin-left: 0px;
}

.wp-left-wrapper-div h1 {
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-size: 38px;
    color: rgb(51 51 51);
    text-transform: uppercase;
    line-height: 38px;
    padding-bottom: 34px;
    max-width: 70%;
}

.wp-left-wrapper-div p {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    max-width: 60%;
}

.wp-left-wrapper-div h1 span {
    color: rgb(111 111 111);
}

@media only screen and (max-width: 767px) {
    .wp-left-wrapper-div {
        margin-top: 60px;
        position: unset;
        margin-left: 0;
    }
    .wp-left-wrapper-div h1 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 10px;
        max-width: 100%;
    }
    .wp-left-wrapper-div p {
        max-width: 100%;
    }
    .wp-left-wrapper {
        padding: 0;
    }
    .wp-right-wrapper-div {
        padding: 0;
        margin-top: -50px;
    }
}

/* 2021.06.20 */

.news-wrapper img {
    height: 245px;
    min-height: 245px;
}

.page-template-default .project-top h1::after {
    display: none;
}

.page-template-default .project-wrapper .row {
    background: none;
    min-height: 0px;
}

.page-template-default .project-wrapper .container {
    background: none;
    min-height: 0px;
}

.location-map iframe {
    /* margin-top: 190px; */
    height: 600px;
    margin-bottom: 80px;
}

.project-wrapper img {
    height: 300px;
    min-height: 300px;
}
.page-template-default .project-wrapper img {
    height: auto;
    width: auto;
    padding: 10px;
}

.project_thumb h4 {
    color: rgb(111 111 111);
    font-weight: 400;
    font-size: 60px;
    padding-bottom: 0;
    font-family: "Quicksand", sans-serif;
}

.project_thumb p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 25px;
    color: rgb(51 67 85);
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        margin: 7.5px 0px;
    }
    .carousel-caption h3 {
        padding: 0 45px;
    }
    .wp-left-wrapper-div h1 {
        font-size: 24px;
    }
    .conatct-left {
        padding-top: 0;
    }
    .location-map iframe {
        margin-top: 50px;
        height: 350px;
        margin-bottom: 50px;
    }
    .news-page-wrapper {
        min-height: 0;
    }
    .project-wrapper .container {
        min-height: 0;
        background: unset;
    }
}

/*portrait*/

@media (min-width: 768px) and (max-width: 991px) {
    .logo img {
        margin: 0 auto;
        position: unset;
    }
    .logo {
        background-color: rgb(51 66 85);
    }
    .navbar {
        padding-top: 0;
    }
    .carousel-caption {
        right: 16px;
        left: 15px;
        bottom: 20%;
    }
    .header-wrapper {
        position: unset;
    }
    .detail-div p {
        font-size: 14px;
        margin-left: 0;
        text-align: center;
    }
    .wp-left-wrapper-div {
        margin-bottom: 50px;
        margin-top: 50px;
        position: unset;
        margin-left: 0;
    }
    .wp-left-wrapper-div p {
        max-width: 100%;
    }
    .wp-left-wrapper-div h1 {
        font-size: 30px;
        padding-bottom: 10px;
        max-width: 100%;
    }
    .news-wrapper img {
        height: 150px;
        min-height: 150px;
    }
    .wp-left-wrapper {
        padding: 0;
    }
    .footer-wrapper {
        min-height: 0;
    }
    .footer-right p {
        padding-top: 25px;
    }
    .about-left {
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-right {
        min-height: 0;
        background: unset;
    }
    .about-right img {
        margin-left: 10px;
        border-radius: 50%;
        margin-top: 0;
        margin: 0 auto;
        width: 50%;
    }
    .about-right {
        padding-bottom: 50px;
    }
    .about1-right {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
    }
    .about1-right h2::after {
        margin-left: 35%;
    }
    .about3-left img {
        border-radius: 100%;
        margin: 50px auto 0;
        width: 65%;
        min-height: 360px;
    }
    .about3-left {
        min-height: 0;
        background: unset;
    }
    .page-template-default .project-wrapper img {
        height: auto;
        min-height: auto;
    }
    .project-top,
    .testimonials-top {
        padding-top: 50px;
    }
    .project-top h1::after,
    .news-page-wrapper h1::after,
    .news-page-wrapper h1::after,
    .project-top h1::after,
    .about3-right h2::after,
    .about1-right h2::after,
    .about-left h1::after,
    .testimonials-top h1::after {
        display: none;
    }
    .about3-wrapper {
        padding: 0;
    }
    .news-page-wrapper {
        min-height: 0;
        background: unset;
        padding: 0;
    }
    #contact-form input[type="submit"] {
        margin-left: 0;
    }
    .conatct-left h1 {
        font-size: 60px;
    }
    .conatct-wrapper {
        padding: 0 0 70px;
    }
    .conatct-right {
        min-height: 0;
        background: unset;
    }
    .news-page-wrapper h1,
    .about3-right h2,
    .about1-right h2 {
        font-size: 60px;
    }
    .news-page-wrapper {
        min-height: 0;
        background: unset;
    }
    .project-top h1,
    .testimonials-top h1 {
        font-size: 60px;
    }
}

/*landscape*/

@media (min-width: 992px) and (max-width: 1355px) {
    .detail-div p {
        font-size: 13px;
        margin-left: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding-left: 0;
        font-size: 17px;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        bottom: 15%;
    }
    .image-polye {
        display: none;
    }
    .wp-left-wrapper-div {
        margin-top: 50px;
        margin-left: 0;
    }
    .wp-left-wrapper-div h1 {
        font-size: 36px;
        max-width: 90%;
    }
    .wp-left-wrapper-div p {
        max-width: 70%;
    }
    .service-wrapper h2 {
        font-size: 30px;
        padding: 20px 0 5px;
    }
    .service-wrapper {
        padding: 60px 0;
    }
    .footer-left p {
        font-size: 14px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .project-top h1::after,
    .news-page-wrapper h1::after,
    .news-page-wrapper h1::after,
    .project-top h1::after,
    .about3-right h2::after,
    .about1-right h2::after,
    .about-left h1::after,
    .testimonials-top h1::after {
        display: none;
    }
    .footer-left ul li a {
        width: 27px;
        height: 27px;
        font-size: 19px;
    }
    .footer-right p {
        font-size: 13px;
    }
    .footer-right {
        padding: 0;
    }
    .about1-right {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 15px;
    }
    .project_thumb {
        width: 50%;
    }
    .project-wrapper .container,
    .news-page-wrapper,
    .conatct-right {
        min-height: 0;
        background: unset;
    }
    .conatct-wrapper {
        padding: 0 0 80px;
    }
}

/* 2021.06.24 */
.home h1::after {
    display: none;
}
.page-id-143 .project-top h1::after {
    display: block;
    content: "";
    width: 240px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -18px;
    margin-left: 50%;
}
.page-id-147 .project-top h1::after {
    display: block;
    content: "";
    width: 240px;
    position: absolute;
    border-bottom: 3px solid rgb(145, 255, 36);
    margin-top: -18px;
    margin-left: 47%;
}
@media only screen and (max-width: 767px) {
    .page-id-143 .project-top h1::after {
        display: none;
    }
    .page-id-143 .project-top h1 {
        font-size: 36px;
    }
    .page-id-143 .project_thumb h4 {
        font-size: 40px;
    }
    .wp-block-image {
        text-align: center;
    }
    .page-id-143 .project-top h1 {
        font-size: 36px;
    }
    .page-id-147 .project-top h1::after {
        display: none;
    }
}

/*portrait*/

@media (min-width: 768px) and (max-width: 991px) {
    .page-id-143 .project-top h1::after {
        display: none;
    }
    .page-id-147 .project-top h1::after {
        display: none;
    }
    .page-id-143 .project_thumb h4 {
        font-size: 36px;
    }
}
/*landscape*/

@media (min-width: 992px) and (max-width: 1355px) {
    .page-id-143 .project-top h1::after {
        display: none;
    }
    .page-id-147 .project-top h1::after {
        display: none;
    }
    .page-id-143 .project_thumb {
        width: 100% !important;
    }

    .page-id-147 .project_thumb {
        display: none;
    }
}
#contact-form .form-control {
    color: #999;
    padding: 10px 15px;
    font-size: 16px;
    height: auto;
}

/* 2021.07.08 */
.wp-pagenavi {
    padding-bottom: 50px;
    padding-top: 50px;
}
.wp-pagenavi span {
    border-radius: 100% !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0.5rem 0.75rem !important;
    margin-left: -1px !important;
    color: rgb(53 66 83) !important;
    background-color: rgb(255 255 255) !important;
    border: 1px solid rgb(191 191 191) !important;
}
.wp-pagenavi span.current {
    width: 30px;
    height: 30px;
    line-height: 1.25 !important;
    padding: 0.5rem 0.75rem !important;
    margin: 0 5px !important;
    color: rgb(0 0 0) !important;
    background-color: rgb(145, 255, 36) !important;
    border: 0px solid rgb(191 191 191) !important;
    border-radius: 100% !important;
    display: inline-block;
    text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border: 0px solid rgb(191 191 191) !important;
}
.wp-pagenavi a {
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgb(0 0 0);
    background-color: rgb(255 255 255);
    border: 0px solid rgb(191 191 191);
}
.wp-pagenavi a.page {
    width: 30px !important;
    height: 30px !important;
    line-height: 1.25 !important;
    padding: 0.5rem 0.75rem !important;
    margin: 0 5px !important;
    color: rgb(0 0 0) !important;
    border: 1px solid rgb(191 191 191) !important;
    border-radius: 100% !important;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.wp-pagenavi a.page:hover {
    background-color: rgb(145, 255, 36) !important;
    color: rgb(0 0 0) !important;
    border: 1px solid rgb(145, 255, 36) !important;
}

.wp-pagenavi a .nextpostslink {
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgb(0 123 255);
    background-color: rgb(255 255 255);
    border: 0px solid rgb(191 191 191);
}
.postid-286 .news-page-wrapper h1::after {
    width: 200px;

    margin-left: 5px;
    right: 10px;
}
.postid-304 .news-page-wrapper h1::after {
    margin-left: 65%;
}

.conatct-wrapper p.has-background {
    min-height: 190px;
    margin-bottom: 25px;
}

/* h1 span
{
    position: absolute;
    
    display: block;
    content: '';
    width: 270px;
    border-bottom: 3px solid rgb(250 206 52);
    right: 10%;
    margin-top: -15px;
}
 h1::after{
     display: none !important;
 } */

@media only screen and (max-width: 767px) {
    .paralex-wrapper {
        min-height: 220px;
        background: 10% 0px no-repeat;
        background-size: cover;
        background-repeat: unset;
        text-align: center;
        color: rgb(255, 255, 255);
    }
    .conatct-wrapper p.has-background {
        min-height: auto;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 1200px) {
    .conatct-left h1::after {
        display: none;
    }
}

.responsive {
    width: 100%;
    height: auto;
}

.alignright {
    float: right;
    padding: 20px;
}

.home-newsletter {
    background-color: #e3e3e3;
    padding: 60px 1%;
}
.home-newsletter .description {
    padding: 0 5%;
}
.home-newsletter .email-section {
    padding: 0 5%;
}
@media screen and (min-width: 768px) {
    .home-newsletter .email-section {
        padding: 0 8% 0 0;
    }
}

.home-newsletter h2 {
    color: #888888;
    margin: 0 0 10px 0;
    font-size: 35.5px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.home-newsletter p {
    font-size: 16px;
    color: gray;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    padding: 14px 0;
    letter-spacing: -0.3px;
}
.home-newsletter .btn-primary {
    width: 100%;
    background-color: #333;
    border-color: #333;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 10px;
    font-family: "Quicksand", sans-serif;
}
@media screen and (max-width: 768px) {
    .home-newsletter .description {
        margin-bottom: 30px;
    }
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: rgb(145, 255, 36) !important;
    color: rgb(0 0 0) !important;
}
.dropdown-menu > li > a {
    transition: all 0.3s ease-in-out;
}
.dropdown-menu > li > a:hover {
    background-color: rgb(145, 255, 36) !important;
    color: rgb(0 0 0) !important;
}

.row-equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.row-equal > [class*="col-"] {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
