/*
Theme Name: Balsathi
Theme URI: https://balsathi.com/
Author: Jiniguru Softech (india) Private Limited
Author URI: 
Description: Balsathi custom desigend theme by Jiniguru Softech 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: flexible-header, custom-logo, custom-menu, blog, full-width-template, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: balsathi

/* FONTS
----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100;0,8..144,200;0,8..144,300;0,8..144,400;0,8..144,500;0,8..144,600;0,8..144,700;0,8..144,800;0,8..144,900;1,8..144,100;1,8..144,200;1,8..144,300;1,8..144,400;1,8..144,500;1,8..144,600;1,8..144,700;1,8..144,800;1,8..144,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* WORDPRESS DEFAULTS
----------------------*/
.alignleft, img.alignleft{ margin-right: 1em; display: inline; float: left; }
.alignright, img.alignright{ margin-left: 1em; display: inline; float: right; }
.aligncenter, img.aligncenter{ margin-right: auto; margin-left: auto; display: block; clear: both; }
.alignnone, img.alignnone{	/* not sure about this one */ }
.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; max-width: 100%; }
.wp-caption img { border: 0 none; padding: 0; margin: 0; }
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; }
.wp-smiley { margin: 0 !important; max-height: 1em; }
blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eeeeee; }
blockquote p { font-style: italic; font-size: 1.063rem; }
blockquote small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; }
.gallery{ position:relative; }
.gallery .gallery-item{display: inline-block;text-align: center;vertical-align: top;width: 25%;margin: 0 0 0.7em;}
.gallery.gallery-columns-1 .gallery-item{ width: 100%; }
.gallery.gallery-columns-2 .gallery-item{ width: 50%; }
.gallery.gallery-columns-3 .gallery-item{ width: 33.33%; }
.gallery.gallery-columns-5 .gallery-item{ width: 20%; }
.gallery.gallery-columns-6 .gallery-item{ width: 16.667%; }
.gallery.gallery-columns-7 .gallery-item{ width: 14.285%; }
.gallery.gallery-columns-8 .gallery-item{ width: 12.5%; }
.gallery.gallery-columns-9 .gallery-item{ width: 11.11%; }
.gallery img {
	-webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,0.2);
	box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,0.2);
	border-radius: 6px; max-width: 84%; height: auto;
}
.gallery img:hover{background-color: var(--white);}
.gallery .gallery-caption { color: #999; font-size: 12px; margin: 7px 0 10px; line-height: 1.48; }
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br{ display: none; }
.bypostauthor{ text-transform: none; }
.bypostauthor .media-heading{ color: #d12a5c; }

/* COLOR
-----------------------*/
:root {
	--blue: #00acf0;
	--yellow: #E9C60B;
	--body: #444444;
	--black: #000000;
	--white: #ffffff;
	--gray: #d3d3d3;
}

/* MAIN STYLESHEET
----------------------*/
body,html{ overflow-x: hidden; }
body{
	font-family: 'Roboto Serif', serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--body);
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar{ width: 8px; }
::-webkit-scrollbar-track{ background: #888888; }
::-webkit-scrollbar-thumb{ background: var(--blue); }
::-webkit-scrollbar-thumb:hover{ background: var(--blue); }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Roboto Serif', serif;
	font-weight: 700;
	color: var(--black);
	line-height: 1.4;
}
h1, .h1{ font-size: 48px; }
h2, .h2{ font-size: 44px; }
h3, .h3{ font-size: 40px; }
h4, .h4{ font-size: 36px; }
h5, .h5{ font-size: 30px; }
h6, .h6{ font-size: 24px; }
p{ padding: 0; margin: 0 0 15px 0; }
a{ color: var(--blue); cursor: pointer; outline: 0; text-decoration: none; }
a:link{ color: var(--blue); }
a:active{ color: var(--blue); }
a:visited{ color: var(--blue); }
a:hover{ color: var(--yellow); text-decoration: none; }
a:focus{ outline: none; text-decoration: none; }
a img{ border: 0; }
img{ max-width: 100%; }
label{ cursor: pointer; }
iframe{ max-width: 100%; }
button:focus{ outline: unset; }
.btn.focus, .btn:focus{ outline: unset; -webkit-box-shadow: unset; box-shadow: unset; }
.w-100 img{ 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 5 Free";
	font-weight: 900;
	color: var(--blue);
	font-size: 14px;
	width: 20px;
	margin-left: -20px;
	display: inline-block;
}
.elementor-heading-title{ line-height: 1.4!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: 23px; padding: 5px 0; display: block; text-transform: uppercase; }

/* SEARCH FORM
----------------------*/
.search-form label{ position: relative; margin: 0; width: calc( 100% - 45px ); }
.search-form .search-field{ width: 100%; height: 45px; border: 1px solid var(--gray); border-radius: 0; margin-bottom: 0; }
.search-form .search-submit{
	width: 45px; height: 45px;
	float: right;
	background-color: var(--white);
	border: 1px solid var(--gray);
	cursor: pointer;
}
.search-form .search-submit i{ font-size: 18px; }

/* 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-control{ border: 1px solid var(--black); color: var(--black); }
#commentform .form-control::-moz-placeholder{ color: var(--black); opacity: 1; }
#commentform .form-control:-ms-input-placeholder{ color: var(--black); }
#commentform .form-control::-webkit-input-placeholder{ color: var(--black); }
#commentform .form-group{ margin-bottom: 1.5rem; }

/* WIDGET COMMON
----------------------*/
aside.sidebar .widget{ margin-bottom: 25px; }
aside.sidebar .widget ul{ margin: 0; padding: 0; list-style-type: none; }
aside.sidebar .widget ul li{ padding: 8px 0; border-bottom: 1px solid #cccccc; }

/* PAGINATION COMMON
----------------------*/
.pagination{ margin-bottom: 0; }
.pagination-wrap{ width: 100%; text-align: center; }
.page-item.active .page-link{ background-color: var(--yellow);; border: 1px solid var(--gray); }
.page-link{ color: #0f6077; padding: 7px 15px; }
.page-link:hover{ background-color: var(--black);; color: var(--white); }
.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{
	display: block;
	width: 100%;
	height: 55px;
	padding: 13px 20px;
	color: var(--body);
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 10px;
}
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;  
	color: var(--body);
	background-color: var(--white);
	border: 1px solid var(--gray);
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
.form-control::-moz-placeholder{ color: var(--body); opacity: 1; }
.form-control:-ms-input-placeholder{ color: var(--body); }
.form-control::-webkit-input-placeholder{ color: var(--body); }
.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; }
textarea.form-control{ height: auto; }

.form-group{ margin-bottom: 25px; }

.wpcf7-not-valid{ border-color: #b2241c!important; }
.wpcf7-not-valid-tip{ margin-top: 7px; }
.wpcf7 form .wpcf7-response-output{ padding: 8px 15px 8px 15px; margin: 15px 0 0 0; color: var(--white); background-color: transparent; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{ background-color: #b2241c; border-color: #b2241c; }
.wpcf7 form.sent .wpcf7-response-output{ background-color: #ffb900; border-color: #ffb900; color: var(--black); }
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing{ color: var(--white); background-color: #b2241c; border-color: #b2241c; }

.wpcf7-form .wpcf7-response-output:empty{ display: none; }

.wpcf7-spinner{ position:absolute; margin: 12px; }

/* BUTTONS 
----------------------*/
.btn{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 30px;
	-webkit-border-radius: 100px!important;
	border-radius: 100px!important;
	line-height: 1;
	text-transform: uppercase;
}
.btn i{ font-size: 18px; margin-left: 7px; }
.btn.btn-theme{ color: var(--white); background: var(--blue); border: 1px solid var(--blue); }
.btn.btn-theme:hover{ color: var(--black); background: var(--yellow); border: 1px solid var(--yellow); }
.btn.btn-trans{ color: var(--black); background: transparent; border: 1px solid var(--black); }
.btn.btn-trans:hover{ color: var(--white); background: var(--blue); border: 1px solid var(--blue); }
.btn.btn-white{ color: var(--black); background: var(--white); border: 1px solid var(--white); }
.btn.btn-white:hover{ color: var(--white); background: var(--blue); border: 1px solid var(--blue); }
.btn.btn-black{ color: var(--white); background: var(--black); border: 1px solid var(--black); }
.btn.btn-black:hover{ color: var(--white); background: var(--blue); border: 1px solid var(--blue); }

.btn-elementor .elementor-button, .btn-elementor-trans .elementor-button,
.btn-elementor-white .elementor-button, .btn-elementor-black .elementor-button{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 30px;
	-webkit-border-radius: 100px!important;
	border-radius: 100px!important;
	line-height: 1;
	text-transform: uppercase;
}
.btn-elementor .elementor-button{ color: var(--white); background: var(--yellow); border: 1px solid var(--yellow); }
.btn-elementor .elementor-button:visited{ color: var(--white); }
.btn-elementor .elementor-button:hover{ color: var(--black); background: var(--blue); border: 1px solid var(--blue); }

.btn-elementor-trans .elementor-button{ color: var(--black); background: transparent; border: 1px solid var(--black); }
.btn-elementor-trans .elementor-button:visited{ color: var(--black)!important; }
.btn-elementor-trans .elementor-button:hover{ color: var(--white)!important; background: var(--blue); border: 1px solid var(--blue); }

.btn-elementor-white .elementor-button{ color: var(--black); background: var(--white); border: 1px solid var(--white); }
.btn-elementor-white .elementor-button:visited{ color: var(--black)!important; }
.btn-elementor-white .elementor-button:hover{ color: var(--white)!important; background: var(--blue); border: 1px solid var(--blue); }

.btn-elementor-black .elementor-button{ color: var(--black); background: var(--black); border: 1px solid var(--black); }
.btn-elementor-black .elementor-button:visited{ color: var(--black)!important; }
.btn-elementor-black .elementor-button:hover{ color: var(--white)!important; background: var(--blue); border: 1px solid var(--blue); }

.btn-elementor .elementor-button .elementor-button-icon,
.btn-elementor-trans .elementor-button .elementor-button-icon,
.btn-elementor-white .elementor-button .elementor-button-icon,
.btn-elementor-black .elementor-button .elementor-button-icon{ margin-top: -2px; }

/* HEADER
----------------------*/
.admin-bar .fixed-top{ top: 32px; }
@media screen and (max-width: 782px) {
	.admin-bar .fixed-top{ top: 46px; }
}

.home .site-header{ height: auto; }
.site-header{ height: 104px; }
.navbar{
	padding: 15px 0;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.navbar.navbar-shrink{
	padding: 10px 0;
	background: var(--yellow);
	-webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 15%);
	box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
}
.navbar .navbar-brand{ padding: 0; margin: 0; }
.navbar .navbar-brand img{ max-width: 50px; }
.navbar .navbar-brand h1{ font-family: 'Roboto', sans-serif; font-size: 30px; font-weight: 800; text-transform: uppercase; margin-bottom: 0; }
.navbar .custom-logo-link .custom-logo{ max-width: 75px; max-height: 75px; }
.navbar-collapse{ justify-content: center; }
.navbar-nav .nav-item{ margin: 0 5px 0 5px; }
.navbar-nav .nav-item:first-child{ margin: 0 5px 0 0; }
.navbar-nav .nav-item:last-child{ margin: 0 0 0 5px; }
.navbar-nav .nav-item{ margin: 0 5px 0 5px; }
.navbar-nav .nav-item .nav-link{
	padding: 9px 15px 7px 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: var(--body);
	background-color: transparent;
	border-radius: 100px;
	text-transform: uppercase;
	line-height: 1;
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover{ color: var(--white); background-color: var(--blue); }

.navbar-right ul{ padding: 0; margin: 0; list-style: unset; }
.navbar-right ul li{ padding: 0 5px 0 5px; display:inline-block; }
.navbar-right ul li:first-child{ padding: 0 5px 0 0; }
.navbar-right ul li:last-child{ padding: 0 0 0 5px; }
.navbar-right ul li .woocommerce-product-search{ display: flex; background-color: var(--white); border: 1px solid var(--gray); border-radius: 100px; }
.home .navbar-right ul li .woocommerce-product-search{ border: 0; }
.navbar-right ul li .woocommerce-product-search .search-field{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 10px 0 10px 20px;
	background-color: var(--white);
	border: 0;
	border-radius: 100px;
}
.navbar-right ul li .woocommerce-product-search .search-field:focus{
	outline: 0;
	background-color: var(--white);
	border: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
.navbar-right ul li .woocommerce-product-search .search-submit{ width: 60px; background-color: var(--white); border: 0; border-radius: 100%; }

.navbar-right ul li.top-cart a.cart-link,
.navbar-right ul li.top-my-account a{
	display: inline-block;
	width: 42px; height: 42px;
	line-height: 44px;
	background-color: var(--white);
	border: 1px solid var(--gray);
	border-radius: 100%;
	text-align:center;
}
.navbar-right ul li.top-cart a.cart-link:hover,
.navbar-right ul li.top-my-account a:hover{ background-color: var(--blue); border: 1px solid var(--blue); }
.home .navbar-right ul li.top-cart a.cart-link,
.home .navbar-right ul li.top-my-account a{ border: 1px solid var(--white); }
.home .navbar-right ul li.top-cart a.cart-link:hover,
.home .navbar-right ul li.top-my-account a:hover{ border: 1px solid var(--white); }

.navbar-right ul li.top-cart a.cart-link i,
.navbar-right ul li.top-my-account a i{
	color: var(--body);
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.navbar-right ul li.top-cart a.cart-link:hover i,
.navbar-right ul li.top-my-account a:hover i{ color: var(--white); }
.navbar-right ul li.top-cart a.cart-link span{
	position: absolute;
	top: -3px;
	font-size: 12px;
	width: 20px; height: 20px;
	line-height: 20px;
	color: #ffffff;
	background-color: var(--blue);
	border-radius: 100%;
}

.top-cart{ position: relative; }
.top-cart:hover .mini-cart-content{ opacity: 1; visibility: visible; }
.mini-cart-content{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%; right: -47px;
	width: 280px;
	padding: 15px;
	margin-top: 10px;
	background: #444444;
	border-radius: 10px;
	z-index: 9999;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.mini-cart-content .woocommerce .woocommerce-mini-cart li{ padding-bottom: 10px; border-bottom: 0px; padding-left: 25px; width: 100%; display: inline-block; }
.mini-cart-content .woocommerce .woocommerce-mini-cart li a { font-size: 14px; font-weight: 400; }
.mini-cart-content .woocommerce .woocommerce-mini-cart li span{ font-size: 16px; margin-left: 2px; }
.mini-cart-content .woocommerce ul.cart_list li img,
.mini-cart-content .woocommerce ul.product_list_widget li img{ width: 50px; margin-left: 10px; }
.mini-cart-content .woocommerce .woocommerce-mini-cart__total.total{ font-size: 18px; }
.mini-cart-content .woocommerce .woocommerce-mini-cart__total.total strong{ font-size: 18px; font-weight: 600; }
.mini-cart-content .woocommerce .widget_shopping_cart .cart_list li a.remove, 
.mini-cart-content .woocommerce.widget_shopping_cart .cart_list li a.remove{ font-size: 22px; }
.mini-cart-content .woocommerce .widget_shopping_cart .total,
.mini-cart-content .woocommerce.widget_shopping_cart .total{ padding: 10px 0 0 0; margin: 0; text-align: center; }
.mini-cart-content .woocommerce .woocommerce-mini-cart li a,
.mini-cart-content .woocommerce .woocommerce-mini-cart li span,
.mini-cart-content .woocommerce .woocommerce-mini-cart__total.total,
.mini-cart-content .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__empty-message{ color: var(--white); }
.mini-cart-content .woocommerce .woocommerce-mini-cart li a:hover{ color: var(--yellow); }
.mini-cart-content .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons{ display: flex; align-items: center; justify-content: center; margin: 15px 0 0 0; }
.mini-cart-content .woocommerce .widget_shopping_cart .buttons a,
.mini-cart-content .woocommerce.widget_shopping_cart .buttons a{ font-size: 14px; padding: 10px 15px!important; }

/* HOME BANNER
-----------------------*/
.home-banner{ padding-top: 170px; padding-bottom: 170px; z-index: 1; }
.home-banner::before, .home-banner::after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/tree-img.svg");
	background-repeat: no-repeat;
	z-index: -1;
}
.home-banner::before{
	background-size: 230px auto;
	background-position: bottom -200px left -25px;
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
.home-banner::after{
	background-size: 180px auto;
	background-position: bottom -100px left;
    -webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.home-banner > div{ position: relative; z-index: 1; }
.home-banner .banner-text{ position: relative; padding-right: 50px; }
.home-banner .banner-text h6{ font-size: 20px; font-weight: 700; color: var(--blue); margin-bottom: 0; text-transform: uppercase; }
.home-banner .banner-text h1{ font-size: 48px; padding-bottom: 25px; margin-bottom: 10px; position: relative; line-height: 1.3!important; }
.home-banner .banner-text h1:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	width: 200px; height: 2px;
	background: linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 80%);
}
.home-banner .banner-text h1 span{ color: var(--yellow); }
.home-banner .banner-text p{ font-size: 18px; line-height: 1.6; margin-bottom: 20px; }
.home-banner .banner-slider{ position: relative; padding-top: 50px; padding-bottom: 40px; }
.home-banner .banner-slider:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/bs-white-yellow-bg.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	z-index: 1;	
}
.home-banner .banner-slider .swiper-pagination{ left: 50px; transform-origin: right; transform: rotate(90deg); }
.home-banner .banner-slider .swiper-pagination .swiper-pagination-bullet{
	width: 15px!important; height: 15px!important;
	background: var(--yellow)!important;
	border: 1px solid var(--yellow)!important;
	opacity: 1!important;
}
.home-banner .banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: var(--blue)!important; border: 1px solid var(--blue)!important; }

/* OTHER PAGE BANNER 
----------------------*/
#heading-banner{
	position: relative; 
	height: 300px; 
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center!important;
}
#heading-banner:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.heading-banner-inner{ position:relative; display: table; width: 100%; height: 100%; z-index: 1; }
.heading-banner-text{ display: table-cell; vertical-align: middle; }
.heading-banner-text .banner-text h1{ font-size: 44px; color: var(--white); margin-bottom: 0; text-align: center; text-transform: uppercase; letter-spacing: 1px; }

/* THEME TITLE
----------------------*/
.theme-sub-title{ margin-bottom: 5px!important; }
.theme-sub-title h6{ font-size: 20px; color: var(--blue); text-transform: uppercase; }
.theme-title h2{ position: relative; font-size: 44px; padding-bottom: 15px; margin-bottom: 10px; }
.theme-title h2:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	width: 200px; height: 2px;
	background: linear-gradient(90deg, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 80%);
}
.theme-title h2 span{ color: var(--yellow); }
.theme-title.text-center h2{ text-align: center; }
.theme-title.text-center h2:before{ margin: 0 auto; }

/* TEXT
----------------------*/
.big-text{ font-size: 20px; }

/* HOME 
----------------------*/
.about-us{ position: relative; z-index:1 }
.about-us:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/background-shape.svg");
	background-repeat: no-repeat;
	background-position: left 130px bottom;
	background-size: 600px auto;
	z-index: -1;	
}
.our-products{ position: relative; padding-top: 20px; padding-bottom: 45px; z-index: 1; }
.our-products::before, .our-products::after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/tree-img.svg");
	background-repeat: no-repeat;
	z-index: -1;
}
.our-products::before{ background-size: 180px auto; background-position: top 60px left; }
.our-products::after{
	background-size: 180px auto;
	background-position: bottom -50px left -25px;
    -webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.counter-box .elementor-counter-number-wrapper{ font-size: 40px!important; color: var(--black); margin-bottom: 10px; }
.counter-box .elementor-counter .elementor-counter-title{ font-size: 18px!important; line-height: 1.5!important; }
.our-expertise{ position: relative; z-index:1 }
.our-expertise:before{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/background-shape.svg");
	background-repeat: no-repeat;
	background-position: right 100px bottom 40px;
	background-size: 500px auto;
	z-index: -1;	
}
.our-incidents{ position: relative; padding-top: 30px; padding-bottom: 45px; z-index: 1; }
.our-incidents::before, .our-incidents::after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/tree-img.svg");
	background-repeat: no-repeat;
	z-index: -1;
}
.our-incidents::before{ background-size: 180px auto; background-position: top 60px left; }
.our-incidents::after{
	background-size: 180px auto;
	background-position: bottom -50px left -25px;
    -webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.about-box h5{ font-size: 24px; }

.twae-wrapper .twae-icon{ width: 65px!important; height: 65px!important; padding: 7px!important; }
.twae-wrapper .twae-story-right .twae-icon{ margin-left: -9px!important; }
.twae-wrapper .twae-story-left .twae-icon{ margin-right: -9px!important; }
.twae-wrapper .twae-icon svg{ fill: var(--white); }

/* NEWSLETTER
----------------------*/
.footer-newesletter{
	position: relative;
	padding: 50px 0;
	background-image: url("images/newsletter-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.footer-newesletter .newslatter-text h2{ font-size: 36px; margin-bottom: 5px; }
.footer-newesletter .newslatter-text p{ font-size: 18px; font-weight: 500; margin-bottom: 0; }
.footer-newesletter .form-newsletter{ display: flex; align-items: center; justify-content: flex-end; }
.footer-newesletter .form-newsletter .form-control{
	border-top-left-radius: 15px!important;
	border-top-right-radius: 0!important;
	border-bottom-left-radius: 15px!important;
	border-bottom-right-radius: 0!important;
}
.footer-newesletter .form-newsletter .btn{
	padding: 18px 30px;
	border-top-left-radius: 0!important;
	border-top-right-radius: 15px!important;
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 15px!important;
}

/* FOOTER
----------------------*/
.site-footer{ position: relative; background: rgba(233,198,11,0.1); z-index: 1; }
.site-footer::before, .site-footer::after{
	content: "";
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: 100%; height: 100%;
	background-image: url("images/tree-img.svg");
	background-repeat: no-repeat;
	z-index: -1;
}
.site-footer::before{ background-size: 180px auto; background-position: top 40px left; }
.site-footer::after{
	background-size: 180px auto;
	background-position: bottom -50px left -25px;
    -webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.site-footer a{ color: var(--body); }
.site-footer a:hover{ color: var(--blue); }

.footer-top{ padding: 50px 0 50px 0; }
.footer-top .f-icon-box{ display:flex; }
.footer-top .f-icon-box .box-icon{
	position: relative;
	width: 165px; height: 80px;
	margin-right: 10px;
	background-image: url(images/f-icon-shape.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-top .f-icon-box .box-icon img{ margin-top: -5px; }
.footer-top .f-icon-box .box-content .title{ font-family: 'Roboto Serif', serif; font-size: 18px; font-weight: 700; color: var(--black); margin-bottom: 5px; }
.footer-top .f-icon-box .box-content p{ font-size: 14px; margin-bottom: 0; }

.footer-middle{ padding: 70px 0 50px 0; }
.footer-middle .footer-2{ padding-left: 40px; }
.footer-middle .footer-3{ padding-left: 60px; }
.footer-middle .footer-4{ padding-left: 60px; }
.footer-middle .widget-title{
	position: relative;
	font-family: 'Roboto Serif', serif;
	font-size: 20px;
	font-weight: 700;
	color: var(--black);
	padding-bottom: 20px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.footer-middle .widget-title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	width: 60px; height: 2px;
	background: linear-gradient(90deg, var(--black) 0, rgba(0, 0, 0, 0.25) 100%);
}
.footer-middle .fc-info.first{ margin: 16px 0 0 0; }
.footer-middle .fc-info{ display: table; margin: 8px 0 0 0; }
.footer-middle .fc-info .icon,
.footer-middle .fc-info .content{ display: table-cell; vertical-align: middle; }
.footer-middle .fc-info .icon{ display: inline-block; margin-right: 15px; text-align: center; }
.footer-middle .fc-info .icon i{ font-size: 18px; color: var(--yellow); margin-top: 3px; }
.footer-middle .fc-info .content p{ margin-bottom: 0; }
.footer-middle ul.menu{ padding: 0; margin: 0; list-style: none; }
.footer-middle ul.menu li{ padding: 6px 0 6px 0; }
.footer-middle ul.menu li:first-child{ padding: 0 0 6px 0; }
.footer-middle ul.menu li:last-child{ padding: 6px 0 0 0; }

.footer-bottom .row{ padding-top: 15px; padding-bottom: 15px; border-top: 1px solid rgba(0,0,0,0.2); }
.footer-bottom .copyright{ text-align: left; }
.footer-bottom .social-links{ text-align: center; }
.footer-bottom .powerd-by{ text-align: right; }

/* SOCIAL SHARE
----------------------*/
.social-links{ padding: 0; margin: 0; list-style-type: none; }
.social-links li{ display: inline-block; padding: 1px!important; }
.social-links li a{
	width: 38px; height: 38px;
	line-height: 42px;
	color: var(--black);
	background-color: var(--yellow);
	display: block;
	text-align: center;
	border-radius: 100%;
}
.social-links li a i{ font-size: 18px; }
.social-links li.s-fb a:hover{ color: var(--white); background-color: #3b5998; }
.social-links li.s-ig a:hover{ color: var(--white); background-color: #d62976; }
.social-links li.s-ld a:hover{ color: var(--white); background-color: #0077b5; }
.social-links li.s-tw a:hover{ color: var(--white); background-color: #1da1f2; }
.social-links li.s-pr a:hover{ color: var(--white); background-color: #e60023; }
.social-links li.s-wa a:hover{ color: var(--white); background-color: #25d366; }
.social-links li.s-yt a:hover{ color: var(--white); background-color: #FF0000; }

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

/* BACK TO TOP SCROLL
----------------------*/
.cd-top{
	position: fixed;
	bottom: 13px; right: 13px;
	width: 40px; height: 40px;
	line-height: 43px;
	font-size: 18px;
	display: inline-block;
	color: var(--white)!important;
	background: var(--blue);
	border: 0;
	border-radius: 10px;
	text-align: center;
	opacity: 0;
	z-index: 111;
	-webkit-transition: opacity .5s 0s, visibility 0s .5s;
	-moz-transition: opacity .5s 0s, visibility 0s .5s;
	transition: opacity .5s 0s, visibility 0s .5s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{
	-webkit-transition: opacity .5s 0s, visibility 0s 0s;
	-moz-transition: opacity .5s 0s, visibility 0s 0s;
	transition: opacity .5s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible{ visibility: visible; opacity: 1; }
.cd-top.cd-fade-out{ opacity: 1; }
.no-touch .cd-top:hover, .cd-top:hover{	opacity: 1; color: var(--white)!important; background: var(--black); }

/* RESPONSIVE
----------------------*/
@media only screen and ( max-width: 1699px ) {
	h1, .h1{ font-size: 46px; }
	h2, .h2{ font-size: 42px; }
	h3, .h3{ font-size: 38px; }
	h4, .h4{ font-size: 34px; }
	h5, .h5{ font-size: 28px; }
	.home-banner{ padding-top: 160px; padding-bottom: 150px; }
	.home-banner::before{ background-size: 160px auto; background-position: bottom -150px left -25px; }
	.home-banner::after{ background-size: 150px auto; background-position: bottom -80px left; }
	.home-banner .banner-text{ padding-right: 60px; }
	.home-banner .banner-text h1{ font-size: 46px; }
	.home-banner .banner-text h1:before{ width: 190px; }
	.heading-banner-text .banner-text h1{ font-size: 42px; }
	.home-banner .banner-slider{ padding-top: 45px; padding-bottom: 35px; }
	.home-banner .banner-slider .swiper-pagination{ left: 40px; }
	.theme-title h2{ font-size: 42px; }
	.theme-title h2:before{ width: 190px; }
	.about-us:before{ background-position: left 50px bottom; background-size: 500px auto; }
	.our-products::before{ background-size: 140px auto; }
	.our-products::after{ background-size: 160px auto; background-position: bottom -60px left -15px; }
	.our-incidents::before{ background-size: 140px auto; }
	.our-incidents::after{ background-size: 160px auto; background-position: bottom -60px left -15px; }
	.counter-box .elementor-counter-number-wrapper{ font-size: 39px!important; }
	.our-expertise:before{ background-position: right 50px bottom 30px; background-size: 450px auto; }
	.footer-newesletter .newslatter-text h2{ font-size: 34px }
	.site-footer::before{ background-size: 140px auto; }
	.site-footer::after{ background-size: 160px auto; }
}
@media only screen and ( max-width: 1599px ) {
	h1, .h1{ font-size: 44px; }
	h2, .h2{ font-size: 40px; }
	h3, .h3{ font-size: 36px; }
	h4, .h4{ font-size: 32px; }
	h5, .h5{ font-size: 28px; }
	h6, .h6{ font-size: 24px; }
	.home-banner{ padding-top: 150px; padding-bottom: 130px; }
	.home-banner::before{ background-size: 130px auto; background-position: bottom -115px left -25px; }
	.home-banner::after{ background-size: 120px auto; background-position: bottom -40px left; }
	.home-banner .banner-text{ padding-right: 90px; }
	.home-banner .banner-text h1{ font-size: 44px; }
	.home-banner .banner-text h1:before{ width: 180px; }
	.home-banner .banner-slider{ padding-top: 40px; padding-bottom: 30px; }
	.home-banner .banner-slider .swiper-pagination{ left: 30px; }
	#heading-banner{ height: 280px; }
	.heading-banner-text .banner-text h1{ font-size: 40px; }
	.theme-title h2{ font-size: 40px; }
	.theme-title h2:before{ width: 180px; }
	.about-us:before{ background-position: left 20px bottom; background-size: 400px auto; }
	.our-products::before{ background-size: 110px auto; }
	.our-products::after{ background-size: 130px auto; background-position: bottom -60px left -15px; }
	.our-incidents::before{ background-size: 110px auto; }
	.our-incidents::after{ background-size: 130px auto; background-position: bottom -60px left -15px; }
	.counter-box .elementor-counter-number-wrapper{ font-size: 38px!important; }
	.our-expertise:before{ background-position: right 20px bottom 20px; background-size: 400px auto; }
	.footer-newesletter .newslatter-text h2{ font-size: 32px }
	.site-footer::before{ background-size: 110px auto; }
	.site-footer::after{ background-size: 130px auto; }
}
@media only screen and ( max-width: 1499px ) {
	h1, .h1{ font-size: 40px; }
	h2, .h2{ font-size: 36px; }
	h3, .h3{ font-size: 32px; }
	h4, .h4{ font-size: 28px; }
	h5, .h5{ font-size: 24px; }
	h6, .h6{ font-size: 22px; }
	.home-banner{ padding-top: 140px; padding-bottom: 110px; }
	.home-banner::before{ background-size: 110px auto; background-position: bottom -100px left -20px }
	.home-banner::after{ background-size: 90px auto; background-position: bottom -40px left; }
	.home-banner .banner-text{ padding-right: 50px; }
	.home-banner .banner-text h6{ font-size: 18px; }
	.home-banner .banner-text h1{ font-size: 40px; }
	.home-banner .banner-text h1:before{ width: 170px; }
	.home-banner .banner-text p{ font-size: 18px; }
	.home-banner .banner-slider{ padding-top: 35px; padding-bottom: 25px; }
	.home-banner .banner-slider .swiper-pagination{ left: 20px; }
	#heading-banner{ height: 260px; }
	.heading-banner-text .banner-text h1{ font-size: 36px; }
	.theme-sub-title h6{ font-size: 18px; }
	.theme-title h2{ font-size: 36px; }
	.theme-title h2:before{ width: 170px; }
	.about-us:before{ background-position: left bottom; background-size: 300px auto; }
	.our-products::before{ background-size: 100px auto; }
	.our-products::after{ background-size: 120px auto; background-position: bottom -50px left -15px; }
	.our-incidents::before{ background-size: 100px auto; }
	.our-incidents::after{ background-size: 120px auto; background-position: bottom -50px left -15px; }
	.counter-box .elementor-counter-number-wrapper{ font-size: 37px!important; }
	.our-expertise:before{ background-position: right bottom; background-size: 300px auto; }
	.about-box h5{ font-size: 22px; }
	.footer-newesletter{ padding: 45px 0; }
	.footer-newesletter .newslatter-text h2{ font-size: 30px; }
	.site-footer::before{ background-size: 100px auto; }
	.site-footer::after{ background-size: 120px auto; }
}
@media only screen and ( max-width: 1399px ) {
	#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; }
	h1, .h1{ font-size: 38px; }
	h2, .h2{ font-size: 34px; }
	h3, .h3{ font-size: 30px; }
	h4, .h4{ font-size: 26px; }
	h5, .h5{ font-size: 22px; }
	h6, .h6{ font-size: 20px; }
	.home-banner{ padding-top: 130px; padding-bottom: 90px; }
	.home-banner::before{ background-size: 130px auto; }
	.home-banner::after{ background-size: 120px auto; }
	.home-banner .banner-text{ padding-right: 70px; }
	.home-banner .banner-text h6{ font-size: 16px; }
	.home-banner .banner-text h1{ font-size: 38px; padding-bottom: 25px; margin-bottom: 10px; }
	.home-banner .banner-text h1:before{ width: 160px; }
	.home-banner .banner-text p{ font-size: 16px; margin-bottom: 10px; }
	.home-banner .banner-slider{ padding-top: 30px; padding-bottom: 20px; }
	.home-banner .banner-slider .swiper-pagination{ left: 30px; }
	#heading-banner{ height: 240px; }
	.heading-banner-text .banner-text h1{ font-size: 34px; }
	.theme-sub-title h6{ font-size: 16px; }
	.theme-title h2{ font-size: 34px; }
	.theme-title h2:before{ width: 160px; }
	.big-text{ font-size: 18px; }
	.our-products{ padding-top: 10px; padding-bottom: 20px; }
	.our-products::before{ background-size: 110px auto; }
	.our-products::after{ background-size: 130px auto; }
	.our-incidents{ padding-top: 10px; padding-bottom: 20px; }
	.our-incidents::before{ background-size: 110px auto; }
	.our-incidents::after{ background-size: 130px auto; }
	.counter-box .elementor-counter-number-wrapper{ font-size: 36px!important; }
	.counter-box .elementor-counter .elementor-counter-title{ font-size: 16px!important; }
	.footer-newesletter{ padding: 40px 0; }
	.footer-newesletter .newslatter-text h2{ font-size: 28px; }
	.footer-newesletter .newslatter-text p{ font-size: 16px; }
	.site-footer::before{ background-size: 110px auto; }
	.site-footer::after{ background-size: 130px auto; }
	.footer-top{ padding: 35px 0 35px 0; }
	.footer-top .f-icon-box .box-icon{ width: 155px; }
	.footer-top .f-icon-box .box-content .title{ font-size: 16px; }
	.footer-middle{ padding: 50px 0 30px 0; }
	.footer-middle .footer-2{ padding-left: 30px; }
	.footer-middle .footer-3{ padding-left: 50px; }
	.footer-middle .footer-4{ padding-left: 40px; }
	.footer-middle .widget-title{ font-size: 18px; padding-bottom: 15px; margin-bottom: 20px; }
	.footer-middle .fc-info.first{ margin: 14px 0 0 0; }
	.footer-middle .fc-info{ margin: 7px 0 0 0; }
	.footer-middle ul.menu li{ padding: 4px 0 4px 0; }
	.footer-middle ul.menu li:first-child{ padding: 0 0 4px 0; }
	.footer-middle ul.menu li:last-child{ padding: 4px 0 0 0; }
	.footer-bottom .row{ padding-top: 10px; padding-bottom: 10px; }
	.footer-bottom .copyright{ font-size: 14px; }
	.footer-bottom .powerd-by{ font-size: 14px; }
}
@media only screen and ( max-width: 1299px ) {
	.home-banner{ padding-bottom: 70px; }
	.home-banner::before{ background-size: 100px auto; }
	.home-banner::after{ background-size: 90px auto; }
	.home-banner .banner-slider{ padding-top: 25px; padding-bottom: 15px; }
	.home-banner .banner-slider .swiper-pagination{ left: 10px; }
	.counter-box .elementor-counter-number-wrapper{ font-size: 35px!important; }
}
@media only screen and ( max-width: 1199px ) {
	#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; }
	h1, .h1{ font-size: 34px; }
	h2, .h2{ font-size: 32px; }
	h3, .h3{ font-size: 28px; }
	h4, .h4{ font-size: 24px; }
	.navbar-nav .nav-item .nav-link{ padding: 9px 10px 7px 10px; font-size: 14px; }
	.home-banner .banner-text{ padding-right: 30px; margin-bottom: 0!important; }
	.home-banner .banner-text h1{ font-size: 34px; padding-bottom: 15px; margin-bottom: 5px; }
	.home-banner .banner-text h1:before{ width: 150px; }
	.home-banner .banner-text p{ margin-bottom: 5px; }
	.home-banner .banner-slider{ padding-top: 0; padding-bottom: 0; }
	.home-banner .banner-slider .swiper-pagination{ left: 0; }
	#heading-banner{ height: 220px; }
	.heading-banner-text .banner-text h1{ font-size: 32px; }
	.theme-title h2{ font-size: 32px; }
	.theme-title h2:before{ width: 150px; }
	.btn{ padding: 14px 25px; }
	.btn-elementor .elementor-button,
	.btn-elementor-trans .elementor-button,
	.btn-elementor-white .elementor-button,
	.btn-elementor-black .elementor-button{ padding: 14px 25px; }
	.counter-box .elementor-counter-number-wrapper{ font-size: 34px!important; }
	.counter-box .elementor-counter .elementor-counter-title{ font-size: 15px!important; }
	.about-box h5{ font-size: 20px; }
	.footer-newesletter{ padding: 35px 0; }
	.footer-newesletter .newslatter-text h2{ font-size:26px; }
	.site-footer::before{ background-position: top 0 left; }
	.footer-top .f-icon-box .box-icon{ width:145px; }
	.footer-top .f-icon-box .box-icon img{ max-width: 20px; }
	.footer-top .f-icon-box .box-content .title{ font-size: 13px; }
	.footer-top .f-icon-box .box-content p{ font-size: 12px; }
	.footer-middle .footer-2{ padding-left: 10px; }
	.footer-middle .footer-3{ padding-left: 10px; }
	.footer-middle .footer-4{ padding-left: 0; }
	.footer-middle .widget-title{ font-size: 16px; padding-bottom: 10px; margin-bottom: 15px; }

	.footer-bottom .copyright{ font-size: 16px; }
	.footer-bottom .powerd-by{ font-size: 16px; }
}
@media only screen and ( max-width: 991px ) {
	.site-header{ height: 94px; }
	.navbar{ padding: 10px 0; }
	.navbar-toggler{
		position: absolute;
		right: 13px;
		padding: unset;
		font-size: unset;
		line-height: unset;
		color: unset;
		background-color: unset;
		border: unset;
		border-radius: unset;
		transition: unset;
	}
	.navbar-toggler-icon{
		width: 42px; height: 42px;
		line-height: 47px;
		border-radius: 5px;
		background-size: 0;
		background-color: var(--blue);
		color: var(--white);
	}
	.navbar-toggler-icon i{ font-size: 22px; }
	.navbar-collapse{
		position: absolute;
		top: 79px; right: 13px!important;
		width: 200px;
		background: var(--blue);
		border: 0;
		border-radius: 5px;
		padding: 0;
		line-height: 1;
		z-index: 999;
	}
	.navbar-toggler:focus, .navbar-toggler:hover{ outline: unset; box-shadow: unset; }
	.dropdown-toggle::after{ display: none; }
	.navbar>.container{ position:relative; }
	.navbar-nav .nav-item{ margin: 0; }
	.navbar-nav .nav-item:first-child{ margin: 0; }
	.navbar-nav .nav-item:last-child{ margin: 0; }
	.navbar-nav .nav-item{ margin: 0; }
	.navbar-nav .nav-item .nav-link{
		padding: 12px 15px 12px 15px;
		font-size: 16px;
		color: var(--white);
		background-color: unset;
		border-radius: 0;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover{ color: var(--white); background-color: unset; }
	.navbar-right{ padding-right: 58px; }
	h1, .h1{ font-size: 32px; }
	h2, .h2{ font-size: 28px; }
	h3, .h3{ font-size: 24px; }
	h4, .h4{ font-size: 22px; }
	h5, .h5{ font-size: 20px; }
	h6, .h6{ font-size: 18px; }
	.home-banner{ padding-top: 120px; padding-bottom: 50px; }
	.home-banner .banner-text{ padding-right: 0; padding-top: 30px; }
	.home-banner .banner-text h1{ font-size: 30px; }
	.home-banner .banner-text h1:before{ width: 140px; }
	.home-banner .banner-text p{ font-size: 14px; }
	.home-banner .banner-slider .swiper-pagination{ bottom: -30px!important; left: unset; transform: unset; transform-origin: unset; }
	.home-banner .banner-slider .swiper-pagination .swiper-pagination-bullet{ width: 13px!important; height: 13px!important; }
	#heading-banner{ height: 200px; }
	.heading-banner-text .banner-text h1{ font-size: 28px; }
	.theme-title h2{ font-size: 28px; }
	.theme-title h2:before{ width: 140px; }
	.btn{ padding: 13px 22px; }
	.btn-elementor .elementor-button,
	.btn-elementor-trans .elementor-button,
	.btn-elementor-white .elementor-button,
	.btn-elementor-black .elementor-button{ padding: 13px 22px; }
	.counter-box .elementor-counter-number-wrapper{ font-size: 32px!important; }
	.footer-newesletter{ padding: 30px 0; }
	.footer-newesletter .newslatter-text h2{ font-size: 24px; }
	.footer-newesletter .form-newsletter .btn{ font-size: 14px; padding: 18px 15px; }
	.footer-top{ padding: 30px 0 15px 0; }
	.footer-top .f-icon-box .box-icon{ width: 120px; height: 70px; }
	.footer-top .f-icon-box .box-icon img{ max-width: 22px; }
	.footer-top .f-icon-box .box-content .title{ font-size: 16px; }
	.footer-top .f-icon-box .box-content p{ font-size: 14px; }
	.footer-middle .footer-2{ padding-left: 0; }
	.footer-middle .footer-3{ padding-left: 30px; }
	.footer-middle .footer-4{ padding-left: 40px; }
	.footer-middle .widget-title{ font-size: 18px; }
	.footer-bottom .copyright{ font-size: 15px; }
	.footer-bottom .powerd-by{ font-size: 15px; }
	.social-links li a{ width: 35px; height: 35px; line-height: 39px; }
	.social-links li a i{ font-size: 16px; }
}
@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; }
	.navbar-right ul li .woocommerce-product-search{ max-width: 210px; }
	.home-banner{ padding-top: 120px; padding-bottom: 70px; }
	.home-banner::before{ background-size: 130px auto; background-position: bottom -117px left -25px; }
	.home-banner::after{ background-size: 130px auto; background-position: bottom -70px left; }
	#heading-banner{ height: 180px; }
	.our-products::before{ background-position: top left; }
	.our-incidents::before{ background-position: top left; }
	.footer-newesletter .newslatter-text p{ margin-bottom: 10PX; }
	.footer-top{ padding: 30px 0 15px 0; }
	.footer-top .f-icon-box{ align-items:center; }
	.footer-top .f-icon-box .box-icon{ width: 60px; height: 60px; }
	.footer-top .f-icon-box .box-content .title{ font-size: 16px; }
	.footer-top .f-icon-box .box-content p{ font-size: 14px; }
	.footer-middle{ padding: 40px 0 20px 0; }
	.footer-middle .footer-3{ padding-left: 0; }
	.footer-middle .footer-4{ padding-left: 0; }
	.footer-middle .widget-title{ font-size: 16px; }
	.footer-bottom .social-links{ text-align: center; }
	.footer-bottom .copyright{ text-align: center; padding-top: 10px; padding-bottom: 10px; }
	.footer-bottom .powerd-by{ text-align: center; }
}
@media only screen and ( max-width: 575px ) {
	.site-header{ height: 89px; }
	.navbar .custom-logo-link .custom-logo{ max-width: 70px; max-height: 70px; }
	.navbar-toggler{ right: 15px; }
	.navbar-collapse{ right: 16px!important; }
	.navbar-right{ padding-right: 55px; }
	.navbar-right ul li{ padding: 0 3px 0 3px; }
	.navbar-right ul li:first-child{ padding: 0 3px 0 0 }
	.navbar-right ul li:last-child{ padding: 0 0 0 3px; }
	.navbar-right ul li .woocommerce-product-search{ max-width: 190px; }
	.navbar-right ul li .woocommerce-product-search .search-field{ padding: 10px 0 10px 15px; }
	.navbar-right ul li .woocommerce-product-search .search-submit{ width: 50px; }
	h1, .h1{ font-size: 30px; }
	h2, .h2{ font-size: 26px; }
	.home-banner .banner-text h1{ font-size: 28px; }
	.home-banner .banner-text h1:before{ width: 130px; }
	#heading-banner{ height: 160px; }
	.heading-banner-text .banner-text h1{ font-size: 26px; }
	.theme-title h2{ font-size: 26px; }
	.theme-title h2:before{ width: 130px; }
	.footer-middle .widget-title{ font-size: 18px; }
}
@media only screen and ( max-width: 480px ) {
	.navbar-right ul li.top-search{ display: none; }
	.mini-cart-content{ right: -100px; }
	h1, .h1{ font-size: 28px; }
	#heading-banner{ height: 150px; }
	.home-banner .banner-text h1{ font-size: 26px; }
	.heading-banner-text .banner-text h1{ font-size: 24px; }
	.theme-title h2{ font-size: 24px; }
	.footer-top .f-icon-box .box-icon{ width: 90px; height: 80px; }
	.footer-top .f-icon-box .box-icon img{ max-width: 20px; }
}