/*
Theme Name: Karyan Infratech
Theme URI: https://www.karyaninfratech.com/
Author: Karyan Infratech
Author URI: https://www.karyaninfratech.com/
Description: Karyan Infratech custom desigend theme by Karyan Infratech Team.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: preloader, flexible-header-footer, custom-theme, custom-logo, custom-menu, full-width-template, blog, blog details, sidebar
Text Domain: karyaninfratech

/* FONTS
-----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

/* COLOR
-----------------------*/
:root {
	--body: #1A1A1A;
	--title: #1A1A1A;
	--white: #FFFFFF;
	--black: #000000;
	--gray: #d3d3d3;
}

/* MAIN STYLESHEET
----------------------*/
body,html{ overflow-x: hidden; }
body{ font-size: 18px; color: var(--body); }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{ color: var(--title); }
p{ padding: 0; margin: 0 0 15px 0; }
a{ color: var(--body); cursor: pointer; outline: 0; text-decoration: none; }
a:link, a:active, a:visited{ color: var(--black); }
a:hover{ color: var(--black); text-decoration: none; }
a:focus{ outline: none; text-decoration: none; }
button:focus{ outline: unset; }
img{ max-width: 100%; }
a img{ border: 0; }
.w-100 img{ width: 100%; }
label{ cursor: pointer; }
iframe{ max-width: 100%; }
.listing ul{ list-style: none; padding: 0; }
.listing ul li{ padding-left: 20px; margin-bottom: 10px; }
.listing ul li::before{
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: var(--body);
	font-size: 14px;
	width: 20px;
	margin-left: -20px;
	display: inline-block;
}

.v-big-text{ font-size: 20px; }
.big-text{ font-size: 18px; }
.medium-text{ font-size: 16px; }
.small-text{ font-size: 14px; }

.mb-0{ margin-bottom: 0!important; }
.mbp-0 p{ margin-bottom: 0!important; }
.mb-70{ margin-bottom: 70px!important; }
.single-project .mb-0 h6{ margin-bottom: 0!important; }

/* PADDING & MARGINS 
----------------------*/
#main-content{ padding: 70px 0 35px 0; }
.theme-flush-top-space{ margin-top: -70px; }
.theme-flush-bottom-space{ margin-bottom: -35px; }
.pt70{ padding-top: 70px!important; }
.pb70{ padding-bottom: 70px!important; }
.ptb70{ padding-top: 70px!important; padding-bottom: 70px!important; }
.pt35{ padding-top: 35px!important; }
.pb35{ padding-bottom: 35px!important; }
.ptb35{ padding-top: 35px!important; padding-bottom: 35px!important; }

/* 404 PAGE
----------------------*/
body.error404 .error-page-text span{ font-size: 22px; padding: 5px 0; display: block; }

/* POST COMMON
----------------------*/
.post-meta .meta{ display: inline-block; margin: 0 10px 3px 0; }
.post-meta .meta i, .post-meta .meta img{ margin-right: 2px; }
.post-categories{ padding: 0; margin: 0; display: inline-block; list-style-type: none; }
.post-categories a, .post-meta .meta a, .entry-title a{ color: inherit; }
#commentform label{ position: relative; background-color: unset; color: var(--black); top: 0; left: 0; padding: 0; margin-bottom: 5px; }
#commentform .form-group{ margin-bottom: 1.5rem; }

/* WIDGET COMMON
----------------------*/
aside.sidebar .wp-block-search__button{ margin-left: 0; }
aside.sidebar .wp-block-search__inside-wrapper{ padding: 0; border: 1px solid #949494; }
aside.sidebar .widget.widget_search,
aside.sidebar .widget.widget_categories,
aside.sidebar .widget.widget_archive{ margin-bottom: 20px; }
aside.sidebar .widget ul{ margin: 0; padding: 0; list-style-type: none; }
aside.sidebar .widget ul li{ padding: 8px 0; border-bottom: 1px solid #949494; }

/* PAGINATION COMMON
----------------------*/
.pagination{ margin-bottom: 0; }
.pagination-wrap{ width: 100%; text-align: center; }
.page-item .page-link{ color: var(--white); background-color: var(--body); border: 1px solid var(--body); padding: 7px 15px; }
.page-item.active .page-link,
.page-item .page-link:hover{ color: var(--white); background-color: var(--black); border: 1px solid var(--black); }
.page-item .page-link:focus{ box-shadow: unset; }
.page-item:first-child .page-link{ border-radius: 0	;  }
.page-item:last-child .page-link{ border-radius: 0; }

/* FORM FIELD
----------------------*/
input[type="text"], input[type="email"],
input[type="tel"], input[type="password"],
input[type="search"], input[type="number"], .form-control{
	
}
input[type="text"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus, .form-control:focus{
	outline: 0;  
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
.form-control::-moz-placeholder{ opacity: 1; }
.form-control:-ms-input-placeholder{  }
.form-control::-webkit-input-placeholder{  }
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control{ cursor: not-allowed; background-color: transparent; opacity: 1; }
input:-internal-autofill-selected { background-color: transparent; }

/* BUTTONS 
----------------------*/
.btn{
	font-size: 18px;
	line-height: 1em!important;
	padding: 18px 25px;
	border-radius: 0;
}
.btn.btn-theme{ color: #ffffff; background-color: #172922; border: 1px solid #172922; }
.btn.btn-theme:hover{ color: #ffffff; background-color: #374C3D; border: 1px solid #374C3D; }
.btn.btn-theme img{ padding-left: 10px; }

/* HEADER
----------------------*/
.admin-bar .fixed-top{ top: 32px; }
@media screen and (max-width: 782px) {
	.admin-bar .fixed-top{ top: 46px; }
}
header{
	position: absolute;
	top: 0;
	left: 0; right: 0;
	width: 100%;
	z-index: 1;
}
.menu-popup .elementor-nav-menu .menu-item{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.menu-popup .elementor-nav-menu .menu-item.fade{ opacity: 0.3; }

.home .elementor-location-header .divider{ display: none; }

.elementor-location-header .elementor-widget-icon-box .elementor-icon,
.elementor-location-header .elementor-widget-icon-box .elementor-icon svg,
.elementor-location-header .elementor-widget-icon-box .elementor-icon svg path{
	fill: #ffffff!important;
	color: #ffffff!important;
	border-color: #ffffff!important;
}
.elementor-location-header .elementor-widget-icon-box .elementor-icon-box-title a{ color: #ffffff!important; }
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{
	border-block-start: 1px solid #ffffff!important;
}

.page-id-17 .elementor-location-header .elementor-widget-icon-box .elementor-icon,
.page-id-17 .elementor-location-header .elementor-widget-icon-box .elementor-icon svg,
.page-id-17 .elementor-location-header .elementor-widget-icon-box .elementor-icon svg path{
	fill: #1A1A1A!important;
	color: #1A1A1A!important;
	border-color: #1A1A1A!important;
}
.page-id-17 .elementor-location-header .elementor-widget-icon-box .elementor-icon-box-title a{ color: #1A1A1A!important; }
.page-id-17 .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{
	border-block-start: 1px solid #1A1A1A!important;
}

/* HOME 
----------------------*/
.projects-count{ text-align: right; }

.project-item{
	margin-bottom: 70px;
	flex-direction: row!important;
	flex-basis: auto!important;
	flex-grow: 0!important;
	flex-shrink: 1!important;
	flex: 0 1 auto!important;
}
.project-item .col-12{
	display: flex!important;
	flex-direction: column!important;
	justify-content: space-between!important;
	flex-basis: auto!important;
	flex-grow: 0!important;
	flex-shrink: 1!important;
	flex: 0 1 auto!important;
}
.project-item .content.left{ padding-right: 25px;  }
.project-item .content.right{ padding-left: 25px; }
.project-item .content h2{ margin-bottom: 15px; }
.project-item .content .desc{ margin-bottom: 15px; }
.project-item .content .button .btn img{ padding-left: 10px; }

.custom-animation .swiper-pagination-vertical.swiper-pagination-bullets,
.custom-animation .swiper-vertical > .swiper-pagination-bullets{ left: 51.50%; }
.custom-animation .swiper-pagination-bullet{ width: 7px!important; height: 7px!important; border-radius: 0!important; }
.custom-animation .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.custom-animation .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 10px 0!important; }
.custom-animation .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 7px!important; height: 36px!important; border-radius: 0!important; }

.about-faq .elementor-accordion .elementor-accordion-item{ border-bottom: 1px solid #1A1A1A!important; }

.our-presence .wcf__image-box-slider .ts-navigation .wcf-arrow{ top: -55px!important; width: 55px!important; height: 55px!important; }
.our-presence .wcf__image-box-slider .ts-navigation .wcf-arrow.wcf-arrow-prev{ left: unset!important; right: 70px!important; }
.our-presence .wcf__image-box-slider .ts-navigation .wcf-arrow.wcf-arrow-next{ left: unset!important; right: 0!important; }

.team-slider .wcf-arrow{ position: absolute!important; top: 30px!important; bottom: unset!important; width: 50px!important; height: 50px!important; }
.team-slider .wcf-arrow.wcf-arrow-prev{ left: unset!important; right: 60px!important; }
.team-slider .wcf-arrow.wcf-arrow-next{ left: unset!important; right: 0!important; }

.p-icon-box .elementor-icon-box-title{ border-top: 1px solid #000000; padding-top: 10px; }

.title-line{ position: relative; }
.title-line:before{
	content: "";
	position: absolute;
	top: 21px; bottom: 0;
	left: 0; right: 0;
	width: 96%; height: 100%;
	border-top: 1px solid #000000;
}
.title-line h3{ position: relative; background-color: #ffffff; display: inline-block; padding-right: 15px; }

.hbi-slider figure{ position: relative; text-align: left; }
.hbi-slider figure:before{
	content: "";
	position: absolute;
	top: 94.5%;
	left: 0; right: 0;
	width: 100%; height: 100%;
	border-top: 1px solid #000000;
}
.hbi-slider figure figcaption{
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	padding-right: 15px;
	overflow: hidden;
	z-index: 1;
}
.info-slider .wcf__slider-wrapper .wcf-arrow{ top: 35px; transform: unset; }
.info-slider .wcf__slider-wrapper .wcf-arrow-next{ right: 0; }
.info-slider .wcf__slider-wrapper .wcf-arrow-prev{ left: unset; right: 45px; }

/* CAREERS POPUP
----------------------*/
.career-popup-content #job-location{ color: #9B978E; }
.elementor-dragandrophandler{ color: #1A1A1A!important; border: 2px dashed #000000!important; }
.elementor-text-drop{
	font-size: 30px!important;
	color: #1A1A1A!important;
}
.elementor-text-or{
	font-size: 20px!important;
	color: #1A1A1A!important;
	padding: 5px 0;
}
.elementor-text-browser a{
	font-size: 14px!important;
	padding: 12px 20px!important;
	border-radius: 0!important;
	color: #ffffff!important;
	background-color: #172922!important;
	border: 1px solid #172922!important;
	line-height: 1em!important;
}

/* FOOTER
----------------------*/
.newsletter-form .elementor-form-fields-wrapper{ align-items: center; }
.ip-0 .elementor-field-textual{ min-height: 50px; padding: 10px 0; }

/* WHATS APP
----------------------*/
#qlwapp .qlwapp-toggle{ margin-top: 15px!important; margin-bottom: 50px!important; margin-left: 0!important; }
#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle{ border-radius: 0!important; padding: 10px!important; width: auto!important; height: auto!important; }
#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon{ font-size: 30px!important; margin: 0!important; }

/* HOVER
----------------------*/
a, a:hover, .btn, input[type=submit]{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

/* RESPONSIVE
----------------------*/
@media only screen and ( max-width: 1899px ) {
	.banner-intro .intro-image{ height: 95vh; }
}
@media only screen and ( max-width: 1799px ) {
	.banner-intro .intro-image{ height: 90vh; }
}
@media only screen and ( max-width: 1699px ) {
	.banner-intro .intro-image{ height: 85vh; }
}
@media only screen and ( max-width: 1599px ) {
	.banner-intro .intro-image{ height: 80vh; }
}
@media only screen and ( max-width: 1499px ) {
	.banner-intro .intro-image{ height: 75vh; }
}
@media only screen and ( max-width: 1399px ) {
	#main-content{ padding: 60px 0 30px 0; }
	.theme-flush-top-space{ margin-top: -60px; }
	.theme-flush-bottom-space{ margin-bottom: -30px; }
	.pt70{ padding-top: 60px!important; }
	.pb70{ padding-bottom: 60px!important; }
	.ptb70{ padding-top: 60px!important; padding-bottom: 60px!important; }
	.pt35{ padding-top: 30px!important; }
	.pb35{ padding-bottom: 30px!important; }
	.ptb35{ padding-top: 30px!important; padding-bottom: 30px!important; }
	.mb-70{ margin-bottom: 60px!important; }

	.banner-intro h2{ font-size: 150px!important; }
	.banner-intro .intro-image{ height: 70vh; }
}
@media only screen and ( max-width: 1199px ) {
	#main-content{ padding: 50px 0 25px 0; }
	.theme-flush-top-space{ margin-top: -50px; }
	.theme-flush-bottom-space{ margin-bottom: -25px; }
	.pt70{ padding-top: 50px!important; }
	.pb70{ padding-bottom: 50px!important; }
	.ptb70{ padding-top: 50px!important; padding-bottom: 50px!important; }
	.pt35{ padding-top: 25px!important; }
	.pb35{ padding-bottom: 25px!important; }
	.ptb35{ padding-top: 25px!important; padding-bottom: 25px!important; }
	.mb-70{ margin-bottom: 50px!important; }

	.banner-intro h2{ font-size: 120px!important; }
	.banner-intro .intro-image{ height: 65vh; }
}
@media only screen and ( max-width: 991px ) {
	#main-content{ padding: 40px 0 20px 0; }
	.theme-flush-top-space{ margin-top: -40px; }
	.theme-flush-bottom-space{ margin-bottom: -20px; }
	.pt70{ padding-top: 40px!important; }
	.pb70{ padding-bottom: 40px!important; }
	.ptb70{ padding-top: 40px!important; padding-bottom: 40px!important; }
	.pt35{ padding-top: 20px!important; }
	.pb35{ padding-bottom: 20px!important; }
	.ptb35{ padding-top: 20px!important; padding-bottom: 20px!important; }
	.mb-70{ margin-bottom: 40px!important; }

	.banner-intro h2{ font-size: 90px!important; }
	.banner-intro .intro-image{ height: 40vh; }

	.our-presence .wcf__image-box-slider .ts-navigation .wcf-arrow{ top: -50px!important; width: 50px!important; height: 50px!important; }
	.our-presence .wcf__image-box-slider .ts-navigation .wcf-arrow.wcf-arrow-prev{ right: 60px!important; }

	.our-team .wcf-arrow{ top: 20px!important; }
	.our-team .wcf--image-box.style-1 .title{ margin-bottom: 40px!important; }

	.project-item{ margin-bottom: 50px; }
	.project-item .content.left{ padding-right: 10px; }
	.project-item .content.right{ padding-left: 10px; }
	.project-item .pimage{ margin-bottom: 20px; }
	
	.info-slider .wcf__slider-wrapper .wcf-arrow{ top: 25px; }
}
@media screen and (min-width: 768px) {
	.banner-logo{
		position: absolute;
		top: -80;
		width: 100%; height: 100vh;
		padding: 0; margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.banner-logo .logo{ width: 350px; margin: 0 auto; display: block; text-align: center; }
	.banner-logo-spacer{ width: 100%; height: 100vh; padding: 0; margin: 0; }
	.banner-intro-spacer{ width: 100%; height: 100vh; margin: 0; padding: 0; }
	.banner-intro{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%; height: 100vh;
		padding: 0; margin: 0;
		overflow: hidden;
	}
	.banner-intro h2{
		font-family: "Archivo", Sans-serif!important;
		font-size: 160px!important;
		text-transform: uppercase!important;
		line-height: 1!important;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.banner-intro h3{ font-family: "Archivo", Sans-serif!important; font-size: 34px!important; text-transform: uppercase!important; }
	.banner-intro h2.intro-left{ position: relative; z-index: 1; }
	.banner-intro h3.intro-left{ position: relative; z-index: 0; }
	.banner-intro h2.intro-right{ position: relative; z-index: 0; }
	.banner-intro .intro-image{
		position: absolute;
		right: 0;
		width: 100%; height: 100vh;
		background: url(images/Building-Possibilities.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top right;
		transform-origin: center right;
		object-fit: cover;
		z-index: 11;
	}
}
@media only screen and ( max-width: 767px ) {
	#main-content{ padding: 30px 0 15px 0; }
	.theme-flush-top-space{ margin-top: -30px; }
	.theme-flush-bottom-space{ margin-bottom: -15px; }
	.pt70{ padding-top: 30px!important; }
	.pb70{ padding-bottom: 30px!important; }
	.ptb70{ padding-top: 30px!important; padding-bottom: 30px!important; }
	.pt35{ padding-top: 15px!important; }
	.pb35{ padding-bottom: 15px!important; }
	.ptb35{ padding-top: 15px!important; padding-bottom: 15px!important; }
	.mb-70{ margin-bottom: 30px!important; }

	.project-item .content h3{ margin-top: 20px; }

	.custom-animation .swiper-pagination-vertical.swiper-pagination-bullets,
	.custom-animation .swiper-vertical > .swiper-pagination-bullets{ position: relative; left: 0; right: 0; top: unset; transform: unset; bottom: 0; }
	.custom-animation .swiper-pagination-bullet{ display: inline-block!important; }
	.custom-animation .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
	.custom-animation .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 5px!important; }
	.custom-animation .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 35px!important; height: 7px!important; border-radius: 0!important; }

	.our-team .wcf-arrow{ top: unset!important; bottom: -40px!important; }
	.our-team .wcf--image-box.style-1 .title{ margin-bottom: 30px!important; }
	.our-team .wcf-arrow.wcf-arrow-next{ right: 20px !important; }
	.our-team .wcf-arrow.wcf-arrow-prev{ right: 85px !important; }

	.team-slider .wcf-arrow{ top: -30px !important; }
}
@media only screen and ( max-width: 575px ) {
	.menu-btn .elementor-icon-box-title a{ display: none; }
	.menu-close .elementor-icon-box-title a{ display: none; }
	.menu-btn .elementor-icon-box-icon{ margin-top: 6px; margin-right: 0!important; }
	.menu-close .elementor-icon-box-icon{ margin-top: 2px; margin-right: 0!important; }

	.our-presence .wcf__image-box-slider .ts-navigation .wcf-arrow{ top: -45px!important; width: 45px!important; height: 45px!important; }
	.our-presence .wcf__image-box-slider .ts-navigation .wcf-arrow.wcf-arrow-prev{ right: 55px!important; }

	.hbi-slider figure:before{ top: 96.5%; }
	.hbi-slider figure figcaption{ display: table; padding-left: 15px;	padding-right: 15px; margin: 0 auto; }
}
@media only screen and ( max-width: 480px ) {
	.our-presence .wcf__image-box-slider .ts-navigation .wcf-arrow{ top: -43px!important; width: 35px!important; height: 35px!important; }
	.our-presence .wcf__image-box-slider .ts-navigation .wcf-arrow.wcf-arrow-prev{ right: 40px!important; }
	.hbi-slider figure:before{ top: 95.5%; }
}
@media only screen and ( max-width: 374px ) {
	.hbi-slider figure:before{ top: 94.5%; }
}