/************************************************************ main ***********************************************************************************/

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    src: url("../font/HelveticaNeue-Condensed-Bold.ttf");
}
@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 500;
    src: url("../font/HelveticaNeue-Condensed.ttf");
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    src: url("../font/HelveticaNeue-Condensed-Thin.ttf");
}


*,
 ::after,
 ::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Helvetica;
}

img {
    width: 100%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
.px-15{
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
}

.grecaptcha-badge { visibility: hidden; }

/* Create four equal columns that sits next to each other */

.column {
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 4px;
    position: relative;
}

.c-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.c-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

ul.desktop-nav-bar li {
    position: fixed;
    list-style: none;
    font-size: 21px;
    font-weight: 800;
}

ul.desktop-nav-bar li {
    letter-spacing: 5px;
    transition: all .1s ease-in;
}
ul.desktop-nav-bar li:hover {
    letter-spacing: 0.4em;
}


ul.desktop-nav-bar li a {
    color: #414042;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


ul.except-home li a {
    color: #CACACA;
}


ul.desktop-nav-bar li:nth-child(1) {
    top: 48px;
    left: 43px;
}

ul.desktop-nav-bar li:nth-child(1) a:before,
ul.desktop-nav-bar li:nth-child(3) a:before {
    content: "";
    display: inline-block;
    margin-right: 14px;
    border: solid 4px #FDB933;
    width: 20px;
    height: 20px;
}

ul.desktop-nav-bar li.active:nth-child(1) a:before,
ul.desktop-nav-bar li.active:nth-child(3) a:before,
ul.desktop-nav-bar li.active:nth-child(2) a:after,
ul.desktop-nav-bar li.active:nth-child(4) a:after {
    background-color: #FDB933;
    width: 12px;
    height: 12px;
}



ul.desktop-nav-bar li:nth-child(2) {
    top: 48px;
    right: 43px;
}

ul.desktop-nav-bar li:nth-child(3) {
    bottom: 48px;
    left: 43px;
}

ul.desktop-nav-bar li:nth-child(4) {
    bottom: 48px;
    right: 43px;
}

ul.desktop-nav-bar li:nth-child(2) a:after,
ul.desktop-nav-bar li:nth-child(4) a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 14px;
    border: solid 4px #FDB933;
    width: 20px;
    height: 20px;
}

ul.except-home li.active a{
    color: #414042;
}

ul.sidenav li.active a{
    color: #fff !important;
}

.home-content {
    background-image: url("../img/home-back.png");
    height: 100vh;
    width: 367px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    line-height: 34px;
    color: #414042;
}

.home-icon img {
    height: 160px;
    width: 160px;
}

.home-title h1 {
    font-size: 28px;
}

.home-title p,
.home-bot-title p {
    font-size: 18px;
    font-weight: 800;
}

.home-phone-menu {
    display: none;
}

ul.home-phone-menu li {
    padding-bottom: 5px;
    list-style: none;
    font-size: 21px;
    color: #414042;
    font-weight: 800;
}

ul.home-phone-menu li a {
    color: #414042;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-center{
    min-height: 80vh;
    display: flex;
    align-items: center;
}

/************************************************* header *******************************************************************************/

header {
    position: sticky;
    top: 0;
    height: 100px;
    z-index: 2;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav li a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.mobile-toggle-menu {
    float: right;
    padding-top: 25px;
    padding-right: 10px;
}

.brand-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7175245098039216) 50%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 100%);
}

.navbar-brand {
    display: flex;
    padding-top: 29px;
    text-align: center;
}

.navbar-brand img {
    width: 44px;
    margin-right: 30px;
}

.co-name {
    display: inline-block;
}

.mobile-toggle-menu {
    display: none;
}

span#close-menu {
    display: none;
}


/****************************************************************** filter *******************************************************************************/

.side-filter {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 20px;
    height: 100vh;
    width: 250px;
    padding: 93px 0px 93px 63px;
}

.project-aside {
    overflow: auto;
    height: 100%;
    width: 100%;
    user-select: none;
    scrollbar-width: none;
}

.project-aside::-webkit-scrollbar {
    display: none;
}

.side-filter ul .filter-item {
    list-style: none;
    margin-bottom: 10px;
}

.filter-inner-items {
    display: none;
    overflow: hidden;
}

.filter-inner-item {
    display: block;
    list-style: none;
    margin-bottom: 5px;
}

.side-filter ul li .filter-list-title {
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
    color: #414042;
    font-size: 14px;
    font-weight: 800;
}

.filter-inner-item label {
    text-transform: uppercase;
    font-size: 12px;
    color: #414042;
}

.filter-inner-items input {
    display: none;
}

.filter-inner-items label::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    border: solid 2px #FDB933;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.filter-inner-items label.active::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    border: 0;
    background-color: #FDB933;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}


/************************************************************************************* project-item ***********************************************************************/

.project-item h2 {
    color: #FDB933;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2.05px;
    line-height: 29px;
}

.project-item ul li {
    color: #FDB933;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3.93px;
    line-height: 25px;
    list-style: none;
}

.project-item .column-overlay {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    border: 7px solid #FDB933;
    color: #FDB933;
}
.project-item .column-overlay .title {
   padding-top: 36px;
   padding-left: 29px;
   padding-right: 29px;
}
.project-item .column-overlay .column-overlay-menu {
    padding-bottom: 16px;
    padding-left: 28px;
}

.project-item:hover .column-overlay {
    position: absolute;
    display: flex;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.project-item .column-overlay-menuul li {
    list-style: none;
    letter-spacing: 3px;
}

.project-item:hover img {
    -webkit-filter: blur(8px);
    filter: blur(8px);
}


/************************************************************************************ project-single **********************************************************************/

.mySlides {
    display: none;
    width: 100%;
}

.mySlides img {
    vertical-align: middle;
    width: 100%;
}

.single-container {
    /* padding-top: 100px; */
}


/* Slideshow container */

.slider-wrapper {
    width: 100%;
}

.slideshow-container {
    width: 100%;
    z-index: 1;
    position: relative;
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
}

.next {
    margin-left: 20px;
}

.prev {
    margin-right: 20px;
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-left: 24px;
    transition: background-color 0.6s ease;
}

.info-dot {
    cursor: pointer;
    height: unset;
    width: unset;
    margin: 0 2px;
    background-color: unset;
    border-radius: 0;
    display: inline-block;
    transition: unset;
    font-size: 12px;
}

.info-dot.actives {
    color: #FDB933;
}

.actives,
.dot:hover {
    background-color: #FDB933;
}

.info-dot.actives {
    background-color: unset;
}



/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.project-desc-slide {
    height: 550px;
    width: 100%;
    background-color: #FDB933;
}

.pr-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pr-container h1 {
    color: #414042;
    font-size: 24px;
    letter-spacing: 5.05px;
}

.pr-container h2 {
    color: #414042;
    font-size: 21px;
    letter-spacing: 5px;
}

.pr-container h5 {
    color: #414042;
    font-size: 12px;
    letter-spacing: 2.5px;
    line-height: 15px;
}

.pr-container p {
    color: #414042;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.14px;
}

.pr-container-left {
    padding: 27px 35px;
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pr-container-lmenue ul li {
    list-style: none;
    color: #414042;
    font-size: 14px;
    letter-spacing: 3.93px;
    line-height: 25px;
    font-weight:800;
}

.pr-container-right {
    padding: 27px 35px;
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-aside {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 250px;
    padding: 93px 0px 93px 63px;
}

.single-aside-inner {
    overflow: auto;
    height: 100%;
    width: 100%;
    user-select: none;
}

.single-aside-inner a{
    font-size: 12px;
    font-stretch: condensed;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.single-aside .single-aside-inner a {
    color: black;
}

.discription-panel {
    display: none;
    padding: 27px 35px;
    width: 100%;
    float: left;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/************************************************************************************ about-us **********************************************************************/

.about-inner-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    word-spacing: 10px;
}

.about-left {
    background-color:#414042 ;
    flex-basis: 50%;
    padding: 38px 28px;
    line-height: 2rem;
    color: #f9f9f9;
    font-size: 18px;
    font-weight: 300;
}

.about-right {
    flex-basis: 49%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}
.iframe-container{
    background-color: #cfcfcf;
}

.about-right-row {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-right-column {
    width: 48%;
    position: relative;
}

.about-left p:nth-child(3) {
    margin-top: 2rem;
}

.about-right img {
    width: 100%;
    height: 100%;
}

.about-right iframe {
    width: 100%;
    height: 500px;
}

.about-right-column .column-overlay {
    word-spacing: normal;
    display: none;
    padding: 35% 10px 15px 10px;
    flex-direction: column;
    justify-content: space-between;
    background-color:#fdb933;
    color: #414042;
}

.about-right-column:hover .column-overlay {
    position: absolute;
    display: flex;
    max-width: 100%;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*background-color: rgba(0, 0, 0, 0.3);*/
    cursor: pointer;
}

/*.about-right-column:hover img {*/
/*    -webkit-filter: blur(5px);*/
/*    filter: blur(5px);*/
/*}*/

.about-right-column:nth-child(1){
    margin-bottom: 15px;
}
.about-right-column:nth-child(2){
    margin-bottom: 15px;
}

.about-right-column .column-overlay-desc h2 {
    font-size: 21px;
    font-weight: 800;
}
.about-right-column .column-overlay-desc h3 {
    font-size: 14px;
    font-weight: 800;
}

.about-right-column .column-overlay-desc span {
    font-size: 12px;
    display: block;
}


/************************************************************************************ contact-page **********************************************************************/

.contacts-left {
    padding: 30px 20px 10px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FDB933;
    font-weight: 800;
    color:#414042 ;
}

.contacts-left h3 {
    color: white;
    font-size: 3rem;
    line-height: 3rem;
}

.contacts-left span {
    display: block;
}

.contacts-left ul.contact-list li {
    display: flex;
}

.contacts-left ul.contact-list li {
    float: left;
}

.contacts-left ul.contact-list li a {
    display: block;
    padding: 10px 20px 10px 0;
    color: #34495e;
}


/************************************************************************************ contact-page **********************************************************************/

.wwu-inner-box {
    height: 570px;
}

.wwu-left {
    flex-basis: 49%;
    line-height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: inherit;
    padding-bottom: 100px;
}

.wwu-left span {
    display: block;
}

.wwu-left h3 {
    color: white;
    font-size: 3rem;
    line-height: 3rem;
}

.wwu-left-inner-box {
    padding: 30px 20px 10px 50px;
    width: 100%;
    height: 100%;
    background-color: #FDB933;
}

.wwu-right {
    flex-basis: 49%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.form-btn-box {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
}

.wwu-right-inner {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-btn-submit {
    margin-right: 20px;
    width: 45px;
    height: 45px;
    background-color: #414042;
    color: #FDB933;
    border: none;
    outline: none;
    font-size: 1.5rem;
    padding-bottom: 5px;
    cursor: pointer;
}

.form-btn-title {
    background-color: inherit;
    font-size: 1.3rem;
    word-spacing: 5px;
}

.wwu-form-input {
    width: 100%;
    height: 30px;
    padding: 30px 20px;
    font-size: 1.3rem;
    border: 2px solid #f1f1f1;
}

.wwu-form-input:focus,
.wwu-form-input:hover {
    outline: none;
}

.wwu-select-wrapper {
    position: relative;
    border: 2px solid #f1f1f1;
}

.wwu-select-wrapper ul li{
   color: #414042;
}

.wwu-select-box {
    border: none;
    pointer-events: none;
}

.select-dropdown {
    display: none;
    position: absolute;
    top: 101%;
    left: 0;
    right: 0;
    width: 101%;
    transform: translateX(-.5%);
    background-color: white;
    border: 2px solid #f1f1f1;
    border-top: none;
}

.select-dropdown li {
    font-size: 1.3rem;
    padding: 5px 10px;
    cursor: pointer;
}

.select-dropdown li:hover {
    color: #FDB933;
    background-color: #34495e;
}

.wwu-select-wrapper .select-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    position: absolute;
    background-color: white;
    height: 100%;
    top: 0;
    right: 0;
    user-select: none;
}

.select-icon-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.wwu-select-wrapper .select-icon span {
    font-size: 1.3rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    transform: rotate(90deg);
    transition: transform .7s ease-in;
}

#form-subject {
    flex: 0 0 200px;
    resize: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#form-subject::-webkit-scrollbar {
    display: none;
}

a.navbar-brand{
    color:black;
}