/*!
Theme Name: goldenstatede
Theme URI: 
Author: goldenstatede
Author URI: 
Description: This is goldenstatede theme in 2023 and for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Goldenstatede elevates your portfolio, business website, or personal blog.
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: goldenstatede
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.

goldenstatede 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.
 */


@media only screen and (max-width: 767px){
	.partner-sec .project-content p {
    	padding: 6px 0 !important;
	}
	.partner-sec .partner-img .project-block .inner-box .image img{
		height:auto !important;
	}
}
.partner-sec {
    padding: 40px 0px 50px;
}
.partner-sec .partner-img .project-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    border-radius: 5px;
}
.partner-sec .project-content {
    text-align: left;
    padding: 20px 100px;
}
.partner-sec .project-content h2 {
    font-weight: 500;
    text-align: center;
    font-size: 27px;
    margin-bottom: 13px;
}

.partner-sec .project-content p {
    color: #1b1b1b;
}
.partner-sec .project-content p {
    font-size: 16px;
    line-height: 1.5em;
    color: #666;
    font-family: 'Roboto';
    padding: 6px 70px;
    letter-spacing: 0.6px;
}
.partnership-video{
    margin: auto;
    text-align: center;
}
html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%;
}

.team-section {
    position: relative;
    padding: 60px 0 10px;
    background-color: var(--gray-bg);
}

.team-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 243px;
    height: 533px;
    background-image: url(../images/background/4.png);
    z-index: -1;
    transform: translateY(-50%);
}

.team-section .sec-title {
    margin-bottom: 25px;
    position: relative;
}

.team-section .team-column {
    text-align: center;
    padding: 20px;
}

.team-section .team-column.subteam {
    padding: 20px!important;
}

.team-section .team-column .info-box {
    margin-top: 20px;
}

.team-section .team-column .info-box .name a {
    color: var(--secondary-color);
}

.team-section .team-column .info-box span.designation {
    color: #94979b;
    font-size: 16px;
    text-transform: uppercase;
}

.team-section .team-head {
    background: #e5e9ed;
    padding: 7px 0;
    font-weight: 500;
    font-size: 20px;
    color: #242424;
    margin-bottom: 35px;
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
}

.team-section .team-block {
    position: relative;
    margin-bottom: 50px;
}

.team-section .team-block .inner-box {
    position: relative;
    z-index: 1;
}

.team-section .team-block .image-box {
    position: relative;

}

.team-section .team-block .image-box .image {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 9;
}

.team-section .team-block .image-box img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

.team-section .team-block .inner-box:hover .image-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-section .team-block .inner-box .image:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100px;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.team-section .team-block .inner-box:hover .image:before {
    opacity: 1;
}

.team-section .team-block .image-box .social-links {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

.team-section .team-block .image-box .social-links li {
    position: relative;
    display: inline-block;
    left: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0 5px;
}

.team-section .team-block .image-box .social-links li a {
    display: block;
    text-align: center;
    font-size: 19px;
    line-height: 50px;
    width: 30px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-section .team-block .image-box .social-links li a:hover {
    background-color: #e38b00;
    border-radius: 25px 25px 0 0;
    color: #fff;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(2) {
    transition-delay: 100ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(3) {
    transition-delay: 200ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(4) {
    transition-delay: 300ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(5) {
    transition-delay: 400ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(6) {
    transition-delay: 500ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(7) {
    transition-delay: 600ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(8) {
    transition-delay: 700ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(9) {
    transition-delay: 800ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li:nth-child(10) {
    transition-delay: 900ms;
}

.team-section .team-block .inner-box:hover .image-box .social-links li {
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 9;
}

.team-section .team-block .inner-box .info-box {
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding: 23px 0 0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.team-section .team-block .inner-box:hover .info-box {
    border-bottom: 1px solid #e38b00;
}

.team-section .team-block .inner-box .info-box .name a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.team-section .team-block .inner-box:hover .info-box .name a {
    color: #e38b00;
}

.team-section .team-block .inner-box .designation {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
}
.contact-box {
    padding: 45px 0px;
}
.social-icon-two {
    position: relative;
    margin-top: 20px;
}

.social-icon-two li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #f4f4f4;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #3a444e;
    padding: 5px 0;
    border-radius: 3px;
    width: 35px;
    text-align: center;
}

.social-icon-two li a:hover {
    color: #e38b00;
}
.form-box {
    padding: 40px 0px 80px;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.contact-box .form-box input, .contact-box .form-box textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
    padding: 4px 10px;
    background-color: #ebebeb;
    height: 50px;
    border: 1px solid #e7e7e7;
    font-weight: 400;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-box .form-box textarea {
    height: 120px;
    resize: none;
    margin-bottom: 2px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn.btn-style-one {
    width: 100% !important;
}

.contact-box .form-box .theme-btn.btn-style-one {
    background: #ab1d2c;
    color: #fff;
}