/*!
Theme Name: idara
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: idara
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.

idara 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Nunito Sans', sans-serif;
}

p {
	margin-bottom: 0;
	font-family: 'Nunito Sans', sans-serif;
}


body {
	background: #fff;
	font-family: 'Nunito Sans', sans-serif;
}



/*====================custom css=====================*/

.site-header .row {
    align-items: center;
}

.site-header {
    padding: 10px 0;
    background-image: linear-gradient(90deg, transparent, #00000047);
}
.site-header .site-branding img {
    width: 130px;
}

.site-header .main-navigation ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    position: relative;
	transition:all 0.5s;
}

.site-header .main-navigation ul li a:hover{
	color: #fe4b22;
}

.site-header .main-navigation ul li a:before {
    content: '';
    position: absolute;
    width: 0;
    background: #fe4b22;
    height: 2px;
    bottom: -6px;
    transition: all 0.5s;
}

.site-header .main-navigation ul li a:hover:before{
	width:100%;
}

.site-header .main-navigation ul li.current-menu-item a {
    color: #FE4B22;
}

.site-header .main-navigation ul li.current-menu-item a:before{
	width:100%;
}

.site-header .main-navigation ul li:not(:last-child) {
    margin: 0 30px 0 0;
}
.site-header .main-navigation ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    color: #000;
    margin: 0;
    padding: 0;
}

.site-header .site-branding img {
    width: 100px;
    height: auto;
}
/*=======Home Slider=*/
.home_slider_img img {
    width: 100% !important;
}
.home_slider_img img {
    width: 100% !important;
    height: 650px !important;
    object-fit: cover;
}

.home_slider_img {
    position: relative;
}

.home_slider_img:before {
    content: '';
    position: absolute;
    background: #232323;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.splide__arrow--next:before {
    content: '';
    background: url(/idara/wp-content/uploads/2023/10/arrow-next.png) no-repeat center !important;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    width: 50px;
    height: 50px;
    opacity: 1;
}

.splide__arrow--prev:before {
    content: '';
    background: url(/idara/wp-content/uploads/2023/10/arrow-prev.png) no-repeat center !important;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    width: 50px;
    height: 50px;
    opacity: 1;
}

.splide__arrow svg {
    display: none;
}

.splide__arrow--next {
    background: transparent;
    opacity: 1;
}

.splide__arrow--prev {
    background: transparent;
    opacity: 1;
}

.search-form-banner {
    position: absolute !important;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.formea .col-sm-3 {
    text-align: center;
}

.formea .container {
    box-shadow: 0 0 70px 0 rgba(0,0,0,.1);
    padding: 50px 30px;
    background: #fff;
    border-radius: 5px;
    width: 1180px;
}

.formea select {
    padding: 15px;
    width: 100%;
    outline: none;
    border: 2px solid #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    color: #000;
	background:transparent;
}

.formea .row {
    align-items: center;
}

.formea .location-form-btn {
    width: 160px;
    background: #fe4b22;
    border: 2px solid #fe4b22;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 13px;
    letter-spacing: 0.2px;
    transition: all 0.5s;
}

.formea .location-form-btn:hover {
    background: transparent;
    color: #fe4b22;
}


/*=================about us================  */
.main-heading-cls h2 {
    width: fit-content !important;
    position: relative;
}

.main-heading-cls h2:before {
    content: '';
    position: absolute;
    background: #fe4b22;
    width: 50px;
    height: 2px;
    bottom: -10px;
}

/*================Project=================  */

.project-item {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaeef9;
    border-radius: 5px;
    box-shadow: 0 0 40px 0 rgba(234, 238, 249, 0.5);
    overflow: hidden;
}

.project-item:hover .project-img img {
    transition: all 0.9s;
    transform: scale(1.08);
}

.project-img img {
    height: 200px !important;
    object-fit: cover;
	transition:all 0.9s;
}

.project-item-bottom {
    padding: 1.5rem 1.2rem;
}

ul.item-card2-list li i {
    color: #FE4B22 !important;
}

.project-item-bottom .project-name {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
	transition:all 0.5s;
}

.project-item:hover .project-name {
    color: #FE4B22;
}

.project-item-bottom .project-address {
    color: #000;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 2px;
}

.project-item-bottom .project-address img {
    width: 16px;
    height: 16px;
}

ul.elementor-icon-list-items {
    list-style: none;
    margin-bottom: 0;
}
.project-item-bottom .project-price span {
    font-weight: 400;
    font-size: 14px;
}

.project-item-bottom .project-price {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

ul.item-card2-list li {
    width: 50%;
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: #070510;
    font-weight: 600;
}
ul.item-card2-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.portfolio-home .col-sm-3 {
    margin-bottom: 24px;
}

.project-item .project-img {
    overflow: hidden;
}


/*==============services===============  */
.custom-bg-page-sercices {
    background-image: url(/idara/wp-content/uploads/2023/10/single-image-04.png),url(/idara/wp-content/uploads/2023/10/single-image-05.png);
    background-position: right top,bottom 270px left;
    background-repeat: no-repeat,no-repeat;
    background-size: auto,auto;
}

.home-services .service-item:hover {
    -webkit-box-shadow: 0 30px 50px 0 rgba(51,51,51,.1);
    box-shadow: 0 30px 50px 0 rgba(51,51,51,.1);
    background: #fff;
    border-radius: 5px;
}

.home-services .service-item {
    padding: 41px 37px 32px;
    height: 100%;
    transition: all 0.5s;
}

.home-services .service-img {
    max-width: 90px;
    display: block;
    margin: 0 auto 30px;
}

.home-services .service-content-box {
    text-align: center;
}

.home-services .service-content-box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.home-services .service-desc p {
    font-weight: 500;
    color: #696969;
}

.home-services .row {
    justify-content: center;
}

/*==================footer===================  */

.site-footer {
    background-image: url(/idara/wp-content/uploads/2023/10/contact-bg-1.jpg);
    position: relative;
    padding: 70px 0px 0px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.site-footer:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.85);
    z-index: -1;
}

.ftr-about img {
    width: 100px;
    margin-bottom: 10px;
}

.ftr-about p {
    font-weight: 500;
    max-width: 90%;
}

.site-footer h2 {
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0px;
    letter-spacing: 1px;
}

footer#colophon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav_menu-2 a, #nav_menu-3 a {
    cursor: pointer;
    font-size: 15px;
    color: #000;
    padding: 0;
    text-decoration: none;
    transition: all 0.5s;
    font-weight: 500;
    padding-left: 18px;
    position: relative;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

#nav_menu-2 a:before, #nav_menu-3 a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    top: 0;
}

.ftr-con ul li {
    padding-bottom: 6px;
}

.ftr-con ul li p {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ftr-con ul li a {
    display: flex;
    align-items: flex-start;
    color: #000 !important;
    font-size: 14px;
    text-decoration: none;
}

.ftr-con ul li a i {
    margin-right: 8px;
    margin-top: 4px;
    font-size: 12px;
}

.stayConnected p {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-bottom: 15px;
}

ul.social-icons {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.social-icons li:not(:last-child) {
    margin-right: 0.5rem;
}
ul.social-icons li {
    display: inline-block;
}
ul.social-icons li a {
    background: #000;
    color: #fff!important;
    border: 1px solid #ffff;
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    min-width: 1.4rem;
    margin: 0 3px;
    transition: all .35s ease;
}

ul.social-icons li a:hover {
    color: #fff !important;
    background: #FE4B22;
	border-color:#FE4B22;
}

.copyrightdiv {
    position: relative;
    z-index: 6;
}

.copyrightdiv .container {
    padding: 20px 0;
    border-top: 1px solid #62626236;
    display: flex;
    justify-content: center;
}
.copyrightdiv p {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}

.copyrightdiv p a {
    text-decoration: none;
    color: #000;
}

.main-footer {
    padding-bottom: 30px;
}

.mobile-navbar {
    display: none;
}

/*===================mobile-responsive==================  */
@media(max-width:767px){

	.site-header .col-sm-6 {
    padding: 0;
}
	
	.site-branding {
    position: relative;
}
	.mobile-navbar {
    display: block;
    width: fit-content;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.mobile-navbar i {
    font-size: 25px;
    color: #fff;
}
	
	
	
	.site-header .main-navigation {
    display: none;
}

.site-header .main-navigation ul li {
    padding-bottom: 10px;
}
.site-header .main-navigation ul {
    display: block;
    padding: 10px;
}
	
	.formea .container {
    width: 100%;
    padding: 35px;
}
	
	.formea {
    padding: 20px;
}

.formea select {
    padding: 12px 15px;
    margin-bottom: 15px;
}
	
	.home_slider_img img {
    height: 450px !important;
}
	
	.home-services .service-item {
    padding: 22px;
}
	
	.home-services .service-img {
    max-width: 50px;
    margin: 0 auto 15px;
}
	
	.site-footer {
    padding: 40px 0 0 0;
    text-align: center;
}
	
	.ftr-about p {
    max-width: 100%;
    margin-bottom: 10px;
}
	
	.site-footer h2 {
    margin: 10px 0;
}
	
	footer#colophon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
	
	#nav_menu-2 a, #nav_menu-3 a {
    padding-left: 0;
    padding-right: 20px;
}
	
	#nav_menu-2 a:before, #nav_menu-3 a:before{
		display:none;
	}
	
	#nav_menu-2 a:after,#nav_menu-3 a:after {
    content: '|';
    position: absolute;
    right: 8px;
}
	.ftr-con ul li:first-child {
    display: none;
}
	.ftr-con ul li {
    margin-right: 10px;
}
	
}
#menu-item-2740 a {
	/* max-width: 250px; */
	word-break: break-word;
	display: block;
	white-space: break-spaces;
	text-transform: capitalize;
}
