@charset "UTF-8";
.about-section-classic {
max-width: 1595px;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
padding: 80px 0;
}
.about-section-classic::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 90%;
right: -50%;
z-index: -1;
background-color: var(--light-main-color);
}
.about-section-classic .content-wrap {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.about-section-classic .inner {
max-width: 450px;
}
.about-section-classic .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
}
.about-section-classic .title {
margin: 20px 0 0;
padding-bottom: 30px;
border-bottom: 1px solid var(--dark-color);
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
}
.about-section-classic .blockquote {
margin-top: 25px;
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-weight: 400;
font-style: italic;
}
.about-section-classic .description {
margin-top: 20px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-classic .button {
margin-top: 30px;
}
.about-section-classic .images-wrap {
width: 50%;
display: -ms-grid;
display: grid;
grid-gap: 80px;
-ms-grid-columns: -webkit-calc(50% - 40px) 80px -webkit-calc(50% - 40px);
-ms-grid-columns: calc(50% - 40px) 80px calc(50% - 40px);
grid-template-columns: -webkit-calc(50% - 40px) -webkit-calc(50% - 40px);
grid-template-columns: calc(50% - 40px) calc(50% - 40px);
}
.about-section-classic .img-wrap {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.about-section-classic .img-wrap:first-of-type {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: 1/2;
-ms-grid-row: 2;
-ms-grid-row-span: 3;
grid-row: 2/5;
}
.about-section-classic .img-wrap:nth-of-type(2) {
-ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 1;
-ms-grid-row-span: 2;
grid-row: 1/3;
}
.about-section-classic .img-wrap:nth-of-type(3) {
-ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 3;
-ms-grid-row-span: 3;
grid-row: 3/6;
}
@media only screen and (max-width: 1600px) {
.about-section-classic {
max-width: 1170px;
}
}
@media only screen and (max-width: 1200px) {
.about-section-classic {
max-width: 1050px;
}
.about-section-classic .blockquote {
margin-top: 30px;
}
.about-section-classic .images-wrap {
grid-gap: 40px;
-ms-grid-columns: -webkit-calc(50% - 20px) 40px -webkit-calc(50% - 20px);
-ms-grid-columns: calc(50% - 20px) 40px calc(50% - 20px);
grid-template-columns: -webkit-calc(50% - 20px) -webkit-calc(50% - 20px);
grid-template-columns: calc(50% - 20px) calc(50% - 20px);
}
}
@media only screen and (max-width: 1024px) {
.about-section-classic {
max-width: 100%;
padding: 40px 30px;
}
.about-section-classic .title {
letter-spacing: 2px;
}
.about-section-classic .inner {
max-width: 350px;
}
.about-section-classic .images-wrap {
grid-gap: 20px;
-ms-grid-columns: -webkit-calc(50% - 10px) 20px -webkit-calc(50% - 10px);
-ms-grid-columns: calc(50% - 10px) 20px calc(50% - 10px);
grid-template-columns: -webkit-calc(50% - 10px) -webkit-calc(50% - 10px);
grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}
}
@media only screen and (max-width: 768px) {
.about-section-classic .title {
font-size: 26px;
padding-bottom: 20px;
}
.about-section-classic .blockquote {
margin-top: 20px;
font-size: 20px;
}
.about-section-classic .description {
font-size: 16px;
}
.about-section-classic .button {
margin-top: 25px;
}
.about-section-classic .inner {
max-width: 100%;
padding-right: 20px;
}
}
@media only screen and (max-width: 576px) {
.about-section-classic {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
padding: 0 15px;
}
.about-section-classic::before {
content: none;
}
.about-section-classic .content-wrap,
.about-section-classic .images-wrap {
width: 100%;
}
.about-section-classic .images-wrap {
display: block;
}
.about-section-classic .content-wrap {
margin-top: 25px;
}
.about-section-classic .img-wrap {
min-height: 250px;
margin-bottom: 15px;
}
.about-section-classic .subtitle,
.about-section-classic .title {
letter-spacing: 1px;
}
}
.about-section-modern {
display: -webkit-flex;
display: flex;
overflow: hidden;
padding: 30px 0;
}
.about-section-modern .content-wrap {
width: calc(50% + 40px);
overflow-y: auto;
padding-right: 40px;
}
.about-section-modern .content-wrap::-webkit-scrollbar {
width: 4px;
background-color: var(--light-grey-color);
}
.about-section-modern .content-wrap::-webkit-scrollbar-thumb {
background-color: var(--black-color);
}
.about-section-modern .content-wrap .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
display: block;
}
.about-section-modern .content-wrap .description {
margin-top: 25px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .block-info {
margin-top: 40px;
}
.about-section-modern .content-wrap .block-title {
font-size: 17px;
line-height: 26px;
font-weight: 700;
letter-spacing: 2px;
display: block;
margin-bottom: 15px;
}
.about-section-modern .content-wrap .text {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .address {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .phone {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-modern .content-wrap .phone a {
color: var(--grey-color);
display: inline-block;
margin-left: 10px;
text-decoration: underline;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.about-section-modern .content-wrap .phone a:hover {
color: var(--dark-color);
}
.about-section-modern .content-wrap .socials {
margin-top: 10px;
}
.about-section-modern .content-wrap .info-socials {
margin: 5px 7px;
font-size: 17px;
display: inline-block;
text-decoration: none;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.about-section-modern .content-wrap .info-socials:first-child {
margin-left: 0;
}
.about-section-modern .content-wrap .info-socials:hover {
color: var(--main-color);
}
.about-section-modern .content-wrap .custom-link {
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
text-decoration: underline;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.about-section-modern .content-wrap .custom-link:hover {
color: var(--dark-color);
}
.about-section-modern .content-wrap .form input:not([type=submit]),
.about-section-modern .content-wrap .form textarea {
background: transparent;
color: var(--dark-color);
border: none;
font-size: 16px;
font-weight: 300;
width: 100%;
border-bottom: 1px solid var(--dark-color);
-webkit-transition: border-color 450ms ease;
-moz-transition: border-color 450ms ease;
-ms-transition: border-color 450ms ease;
-o-transition: border-color 450ms ease;
transition: border-color 450ms ease;
margin-bottom: 35px;
}
.about-section-modern .content-wrap .form input:not([type=submit]):focus,
.about-section-modern .content-wrap .form textarea:focus {
border-color: var(--main-color);
}
.about-section-modern .content-wrap .form textarea {
height: 100px;
}
.about-section-modern .images-wrap {
width: calc(50% - 40px);
}
.about-section-modern .images-wrap .img-wrap {
text-align: right;
}
.about-section-modern .images-wrap .img-wrap img {
max-width: calc(100% - 40px);
max-height: 100%;
}
@media only screen and (max-width: 1024px) {
.about-section-modern .content-wrap .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 991px) {
.about-section-modern .images-wrap .img-wrap img {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
}
.about-section-modern {
flex-direction: column;
padding: 0;
text-align: center;
}
.about-section-modern .content-wrap {
width: 100%;
order: 2;
height: auto !important;
padding-right: 0;
}
.about-section-modern .images-wrap {
width: 100%;
order: 1;
margin-bottom: 45px;
}
.about-section-modern .images-wrap .img-wrap {
text-align: center;
}
.about-section-modern .images-wrap .img-wrap img {
max-width: 100%;
max-height: 80vh;
}
}
@media only screen and (max-width: 768px) {
.about-section-modern .content-wrap .title {
font-size: 26px;
}
.about-section-modern .content-wrap .description,
.about-section-modern .content-wrap .address,
.about-section-modern .content-wrap .phone,
.about-section-modern .content-wrap .custom-link {
font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
.about-section-modern .images-wrap .img-wrap img {
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
}
.about-section-modern {
flex-direction: column;
padding: 0;
}
.about-section-modern .content-wrap {
width: 100%;
order: 2;
}
.about-section-modern .content-wrap .description {
margin-top: 15px;
}
.about-section-modern .content-wrap .block-info {
margin-top: 35px;
}
.about-section-modern .images-wrap {
width: 100%;
order: 1;
margin-bottom: 30px;
}
.about-section-modern .images-wrap .img-wrap {
text-align: center;
}
.about-section-modern .images-wrap .img-wrap img {
max-width: 100%;
}
}
@media only screen and (max-width: 576px) {
.about-section-modern .content-wrap .title {
letter-spacing: 1px;
}
}
.about-section-simple {
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
}
.about-section-simple .content-wrap {
width: 50%;
text-align: right;
}
.about-section-simple .images-wrap {
width: 50%;
padding-left: 100px;
}
.about-section-simple .title {
margin: 0 0 15px;
padding-bottom: 30px;
border-bottom: 1px solid var(--dark-color);
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
display: inline-block;
}
.about-section-simple .description {
margin-top: 20px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.about-section-simple .btn-wrap {
margin-top: 30px;
}
.about-section-simple .a-btn-1,
.about-section-simple .a-btn-2 {
margin-right: 33px;
}
@media only screen and (max-width: 991px) {
.about-section-simple .images-wrap {
padding-left: 30px;
}
.about-section-simple .title {
letter-spacing: 2px;
margin-bottom: 5px;
padding-bottom: 20px;
}
.about-section-simple .btn-wrap {
margin-top: 20px;
}
}
@media only screen and (max-width: 768px) {
.about-section-simple .title {
font-size: 26px;
}
}
@media only screen and (max-width: 767px) {
.about-section-simple {
flex-direction: column;
}
.about-section-simple .content-wrap {
text-align: center;
margin-bottom: 40px;
}
.about-section-simple .content-wrap,
.about-section-simple .images-wrap {
width: 100%;
padding-left: 0;
}
}
@media only screen and (max-width: 600px) {
.about-section-simple .title {
letter-spacing: 1px;
padding-bottom: 10px;
margin-bottom: 0;
}
.about-section-simple .description {
margin-top: 15px;
}
}

.banner-slider-wrap.photography .s-back-switch {
background-position: center;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.banner-slider-wrap.photography .s-back-switch::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.35);
}
.banner-slider-wrap.photography .content-wrap {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
text-align: center;
z-index: 1;
}
.banner-slider-wrap.photography .pag-wrapper {
position: absolute;
left: 100px;
bottom: 65px;
z-index: 1;
}
.banner-slider-wrap.photography .subtitle {
color: var(--light-color);
font-size: 15px;
font-weight: 700;
letter-spacing: 10px;
}
.banner-slider-wrap.photography .title {
margin-top: 45px;
color: var(--light-color);
font-size: 100px;
letter-spacing: 13px;
line-height: 1;
font-weight: 700;
}
.banner-slider-wrap.photography .text {
margin-top: 25px;
color: var(--light-color);
font-size: 15px;
letter-spacing: 4px;
font-weight: 400;
}
.banner-slider-wrap.photography .btn-wrapper {
margin-top: 45px;
}
.banner-slider-wrap.photography .pag-title {
color: var(--light-color);
font-size: 15px;
letter-spacing: 2.4px;
}
.banner-slider-wrap.photography .pag-title-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-weight: 400;
}
.banner-slider-wrap.photography .pag-title-wrap i {
margin-right: 15px;
color: var(--light-color);
font-size: 12px;
font-style: normal;
letter-spacing: 4px;
}
.banner-slider-wrap.photography .swiper-pagination {
-webkit-transform: none;
-ms-transform: none;
transform: none;
right: 100px;
bottom: 60px;
top: auto;
}
.banner-slider-wrap.photography .swiper-pagination-bullet {
-webkit-border-radius: 0;
border-radius: 0;
margin: 15px auto 15px 0;
width: 40px;
height: 4px;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transition: background-color 0.35s ease, width 0.35s ease;
-o-transition: background-color 0.35s ease, width 0.35s ease;
transition: background-color 0.35s ease, width 0.35s ease;
}
.banner-slider-wrap.photography .swiper-pagination-bullet:hover {
width: 60px;
}
.banner-slider-wrap.photography .swiper-pagination-bullet-active {
width: 60px;
background-color: var(--light-color);
}
@media only screen and (max-width: 1440px) {
.banner-slider-wrap.photography .subtitle {
letter-spacing: 7px;
}
.banner-slider-wrap.photography .title {
font-size: 70px;
margin-top: 40px;
}
.banner-slider-wrap.photography .text {
margin-top: 28px;
}
.banner-slider-wrap.photography .pag-wrapper {
left: 50px;
bottom: 30px;
}
.banner-slider-wrap.photography .swiper-pagination {
right: 50px;
bottom: 23px;
}
}
@media only screen and (max-width: 1200px) {
.banner-slider-wrap.photography .title {
font-size: 65px;
letter-spacing: 10px;
}
.banner-slider-wrap.photography .subtitle {
letter-spacing: 6px;
}
.banner-slider-wrap.photography .text {
letter-spacing: 3px;
}
.banner-slider-wrap.photography .swiper-pagination-bullet {
margin: 12px 0 12px auto;
}
}
@media only screen and (max-width: 991px) {
.banner-slider-wrap.photography .title {
font-size: 60px;
}
.banner-slider-wrap.photography .subtitle {
letter-spacing: 5.5px;
}
.banner-slider-wrap.photography .text {
margin-top: 30px;
}
}
@media only screen and (max-width: 768px) {
.banner-slider-wrap.photography .title {
font-size: 55px;
letter-spacing: 6px;
}
.banner-slider-wrap.photography .subtitle {
letter-spacing: 4px;
}
.banner-slider-wrap.photography .text {
letter-spacing: 2px;
font-size: 14px;
}
.banner-slider-wrap.photography .pag-wrapper {
left: 15px;
}
.banner-slider-wrap.photography .swiper-pagination {
right: 15px;
}
.banner-slider-wrap.photography .swiper-pagination-bullet {
width: 35px;
}
.banner-slider-wrap.photography .swiper-pagination-bullet:hover {
width: 55px;
}
.banner-slider-wrap.photography .swiper-pagination-bullet-active {
width: 55px;
}
.banner-slider-wrap.photography .pag-title-wrap i {
margin-right: 10px;
}
}
@media only screen and (max-width: 576px) {
.banner-slider-wrap.photography .title {
font-size: 40px;
letter-spacing: 2px;
margin-top: 30px;
}
.banner-slider-wrap.photography .subtitle {
letter-spacing: 2px;
font-size: 13px;
}
.banner-slider-wrap.photography .text {
font-size: 12px;
letter-spacing: 1px;
margin-top: 25px;
}
.banner-slider-wrap.photography .btn-wrapper {
margin-top: 40px;
}
.banner-slider-wrap.photography .pag-wrapper {
max-width: 200px;
bottom: 15px;
}
.banner-slider-wrap.photography .pag-title {
letter-spacing: 1px;
}
.banner-slider-wrap.photography .swiper-pagination {
bottom: 10px;
}
}
.banner-slider-wrap.andra .swiper-slide {
width: 50% !important;
}
.banner-slider-wrap.andra .s-back-switch {
background-position: center;
background-size: cover;
min-height: 640px;
max-height: 90vh;
margin: 0 25px;
}
.banner-slider-wrap.andra .swiper-pagination {
position: static;
margin-top: 30px;
color: transparent;
font-size: 15px;
font-weight: 700;
letter-spacing: normal;
line-height: 2;
text-align: center;
}
.banner-slider-wrap.andra .swiper-pagination span {
color: var(--dark-color);
display: none;
background-color: transparent;
width: auto;
height: auto;
}
.banner-slider-wrap.andra .swiper-pagination span:first-child, .banner-slider-wrap.andra .swiper-pagination span:last-of-type {
display: inline-block;
opacity: 1;
}
.banner-slider-wrap.andra .swiper-pagination span:first-child {
position: relative;
margin-right: 19px;
}
.banner-slider-wrap.andra .swiper-pagination span:first-child::before {
content: "";
position: absolute;
left: 100%;
top: 50%;
height: 1px;
width: 20px;
margin: 0 7px;
background-color: var(--grey-color);
}
.banner-slider-wrap.andra .swiper-pagination .swiper-pagination-total {
color: var(--grey-color);
}
@media only screen and (max-width: 1199px) {
.banner-slider-wrap.andra .s-back-switch {
min-height: 440px;
}
}
@media only screen and (max-width: 1024px) {
.banner-slider-wrap.andra .s-back-switch {
min-height: 400px;
margin: 0 15px;
}
}
@media only screen and (max-width: 768px) {
.banner-slider-wrap.andra .swiper-slide {
width: 100% !important;
margin: 0;
}
.banner-slider-wrap.andra .s-back-switch {
min-height: 350px;
}
}
@media only screen and (max-width: 480px) {
.banner-slider-wrap.andra .s-back-switch {
min-height: 380px;
}
}
.simple_slider .owl-container-gallery .owl-item {
padding: 5rem 13rem;
height: inherit;
position: relative;
}
.simple_slider .owl-container-gallery .owl-stage-outer,
.simple_slider .owl-container-gallery .owl-stage {
height: inherit;
}
.simple_slider .owl-container-gallery .owl-slide {
height: 100%;
background-position: center;
background-size: cover;
position: relative;
}
.simple_slider .owl-container-gallery .owl-slide::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.simple_slider .owl-container-gallery .owl-slide img {
max-height: 100%;
width: auto;
}
.simple_slider .owl-container-gallery .owl-prev,
.simple_slider .owl-container-gallery .owl-next {
color: transparent;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.simple_slider .owl-container-gallery .owl-prev::before,
.simple_slider .owl-container-gallery .owl-next::before {
display: inline-block;
font-family: "Ionicons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--dark-color);
font-size: 33px;
}
.simple_slider .owl-container-gallery .owl-prev {
left: 75px;
}
.simple_slider .owl-container-gallery .owl-prev::before {
content: "";
}
.simple_slider .owl-container-gallery .owl-prev:hover {
left: 68px;
}
.simple_slider .owl-container-gallery .owl-next {
right: 75px;
}
.simple_slider .owl-container-gallery .owl-next::before {
content: "";
}
.simple_slider .owl-container-gallery .owl-next:hover {
right: 68px;
}
.simple_slider .owl-container-gallery .caption {
color: var(--dark-color);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 50px;
}
.simple_slider .owl-container-gallery .caption .subtitle {
font-family: var(--font2);
font-size: 30px;
line-height: 1.6;
font-weight: 400;
color: var(--light-color);
letter-spacing: 0;
font-style: italic;
}
.simple_slider .owl-container-gallery .caption .title {
font-size: 70px;
line-height: 1.3;
margin: 20px 0 17px;
font-weight: 700;
color: var(--light-color);
letter-spacing: 1.2px;
text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
.simple_slider .owl-container-gallery .owl-item {
padding: 5rem 9rem;
}
.simple_slider .owl-container-gallery .owl-prev {
left: 50px;
}
.simple_slider .owl-container-gallery .owl-prev:hover {
left: 43px;
}
.simple_slider .owl-container-gallery .owl-next {
right: 50px;
}
.simple_slider .owl-container-gallery .owl-next:hover {
right: 43px;
}
.simple_slider .owl-container-gallery .caption .title {
font-size: 55px;
margin: 20px 0 20px;
}
.simple_slider .owl-container-gallery .caption .subtitle {
font-size: 26px;
}
}
@media only screen and (max-width: 1300px) {
.simple_slider .owl-container-gallery .owl-item {
padding: 5rem 6rem;
}
.simple_slider .owl-container-gallery .owl-item .title {
font-size: 50px;
}
.simple_slider .owl-container-gallery .owl-item .subtitle {
font-size: 24px;
}
.simple_slider .owl-container-gallery .owl-prev {
left: 30px;
}
.simple_slider .owl-container-gallery .owl-prev:hover {
left: 23px;
}
.simple_slider .owl-container-gallery .owl-next {
right: 30px;
}
.simple_slider .owl-container-gallery .owl-next:hover {
right: 23px;
}
}
@media only screen and (max-width: 991px) {
.simple_slider .owl-container-gallery .owl-item .title {
font-size: 40px;
margin: 17px 0 20px;
}
.simple_slider .owl-container-gallery .owl-item .subtitle {
font-size: 22px;
}
}
@media only screen and (max-width: 768px) {
.simple_slider .owl-container-gallery .owl-item {
padding: 5rem 1rem 1rem;
}
.simple_slider .owl-container-gallery .owl-prev,
.simple_slider .owl-container-gallery .owl-next {
display: none;
}
}
@media only screen and (max-width: 576px) {
.simple_slider .owl-container-gallery .owl-item .caption {
padding: 20px;
}
.simple_slider .owl-container-gallery .owl-item .title {
font-size: 30px;
margin: 15px 0 20px;
}
}.headings.simple.text-left .text {
max-width: 400px; }
.headings.simple.text-right .text {
max-width: 400px;
margin-right: 0;
margin-left: auto; }
.headings.simple.text-center .text {
max-width: 600px;
margin-right: auto;
margin-left: auto; }
.headings.simple .title {
font-size: 45px;
font-weight: 700;
color: var(--dark-color);
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.simple .text {
color: var(--grey-color);
margin-top: 35px;
font-size: 18px;
line-height: 1.73; }
.headings.simple .button {
margin-top: 50px; }
@media only screen and (max-width: 1300px) {
.headings.simple .title {
font-size: 36px; } }
@media only screen and (max-width: 1199px) {
.headings.simple .title {
font-size: 31px; } }
@media only screen and (max-width: 991px) {
.headings.simple .title {
font-size: 31px; } }
@media only screen and (max-width: 768px) {
.headings.simple .text {
margin-top: 25px; }
.headings.simple .button {
margin-top: 30px; } }
@media only screen and (max-width: 576px) {
.headings.simple .title {
font-size: 28px; } }
.headings.modern_with_link, .headings.modern {
max-width: 770px;
margin: 0 auto;
text-align: center; }
.headings.modern_with_link .title, .headings.modern .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3; }
.headings.modern_with_link a.title, .headings.modern a.title {
text-decoration: none !important;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease; }
.headings.modern_with_link a.title:hover, .headings.modern a.title:hover {
opacity: .7; }
@media only screen and (max-width: 1024px) {
.headings.modern_with_link .title, .headings.modern .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.headings.modern_with_link, .headings.modern {
max-width: 100%; }
.headings.modern_with_link .title, .headings.modern .title {
font-size: 26px; } }
@media only screen and (max-width: 576px) {
.headings.modern_with_link, .headings.modern {
max-width: 100%; }
.headings.modern_with_link .title, .headings.modern .title {
letter-spacing: 1px; } }
.headings.classic {
text-align: center; }
.headings.classic .subtitle {
color: var(--grey-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 20px; }
.headings.classic .subtitle.light_style {
color: var(--light-grey-color); }
.headings.classic .subtitle i {
font-style: normal;
color: var(--main-color) !important; }
.headings.classic .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
margin-bottom: -6px; }
.headings.classic .title.light_style {
color: var(--light-color); }
@media only screen and (max-width: 1024px) {
.headings.classic .title {
letter-spacing: 2px; } }
@media only screen and (max-width: 768px) {
.headings.classic .title {
font-size: 26px; } }
.headings.creative {
text-align: center !important; }
.headings.creative .image-wrap {
margin-bottom: 50px; }
.headings.creative .title {
font-size: 45px;
font-weight: 700;
color: var(--dark-color);
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.creative .text {
color: var(--grey-color);
margin-top: 35px;
font-size: 18px;
line-height: 1.73;
max-width: 900px;
margin-right: auto;
margin-left: auto; }
.headings.creative .button {
margin-top: 50px; }
@media only screen and (max-width: 1300px) {
.headings.creative .title {
font-size: 36px; } }
@media only screen and (max-width: 1199px) {
.headings.creative .title {
font-size: 31px; } }
@media only screen and (max-width: 991px) {
.headings.creative .title {
font-size: 31px; } }
@media only screen and (max-width: 768px) {
.headings.creative .text {
margin-top: 25px; }
.headings.creative .button {
margin-top: 30px; }
.headings.creative .image-wrap {
margin-bottom: 35px; } }
@media only screen and (max-width: 576px) {
.headings.creative .title {
font-size: 28px; } }
.headings.urban {
text-align: center; }
.headings.urban .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 25px; }
.headings.urban .title {
font-size: 45px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 0;
letter-spacing: 1.5px; }
.headings.urban .text {
padding-top: 120px;
color: var(--grey-color);
font-size: 18px;
line-height: 1.73;
max-width: 880px;
margin-right: auto;
margin-left: auto;
position: relative; }
.headings.urban .text::before {
content: '';
position: absolute;
top: 20px;
height: 70px;
width: 1px;
background: var(--grey-color);
left: 50%; }
@media only screen and (max-width: 1300px) {
.headings.urban .title {
font-size: 36px; }
.headings.urban .text {
padding-top: 115px; } }
@media only screen and (max-width: 768px) {
.headings.urban .title {
font-size: 32px; }
.headings.urban .text {
padding-top: 90px;
line-height: 1.6; }
.headings.urban .text::before {
height: 50px; } }
@media only screen and (max-width: 576px) {
.headings.urban .subtitle {
letter-spacing: 1px;
margin-bottom: 15px; }
.headings.urban .title {
font-size: 28px; }
.headings.urban .text {
padding-top: 60px;
line-height: 1.6; }
.headings.urban .text::before {
top: 15px;
height: 30px; } }.cs-service-item.classic .content {
text-align: center;
}
.cs-service-item.classic .content .service-icon {
font-size: 42px;
display: block;
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.cs-service-item.classic .content .title {
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
line-height: 1.2;
margin-top: 10px;
margin-bottom: 20px;
}
.cs-service-item.classic .content .description {
font-size: 17px;
font-weight: 300;
line-height: 1.67;
color: var(--grey-color);
}
.cs-service-item.classic:hover .service-icon {
color: var(--main-color);
text-shadow: 3px 3px 6px var(--main-color);
}
@media only screen and (max-width: 768px) {
.cs-service-item.classic .content .title {
font-size: 16px;
letter-spacing: 2px;
}
}.line-of-images.logos2 .line-wrap,
.line-of-images.logos .line-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.line-of-images.logos2 .line-item,
.line-of-images.logos .line-item {
text-align: center;
padding: 25px 0;
max-width: 20%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 20%;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
}
.line-of-images.logos2.three .line-item,
.line-of-images.logos.three .line-item {
max-width: 33.33%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.33%;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
}
.line-of-images.logos2 a,
.line-of-images.logos a {
display: block;
width: 100%;
opacity: 0.5;
-webkit-transition: opacity 0.35s ease;
-o-transition: opacity 0.35s ease;
transition: opacity 0.35s ease;
}
.line-of-images.logos2 a:hover,
.line-of-images.logos a:hover {
opacity: 1;
}
.line-of-images.logos2 img,
.line-of-images.logos img {
max-width: -webkit-calc(100% - 25px);
max-width: calc(100% - 25px);
}
@media only screen and (max-width: 767px) {
.line-of-images.logos2 .line-wrap,
.line-of-images.logos .line-wrap {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.line-of-images.logos2.three .line-item,
.line-of-images.logos.three .line-item {
max-width: 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.line-of-images.logos2 .line-item,
.line-of-images.logos .line-item {
max-width: 50%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
}
@media only screen and (max-width: 370px) {
.line-of-images.logos.three .line-item {
max-width: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.line-of-images.logos .line-item {
max-width: 100%;
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.line-of-images.logos img {
max-width: 100%;
}
}
.line-of-images.logos2 a {
padding: 0 10px;
opacity: 1;
-webkit-filter: grayscale(1);
filter: grayscale(1);
-webkit-transition: filter 450ms ease;
-moz-transition: filter 450ms ease;
-ms-transition: filter 450ms ease;
-o-transition: filter 450ms ease;
transition: filter 450ms ease;
}
.line-of-images.logos2 a:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
@media only screen and (max-width: 767px) {
.line-of-images.logos2 .line-item {
padding: 5px 0;
}
}.info-block-wrap.text_style {
max-width: 1595px;
margin: 0 auto;
}
.info-block-wrap.text_style .inner-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-top: 20px;
}
.info-block-wrap.text_style .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
}
.info-block-wrap.text_style .title {
width: 43%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
color: var(--dark-color);
font-weight: 700;
font-size: 29px;
letter-spacing: 3.77px;
line-height: 1.3;
padding-right: 15px;
}
.info-block-wrap.text_style .title span {
display: block;
max-width: 450px;
}
.info-block-wrap.text_style .text {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
margin: 0;
}
@media only screen and (max-width: 1600px) {
.info-block-wrap.text_style {
max-width: 1200px;
}
}
@media only screen and (max-width: 1200px) {
.info-block-wrap.text_style {
max-width: 1050px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.text_style {
max-width: 100%;
padding: 0 30px;
}
.info-block-wrap.text_style .title {
letter-spacing: 2px;
width: 37%;
}
.info-block-wrap.text_style .text {
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.text_style .inner-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.info-block-wrap.text_style .title {
font-size: 26px;
width: 100%;
margin-bottom: 0;
}
.info-block-wrap.text_style .text {
margin-top: 20px;
}
}
@media only screen and (max-width: 576px) {
.info-block-wrap.text_style {
padding: 0 15px;
}
.info-block-wrap.text_style .title {
letter-spacing: 1px;
}
.info-block-wrap.text_style .text {
margin-top: 10px;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
font-size: 16px;
}
}
.info-block-wrap.tabs .tabs-item {
display: none;
}
.info-block-wrap.tabs .tabs-item.active {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.info-block-wrap.tabs .tabs-item {
height: 100%;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.info-block-wrap.tabs .tabs-header ul {
margin: 0;
}
.info-block-wrap.tabs .tabs-header li {
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid transparent;
-webkit-transition: border 0.35s ease;
-o-transition: border 0.35s ease;
transition: border 0.35s ease;
cursor: pointer;
position: relative;
padding-bottom: 10px;
padding-right: 32px;
}
.info-block-wrap.tabs .tabs-header li::before, .info-block-wrap.tabs .tabs-header li::after {
width: 14px;
height: 2px;
background-color: var(--dark-color);
position: absolute;
display: block;
content: "";
right: 10px;
opacity: 0;
-webkit-transition: 0.35s opacity ease, -webkit-transform 0.35s ease;
-moz-transition: 0.35s opacity ease, -moz-transform 0.35s ease;
-ms-transition: 0.35s opacity ease, -ms-transform 0.35s ease;
-o-transition: 0.35s opacity ease, -o-transform 0.35s ease;
transition: 0.35s opacity ease, transform 0.35s ease;
}
.info-block-wrap.tabs .tabs-header li::before {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 35px;
}
.info-block-wrap.tabs .tabs-header li:hover::after {
opacity: 1;
}
.info-block-wrap.tabs .tabs-header li.active, .info-block-wrap.tabs .tabs-header li:hover {
border-color: var(--dark-color);
}
.info-block-wrap.tabs .tabs-header li.active::before, .info-block-wrap.tabs .tabs-header li.active::after {
opacity: 1;
}
.info-block-wrap.tabs .tabs-header li i {
margin-right: 20px;
color: var(--dark-color);
font-size: 12px;
font-weight: 500;
font-style: normal;
letter-spacing: 4px;
}
.info-block-wrap.tabs .content-wrap {
padding: 40px 0;
width: -webkit-calc(43% - 50px);
width: calc(43% - 50px);
}
.info-block-wrap.tabs .image-tabs {
margin-left: -70px;
position: relative;
}
.info-block-wrap.tabs .image-wrap {
-webkit-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 80%;
width: -webkit-calc(57% - 50px);
width: calc(57% - 50px);
}
.info-block-wrap.tabs .inner-content {
padding: 40px 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 40%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--light-main-color);
position: relative;
}
.info-block-wrap.tabs .inner-content::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: -100%;
background-color: var(--light-main-color);
z-index: -1;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 450px;
}
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 80px;
}
.info-block-wrap.tabs .inner-content .tabs .tabs-header {
max-width: calc(100% - 30px);
}
.info-block-wrap.tabs .content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 1625px;
padding: 0 15px;
margin: 0 auto;
}
.info-block-wrap.tabs .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
}
.info-block-wrap.tabs .text {
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-style: italic;
font-weight: 400;
margin: 20px 0 0;
}
.info-block-wrap.tabs .title-wrap {
color: var(--dark-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700;
}
.info-block-wrap.tabs .inner-text {
margin: 15px 0 0;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.info-block-wrap.tabs .inner img {
margin-bottom: 25px;
max-width: 130px;
}
@media only screen and (max-width: 1600px) {
.info-block-wrap.tabs .content {
max-width: 1200px;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 400px;
}
}
@media only screen and (max-width: 1200px) {
.info-block-wrap.tabs .content {
max-width: 1050px;
}
.info-block-wrap.tabs .image-tabs {
margin-left: -30px;
}
.info-block-wrap.tabs .image-wrap {
width: -webkit-calc(55% - 10px);
width: calc(55% - 10px);
}
.info-block-wrap.tabs .content-wrap {
width: -webkit-calc(45% - 30px);
width: calc(45% - 30px);
}
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 50px;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 335px;
}
.info-block-wrap.tabs .tabs-header {
max-width: 100%;
}
.info-block-wrap.tabs .tabs-header li {
padding-bottom: 5px;
}
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.tabs .content {
max-width: 100%;
padding: 0 30px;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 320px;
}
.info-block-wrap.tabs .inner-content .tabs {
margin-top: 30px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.tabs .tabs-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: flex-start;
}
.info-block-wrap.tabs .image-tabs {
margin-left: 30px;
}
.info-block-wrap.tabs .image-wrap,
.info-block-wrap.tabs .content-wrap {
width: 100%;
}
.info-block-wrap.tabs .content {
min-height: auto !important;
}
.info-block-wrap.tabs .content-wrap {
padding: 10px 0 0;
}
.info-block-wrap.tabs .image-wrap {
min-height: 250px;
}
.info-block-wrap.tabs .inner-content {
width: 50%;
padding: 20px 15px 20px 0;
}
.info-block-wrap.tabs .inner-content .wrapper {
max-width: 100%;
}
.info-block-wrap.tabs .inner img {
display: none;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.tabs .inner-text {
font-size: 16px;
}
.info-block-wrap.tabs .text {
font-size: 20px;
}
.info-block-wrap.tabs .title-wrap {
font-size: 16px;
letter-spacing: 2px;
}
}
@media only screen and (max-width: 576px) {
.info-block-wrap.tabs .content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 15px;
}
.info-block-wrap.tabs .inner-content {
padding: 45px 0 35px;
width: 100%;
}
.info-block-wrap.tabs .inner-content::before {
right: -15px;
}
.info-block-wrap.tabs .subtitle {
letter-spacing: 1px;
}
.info-block-wrap.tabs .text {
margin-top: 15px;
}
.info-block-wrap.tabs .tabs-header li:not(:last-of-type) {
margin-bottom: 15px;
}
.info-block-wrap.tabs .tabs-header li i {
margin-right: 15px;
letter-spacing: 1px;
}
.info-block-wrap.tabs .image-tabs {
margin-left: 0;
margin-top: 15px;
}
.info-block-wrap.tabs .inner-text {
margin-top: 10px;
}
}
.info-block-wrap.simple {
text-align: center;
}
.info-block-wrap.simple .subtitle {
color: var(--dark-color);
font-size: 15px;
letter-spacing: 3px;
font-weight: 700;
margin-bottom: 35px;
}
.info-block-wrap.simple .text {
margin-top: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
font-size: 26px;
font-weight: 300;
line-height: 1.47;
color: var(--grey-color);
}
.info-block-wrap.simple .btn-wrapper {
margin-top: 40px;
}
@media only screen and (max-width: 1300px) {
.info-block-wrap.simple .text {
font-size: 24px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.simple .text {
max-width: 680px;
font-size: 23px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.simple .text {
max-width: 650px;
font-size: 21px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.simple .btn-wrapper {
margin-top: 42px;
}
.info-block-wrap.simple .text {
font-size: 19px;
}
}
@media only screen and (max-width: 600px) {
.info-block-wrap.simple .btn-wrapper {
margin-top: 35px;
}
.info-block-wrap.simple .subtitle {
margin-bottom: 25px;
}
}
.info-block-wrap.accordion .accordion__title {
font-weight: 700;
color: var(--dark-color);
font-size: 17px;
line-height: 1.5;
letter-spacing: 2.2px;
position: relative;
padding: 15px 25px 15px 0;
border-bottom: 1px solid #ddd;
cursor: pointer;
-webkit-transition: 300ms all;
-o-transition: 300ms all;
transition: 300ms all;
}
.info-block-wrap.accordion .accordion__title span:before, .info-block-wrap.accordion .accordion__title span:after {
width: 12px;
height: 2px;
display: block;
content: "";
position: absolute;
right: 0;
top: 50%;
margin: -1px;
background-color: var(--dark-color);
-webkit-transition: 300ms all;
-o-transition: 300ms all;
transition: 300ms all;
}
.info-block-wrap.accordion .accordion__title span:after {
transform: rotate(270deg);
}
.info-block-wrap.accordion .accordion__text {
font-size: 17px;
color: var(--grey-color);
line-height: 1.73;
padding: 20px 0;
display: none;
font-weight: 300;
border-bottom: 1px solid #ddd;
}
.info-block-wrap.accordion .accordion__title:hover {
color: var(--main-color);
border-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__title:hover span:before, .info-block-wrap.accordion .accordion__title:hover span:after {
background-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__item.active .accordion__title {
color: var(--main-color);
border-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__item.active .accordion__title span:before, .info-block-wrap.accordion .accordion__item.active .accordion__title span:after {
background-color: var(--main-color);
}
.info-block-wrap.accordion .accordion__item.active .accordion__title span:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
@media only screen and (max-width: 991px) {
.info-block-wrap.accordion {
margin-top: -15px;
}
}
.info-block-wrap.modern .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
margin-bottom: 25px;
}
.info-block-wrap.modern .title {
color: var(--dark-color);
font-size: 29px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
display: block;
padding-bottom: 35px;
border-bottom: 1px solid var(--dark-color);
}
.info-block-wrap.modern .quote {
margin-top: 35px;
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-weight: 400;
font-style: italic;
}
.info-block-wrap.modern .text {
margin-top: 25px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
}
.info-block-wrap.modern .add-image {
margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.modern .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.modern .title {
font-size: 26px;
padding-bottom: 25px;
}
.info-block-wrap.modern .quote {
margin-top: 25px;
font-size: 20px;
}
.info-block-wrap.modern .text {
margin-top: 20px;
font-size: 16px;
}
.info-block-wrap.modern .add-image {
margin-top: 5px;
}
}
.info-block-wrap.creative {
display: -webkit-flex;
display: flex;
}
.info-block-wrap.creative .image-wrap {
background-size: cover;
background-position: center;
width: 60%;
height: inherit;
}
.info-block-wrap.creative .text-wrap {
width: 40%;
background: var(--black-color);
color: var(--light-color);
padding: 120px 50px;
text-align: center;
}
.info-block-wrap.creative .text-wrap .subtitle {
font-size: 12px;
font-weight: 700;
letter-spacing: 1.56px;
color: var(--main-color);
}
.info-block-wrap.creative .text-wrap .title {
margin: 20px 0 0;
font-size: 29px;
font-weight: 700;
letter-spacing: 3.77px;
line-height: 1.3;
}
.info-block-wrap.creative .text-wrap .text {
line-height: 1.75;
font-weight: 300;
font-size: 21px;
margin-top: 50px;
margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
.info-block-wrap.creative .text-wrap {
padding: 70px 40px;
}
.info-block-wrap.creative .text-wrap .text {
margin-top: 35px;
margin-bottom: 35px;
}
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.creative .text-wrap .text {
font-size: 19px;
line-height: 1.6;
}
.info-block-wrap.creative .text-wrap .title {
letter-spacing: 2px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.creative {
position: relative;
}
.info-block-wrap.creative .image-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.info-block-wrap.creative .text-wrap {
font-size: 19px;
line-height: 1.6;
background: rgba(0, 0, 0, 0.7);
position: relative;
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.creative .text-wrap .title {
font-size: 26px;
}
.info-block-wrap.creative .text-wrap {
padding: 40px 15px;
}
.info-block-wrap.creative .text-wrap .text {
margin-top: 20px;
margin-bottom: 25px;
font-size: 18px;
}
}
.info-block-wrap.simple_text {
text-align: center;
max-width: 1100px;
color: var(--grey-color);
font-weight: 300;
font-size: 17px;
line-height: 1.67;
margin: auto;
}
@media only screen and (max-width: 768px) {
.info-block-wrap.simple_text {
font-size: 16px;
line-height: 1.6;
}
}
.info-block-wrap.info_list {
background-position: center;
background-size: cover;
text-align: center;
padding: 150px 50px;
min-height: 550px;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--black-color);
position: relative;
}
.info-block-wrap.info_list::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
z-index: 1;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
}
.info-block-wrap.info_list .title,
.info-block-wrap.info_list .text {
max-width: 770px;
position: relative;
z-index: 5;
}
.info-block-wrap.info_list .title {
margin-bottom: 40px;
font-weight: 700;
font-size: 29px;
letter-spacing: 3.77px;
line-height: 1.3;
color: var(--main-color);
}
.info-block-wrap.info_list .text {
font-size: 17px;
line-height: 2;
color: var(--light-color);
}
@media only screen and (max-width: 1199px) {
.info-block-wrap.info_list {
min-height: 400px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.info_list {
padding: 100px 50px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.info_list .title {
font-size: 26px;
letter-spacing: 2px;
margin-bottom: 30px;
}
}
@media only screen and (max-width: 600px) {
.info-block-wrap.info_list {
padding: 50px 20px 40px;
min-height: auto;
}
.info-block-wrap.info_list .title {
letter-spacing: 1px;
margin-bottom: 20px;
}
}
.info-block-wrap.classic .title {
color: var(--main-color);
font-size: 29px;
letter-spacing: 3px;
font-weight: 700;
margin-bottom: 35px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.info-block-wrap.classic .text {
margin-top: 0;
max-width: 700px;
margin-left: auto;
margin-right: auto;
font-size: 17px;
font-weight: 300;
line-height: 1.7;
color: var(--grey-color);
}
.info-block-wrap.classic .text a {
color: var(--main-color);
text-decoration: none;
font-weight: 400;
}
.info-block-wrap.classic .text a:hover {
color: var(--grey-color);
}
.info-block-wrap.classic .btn-wrapper {
margin-top: 40px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
@media only screen and (max-width: 1024px) {
.info-block-wrap.classic .title {
letter-spacing: 2px;
}
.info-block-wrap.classic .text {
max-width: 680px;
}
}
@media only screen and (max-width: 991px) {
.info-block-wrap.classic .text {
max-width: 650px;
}
.info-block-wrap.classic .text p {
margin-bottom: 10px;
}
.info-block-wrap.classic .btn-wrapper {
margin-top: 27px;
}
.info-block-wrap.classic .title {
font-size: 26px;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 768px) {
.info-block-wrap.classic .btn-wrapper {
margin-top: 42px;
}
.info-block-wrap.classic .title {
font-size: 26px;
}
}
@media only screen and (max-width: 600px) {
.info-block-wrap.classic .btn-wrapper {
margin-top: 25px;
}
.info-block-wrap.classic .title {
margin-bottom: 10px;
letter-spacing: 1px;
}
}
.info-block-wrap.quote {
text-align: center;
}
.info-block-wrap.quote i {
font-size: 50px;
color: var(--main-color);
}
.info-block-wrap.quote .text-wrap {
padding-top: 20px;
}
.info-block-wrap.quote .quote-wrap {
color: var(--dark-color);
font-size: 24px;
line-height: 1.3;
font-style: italic;
font-weight: 400;
}
@media only screen and (max-width: 991px) {
.info-block-wrap.quote .quote-wrap {
font-size: 21px;
line-height: 1.5;
}
.info-block-wrap.quote .quote-wrap .text-wrap {
padding-top: 10px;
}
}
@media only screen and (max-width: 576px) {
.info-block-wrap.quote .quote-wrap .text-wrap {
padding-top: 0;
}
.info-block-wrap.quote i {
font-size: 40px;
}
}.main-header-testimonial.urban .swiper-container {
margin-top: 60px;
max-width: calc(100% - 180px);
margin-left: auto;
margin-right: auto; }
.main-header-testimonial.urban .subtitle {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
text-align: center; }
.main-header-testimonial.urban .description {
max-width: 700px;
margin: 0 auto;
text-align: center; }
.main-header-testimonial.urban .description p {
margin-top: 35px;
color: var(--light-color);
line-height: 1.75;
font-weight: 300;
font-size: 23px;
text-align: center; }
.main-header-testimonial.urban .name {
margin-top: 65px;
color: var(--light-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
text-align: center; }
.main-header-testimonial.urban .swiper-button {
width: auto;
height: auto;
padding-top: 30px;
padding-bottom: 30px;
background-image: none;
color: var(--light-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700;
text-transform: uppercase;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 20px; }
.main-header-testimonial.urban .swiper-button-prev {
padding-right: 25px;
border-right: 1px solid rgba(255, 255, 255, 0.3); }
.main-header-testimonial.urban .swiper-button-next {
padding-left: 25px;
border-left: 1px solid rgba(255, 255, 255, 0.3); }
@media only screen and (max-width: 1024px) {
.main-header-testimonial.urban .description p {
font-size: 22px; }
.main-header-testimonial.urban .swiper-container {
margin-top: 45px; }
.main-header-testimonial.urban .swiper-button {
padding-top: 10px;
padding-bottom: 10px; }
.main-header-testimonial.urban .swiper-button-prev {
left: 0;
padding-right: 10px; }
.main-header-testimonial.urban .swiper-button-next {
right: 0;
padding-left: 10px; }
.main-header-testimonial.urban .name {
margin-top: 45px; } }
@media only screen and (max-width: 991px) {
.main-header-testimonial.urban .description p {
font-size: 21px; } }
@media only screen and (max-width: 768px) {
.main-header-testimonial.urban .swiper-container {
margin-top: 40px; }
.main-header-testimonial.urban .description p {
margin-top: 20px;
font-size: 18px; }
.main-header-testimonial.urban .swiper-button {
font-size: 13px;
letter-spacing: 2px;
margin-top: 0; }
.main-header-testimonial.urban .name {
margin-top: 30px;
font-size: 16px;
letter-spacing: 2px; } }
@media only screen and (max-width: 767px) {
.main-header-testimonial.urban .swiper-container {
max-width: 100%; }
.main-header-testimonial.urban .swiper-button {
position: static;
display: inline-block; }
.main-header-testimonial.urban .swiper-btn-wrap {
text-align: center;
margin: 50px 0 0; } }
@media only screen and (max-width: 576px) {
.main-header-testimonial.urban .subtitle {
letter-spacing: 1px; }
.main-header-testimonial.urban .description {
max-width: 100%; } }
.main-header-testimonial.dark_urban .swiper-container {
max-width: calc(100% - 180px);
margin-left: auto;
margin-right: auto; }
.main-header-testimonial.dark_urban .description {
max-width: 700px;
margin: 0 auto;
text-align: center; }
.main-header-testimonial.dark_urban .description p {
color: var(--grey-color);
line-height: 1.75;
font-weight: 300;
font-size: 23px;
text-align: center; }
.main-header-testimonial.dark_urban .name {
margin-top: 45px;
color: var(--dark-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
text-align: center; }
.main-header-testimonial.dark_urban .swiper-button {
width: auto;
height: auto;
padding-top: 30px;
padding-bottom: 30px;
background-image: none;
color: var(--dark-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700;
text-transform: uppercase;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: color 450ms ease;
-moz-transition: color 450ms ease;
-ms-transition: color 450ms ease;
-o-transition: color 450ms ease;
transition: color 450ms ease; }
.main-header-testimonial.dark_urban .swiper-button-prev {
padding-right: 25px;
border-right: 1px solid rgba(0, 0, 0, 0.3); }
.main-header-testimonial.dark_urban .swiper-button-next {
padding-left: 25px;
border-left: 1px solid rgba(0, 0, 0, 0.3); }
.main-header-testimonial.dark_urban .swiper-button:hover {
color: var(--grey-color); }
@media only screen and (max-width: 1024px) {
.main-header-testimonial.dark_urban .description p {
font-size: 22px; }
.main-header-testimonial.dark_urban .swiper-button {
padding-top: 10px;
padding-bottom: 10px; }
.main-header-testimonial.dark_urban .swiper-button-prev {
left: 0;
padding-right: 10px; }
.main-header-testimonial.dark_urban .swiper-button-next {
right: 0;
padding-left: 10px; }
.main-header-testimonial.dark_urban .name {
margin-top: 45px; } }
@media only screen and (max-width: 991px) {
.main-header-testimonial.dark_urban .description p {
font-size: 21px; } }
@media only screen and (max-width: 768px) {
.main-header-testimonial.dark_urban .description p {
margin-top: 20px;
font-size: 18px; }
.main-header-testimonial.dark_urban .swiper-button {
font-size: 13px;
letter-spacing: 2px;
margin-top: 0; }
.main-header-testimonial.dark_urban .name {
margin-top: 30px;
font-size: 16px;
letter-spacing: 2px; } }
@media only screen and (max-width: 767px) {
.main-header-testimonial.dark_urban .swiper-container {
max-width: 100%; }
.main-header-testimonial.dark_urban .swiper-button {
position: static;
display: inline-block; }
.main-header-testimonial.dark_urban .swiper-btn-wrap {
text-align: center;
margin: 50px 0 0; } }
@media only screen and (max-width: 576px) {
.main-header-testimonial.dark_urban .col-12 {
padding: 0; }
.main-header-testimonial.dark_urban .description {
max-width: 100%; }
.main-header-testimonial.dark_urban .description p {
margin-top: 10px; } }
.main-header-testimonial.gold_urban .swiper-container {
max-width: calc(100% - 180px);
margin-left: auto;
margin-right: auto; }
.main-header-testimonial.gold_urban .description {
max-width: 700px;
margin: 0 auto;
text-align: center;
padding-top: 50px;
position: relative; }
.main-header-testimonial.gold_urban .description p {
margin-top: 35px;
color: var(--grey-color);
line-height: 1.75;
font-weight: 300;
font-size: 23px;
text-align: center; }
.main-header-testimonial.gold_urban .description::before {
content: "\f347";
font-family: "Ionicons";
position: absolute;
top: 0;
left: 50%;
font-size: 40px;
color: var(--main-color);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
.main-header-testimonial.gold_urban .name {
margin-top: 40px;
color: var(--main-color);
font-size: 17px;
font-weight: 700;
letter-spacing: 3px;
line-height: 1.3;
text-align: center; }
.main-header-testimonial.gold_urban .swiper-button {
width: auto;
height: auto;
padding-top: 30px;
padding-bottom: 30px;
background-image: none;
color: var(--main-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700;
text-transform: uppercase;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 20px;
-webkit-transition: color 450ms ease;
-moz-transition: color 450ms ease;
-ms-transition: color 450ms ease;
-o-transition: color 450ms ease;
transition: color 450ms ease; }
.main-header-testimonial.gold_urban .swiper-button-prev {
padding-right: 25px;
border-right: 1px solid rgba(0, 0, 0, 0.3); }
.main-header-testimonial.gold_urban .swiper-button-next {
padding-left: 25px;
border-left: 1px solid rgba(0, 0, 0, 0.3); }
.main-header-testimonial.gold_urban .swiper-button:hover {
color: var(--dark-color); }
@media only screen and (max-width: 1024px) {
.main-header-testimonial.gold_urban .description p {
font-size: 22px; }
.main-header-testimonial.gold_urban .swiper-button {
padding-top: 10px;
padding-bottom: 10px; }
.main-header-testimonial.gold_urban .swiper-button-prev {
left: 0;
padding-right: 10px; }
.main-header-testimonial.gold_urban .swiper-button-next {
right: 0;
padding-left: 10px; }
.main-header-testimonial.gold_urban .name {
margin-top: 45px; } }
@media only screen and (max-width: 991px) {
.main-header-testimonial.gold_urban .description p {
font-size: 21px; } }
@media only screen and (max-width: 768px) {
.main-header-testimonial.gold_urban .description p {
margin-top: 20px;
font-size: 18px; }
.main-header-testimonial.gold_urban .swiper-button {
font-size: 13px;
letter-spacing: 2px;
margin-top: 0; }
.main-header-testimonial.gold_urban .name {
margin-top: 30px;
font-size: 16px;
letter-spacing: 2px; } }
@media only screen and (max-width: 767px) {
.main-header-testimonial.gold_urban .swiper-container {
max-width: 100%; }
.main-header-testimonial.gold_urban .swiper-button {
position: static;
display: inline-block; }
.main-header-testimonial.gold_urban .swiper-btn-wrap {
text-align: center;
margin: 50px 0 0; } }
@media only screen and (max-width: 576px) {
.main-header-testimonial.gold_urban .description {
max-width: 100%;
padding-top: 35px; }
.main-header-testimonial.gold_urban .description::before {
font-size: 30px; } }.team-members-wrap.simple .team-item {
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.team-members-wrap.simple .team-item:not(:last-of-type) {
padding-bottom: 17px;
margin-bottom: 25px;
border-bottom: 1px solid var(--dark-color);
}
.team-members-wrap.simple .member-name {
margin: 0;
padding-right: 20px;
color: var(--dark-color);
font-size: 17px;
letter-spacing: 3px;
font-weight: 700;
}
.team-members-wrap.simple .member-position {
color: var(--main-color);
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
}
@media only screen and (max-width: 768px) {
.team-members-wrap.simple .team-item:not(:last-of-type) {
padding-bottom: 12px;
margin-bottom: 15px;
}
.team-members-wrap.simple .member-name {
font-size: 16px;
letter-spacing: 2px;
}
}
@media only screen and (max-width: 576px) {
.team-members-wrap.simple .member-position {
letter-spacing: 1px;
}
}
.team-members-wrap.single {
max-width: 1000px;
width: 100%;
margin: auto;
text-align: center;
}
.team-members-wrap.single .image-wrap {
background-position: center;
background-size: cover;
padding-top: 100%;
position: relative;
}
.team-members-wrap.single .description-wrap {
position: absolute;
top: calc(50% + 10px);
left: 50%;
width: calc(100% - 30px);
height: calc(100% - 30px);
-webkit-transform: translate(-50%, -50%) translateZ(0);
-moz-transform: translate(-50%, -50%) translateZ(0);
-ms-transform: translate(-50%, -50%) translateZ(0);
-o-transform: translate(-50%, -50%) translateZ(0);
transform: translate(-50%, -50%) translateZ(0);
background-color: rgba(255, 255, 255, 0.8);
opacity: 0;
padding: 20px;
text-align: center;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
-webkit-transition: top 0.45s ease, opacity 0.45s ease;
-moz-transition: top 0.45s ease, opacity 0.45s ease;
transition: top 0.45s ease, opacity 0.45s ease;
}
.team-members-wrap.single .description-wrap .description {
font-size: 17px;
font-weight: 300;
margin-bottom: 20px;
color: var(--dark-color);
}
.team-members-wrap.single .description-wrap .socials a {
display: inline-block;
margin: 0 7px;
font-size: 17px;
color: var(--dark-color);
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.team-members-wrap.single .description-wrap .socials a:hover {
opacity: 1;
color: var(--main-color);
}
.team-members-wrap.single:hover .description-wrap {
opacity: 1;
top: 50%;
}
.team-members-wrap.single:hover .content-wrap {
top: -5px;
}
.team-members-wrap.single .content-wrap {
margin-top: 25px;
position: relative;
top: 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.team-members-wrap.single .content-wrap .name {
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
}
.team-members-wrap.single .content-wrap .position {
margin-top: 5px;
font-size: 17px;
font-weight: 300;
color: var(--grey-color);
}
@media only screen and (max-width: 768px) {
.team-members-wrap.single .content-wrap .name {
font-size: 16px;
letter-spacing: 2px;
}
}
.team-members-wrap.modern {
max-width: 375px;
margin: auto;
text-align: center;
}
.team-members-wrap.modern:hover .content-wrap .name::before {
width: 100%;
}
.team-members-wrap.modern:hover .socials a {
opacity: 1;
visibility: visible;
}
.team-members-wrap.modern:hover .image-wrap {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.team-members-wrap.modern .image-wrap {
padding-top: 100%;
position: relative;
background-size: cover;
background-position: center;
max-width: 375px;
margin: auto;
-webkit-filter: grayscale(1);
filter: grayscale(1);
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.team-members-wrap.modern .socials {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
flex-direction: column;
position: absolute;
left: 35px;
bottom: 35px;
}
.team-members-wrap.modern .socials a {
color: var(--light-color);
text-decoration: none;
display: inline-block;
margin-top: 13px;
font-size: 15px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
}
.team-members-wrap.modern .content-wrap {
margin-top: 20px;
}
.team-members-wrap.modern .content-wrap .position {
margin-top: 5px;
font-size: 17px;
font-weight: 300;
color: var(--grey-color);
margin-bottom: 5px;
}
.team-members-wrap.modern .content-wrap .name {
font-size: 17px;
font-weight: 700;
letter-spacing: 2.2px;
position: relative;
display: inline-block;
}
.team-members-wrap.modern .content-wrap .name::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 1px;
background: var(--dark-color);
-webkit-transition: all 450ms ease;
-moz-transition: all 450ms ease;
-ms-transition: all 450ms ease;
-o-transition: all 450ms ease;
transition: all 450ms ease;
}
.team-members-wrap.modern .socials div:nth-of-type(1) a {
transition-delay: 50ms;
}
.team-members-wrap.modern .socials div:nth-of-type(2) a {
transition-delay: 100ms;
}
.team-members-wrap.modern .socials div:nth-of-type(3) a {
transition-delay: 150ms;
}
.team-members-wrap.modern .socials div:nth-of-type(4) a {
transition-delay: 200ms;
}
.team-members-wrap.modern .socials div:nth-of-type(5) a {
transition-delay: 250ms;
}
.team-members-wrap.modern .socials div:nth-of-type(6) a {
transition-delay: 300ms;
}
.team-members-wrap.modern .socials div:nth-of-type(7) a {
transition-delay: 350ms;
}
.team-members-wrap.modern .socials div:nth-of-type(8) a {
transition-delay: 400ms;
}
.team-members-wrap.modern .socials div:nth-of-type(9) a {
transition-delay: 450ms;
}
.team-members-wrap.modern .socials div:nth-of-type(10) a {
transition-delay: 500ms;
}
.team-members-wrap.modern .socials div:nth-of-type(11) a {
transition-delay: 550ms;
}
.team-members-wrap.modern .socials div:nth-of-type(12) a {
transition-delay: 600ms;
}
.team-members-wrap.modern .socials div:nth-of-type(13) a {
transition-delay: 650ms;
}
.team-members-wrap.modern .socials div:nth-of-type(14) a {
transition-delay: 700ms;
}
.team-members-wrap.modern .socials div:nth-of-type(15) a {
transition-delay: 750ms;
}
.team-members-wrap.modern .socials div:nth-of-type(16) a {
transition-delay: 800ms;
}
.team-members-wrap.modern .socials div:nth-of-type(17) a {
transition-delay: 850ms;
}
.team-members-wrap.modern .socials div:nth-of-type(18) a {
transition-delay: 900ms;
}
.team-members-wrap.modern .socials div:nth-of-type(19) a {
transition-delay: 950ms;
}
.team-members-wrap.modern .socials div:nth-of-type(20) a {
transition-delay: 1000ms;
}
.team-members-wrap.modern .socials div:nth-of-type(21) a {
transition-delay: 1050ms;
}
.team-members-wrap.modern .socials div:nth-of-type(22) a {
transition-delay: 1100ms;
}
.team-members-wrap.modern .socials div:nth-of-type(23) a {
transition-delay: 1150ms;
}
.team-members-wrap.modern .socials div:nth-of-type(24) a {
transition-delay: 1200ms;
}
.team-members-wrap.modern .socials div:nth-of-type(25) a {
transition-delay: 1250ms;
}
.team-members-wrap.modern .socials div:nth-of-type(26) a {
transition-delay: 1300ms;
}
.team-members-wrap.modern .socials div:nth-of-type(27) a {
transition-delay: 1350ms;
}
.team-members-wrap.modern .socials div:nth-of-type(28) a {
transition-delay: 1400ms;
}
.team-members-wrap.modern .socials div:nth-of-type(29) a {
transition-delay: 1450ms;
}
.team-members-wrap.modern .socials div:nth-of-type(30) a {
transition-delay: 1500ms;
}
.team-members-wrap.modern .socials div:nth-of-type(31) a {
transition-delay: 1550ms;
}
.team-members-wrap.modern .socials div:nth-of-type(32) a {
transition-delay: 1600ms;
}
.team-members-wrap.modern .socials div:nth-of-type(33) a {
transition-delay: 1650ms;
}
.team-members-wrap.modern .socials div:nth-of-type(34) a {
transition-delay: 1700ms;
}
.team-members-wrap.modern .socials div:nth-of-type(35) a {
transition-delay: 1750ms;
}
.team-members-wrap.modern .socials div:nth-of-type(36) a {
transition-delay: 1800ms;
}
.team-members-wrap.modern .socials div:nth-of-type(37) a {
transition-delay: 1850ms;
}
.team-members-wrap.modern .socials div:nth-of-type(38) a {
transition-delay: 1900ms;
}
.team-members-wrap.modern .socials div:nth-of-type(39) a {
transition-delay: 1950ms;
}
.team-members-wrap.modern .socials div:nth-of-type(40) a {
transition-delay: 2000ms;
}.a-btn-1,
.a-btn-2,
.a-btn-3,
.a-btn-4,
.a-btn-5,
.a-btn-6,
.a-btn-7,
.a-btn-8,
.a-btn-9,
.comments input[type="submit"],
.comments-form input[type="submit"],
.form input[type="submit"] {
}
a {
}
#topmenu ul li a {
}
#topmenu ul ul li a {
}