/*!
Theme Name: kyleclark
Theme URI: https://github.com/Palashchandra
Author: 
Author URI: 
Description: something
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: kyleclark
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.

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


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


/**
 * Remove the margin in all browsers.
 */


/**
 * Render the `main` element consistently in IE.
 */


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a:focus {
    outline: none !important;
}
.contact_form .form-control:focus {
    color: #3B8C66;
    border-color: #3B8C66;
	box-shadow: none;
}
.contact_form .form-control:focus::placeholder{
	 color: #3B8C66;
}
/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	margin-bottom: 15px;
}

p {
	margin-bottom: 0;
}
.form_wrapper .form_control {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
    width: 100%;
    display: block;
    border: 0px solid transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: rgb(160 154 170);
    padding: 18px 20px;
    margin-bottom: 18px;
}

.form_wrapper textarea.form_control {
    height: 131px;
}

.form_wrapper [type="submit"] {
    display: block;
    width: 100%;
}

.cre_breadcrumbs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cre_breadcrumbs li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
	color: rgba(0, 0, 0, 0.50);
	text-transform: uppercase;
}

.cre_breadcrumbs .cre_breadcrumbs-separator {
    margin: 0 7px 0 5px;
}

.cre_breadcrumbs .cre_breadcrumbs-crumb.cre_breadcrumbs-crumb-link.cre_breadcrumbs-crumb-home {
    color: rgba(0, 0, 0, 0.50);
}

.cre_breadcrumbs .cre_breadcrumbs-item.cre_breadcrumbs-item-current span {
    color: #D9AE5C;
}

.site-header .menu > .nav-item:hover .nav-link {
    color: #D9AE5C;
}
span.cre_separator-icon.cre_icon svg {
    width: 10px;
}
.step_section_inner {
    background: #FFFFFF;
    border: 1.5px solid #E7E7E7;
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    border-bottom: 8px solid #E7E7E7;
}
.step_section_inner .step_count {
    background-color: #D1F6E7;
    border-radius: 50px;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 25px;
}

.step_section_inner .step_icon {
    margin-bottom: 20px;
}

.step_section_inner  .title {
    margin-bottom: 16px;
}

.step_section_inner .description p {
    font-size: 14px;
    line-height: 22px;
}
.team_section_inner  .team_content {
    padding: 20px;
}

.team_section_inner .social_icon a {
    color: #000;
    margin-left: 7px;
}

.team_section_inner .social_icon a i {
    font-size: 16px;
}

.team_section_inner .team_content .desc {
    font-size: 14px;
}

.team_section_inner .team_content .title {
    font-size: 20px;
    line-height: 26px;
}
.cre_accordion .accordion-item {
	border-radius: 10px !important;
    border: 2px solid #E7E7E7 !important;
    margin-bottom: 30px;
    padding: 24px;
}
.cre_accordion .accordion-item.accordion-item-active {
	border-bottom: 6px solid #E7E7E7 !important;
	border-radius: 10px !important;
}

.cre_accordion .accordion-item .accordion-button {
	padding: 0 30px 0 0;
    line-height: 32px;
    font-size: 24px;
}

.cre_accordion .accordion-item .accordion-body {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.cre_accordion .accordion-button::after {
    position: absolute;
    content: "\f078";
    right: 0;
    width: 18px;
    height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    font-size: 16px;
}

.cre_accordion .accordion-button {
    position: relative;
    z-index: 1;
}
.contact_from .form_field input {
    padding: 19px 24px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #A1AAA8;
}

.contact_from .form_field label {
    color: #174237;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact_from .form_field br {
    display: none;
}

.contact_from .form_field .cu_btn.base_btn svg {
    margin-left: 8px;
}

.contact_from .form_field .cu_btn.base_btn {
    border: 1px solid #174237;
    color: #fff;
    background-color: #174237;
    padding: 22px 33px 22px 33px;
    border-radius: 10px;
}
.contact_from .form_field .cu_btn.base_btn:hover {
    border: 1px solid #111;
    background-color: #111;
}
.contact_from .form_field {
    margin-bottom: 20px;
}
.menu > .nav-item:hover > .nav-link {
    color: #302B30 !important;
}
.site-header {
    box-shadow: 0px 20px 60px rgba(23, 66, 55, 0.1);
}
.btn:hover, .btn:focus, button:hover, button:focus {
    border: 0px solid transparent;
    box-shadow: none;
}
.blog_breadcrumbs_area_two.parallaxie {
    padding: 120px 0;
    background: #174237 !important;!i;!;
}

section.error-404.not-found.text-center {
    padding: 100px 0;
}
@media (max-width: 1441px) and (min-width: 1200px){
	.container{
		max-width: 1200px !important;
	}
}
@media (min-width: 768px){

}

@media (min-width: 1024px){
	
}

@media (max-width: 1200px){
	br{
		display: none;
	}
}

@media (max-width: 767.98px){
	.banner_part {
		min-height: 100vh;
	}
	.poppup_section_wrapper .poppup_button {
		padding: 15px;
	}
	.w-full-mobile .elementor-button {
		width: 100%;
		text-align: center;
	}
	.step_section_inner .step_icon svg {
		max-width: 80px;
	}

	.step_section_inner .step_icon {
		margin-bottom: 10px;
	}

	.step_section_inner {
		padding: 30px;
	}
	.poppup_section_wrapper img.img-fluid.rounded-4 {
		height: 228px;
		object-fit: cover;
	}
	.team_section_inner.bg-white {
		margin-bottom: 20px;
	}
	.team_section_inner img {
		width: 100%;
	}
	.cre_accordion .accordion-item .accordion-button {
		padding: 0 30px 0 0;
		line-height: 28px;
		font-size: 18px;
	}
	.cre_accordion .accordion-item {
		margin-bottom: 20px;
		padding: 15px;
	}
}

@media (max-width: 991px) and (min-width: 768px){
	.poppup_section_wrapper .poppup_button {
		padding: 15px;
	}
	.poppup_section_wrapper .poppup_button .button_text {
		font-size: 18px;
		line-height: 28px;
	}
}


