/*!
Theme Name: fusion
Theme URI: http://underscores.me/
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: fusion
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.

fusion 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;
}
.mobile-number-for-mobile a {
    display: none;
}
.mobile-number-for-mobile img{
	display: none;
}

/**
 * 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;
}

.contact_form .form-control {
    border: 0px solid transparent;
    border-bottom: 1px solid #EBEBEB;
    color: #7D7D7D;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 5px;
    border-radius: 0;
}
.contact_form .wpcf7-not-valid-tip{
	font-size: 14px;
	line-height: 22px;
}
.contact_form .form-floating{
	margin-bottom: 50px;
}
.contact_form textarea.form-control {
    min-height: 80px;
    height: auto;
}


.breadcrumb_content {
    padding: 100px 0;
}

.breadcrumb_content .page-title {
    color: #111;
}

.breadcrumb_content span {
    color: #111;
}

section.error-404.not-found {
    padding: 140px 0;
}
footer ul {
    list-style: none;
}
input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.site {
    margin: 20px;
}
.site-header {
    position: absolute;
    top: 40px;
    z-index: 9;
    width: 100%;
}
.header_part_wrapper {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 17px;
    padding-right: 15px;
}
.header_btn_01 {
    color: #fff;
    margin-right: 6px;
}

.header_btn_01 img {
    margin-right: 12px;
}
@media (min-width: 768px){

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

}
@media (max-width: 1200px){

}
@media (max-width: 767.98px){

}
@media (max-width: 991px) and (min-width: 768px){

}



/*-----------------------Start Contact form Style---------------------------------------*/

.elementor-10 .elementor-element.elementor-element-f9907f6 > .elementor-widget-container{

    filter: drop-shadow(10px 12px 60px rgba(0, 0, 0, 0.12));
}

input{
	background: #F9F9F9!important;
	padding: 14px !important;
	border-radius: 8px !important;
	border: 1px solid rgba(221, 221, 221, 0.8667)!important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25) !important;
}

input::placeholder {
color: rgba(204, 204, 204, 0.8) !important;
	font-family: "Poppins", Sans-serif !important;
		font-size: 18px !important;
	    font-weight: 400 !important;
}

textarea::placeholder{
     color: rgba(204, 204, 204, 0.8) !important;
	  font-family: "Poppins", Sans-serif !important;
		font-size: 18px !important;
	    font-weight: 400 !important;
	    padding: 14px !important;
	   background: #F9F9F9!important;
}

textarea{
	background: #F9F9F9!important;
		border-radius: 8px !important;
		border: 1px solid rgba(221, 221, 221, 0.8667)!important;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25) !important;
	
}

label{
     color: #999999 !important;
		font-family: "Poppins", Sans-serif !important;
		font-size: 18px !important;
	    font-weight: 400 !important;
	    margin-bottom: -5px !important;
}

.uacf7-col-12 .wpcf7-form-control{
	height: 132px;
}


.uacf7-row{
	padding-bottom: 25px !important;
}

.uacf7-col-12 label{
	text-align: left;
}



.uacf7-col-12{
	text-align: center;
	padding-bottom: 20px;
}

.uacf7-col-12 .btn{
	    padding: 17px 53px 17px 53px;
	    border: none;
}

.uacf7-row:last-child{
	padding-bottom: 0 !important;
}

.uacf7-row:last-child .uacf7-col-12{
	padding-bottom: 0 !important;
}

@media only screen and (max-width: 767px){
	.uacf7-col-6{
		padding-bottom: 15px;
	}
	
	.uacf7-row{
		padding-bottom: 0 !important;
	}
	
	.wpcf7-form label{
		padding-top: 5px !important;
		padding-bottom: 18px !important;
	}
	
}





/*------------------------End Contact form Style---------------------------------------*/

/*-----------------------Start Custom Style---------------------------------------*/

body{
	overflow-x: hidden !important;
}

body .elementor-heading-title .Ppb_orgclWrap{
	color: #319D95;
}

@media only screen and (min-width: 1320px) and (max-width: 1460px){
	body h1{
		font-size: 40px !important;
		line-height: 60px !important;
	}
	
		body h5{
		font-size: 18px !important;
		
	}
	
	
}


@media only screen and (min-width: 1201px) and (max-width: 1319px){
		body h1{
		font-size: 34px !important;
			line-height: 50px !important;
	}
	
			body h5{
		font-size: 16px !important;
		
	}
	
		.elementor-button-content-wrapper .elementor-button-text{
				font-size: 16px !important;
		
	}
	}
	
	
}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
			body h1{
		font-size: 34px !important;
			line-height: 50px !important;
	}
				body h5{
		font-size: 15px !important;
		
	}
			.elementor-button-content-wrapper .elementor-button-text{
				font-size: 15px !important;
		
	}
}

@media only screen and (min-width: 881px) and (max-width: 1024px){
			body h1{
		font-size: 34px !important;
			line-height: 40px !important;
	}
	
						body h5{
		font-size: 14px !important;
		
	}
			.elementor-button-content-wrapper .elementor-button-text{
				font-size: 14px !important;
		
	}
}


@media only screen and (max-width: 880px){
					body h5{
		font-size: 12px !important;
		
	}
	
	.elementor-button-content-wrapper .elementor-button-text{
				font-size: 14px !important;
		
	}

}

/*------------------------End Custom Style---------------------------------------*/




/*-----------------------Start Header Style---------------------------------------*/
/*-
.sticky_nav{
	position: fixed;
}


.sticky_nav.darkHeader{
       top: 30px;
}

.sticky_nav.darkHeader .header_part_wrapper{
	background: rgba(0, 0, 0, 0.7);
}
*/

#masthead .show .navbar-nav li a{
	color: #000000 !important;
}

.Ppb_ftbtmWrap .e-con-inner a{
	color: #319D95 !important;
}

@media only screen and (min-width: 1320px) and (max-width: 1460px){
	.menu > .nav-item{
		padding: 5px 30px !important;
	}
	
	.menu > .nav-item > .nav-link{
		font-size: 16px !important;
	}
	.nav_meta_item .header_btn_01,
	.nav_meta_item .btn_2{
		font-size: 16px !important;
	}
	
	.nav_meta_item img{
		width: 30px !important;
	}
	
	.nav_meta_item .btn_2{
		    padding: 10px 30px 10px 30px !important;
	}
}



@media only screen and (min-width: 1201px) and (max-width: 1319px){
		.menu > .nav-item{
		padding: 5px 24px !important;
	}
	
	.menu > .nav-item > .nav-link{
		font-size: 14px !important;
	}
	.nav_meta_item .header_btn_01,
	.nav_meta_item .btn_2{
		font-size: 14px !important;
	}
	
	.nav_meta_item img{
		width: 24px !important;
	}
	
	.nav_meta_item .btn_2{
		    padding: 6px 24px 6px 24px !important;
	}
}

@media only screen and (max-width: 1200px){
	
	.menu > .nav-item > .nav-link{
		color: #000000 !important;
	}
		.nav_meta_item img{
		width: 24px !important;
	}
	.nav_meta_item .header_btn_01,
		.nav_meta_item .btn_2{
		font-size: 14px !important;
			color: #000000!important;
	}
	
	.nav_meta_item .header_btn_01 img{
		filter: brightness(0) saturate(100%) invert(51%) sepia(41%) saturate(589%) hue-rotate(126deg) brightness(95%) contrast(94%) !important;
	}
	
		.nav_meta_item .btn_2{
		    padding: 2px 20px 2px 20px !important;
	}
	.site{
		margin: 0;
	}
	
	.header_right_content{
		display: none;
	}
	
	.header_left_content a svg{
		filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(103%) contrast(103%) !important;
	}
	
	
}

@media only screen and (max-width: 600px){
	.sticky_nav.darkHeader{
       top: 0;
}
}





/*------------------------End Header Style---------------------------------------*/



/*-----------------------Start Services box Style---------------------------------------*/


.Ppb_specWrap .services_box:hover .elementor-widget-container .elementor-icon-wrapper .elementor-icon{
	background: #fff;
	filter: drop-shadow(0px 12px 60px rgba(0, 0, 0, 0.18));
}

.Ppb_specWrap .services_box:hover .elementor-widget-container .elementor-icon-wrapper .elementor-icon svg path{
	fill: #319D95;
}

.Ppb_specWrap .services_box:hover{
	background: #319D95;
}

.Ppb_specWrap .services_box:hover .elementor-widget-container .elementor-heading-title ,
.Ppb_specWrap .services_box:hover .elementor-widget-container p,
.Ppb_specWrap .services_box:hover .elementor-widget-container{
	color: #ffffff;
}

.Ppb_specWrap .services_box .elementor-widget-container p{
	  font-family: "Poppins", Sans-serif !important;
}



/*------------------------End Services box Style---------------------------------------*/


/*-----------------------Start Footer Style---------------------------------------*/

.Ppb_ftrWrap .elementor-widget-container p{
	  font-family: "Poppins", Sans-serif !important;
}


/*------------------------End Footer Style---------------------------------------*/



/*-----------------------Start Testimonial Slider Style---------------------------------------*/

.Ppb_tstWrap .testimonial_section_inner{
	background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
	
}


 .swiper-slide {
	     background: #fff;
    padding: 34px 27px;
     height: 327px !important;
	 border-radius: 16px;
    }

.slider_navigation .swiper-next{
	float: right;
}

.swiper{
	z-index: -1 !important;
}

.slider_navigation{
	margin-top: -173px;
}

.slider_navigation .swiper-prev, 
.slider_navigation .swiper-next{
	    margin: 0 -40px !important;
}

.client_info_inner h5,
.client_info_inner p{
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #000000 !important;
}

.client_info_inner p{
	margin-bottom: 15px !important;
}

.testimonial_section_inner .cre_rating_star i.full {
    color: #F89F41 !important;
}

.testimonial_section_inner .cre_rating_star{
	    margin-top: 31px !important;
}


.testimonial_section_inner .description{
	font-size: 16px !important;
	color: #666666 !important;
	 font-family: "Poppins", Sans-serif !important;
	
}

.testimonial_section_inner .client_info_inner{
	border-bottom: 1px solid #EEEEEE;
}



.Ppb_tstWrap .swiper-pagination{
	    bottom: -204px !important;
       z-index: 99999;
}

.Ppb_tstWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	    width: 19.987px;
    height: 19px;
    background: #319D95;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #319D95;
	margin-bottom: -3px;
}

.Ppb_tstWrap .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
    height: 10px;
	    background: rgba(49, 157, 149, 0.98);
}

@media only screen and (max-width: 1200px){
	.slider_navigation .swiper-prev, .slider_navigation .swiper-next{
		height: 36px !important;
    width: 36px !important;
	}
	
	.slider_navigation .swiper-prev, .slider_navigation .swiper-next {
    margin: 0 -14px !important;
}
}



/*------------------------End Testimonial Slider Style---------------------------------------*/
@media only screen and (max-width: 767px){
	.navbar_logo {
     width: 25% !important;
}
.mobile-number-for-mobile a {
    color: #fff;
    margin-top: 10px;
    display: block;
}
.mobile-number-for-mobile {
	display: flex;
	align-items: center;
}
.mobile-number-for-mobile img {
	width: 37px;
	margin-right: 8px;
	display: block;
}
	
}


