/*!
Theme Name: Conbix
Theme URI: https://themeori.com/landing-page/conbix/
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori
Description: Conbix - Business Consulting WordPress Theme
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conbix
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 with others.
*/

.banner__two-content .subtitle {
	
	    font-size: 200px;
	
}
.header__two-topbar-left a {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}
.header__area-menubar-center-menu.two ul li a {
    padding: 31px 15px;
}
.header__area-menubar-left-logo a img {
    max-width: 205px;
    position: relative;
    z-index: 9999;
}
.about__three-title p {
    max-width: 520px;
    margin-bottom: 38px;
    text-align: justify;
}
.about__three-right-content {
    position: absolute;
    right: 0;
    bottom: 35px;
    background: #282365;
    display: inline-block;
    padding: 40px;
    padding-bottom: 60px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
}
.about__three-right-content-counter {
    background: #c3b59a;
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.about__three-right-content-counter::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    border: 1px dashed #c3b59a;
    border-radius: 50%;
    display: block;
    top: 18px;
    left: 10px;
    z-index: -1;
    animation: rotation 10s infinite linear;
}

.btn-seven {
    background: #c3b59a;
}

.footer__two-widget-location-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.services__three-item-content-icon {
    background: #c3b59a;
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 6px;
    border: 4px solid var(--border-white);
    position: absolute;
    top: -30px;
    right: 0;
    padding: 10px 0;
}

.about__solution-left h2 {
    color: var(--text-white);
    font-size: 24px;
    line-height: 32px;
    font-family: 'Poppins';
}
.company__history-area-item-right-content-date h5 {font-size:18px;}
.contact__page-info-item {
    display: flex;
    margin-bottom: 20px;
}

@media (max-width: 767px)
.banner__two-content .subtitle {
    font-size: 63px !important;
}