/*
Theme Name: High Resolves
Version: 1.0
Author:
Author URI:
*/

.link-more.com-s {
    color: #FF5A00;
    border: none;
    background-color: #f3f3f3;
}

.news-wrap .item-new-st {
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.postr__left {
    flex-basis: calc(100% - 280px);
    padding-right: 30px;
}

.postr__right {
    flex-basis: 280px;
}

.postr__rightimg {
    width: 100%;
    height: 190px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .img {
    display: flex;
}

.slider .img img {
    object-fit: cover;
}


/*-------------------------popup------------------------*/

.popupsubscribejsopen,
.link-more {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

body.overflow {
    overflow-y: hidden;
}

.popup {
    display: none;
    position: relative;
    z-index: 999;
}

.popup__inside {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, #FFFFFF 100%);
    /* Box Dropshadow */
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    max-width: 485px;
    width: 100%;
    padding: 60px 40px 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.popup__close {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    right: 25px;
    top: 25px;
}

.popup__close path {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.popup__close:hover path {
    fill: #FE7D2B;
}

.popup__title {
    font-size: 32px;
    line-height: 1.3;
    color: #565559;
    margin-bottom: 35px;
    margin-top: 10px;
}

.selectstyle {
    font-family: 'Open Sans';
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
    padding: 15px 18px;
    font-size: 16px;
    color: rgba(85, 85, 89, 0.75);
    width: 100%;
    margin-bottom: 12px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-repeat: no-repeat;
    background-image: url(img/select.svg);
    background-position: 95% center;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    padding-left: 10px;
    position: relative;
    top: -10px;
}

.wrap-inputitem {
    flex-basis: 48%;
}

.contact-form .wrap-input input {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.contact-form br {
    display: none;
}

.texttopp {
    height: 390px;
    overflow: hidden;
}


/* 
new styles for pages 
*/

.intro {
    padding: 50px 0 35px 0;
    margin-bottom: 50px;
    border-bottom: 2px solid #ff5a00;
    border-top: 2px solid #ff5a00;
}

.color-orange {
    color: #ff5a00;
}

.intro p {
    font-size: 28px;
    font-weight: 600;
}

.single-story p {
    font-size: 20px;
}

.single-story p a {
    color: #ff5a00;
    font-weight: 700;
}

.signature {
    margin-top: 50px;
}

.font-26 p {
    font-size: 26px;
}


/* 
related pages
*/

.related {
    padding: 95px 0;
    overflow: hidden;
}

.related h2 {
    margin-bottom: 50px;
    font-size: 40px;
    font-family: "AGBook-Stencil", "Arial", sans-serif;
}

.related a {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.related a img {
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.related a h3 {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    left: 20px;
    right: 45px;
    bottom: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    z-index: 2;
}

.related .has-text a:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 45%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 92%, #000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 92%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 92%, #000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.related a .icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
}

.related a:hover img:first-child {
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* 
our story
*/

.our-story {
    color: #555559;
    overflow: hidden;
}

.our-culture {
    padding: 96px 0 138px 23px;
    margin-top: 0;
    background: #f4f4f4;
    counter-reset: section;
}

.our-culture .content-d {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.our-culture .content-d.active {
    opacity: 1;
    visibility: visible;
    position: static;
}

.our-culture .content-d h3 {
    font-family: "AGBook-Stencil", "Arial", sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
    color: #ff5a00;
}

.our-culture .content-d p {
    font-size: 20px;
    line-height: 1.66em;
    margin: 0 0 20px 0;
}

.diagram-content {
    position: relative;
    display: inline-block;
}

.diagram-content svg {
    max-width: 100%;
    height: auto;
}

.diagram-content #svg path[id*=d] {
    cursor: pointer;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.diagram-content #svg path[id*=d].active,
.diagram-content #svg path[id*=d].hov,
.diagram-content #svg path[id*=d]:hover {
    fill: #f79464;
}

.diagram-content .diagram-text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.diagram-content .diagram-text h2 {
    text-align: center;
    line-height: 0.6em;
    color: #fff;
    font-family: "AGBook-Stencil", "Arial", sans-serif;
    font-size: 50px;
}

.diagram-content .diagram-text h2 span {
    font-size: 18px;
    display: inline-block;
    font-family: "AGBook-Stencil", "Arial", sans-serif;
}

.diagram-content .diagram-text p {
    position: absolute;
    font-weight: 600 !important;
    font-size: 17px !important;
    margin: 0;
    line-height: 1.5em !important;
    text-align: center;
    pointer-events: none;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.diagram-content .diagram-text p.on,
.diagram-content .diagram-text p.hov {
    color: #fff;
}

.diagram-content .diagram-text p:nth-of-type(2) {
    left: 54.5%;
    top: 21.5%;
    transform: rotate(36deg);
}

.diagram-content .diagram-text p:nth-of-type(3) {
    left: 65%;
    top: 58%;
    transform: rotate(-72deg);
}

.diagram-content .diagram-text p:nth-of-type(4) {
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
}

.diagram-content .diagram-text p:nth-of-type(5) {
    left: 2.5%;
    top: 58%;
    transform: rotate(72deg);
}

.diagram-content .diagram-text p:nth-of-type(1) {
    left: 13%;
    top: 21%;
    transform: rotate(-36deg);
}


/* 
our-character
*/

.our-character {
    padding: 100px 0 70px 0;
    overflow: hidden;
}

.our-character ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.our-character ul li {
    width: 50%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    padding: 0 15px;
    overflow: hidden;
}

.our-character ul li .hidden-text {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 30px;
    padding: 0 35px;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
    z-index: 2;
}

.our-character ul li:after {
    content: "";
    background: #000;
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    height: 100%;
    z-index: 1;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.our-character ul li:hover .hidden-text {
    top: 0;
}

.our-character ul li:hover:after {
    opacity: .7;
}

.our-character .container {
    overflow: hidden;
    position: relative;
}

.page-template-page-our-character .related .container {
    position: relative;
}

.page-template-page-our-character .related .container:before {
    position: absolute;
    content: "";
    display: block;
    top: -80px;
    left: 30px;
    right: 30px;
    height: 2px;
    background: #ff5a00;
}

.nobannermain {
    padding-top: 150px;
}


/* 

team

*/

.team-container h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ff5a00;
    font-weight: 700;
}

.wrap-team {
    text-align: left;
    padding: 50px 0;
    border-bottom: 2px solid #ff5a00;
}

.wrap-team .wrap-people {
    clear: both;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.item-team {
    margin-bottom: 30px;
    cursor: pointer;
}

.item-team.active p,
.item-team:hover p {
    color: #ff5a00;
}

.item-team img {
    width: 100%;
}

.item-team p {
    font-weight: 700;
    line-height: 1.3em;
    margin: 15px 0 0 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.item-team p span {
    font-weight: 400;
    font-size: 18px;
}

.wrap-team {
    text-align: left;
    padding: 50px 0;
    border-bottom: 2px solid #ff5a00;
}

.wrap-team.count-team {
    border-top: 2px solid #ff5a00;
    border-bottom: none;
    padding: 90px 0;
}

.wrap-team.count-team h2 {
    font-family: "AGBook-Stencil", "Arial", sans-serif;
    text-align: center;
    color: #ff5a00;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 50px;
}

.wrap-team .wrap-people {
    clear: both;
    overflow: hidden;
}

.wrap-team h2 {
    color: #555559;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.wrap-team .bio-popup {
    position: relative;
    clear: both;
    display: none;
    padding: 40px 60px 25px 0;
    margin: 0 15px 30px 15px;
    -webkit-box-shadow: inset 0px 2px 0px 0px #979797, 0px -2px 0px 0px #979797;
    -moz-box-shadow: inset 0px 2px 0px 0px #979797, 0px -2px 0px 0px #979797;
    box-shadow: inset 0px 2px 0px 0px #979797, 0px 2px 0px 0px #979797;
}

.wrap-team .bio-popup .la {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff5a00;
    color: #fff;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
}


/*  */

.home-ban {
    background-position: center top
}

.homeflex {
    min-height: 120vh;
}

.links-block h2.orange-text {
    font-size: 32px;
    color: #555559 !important
}

.home-ban:after {
    height: 554px;
}

@media screen and (max-width:991px) {
    .diagram-content {
        margin-bottom: 30px;
        display: flex;
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .our-culture {
        padding-left: 0;
    }
    .our-character ul li .hidden-text {
        font-size: 18px;
        line-height: 1.3;
    }
    .banner-page p br {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .postr__left {
        flex-basis: 100%;
        padding-left: 0;
        order: 2;
        margin-top: 10px;
    }
	.home-ban:after {
    height: 260px;
}
    .our-character ul li {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .postr__right {
        flex-basis: 100%;
    }
    .postr__rightimg {
        max-width: 280px;
    }
    .texttopp {
        height: auto;
    }
    .banner-page h1 {
        font-size: 50px;
    }
}

@media screen and (max-width:530px) {}

@media screen and (max-width:467px) {
    .popup__body {
        padding: 50px 20px 40px;
    }
    .our-culture {
        padding-bottom: 80px;
    }
    .diagram-content svg {
        max-width: 100%;
        height: auto;
    }
    .wrap-team .bio-popup {
        padding: 60px 10px 25px 10px;
    }
    .diagram-content {
        width: 100%;
    }
    .our-story h2 {
        font-size: 30px;
    }
    .diagram-content .diagram-text h2 {
        font-size: 35px;
    }
    .diagram-content .diagram-text p {
        font-size: 14px !important;
    }
    .popup__inside {
        padding: 20px;
    }
    .popup__title {
        font-size: 27px;
    }
    .related h2 {
        font-size: 35px;
    }
    .wrap-inputitem {
        flex-basis: 100%;
    }
    .banner-page h1 {
        font-size: 45px;
    }
    .font-26 p {
        font-size: 21px;
    }
    .our-character {
        padding: 60px 0 40px 0;
        overflow: hidden;
    }
}

@media screen and (max-width:357px) {
    .popup__body {
        padding: 30px 20px 40px;
    }
    .popup__title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .diagram-content .diagram-text p {
        font-size: 11px !important;
    }
    .banner-page h1 {
        font-size: 40px;
    }
    .related h2 {
        font-size: 30px;
    }
    .diagram-content .diagram-text h2 {
        font-size: 32px;
    }
    .our-character ul li {
        padding: 0;
    }
    .our-character ul li:after {
        left: 0;
        right: 0;
    }
    .our-character ul li .hidden-text {
        padding: 0 15px;
        font-size: 17px;
    }
}