/*!
Theme Name: construct
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: construct
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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



.pb0{
	padding-bottom: 0 !important;
}

ul.contact-list {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 20px; 
}

ul.contact-list li {
	padding: 5px 10px;
	border-radius: 5px;
	align-items: flex-start!important;
	width: 33.33%;
}

.banner-content .title{
	text-transform: unset;
}
p,div,span,li,h1,h2,h3,h4,h5,h6,a,label,button{
	text-transform: unset!important;
}
.btn{
	color:#fff;
}

.constructor1 .team-thumb img{
	height:170px;
}
.constructor1 .team-content .title{
	font-size:16px;
}
.constructor1 .blog__details-bottom{
	margin:10px;
	border:0;
}
.constructor-tabs .btn::after{
	content:none;
}
.constructor1 .contact__form-wrap .title{
	margin-bottom: 20px;
}
.constructor1 .contact__form-wrap form .form-grp textarea{
	min-height: 110px;
}
.constructor1 .block-filter{
	padding:10px;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form .wpcf7-not-valid {
  border: 1px solid red !important;
  outline: none;
}

.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.contact__form-wrap form .form-grp textarea {
	max-height: 110px !important;
}

.pt0{
	padding-top: 0 !important;
}

.center{
	text-align: center !important;
}

/**/

.tgmenu__nav .logo img {
	max-height: 59px !important;
}

body {
  background: #c8bb97 !important;
  color: #5c6090 !important;
}

.section-title .title {
	color: #a37c55 !important;
}

.btn {
	background: #65876f !important;
	color: #ffffff !important;
}

.services__item-three {
	background: #c8bb97 !important;
}

.experience-year {
	background: #791927 !important;
}

.choose__area-four {
	background: #5c6090 !important;
}

.sticky-menu .tgmenu__navbar-wrap > ul > li a {
	color: #5c6090 !important;
}

.header-btn .btn {
	background: #791927 !important;
	color: #ffffff !important;
}

.services__icon-three {
	color: #c8bb97 !important;
}

.sticky-menu .header-btn .btn {
	background: #791927 !important;
	color: #ffffff !important;
}

.slider-center-block {
	background: #f2cda1 !important;
	color: #ffffff !important;
}

@media (min-width: 800px) {
    .slider-pagination {
        bottom: 4% !important;
    }
    .slider-arrows {
        bottom: 10px !important;
    }
}

#slider-arc path {
	fill: #a97c53 !important;
	transition: fill 0.2s;
	cursor: pointer;
}

#slider-arc {
	color: #ffffff !important;
}

#slider-arc path.active-segment {
	fill: #f2cda1 !important;
}

/*
.slider-center-block h2, .slider-center-block p {
	color: #ffffff !important;
}
*/

.block-style {
	color: #ffffff !important;
}

button:hover {
	color: #ffffff !important;
}

#slider-arc path.active-segment + text,
#slider-arc text[data-idx="6"] {
  fill: #1a237e;
  font-weight: 700;
}

#slider-arc text {
  fill: #ffffff; 
  font-weight: 600;
  transition: fill 0.2s;
}

.constructor3 .contact__form-wrap{
	margin:40px 0 80px 0;
}

.constructor3 .btn{
	background-color: #a37c55!important;
}

.constructor3 .contact__form-wrap{
	background-color: #f2cda1!important;
	border:1px solid #a37c55!important;
}

.constructor3 .brown{
	color: #a37c55!important;
}

.back::after {
	content: '';
}
.btn::before{
	background: #791927 !important;
}
#specialistsGrid button:hover{
	color:#1a2254!important;
}
#specialistsGrid button.selected:hover{
	color: #fff !important;
}

.spec-list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}

.spec-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px #e3eaf6;
    padding: 24px 32px 20px 32px;
    min-width: 220px;
    flex: 0;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    color: #1a237e;
    font-weight: 600;
}

#constructor1 button:hover{
	color:unset !important;	
}

.spec-list_2 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
}



.spec-card_2 {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px #e3eaf6;
    padding: 24px 32px 20px 32px;
    min-width: 220px;
    flex: 0;
    display: flex
;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #1a237e;
    font-weight: 600;
}

.spec-card_2 .spec-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0;
}

.spec-card_2 .spec-skills {
    color: #ffb300;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0px;
}

.spec-card_2 .spec-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.spec-card_2 .spec-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
}

.specialist-card .btn::after,.modal-content .btn::after {
		content: none !important;
}

.modal-overlay button, #successGoBack{
	text-align:center!important;
}

#successGoBack{
	display: unset !important;
}
@media (max-width: 800px) {
	.mymenu{position: fixed;width:100%;background:rgba(255, 255, 255, 0.5);}
}

@media (max-width: 800px) {
    .spec-modal-content {
        max-width: 100vw;
        min-width: auto;
    }
}

@media (max-width: 800px) {
    .spec-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
}

@media (max-width: 800px) {
    .slider-center-block{
        top: 41%;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 50px;
    }
}

@media (max-width: 500px){
    .slider-center-block p {
        font-size: 10px;
        margin-bottom: 2px;
    }
    .slider-center-block{
        padding-bottom: 0;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    ul.contact-list{
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .counter-item {
        gap: 12px;
        align-items: center;
        justify-content: center;
    }
		.banner-area .bg-img{
			background: none!important;
			background-color: #f5d5a4 !important;
		}
}