/*
Theme Name: COCHI
Theme URI: https://example.com/cochi
Author: Your Name
Author URI: https://example.com
Description: A modern, elegant WordPress theme for creative portfolios and businesses. Features a minimalist design with full customization options.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cochi
Tags: portfolio, business, one-column, two-columns, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&family=Shippori+Mincho&display=swap');
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
body {
	font-family: "Shippori Mincho", serif;
	background-color: #b6b7b4;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.86;
	color: #000;
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a, .button, button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}
button {
	cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
	color: #015788;
	text-decoration: none;
}
a, button {
	color: #015788;
	outline: medium none;
}
input:focus, textarea:focus, :focus {
	outline: 0
}
button:focus {
	outline: 0 none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Shippori Mincho", serif;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
	font-family: "Shippori Mincho", serif;
}
h2 {
	font-size: 35px;
	font-family: "Shippori Mincho", serif;
}
h3 {
	font-size: 28px;
	font-family: "Shippori Mincho", serif;
}
h4 {
	font-size: 22px;
	font-family: "Shippori Mincho", serif;
}
h5 {
	font-size: 18px;
	font-family: "Shippori Mincho", serif;
}
h6 {
	font-size: 16px;
	font-family: "Shippori Mincho", serif;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-family: "Shippori Mincho", serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.86;
	color: #000;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.btn {
	-moz-user-select: none;
	background: #2f3440 none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
	padding: 20px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	border: 0;
}
.btn:hover {
	color: #fbba42
}
.btn:hover:before {
	width: 100%;
	color: #444
}
.btn.brand-btn {
	background: #fbba42;
	color: #222
}
.btn.brand-btn:hover {
	background: #2f3440;
	color: #fbba42
}
.btn.btn-2 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fbba42;
	line-height: 1;
	padding: 17px 35px;
}
.btn.btn-2:hover {
	border-color: #2f3440
}
.btn i {
	margin-right: 10px;
}
/* scrollUp */
#scrollUp {
	background: #015788;
	height: 35px;
	width: 35px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	/*border-radius: 50%;*/
	font-size: 0;
	line-height: 34px;
}
#scrollUp::before {
	font-size: 16px;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
}
#scrollUp:hover {
	background: #444;
}
/* 

  2. header 

*/
.scroll-header {
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #f8f8f8 none repeat scroll 0 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.header-menu {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 999;
}
.scroll-header .hamburger-menu {
	color: #000;
	border-color: #000;
}
.logo {}
.logo {
	padding: 9px 13px;
/* 	background-color: #fff; */
	display: inline-block;
}
.main-menu .navbar {
	padding-left: 0;
	padding-right: 11px;
}
.logo img {
	max-height: 30px;
}
.head-top-right {
	float: right;
}
.contact-content {
	position: relative;
	top: -20px;
	padding-left: 100px;
}
.main-menu-area {}
.sidebar {
	position: fixed;
	top: 0;
	right: -100%;
	width: 450px;
	height: 100vh;
	background: #fff;
	text-align: left;
	font-size: 20px;
	transition: right 0.5s ease-in-out;
	z-index: 99999;
	padding-top: 80px;
	box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
.sidebar.open {
	right: 0;
}
.sidebar ul {
	list-style: none;
	padding: 0 60px;
}
.sidebar li {
	margin-bottom: 20px;
}
.sidebar li:hover, .sidebar li.active {
	background: transparent;
}
.sidebar li a {
	font-family: "Shippori Mincho", serif;
	color: #000;
	text-decoration: none;
	padding: 15px 0;
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 400;
	transition: all 0.3s ease;
}
.sidebar li a:hover {
	color: #015788;
	padding-left: 10px;
}
.close-menu {
	position: absolute;
	top: 30px;
	right: 50px;
	font-size: 40px;
	color: #000;
	cursor: pointer;
	line-height: 1;
	font-weight: 300;
	transition: all 0.3s ease;
	z-index: 10;
}
.close-menu:hover {
	color: #015788;
	transform: rotate(90deg);
}
.hamburger-menu {
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	text-align: right;
	color: #fff;
}
/* 


3. slider 


*/
.banner-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.banner-area {
	position: relative;
}
.banner-content h1 {
	margin-bottom: 0;
	font-size: 63px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
}
.banner-content p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #fff;
}
/*


 4. about-area 


*/
.about-me-area {
	position: relative;
	z-index: 1;
}
.title-sec h4 {
	font-size: 27px;
}
.view-more {
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	font-weight: 500;
	color: #000915;
	display: block;
	max-width: 195px;
	border-bottom: 1px solid #000;
	padding-bottom: 8.5px;
	line-height: 20px;
}
.view-more .arrow {
	float: right;
}
.view-more .arrow img {
	max-width: 4.7px;
}
.title-sec h4 span {
	font-size: 12px;
	font-weight: 500;
	color: #717171;
	padding-left: 15px;
}
.product-img-one {}
.product-img-two {}
.bg-one {}
.bg-one {
	background: url("img/bg-1.png") no-repeat left -50px top -20px;
	background-size: 51%;
	position: relative;
	z-index: 9;
}
.about-section-two .about-left-content {
	max-width: 438px;
	float: right;
}
.about-section-two {
	margin-bottom: 43px;
}
.bg-two {
	background: url("img/bg-2.png") no-repeat right -50% top 65px;
	background-size: 60%;
	position: relative;
	z-index: 99;
}
/* 


5. my resume



*/
.my-resume-content {
	display: block !important;
}
.my-resume-content h2, .my-resume-content h3 {
	font-family: "Shippori Mincho", serif;
	font-size: 17px;
	font-weight: normal !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.06;
	letter-spacing: normal;
	margin: 0 5px;
	color: #fff;
	writing-mode: vertical-lr;
	display: inline-block;
	vertical-align: top;
}
.my-resume-content h2 {     /* padding-top: 58px; */
}
.my-resume-content h3 {
	padding-top: 58px;
}
.my-resume-area {
	background: url("img/bg-3.png") no-repeat center top;
	background-size: cover;
	padding: 270px 0;
	position: relative;
}
.my-resume-area::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}
.process-img-two {}
.process-text {
	max-width: 438px;
}
.working-right-three {
	padding-bottom: 98px !important;
}
.news-list {
	max-width: 513.5px;
}
.news-list ul {
	padding-bottom: 57px;
}
.news-box {
	padding-bottom: 129px;
}
.news-box ul li {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.86;
	color: #000915;
	border-bottom: 1px solid #abafb4;
	padding: 12.5px 0 9.5px;
	position: relative;
}
.news-box ul li::after {
	content: "";
	background: url("img/arrow.png") no-repeat right top;
	position: absolute;
	width: 4.7px;
	height: 9.4px;
	background-size: contain;
	display: block;
	right: 0;
	top: 17.5px;
}
.working-left {
	position: relative;
}
.news-box ul li span {
	padding-left: 19px;
}
.working-left::after {
	position: absolute;
	content: "";
	background: url("img/l.png") no-repeat center top;
	right: 80px;
	bottom: 0;
	display: block;
	width: 44.6px;
	height: 576.3px;
}
.contact-wrapper h5 {
	font-size: 17px;
}
.working-right-one {
	max-width: 267px;
	float: right;
	padding-bottom: 300px;
	clear: both;
}
.working-services-box {
	position: absolute;
	right: auto !important;
	left: 10% !important;
	display: block;
}
.working-process-section {
	padding-bottom: 0;
}
.working-right-two {
	position: relative;
	clear: both;
}
.contact-content h6 {
	font-size: 15px;
}
.contact-content p {
	margin-bottom: 0;
	font-size: 13px;
}
.contact-area {
	background: url("img/contact-bg.png") no-repeat center right;
	background-size: cover;
	padding-top: 210px;
	padding-bottom: 80px;
}
/*
 

      10.footer


 */
footer {
	background-color: #b6b7b4;
	padding: 43px 46px;
}
.footer-one .view-more {
	max-width: 117.5px;
}
.footer-menu li {
	display: inline-block;
	padding-right: 27px;
}
.footer-menu li:last-child {
	padding-right: 0;
}
.footer-menu li a {
	font-family: "Shippori Mincho", serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000915;
}
.footer-two p {
	font-family: "Shippori Mincho", serif;
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #83867d;
	padding-top: 12px;
}
.fact-box-content h3 {
	font-size: 34px;
	color: #fff;
	margin-bottom: 13px;
}
.fact-box-content h4 {
	font-family: "Shippori Mincho", serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44;
	margin-bottom: 38px;
	color: #fff;
}
.top_position .fact-box-content {
	position: absolute;
	top: 80px;
	right: 52px;
}
.fact-box-content p {
	font-size: 14px;
	line-height: 1.86;
	color: #fff;
}
.fact-section {
	position: relative;
}
.product-text {
	padding-top: 97.5px;
}
.product-text p {
	margin-bottom: 0;
	line-height: 35px;
}
.bottom_position .fact-box-content {
	position: absolute;
	bottom: 87px;
	left: 93px;
}
.feature-img-one {
	max-width: 461px;
	padding-bottom: 36px;
}
.feature-left-text p {
	margin-bottom: 0;
	line-height: 35px;
}
.feature-img-three {}
.feature-right {}
.feature-section {
	padding-bottom: 96px;
}
.skill-img-two {
	max-width: 421px;
}
.feature-img-three {
	max-width: 563px;
}
.feature-img-two {
	float: right;
	padding-left: 136px;
}
.skill-img-three {
	max-width: 374px;
	margin: 0 auto;
}
.skill-text p {
	line-height: 35px;
}
.event-banner {
	min-height: 283px;
	position: relative;
}
.event-banner .banner-content h1 {
	font-size: 34px;
}
.event-banner .banner-content {
	padding-bottom: 27px;
}
.event-content ul li span {
	font-size: 14px;
	color: #000915;
}
.event-content ul li p {
	margin-bottom: 0;
	font-size: 14px;
	word-wrap: break-word;
	line-height: 1.86;
	color: #000915;
}
.event-content ul li {
	border-bottom: 1px solid #a7948d;
	padding-bottom: 43px;
	margin-bottom: 28px;
}
.event-content ul li:last-child {
	padding-bottom: 20px;
	margin-bottom: 0;
	border: none;
}
.banner-content-left p {
	margin-bottom: 45px;
	font-size: 14px;
	line-height: 1.86;
	color: #fff;
}
.banner-content-right h1 {
	margin-bottom: 0;
	font-size: 63px;
	color: #fff;
}
.banner-content-right p {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.44;
	color: #fff;
}
.banner-content-right {
	float: right;
}
#about-banner .banner-container {
	padding: 0 63px 0 75px;
}
.about-section-one-wrapper {
	height: 454px;
	overflow: hidden;
}
.about-section-one-wrapper img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 0px;
	height: 100%;
	max-width: 100%;
}
.about-section-two-wrapper .about-text {
	padding-left: 75px;
}
.about-section-two-wrapper .about-text h4 {
	font-family: "Shippori Mincho", serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 32.5px;
}
.about-img-1 p {
	padding-top: 14.3px;
}
.about-section-two-wrapper .about-text {
	padding-left: 75px;
	padding-bottom: 78.3px;
}
.about-section-four-wrapper .about-text h4 {
	font-family: "Shippori Mincho", serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 29.5px;
}
.about-section-four-wrapper .about-text {
	padding-left: 53px;
	margin-right: 15%;
}
.main-menu-area .row {
	align-items: center;
}
.event-banner .banner-sec img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 0px;
	height: 100%;
	max-width: 100%;
}
.event-banner .banner-content {
	padding-left: 75px;
	padding-right: 30px;
}
.my-resume-content {
	display: block;
}
.my-resume-wrapper {
	position: relative;
	padding: 270px 0;
	background-size: cover !important;
}
.my-resume-wrapper .elementor-widget__width-initial.elementor-widget.elementor-widget-heading {
	width: auto !important;
	height: auto;
	display: inline-block;
	/* float: left; */
}
/* Responsive Menu Styles */
@media (max-width: 767px) {
	.sidebar {
		width: 85vw;
		max-width: 350px;
		padding-top: 60px;
	}
	.sidebar ul {
		padding: 0 30px;
	}
	.sidebar li a {
		font-size: 16px;
		letter-spacing: 1.5px;
		padding: 12px 0;
	}
	.close-menu {
		top: 20px;
		right: 30px;
		font-size: 35px;
	}
	.sidebar li {
		margin-bottom: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sidebar {
		width: 380px;
	}
}
/* Prevent body scroll when menu is open */
body.menu-open {
	overflow: hidden;
}
/* Overlay for menu */
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.menu-overlay.active {
	opacity: 1;
	visibility: visible;
}
.banner-area .swiper-pagination-bullets {
	display: none;
}
.banner-area .elementor-image-carousel-wrapper.swiper.swiper-fade.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-watch-progress {
	padding-bottom: 0;
}
.about-me-area {
	padding-top: 0;
}
.about-me-area {
	background-position: left top -25px;
}
.about-me-area {
	align-items: end;
}
.banner-button p {
	margin-bottom: 0;
}
.about-section-two .about-left p {
	margin-bottom: 0;
}
.about-section-two {
	padding-bottom: 0;
}
.about-section-two .about-left .elementor-widget.elementor-widget-text-editor {
	--container-widget-width: 60%;
	padding-right: 15px;
}
.working-left {
	align-items: center;
}
.working-left .c-text p {
	margin-bottom: 0;
}
.working-left .c-text p .C {
	margin: 0;
	padding: 0;
	line-height: 920px;
}
.contact-area {
	background-position: center top !important;
}
.c-text-container img {
	max-width: 504px;
}
.process-img-one {
	position: relative;
}
.c-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	display: flex;
	align-items: center;
}
.slider_banner.about-banner {
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.slider_banner.about-banner .left-col h2 {
	display: none;
}
.slider_banner.about-banner .right-col h2 {
	margin-bottom: 0;
	font-size: 63px;
	color: #fff;
}
.right-col-container {
	float: right;
}
.about-sec-two .about-text {
	padding-top: 0;
	padding-bottom: 0;
}
.about-sec-two {
	align-items: end;
}
.about-sec-two .about-img-1 {
	min-height: 478px;
}
.about-img-title {
	display: block;
}
.about-img-title .e-con-inner .elementor-widget.elementor-widget-heading {
	text-align: left !important;
}
.about-img-title .e-con-inner {
	width: 100%;
	max-width: 42.5%;
	float: right;
	display: block;
}
.product-text-box {
	display: block;
}
.product-text-box .e-con-full.e-flex.e-con.e-child {
	max-width: 295px;
	margin: 0 auto;
	display: block;
}
.working-left {
	position: relative;
}
.work-left-img-c {
	max-width: 504px !important;
	position: absolute;
	left: -20px;
	top: 7%;
}
.work-left-img-c img {
	max-width: 100%;
}
.banner-area .swiper-slide-image {
	width: 100%;
	height: auto;
}
.working-left .work-left-img {
	display: block;
	width: 100%;
}
.work-left-img-c {
	max-width: 60% !important;
	position: absolute;
	left: -20px;
	top: 7%;
}
.working-left .work-left-img img {
	display: block;
	width: 100% !important;
}
.about-five {
	padding: 100px 0 0;
}
.process-text-container {
	padding-top: 30px;
}
.about-banner .bg-layer::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.elementor-element .swiper .elementor-swiper-button {
	display:none !important;
}

