@charset "UTF-8";
/*!
Theme Name: BootsPress
Theme URI: https://bootspress.com
Author: krusze
Author URI: 
Description: Bootstrap 5.1.3  WordPress.
Version: 0.9.2.1
Tested up to: 5.8
Requires PHP: 7.4
Text Domain: bootspress
Tags: site
*/

/* =========================<  >======================== */
:root {
  --green: #909D05; 
  --brown: #663924;  /* коричневый  */
  --dark-green: #314E52; 
  --orange: #F2A054;
  --cyan: #2C7C83;  /* циан */
  --grey: #8E8E8E; 
}

.green { color: var(--green); }
.brown { color: var(--brown); }
.orange { color: var(--orange); }

/*    
color: var(--green)
color: var(--brown)
color: var(--dark-green)
color: var(--orange)
color: var(--cyan)
color: var(--grey)
*/
/*   
font-family: Roboto
font-family: Open Sans
*/

/* =====================<  Base >====================== */
* {  }
html {	line-height: 1.15;	 -webkit-text-size-adjust: 100%;  /*font-size: calc(60% + 0.8vmin); */ }
body {	margin: 0;}
main { display: block; }
hr {	box-sizing: content-box;	height: 0;	overflow: visible;}
a {	background-color: transparent;}
small {	font-size: 80%;}
img {	border-style: none;}

/* -------------Box sizing ---------- */
::selection { background-color: rgba(250,175,75,1); color: rgba(0,0,0,1);}
*,*::before,*::after {	box-sizing: inherit;}
html {	box-sizing: border-box;}

body {
	color: #404040;
	font-family: -apple-system, Roboto, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6 { font-family: Open Sans, sans-serif; clear: both;}
p {	margin-bottom: 1.5em;}
dfn,cite,em,i {	font-style: italic;}
address {	margin: 0 0 1.5em;}

/* -------------------------------Elements-------------------------------- */
hr {	background-color: #ccc;border: 0;	height: 1px;margin-bottom: 1.5em;}
ul {	list-style: disc;}
ol {	list-style: decimal;}
li > ul,li > ol {	margin-bottom: 0;	margin-left: 1.5em;}
dt {	font-weight: 700;}
dd {	margin: 0 1.5em 1.5em;}
embed,iframe,object {	max-width: 100%;}
img {	height: auto;	max-width: 100%;}
figure {	margin: 1em 0;}
table {	margin: 0 0 1.5em;	width: 100%;}

/* Links--------------------------------------------- */
a {	color: #000;}
a:visited {	color: #800080;}
a:hover,a:focus,a:active {	color: var(--orange);}
a:focus {	outline: thin dotted;}
a:hover,a:active {	outline: 0;}

/* --------------------------Widgets---------------------------- */
.widget {	margin: 0 0 1.5em;}
.widget select {	max-width: 100%;}

/* -------------------------Alignments--------------------------- */
.alignleft {	float: left;	margin-right: 1.5em;	margin-bottom: 1.5em; }
.alignright {	float: right;	margin-left: 1.5em;	margin-bottom: 1.5em; }
.aligncenter {	clear: both;	display: block;	margin-left: auto;	margin-right: auto;	margin-bottom: 1.5em; }


/* ----------------------------------Typography  --------------------------------- */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1, .h1 {	font-size: calc(1.375rem + 1.5vw);}
h2, .h2 {	font-size: calc(1.325rem + 0.9vw);}
h3, .h3 {	font-size: calc(1.3rem + 0.6vw);}
h4, .h4 {	font-size: calc(1.275rem + 0.3vw);}

@media (min-width: 1200px) {
	h1, .h1 {		font-size: 2.5rem;	}
}
@media (min-width: 1200px) {
	h2, .h2 {		font-size: 2rem;	}
}
@media (min-width: 1200px) {
	h3, .h3 {		font-size: 1.75rem;	}
}
@media (min-width: 1200px) {
	h4, .h4 {		font-size: 1.5rem;	}
}

h5, .h5 {	font-size: 1.15rem;}
h6, .h6 {	font-size: 0.9rem;}

p {	margin-bottom: 1rem;}

button,input,select,optgroup,textarea {
	color: #212529;
	font-family: Roboto, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

/* ----------------------------------------Elements  ------------------------------------ */
hr {	background-color: #727272;	margin-bottom: 1rem;}
ul,ol {	/*margin: 0 0 1rem 0;	padding-left: 2rem;  */ }
li > ul,li > ol {	margin: 0;}
dd {	margin: 0 0 0.5rem 0;}
figure {	margin: 1rem 0;}

table {
  background: transparent;
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px transparent;
}
table > tbody {  vertical-align: inherit;}
table > thead {  vertical-align: bottom;}
table > :not(:first-child) {  border-top: 2px solid #212529;}

input[type="text"],input[type="email"],input[type="search"],input[type="tel"],textarea {	width: 100%; }


/* ----------------------------------------<    >------------------------------------ */
.site-content { background: #FCFBF7;  }
.container, .custom-container {  max-width: 1170px !important; }
.float-right { float: right; }
.float-left { float: left; }
.alignfull {  clear: both;}
.text-center { text-align: center; }
.mb2 { margin-bottom: 20px; }
hr.style2 { background-color: #fff; border-top: 2px dotted #8c8b8b; }


/* ======================  Posts and pages  ======================- */
.sticky {	display: block;}
.post,.page {	margin: 0 0 1.5em;}
.updated:not(.published) {	display: none;}
.page-content,.entry-content,.entry-summary {	margin: 1.5em 0 0;}
.page-links {	clear: both;	margin: 0 0 1.5em;}

.entry-content em { font-size: 15px; color: #7C858F; }

.content-area {	--bs-gutter-x: 3rem;	--bs-gutter-y: 0;}
#primary.site-main {  background: #FCFBF7;	 }
/*
@media (min-width: 992px) {	#primary.site-main {		flex: 0 0 auto;		width: 66.66666667%;	}}
@media (min-width: 576px) {	#primary.site-main {		flex: 0 0 auto;		width: 100%;	}}
*/
body.page-template-full-width #primary.site-main {	flex: 0 0 auto;	width: 100%;}
body.page-template-full-width-without-container #primary.site-main {	flex: 0 0 auto;	width: 100%;	}
.page-content {	margin: 1.5rem 0 0;}

.blog-list {  display: flex; flex-direction: row;  flex-wrap: wrap; }
.blog_post {
    flex-basis: 32%;
    align-self: flex-start;
    margin: 20px 6px 0 6px;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 6%);
}
@media (max-width: 991px) { .blog_post { flex-basis: 99%;} }
div.post-thumbnail img, div.post_img img { object-fit: cover; width: 100%; }
.blog_post .post {  background: #fff; padding: 16px 20px 30px 20px; }

.sticky {	display: block;}
.archive-description {	margin-bottom: 1rem;}

body.post-template-full-width #primary.site-main {	flex: 0 0 auto;	width: 100%;}
body.post-template-full-width-without-container #primary.site-main {	flex: 0 0 auto;	width: 100%;	}

.post {	margin: 0;	padding-bottom: 4rem;}
.single .post {	padding-bottom: 2rem;}
.single-post .entry-title {	font-size: 1.5rem; margin-bottom: 0.25rem;	margin-top: 0; overflow-wrap: break-word;}
.page .entry-title, .inner .entry-title {	font-size: 1.5rem;}
.entry-title {	font-size: 1.1rem;}

.entry-title a,.entry-title a:visited {	color: #212529;	text-decoration: none;}
.entry-title a:active,.entry-title a:focus,.entry-title a:hover {	color: #212529;	text-decoration: underline;}

.entry-content,.entry-summary {	margin: 1.5rem 0 0;}

.page-content p,
.entry-content p,
.entry-summary p {
	overflow-wrap: anywhere;
	word-break: break-word;
	-ms-word-break: break-all;  
}

.entry-meta { color: #bdbdbd;	margin-bottom: 1.25rem; }
.entry-meta a,.entry-meta a:visited {	color: #6c757d;	text-decoration: none; }
.entry-meta a:active,
.entry-meta a:focus,
.entry-meta a:hover {
	color: #343a40;
	text-decoration: underline;
}

.blog-date, .blog-views {  font-family: Arial, sans-serif; font-size: 14px; margin-right: 20px; padding: 0; }
.blog-date svg.bi { fill: #666; height: 1.1rem; width: 1.1rem; padding-right: 3px; }
.blog-views svg.bi { fill: #666; height: 1.1rem; width: 1.1rem; }

.entry-footer {	color: #727272;}
.entry-footer a,.entry-footer a:visited {	color: #6c757d;	text-decoration: none;}
.entry-footer a:active,.entry-footer a:focus,.entry-footer a:hover { color: #343a40;	text-decoration: underline; }

.cat-links,.tags-links {	color: #727272;	margin-right: 1rem;}

blockquote {
   border-left: 4px solid var(--green);
   margin-left: 20px;
   padding-left: 20px;
   padding-top: 16px;
   padding-bottom: 1px;
   font: bold 14px/20px Open Sans,sans-serif;
   color: var(--cyan);
}
blockquote em { color: #7C858F; font-weight: normal; }



/* ------------------------- Button "More" -------------------------- */
.link { margin-top: 1rem; }
.btn-swipe {
    text-align: center;
    color: var(--cyan) !important;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 0px;
    width: 110px;
    border: 1px solid #D7DDCD;
    border-radius: 50px;
    background: #EFF1EB;
}
.btn-swipe:hover {
    color: var(--cyan) !important;
    border: 1px solid #EFF1EB;
    background: #D7DDCD;
}
/* -------------------------------------------- */


/* ==================== Pages. ====================== */
.page {	margin: 0;}
article.page {	padding-bottom: 2rem;}

.page-links {
	color: #727272;
	display: table;
  font-size: 1.25rem;
	margin: 0 auto 1rem auto;
}

.page-links a, .page-links span.post-page-numbers.current {	display: inline; }

.page-links a {
	background-color: transparent;
	border: none;
	color: #6c757d;
	line-height: 1.5;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}

.page-links span.post-page-numbers.current {
	background-color: transparent;
	border: none;
	line-height: 1.5;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}

.page-links a:first-child,
.page-links span:first-child {
	margin-left: 0;
}

.page-links a:hover,
.page-links span:hover,
.page-links a:focus,
.page-links span:focus {
	background-color: transparent;
	border-color: transparent;
	color: #343a40;
}

.page-links span.post-page-numbers.current,
.page-links span.post-page-numbers.current:hover,
.page-links span.post-page-numbers.current:focus {
	background-color: transparent;
	border-color: transparent;
	color: #343a40;
	cursor: default;
	font-weight: bold;
	z-index: 2;
}


/* ===============================<  Shop Goods >=============================== */
.card-goods { margin: 1.5rem 0; }

.card { border-radius: .4rem; padding: 0.6rem; box-shadow: 0px 2px 4px rgb(0 0 0 / 20%); }
.card-body { border-top: 1px solid rgba(0,0,0,.05); padding: 0;; }

.zoomBOut {  overflow: hidden; position: relative; }
.zoomBIn { background-position: center;  background-size: cover; transition: transform ease 0.3s; }
.zoomBIn:hover {  transform: scale(1.1); cursor: crosshair; }

.card-title {  margin-top: .5rem; }
.card-text { 
position: relative;
max-height: 6.6rem;  
padding: 0.8rem; 
overflow: hidden; 
text-align: left; 
letter-spacing: 0.05em;
-webkit-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	transition: max-height 0.4s;
}
.card:hover .card-text { max-height: 20rem; }
.card:hover .card-text span { z-index: -1; }
.card-text span {  
position: absolute;
top: 0; bottom:0; left:0; right:0;
background: linear-gradient(0deg, #fff 0%, rgba(255,255,255, 0) 30%, rgba(255,255,255, 0) 100%); 
z-index: 1;
}
.card-price { font-size: 1.5rem; font-weight: 600; color: red; }

.btn-outline-green {  color: var(--green) !important; border-color: var(--green); }
.btn-outline-green:hover {  color: #fff !important; background-color: var(--green); }

@media (max-width: 768px) {
.card .card-text { max-height: 16rem; }
.card:hover .card-text { max-height: 16rem; }
.mobile-no { display: none; }
}


/** === 404 page. === */
@media (min-width: 576px) {
	body.error404 #primary.site-main {		flex: 0 0 auto;		width: 100%;		}
}

/* ---------------------------------------------------------- Sidebar --------------------------------------------- */
aside#secondary {	padding-bottom: 4rem;	padding-top: 1.5rem;}

/* ---------------------------------------------------------- Widgets --------------------------------------------- */
.sidebar .widget { background-color: #fff; padding: 20px; border: 1px solid #f1f1f1; margin-bottom: 30px; }
#secondary .widget {	margin: 0;	padding: 1.5rem;}

#secondary .widget.widget_custom_html, #secondary .widget.widget_text {
	background-color: #f8f9fa;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
}
	
.widget-title {
	font-size: 1.15rem;
	font-style: italic;
	line-height: 36px;
	overflow-wrap: anywhere;
	word-break: break-word;
	-ms-word-break: break-all;
	border-bottom: 1px solid #f1f1f1; 
}
.sidebar .widget ul li {  font-size: 0.9rem; padding-bottom: 10px;    }

.widget ul {	list-style: none;	margin: 0;	padding-left: 0; }
.widget a,.widget a:visited {	color: var(--grey);	text-decoration: underline; }
.widget a:active,.widget a:focus,.widget a:hover {	color: var(--orange); }
.widget_nav_menu ul.sub-menu {	padding-left: 1.5rem; }


/*  ~~~~~~~~~~~~~<  Gutenberg Style Block >~~~~~~~~~~~  */
.wp-block-media-text {  }
.wp-block-media-text__media {  }
.wp-block-media-text__content {  }

.wp-block-columns {  /*display: flex; flex-wrap: wrap; */  }
.wp-block-column { padding: 0 0.4rem; margin-bottom: 20px; }
.wp-block-column.colum-3 { flex-basis: 33%; }

/* --===== Gutenberg FAQ Block ====--*/
.wp-block-faq-block-for-gutenberg-faq {  background: #F0F0F0;  padding: 10px; }
.wp-block-faq-block-for-gutenberg-faq .question {  text-transform: none; padding: 1px; }
.wp-block-faq-block-for-gutenberg-faq .question h4 { font-size: 18px; color: var(--green); margin-bottom: 1px;  }
.answer { background: #fff; color: #666; }


/* ------------------------------|  Tables  |--------------------------- */
.entry-content table {
    overflow-x: auto;
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    color: #333;
    background-color: #EAF1F1;
}

.entry-content table th, .entry-content table td { padding: 0.8rem; border: 1px solid #999;  }
.entry-content table tr.table-box { font-size: 1rem;  text-align: center; background-color: #C4D9DB; }
.entry-content table th {
    white-space: nowrap;
    padding: 6px;
    font-size: 1.1rem;
    line-height: 16px;
    text-align: center;
    background-color: #94BBBD;
}
table.bordered h5 { font-weight: 800; color: #9F5A39; line-height: 40px; }
table td i { font-size: 0.8rem; }

ul.table-list2 { list-style: none; }
ul.table-list2 li { font-size: 0.8rem; color: #314E52; padding: 6px 0;}
ul.table-list2 li:before { position: relative; content: "— "; margin-left: -14px; }


/* ------------------------------|  Tables Flexbox |--------------------------- */
.tables-block { 
padding: 3rem 0 2rem;
background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23e5e7ea' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
background-color: #EFF1EB;
}
.tables-fluid { border-radius: 6px; padding: 3px; box-shadow: 0px 3px 8px rgb(0 0 0 / 24%); background-color: #D1DCCC;}
.table-row { display: flex; flex-wrap: nowrap; }

@media (max-width: 480px) { 
.table-row {  flex-wrap: wrap; } 
.header .th-f { font-size: 1.3rem; }
.table-row .td-f { font-size: 0.9rem; } 
}

.table-row.table-header { justify-content: center; }
.th-f { font-size: 1.4rem; color: #909d05; font-weight: bold; padding: 1rem; }

.tr-f { flex-direction: column;  width: 100%; margin: 2px;  background-color: #FCFBF7; }

.td-f {
    width: 100%;
    line-height: 28px;
    font-size: 1rem;
    padding: 1rem 0;
    border-top: 4px solid #D1DCCC;
}
.td-f.heading { text-align: center; color: #444; font-weight: bold; line-height: 1.5; background-color: #EFF1EB;  }
.td-f.heading span {  font-size: 1.1rem; color: #909d05; }
.td-f.heading i {  font-size: 0.8rem; color: #3F6065; }

.td-f ul.table-list { color: #314e52; }
.td-f ul.table-list2 { color: #4f858d; font-size: 0.8rem; line-height: 1.5; }

/* ------------------------------|  Pricing Table |--------------------------- */
.pricingTable {
    padding-bottom: 30px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 24%);
    overflow: hidden;
}
.pricingTable:hover {  margin-top: -0.05rem; }
.pricingTable .pricingTable-header {
    padding: 20px 15px 30px;
    background: #f2a054;
    -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
    position: relative;
}
.pricingTable .pricingTable-header .lead { font-size: 16px; color: #404040; margin-bottom: 0px;}
.pricingTable:hover .pricingTable-header:before { right: 50%; }
.pricingTable .title {  font-size: 1.6rem;  color: #fff;  margin: 0; }
.pricingTable .title span.plem { font-size: 1.6rem; border-bottom: 1px dashed; text-decoration: none; }
.pricingTable .price-value { display: block; font-size: 26px; font-weight: bold; color: #151a33; }
.pricingTable .pricing-content {  padding: 30px 25px 0;  margin: 0;  list-style: none; }

.pricingTable .pricing-content li {
    font-size: 16px;
    text-align: left;
    color: #314e52;
    line-height: 22px;
    border-bottom: 2px solid rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.pricingTable .pricing-content ul.table-list2 {
    color: #4f858d;
    font-size: 0.8rem;
    line-height: 1.5;
    margin-left: 26px;
}
.pricingTable .pricing-content ul.table-list2 li {  font-size: 14px; color: #777; border-bottom: none;  margin-bottom: -10px; }
.pricingTable .pricing-content li:last-child {  border-bottom: none;}
.pricingTable .pricing-content li i {  float: left; margin-right: 10px; }

.pricingTable .pricingTable-signup {
    display: block;
    padding: 10px 0;
    margin: 20px 25px 0px;
    border-radius: 50px;
    background: #f2a054;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
}

.pricingTable .pricingTable-signup:hover { letter-spacing: 2px; box-shadow: 0 0 4px rgba(0, 0, 0, .3), 0 0 0 6px rgba(255, 255, 255, .5) inset; }
.pricingTable.green .pricingTable-header,
.pricingTable.green .pricingTable-signup { background: #ADD197;}
.pricingTable.green .pricing-content li i { color: #15b8f3; }

@media only screen and (max-width:768px) {
    .pricingTable .pricing-content li {  font-size: 15px }
    .pricingTable .block-spacer { display: none; }
}


/* ------------------------<  Button >--------------------- */
.btn:hover {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

/* ------------------------------|  LuckyWP Table |--------------------------- */
.lwptoc-light .lwptoc_i a {  color: var(--brown) !important; }
.lwptoc_item_number { color: var(--cyan); }
.lwptoc_itemWrap .lwptoc_itemWrap { font-size: 1rem; }
.lwptoc_itemWrap .lwptoc_itemWrap .lwptoc_item .lwptoc_item_number { color: var(--brown) !important; }
.lwptoc_itemWrap .lwptoc_itemWrap .lwptoc_item .lwptoc_item_label {color: var(--gray) !important; }


/* ===============================<  SVG Icons >=============================== */
svg { overflow: hidden;  vertical-align: middle; }
svg.bi { height: 1.3em; width: 1.3em; }

.icon.geo-alt {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23909D05' viewBox='0 0 16 16'%3e%3cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z'/%3e%3cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3e%3c/svg%3e");
}
.icon.phone {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23909D05' viewBox='0 0 16 16'%3e%3cpath d='M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z'/%3e%3cpath d='M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3e%3c/svg%3e");
}
.icon.envelope {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23909D05' viewBox='0 0 16 16'%3e%3cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z'/%3e%3c/svg%3e");
}
.icon.instagram {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23909D05' viewBox='0 0 16 16'%3e%3cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z'/%3e%3c/svg%3e");
}
.icon-2.check {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23909D05' viewBox='0 0 16 16'%3e%3cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3e%3c/svg%3e");
}

.icon {  display: inline-block;  width: 20px;  height: 20px;}
.icon-2 { display: inline-block; width: 30px; height: 30px;}

.icon-box { list-style: none; padding-left: 0; margin-top: 1rem; }
.icon-box li { margin-bottom: 1rem; }
.icon-box li a { color: #000; text-decoration: none; }
.icon-box li a:hover { color: var(--orange); text-decoration: underline; }
.icon-box li span.icon-addr { float: left; margin-right: 12px; }

.icon.phone { margin-bottom: 2.8rem; }

/* ===============================<  Top Bar >=============================== */
.top-bar {
    position: relative;
    background: var(--orange);
    height: 40px;
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
    z-index: 0;
}
.top-bar.v2:before {
   position: absolute;
    content: "";
    right: 30%;
    width: 84%;
    height: 100%;
    background: var(--dark-green) none repeat scroll 0 0;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    z-index: -1;
}
.top-bar a {  color: #fff; text-decoration: none; }
.top-bar a:hover {  color: var(--orange); text-decoration: underline; }
ul.topbar-box { list-style: none; margin: 0.7rem 0; padding-left: 0; }
ul.topbar-box li {  padding-right: 2rem; }
.social-links a { padding-right: 0.7rem; }
.top-bar svg.bi {  fill: #fff; margin: 1px 8px 1px 0; }


/* ===============================<  Header >=============================== */
.header { padding: 1.6rem 0; }
.logo img { width: 336px; }  /*  336x76  */

.phone { float: right;  }
.phone h6 {
font-weight: 900;
letter-spacing: -0.03em;
margin-bottom: .1rem;
}
.phone h6 a { font-size: 1.6rem; color: #151a33; text-decoration: none;  }
.phone h6 a:hover { color: var(--orange); }

.icon-phone {  
 float: left;
 margin-right: 2px;
 margin-top: 4px;
}
.icon-phone svg.bi { 
fill: var(--orange); 
margin: 1px 1px 1px 0; 
font-size: 26px;
}
.text-phone { overflow: hidden;}

.phone label { float: right; }
.phone label a { color: var(--green); border-bottom: 1px dashed;  text-decoration: none; z-index:999;  }
.phone label a:hover { color: var(--brown);  }

@media (max-width: 767px) {
.phone { float: none; }
.phone label { float: none; }
.text-phone { text-align: center;  margin-top: 1rem; }
}


/* ===============================<  Menu  >=============================== */
.menu-home {  background: #ECEDEF; box-shadow: 0px 4px 8px rgb(0 0 0 / 20%); }
.navbar-toggler:focus { box-shadow: 0 0; }
.navbar-nav {  margin: 0 auto; }

.nav-item { margin-right: 2.4rem; position: relative; }
@media (max-width: 1100px) { .nav-item { margin-right: 1.6rem; }}
.nav-item:last-child { margin-right: 0; }

.navbar li.active a { color: var(--brown); border-bottom: 2px solid #C6C6C6; }
.navbar ul li ul.dropdown-menu li a { color: #666; border-bottom: 0; }

.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z' fill='%23909D05'/%3E%3C/svg%3E%0A");
}
.navbar-toggler { color: rgba(0,0,0,.55); border-color: rgba(0,0,0,.1); }

.navbar-nav .nav-link { 
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-transform: uppercase; 
  color: var(--cyan);
  padding: .3rem 1rem;
}
.navbar-nav .nav-link:before {
   content: "";
    position: absolute;
    left: 51.5%;
    right: 51.5%;
    bottom: 0;
    background: var(--green);
    height: 2px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.navbar-nav .nav-link:hover:before { left: 0; right: 0; }

.navbar-nav li .nav-link { color: var(--cyan); }

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link { padding-right: .1rem;  padding-left: .1rem; }
}

.dropdown-menu .nav-item {  margin-right: 0; }

a.dropdown-item.active, a.dropdown-item:active {
  color: var(--brown);
  background-color: #ECEDEF;
}
.dropdown-menu[data-bs-popper] { top: 114%; }


/* ===========================<  Breadcrumb   >=========================== */
.breadcrumb-content { background: #FCFBF7; }
.breadcrumb-content .inner { margin-top: 1rem; padding: 2vh 0; text-align: center; background: #EFF1EB; }

/* ===========================<  Hero Banner  >=========================== */
.hero {
    width: 100%;
    height: 40rem;  /* 60vh */
    background: url(assets/images/hero-bg.jpg) top center;
    background-size: cover;
}
.hero h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    color: var(--cyan);
    font-family: Open Sans, sans-serif;
}
.hero h2 span { color: var(--green); }

.hero-text-bg {
  width: 32rem;   /*  50vh  */
  padding: 2.4rem 1rem;
  border-radius: 6px;
  background: rgb(255 255 255 / 80%);
}

[class^="btn-get-"] {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    transition: all 0.4s ease 0s;
}
.hero a.btn-get-started {
    margin-top: 30px;
    border: 2px solid #B8874C;
    color:  #B8874C;
}
.hero a.btn-get-started:hover {  
border: 2px solid var(--orange); 
color:  #fff; 
 background: var(--orange);
}

@media (max-width: 991px) {
.hero-text-bg {  width: 30rem; }
.hero h2 {  font-size: 1.6rem!important; line-height: 1.4; }
}
@media (max-width: 767px) {
.hero { height: 20rem; }    /* 40vh */
.hero-text-bg {  width: 18rem; }
.hero h2 {  font-size: 1.3rem!important; }
}


/* ===============================<  Features  >=============================== */
.features { background: #FCFBF7;  }
.feature-box { 
  padding: 2rem 2.6rem;
  border-bottom: 2px solid var(--green);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px; 
}
.feature-box:hover { border-bottom: 2px solid var(--orange); }
.feature-box:hover h3 { color: var(--orange); }

.feature-box h3 { color: var(--green); font-weight: 900; text-transform: uppercase; }
.feature-box p { font-family: Open Sans, sans-serif; color: var(--brown); font-weight: 600; }


/* ==============================<  Call To Action >============================== */
/*
.cta { background: #EFF1EB;  }
h3.heading { 
  color:  var(--dark-green); 
  text-transform: uppercase; 
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
h3.heading span { font-weight: 300; }
h3.heading::after { 
   content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #D1DCCC;
    bottom: 0;
    left: calc(50% - 35px);
}

.cta h4 { color:  #B8874C; }
.cta-box p { font-size: 1.2rem;  }

.cta a.btn-get-started {
    border: 2px solid var(--green);
    color:  var(--green);
}
.cta a.btn-get-started:hover {  border: 2px solid var(--orange); color:  var(--orange); }
*/

/* ==============================<  FAQ + News >============================== */
.faq { background: #FCFBF7;  }
h4.heading { 
  color:  var(--dark-green); 
  text-transform: uppercase; 
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
h4.heading::after { 
   content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #D1DCCC;
    bottom: 0;
    left: calc(10% - 55px);
}

.accordion-header button { font-size: 1.2rem; color:  var(--green); }
.accordion-item {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px; 
}
.accordion-button:focus {
box-shadow: none;   /*   0 0 0 0.25rem rgb(144 157 5 / 25%)   */
}
.accordion-flush .accordion-collapse {  background-color: #EFF1EB; }
.accordion-flush .accordion-item { margin-bottom: 14px;}

.accordion-button { font-size: 0.9rem; font-weight: 500; }
.accordion-button:hover { background-color: #f8f8f8; }
.accordion-button:focus { box-shadow: none; }

.accordion-button::after {
    background-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8c8c8;
    background-position: center center;
    border-radius: 50%
}

.accordion-button:not(.collapsed) {  color: #666; background-color: #f7f7f7; font-weight: 400; }
.accordion-button:not(.collapsed)::after { border-color: #c8c8c8; }
.accordion-button.collapsed { border-bottom: 1px solid #ddd !important; }

/* ------------------------------|  Post Viewes Home Page  |--------------------------- */
.fp-title { line-height: 1.1 !important; }
.fp-list-4 .fp-media {  flex: 1 0 29%;  margin-bottom: 0.2em;  }
.fp-post .fp-title a { font-size: 1rem; line-height: 1.2; color: var(--cyan); }
.fp-post .fp-title a:hover { color: var(--orange); }
.fp-post .fp-date time { color: var(--grey); }
.fp-thumbnail img { height: 6rem; object-position: top center; }



/* ==============================<  Logo Slider >============================== */
.partners { background: #EFF1EB; padding: 1.8rem 0 2.8rem 0; }

/* ---------<  Swiper Slider  >--------- */
.swiper {  width: 100%; height: 100%; }

.swiper-slide {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        z-index: 1;
}
      
.testimonials .swiper-pagination { margin-top: 20px; position: relative; }

.swiper-button-next:after, .swiper-button-prev:after { font-size: 1.6rem !important; color: #D1DCCC; }
.swiper-button-next { right: -2px !important; }
.swiper-button-prev { left: -2px !important;  }

@media (max-width: 760px) {
.swiper-button-next { right: 0px; }
.swiper-button-prev { left: 0px; }
}


/* ===========================<  Footer  >=========================== */
footer {  }
.footer-top {  background: #3F6065; padding-top: 50px; color: #fff; }
.footer-top a { color: #fff; text-decoration: none; }
.footer-top a:hover { text-decoration: underline; }
.footer-logo img { width: 260px; } 

.social-links svg.bi { fill: #fff; }
.social-links svg.bi:hover { fill: var(--green); }

.single-footer {  padding-bottom: 2rem; }
.single-footer p { font-size: 0.9rem; margin-top: 0.7rem; padding-right: 3rem; }
.single-footer h5 { color: var(--green); font-weight: 900; text-transform: uppercase; }
.single-footer ul { padding: 0; list-style: none; margin-top: 1.2rem;}
.single-footer ul li { padding: 3px 0; }

.copyright-area { 
  position: relative;
  background: #314E52;
  height: 40px;
  color: #fff;
  transition: all 0.5s;
  z-index: 0;
}
.copyright-area.v2:before { 
  position: absolute;
  content: "";
  right: 60%;
  width: 60%;
  height: 100%;
  background: #2D464A none repeat scroll 0 0;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
  z-index: -1;
}
.copyright { font-size: 0.9rem;  color: #537E85;  margin-top: 0.7rem; }

/* ===========================<  404 Page  >=========================== */
.main-404 { background: #EFF1EB;  border-top: 1px solid #DEE0E3; }
.error-404 { padding: 5% 0 10%; }
.big-title { font-family: Open Sans, sans-serif; font-size: 8rem; font-weight: 900; color: #990033; text-shadow: -0.02em 0 red, 0.02em 0 cyan; }
.error-404 h4 { font-size: 2rem; line-height: 1.8; }
.error-404 p { font-size: 1.2rem;  }
.btn-theme { background: var(--green); color: #fff !important; }
.btn-theme:hover, .btn-theme:focus {  background: var(--orange); }


/* ------------------------<  Back to Top button >--------------------- */
.back-to-top {
    position: fixed;
    z-index: 99;
    bottom: 10px;
    left: 10px;
    display: none;
    transition: all 0.5s ease;
    height: 36px;
    width: 36px;
    line-height: 34px;
    border-radius: 6px;
    text-align: center;
    background: var(--green);
    color: #fff !important;
    font-size: 1.25rem;
}
.back-to-top svg.bi {
   fill: #fff;
   transition: all 0.5s ease;
}
.back-to-top:hover { background: var(--orange); transform: rotate(45deg); }
.back-to-top:hover svg.bi {  transform: rotate(-45deg) !important;}


/*  ~~~~~~~~~~~~~~~~~~<    ScrollBar  >~~~~~~~~~~~~~~~  */
::-webkit-scrollbar { width:13px;}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(233,240,242,0.3); 
    background: #E9F0F2;
}

::-webkit-scrollbar-thumb {
   -webkit-border-radius: 4px;
   border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(254,133, 49, 1); 
  background: rgba(242,160, 84, 1);   /*    */
}


/* ------------------------------|  Contact Form 7   |--------------------------- */
.wpcf7-form .form-contact { padding: 1rem; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form .wpcf7-textarea { 
background-color: #F7F9FF; 
padding: 0.6rem;
border: 1px solid #ccc;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus { 
  border-color: var(--green); 
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px rgb(201 219 223 / 60%);
   box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px rgb(201 219 223 / 60%);
}
.wpcf7-form .wpcf7-form-control { border-width: 1px; }

.form-contact a { font-size: 0.9rem; color: #333; }
.form-contact-btn { padding-left: 1rem; }
.form-contact-btn input[type="submit"] { border-color: var(--green);  background-color: #BECF07; box-shadow: none; }
.form-contact-btn input[type="submit"]:hover {  border-color: #333; background-color: var(--orange); }

.wpcf7-form-control-wrap { font-size: 0.9rem;  }
.wpcf7-form-control-wrap .wpcf7-list-item-label {  }

body input::-webkit-input-placeholder{color: #969696; opacity:0.9; padding: 0 0.6rem; }
body input::-moz-placeholder{color: #969696; opacity:0.9;}

@media (max-width: 760px) {
.form-contact-btn .footnote { display: block; margin-top: 1rem; }
}
.wpcf7-response-output { font-size: 0.86rem; margin: 0px 0px 0px !important; }
/*  .form-help {   font-size:13px;  font-style:italic;  color: var(--gray);}  */
.grecaptcha-badge { visibility: hidden;}


/* =======================<  Modal   >====================== */
.modal.show {
    background: rgba(51,51,51,.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.modal-header { background: #D7DDCD; padding: .8rem 2rem; }
.modal-title { font-weight: 600; }
.modal-body { background: #EFF1EB; }
.btn-close {  webkit-transition: all .25s linear 0s;  -o-transition: all .25s linear 0s; transition: all .25s linear 0s; }
.btn-close:hover {  transform: rotate(90deg); }


/* ------------------------<  CSS Animation  /animista.net/ >--------------------- */
.pulsate-fwd {
	-webkit-animation: pulsate-fwd 2000ms ease-in-out infinite both;
	 animation: pulsate-fwd 2000ms ease-in-out infinite both;
	 }
@-webkit-keyframes pulsate-fwd {
  0% {  -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.04); transform: scale(1.04);}
  100% {   -webkit-transform: scale(1);transform: scale(1);  }
}
/* --------------------------------------------------------------------------------------------- */

/** ====================== Post navigation ========================== */
.site-main .post-navigation {  margin: 0 0 4rem 0; word-break: break-all; }
.nav-previous a, .nav-next a { border-radius: 2rem; text-decoration: none; }
.pagination a.prev.page-numbers, .pagination a.next.page-numbers {	border-radius: 2rem; }

.pagination {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 0 0 4rem 0;
	word-break: break-all;
}
.pagination .nav-links {
	display: table;
	font-size: 1.25rem;
	margin-left: auto;
	margin-right: auto;
}
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
	color: #6c757d;
}
.pagination a.prev.page-numbers:hover,
.pagination a.prev.page-numbers:focus,
.pagination a.next.page-numbers:hover,
.pagination a.next.page-numbers:focus {
	color: #fff;
}
.pagination a, .pagination span.page-numbers.current { display: inline; }
.pagination a, .pagination a:visited {
	background-color: transparent;
	border: none;
	color: #6c757d;
	float: left;
	line-height: 1.5;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.pagination span.page-numbers.current,
.pagination span.page-numbers.dots {
	background-color: transparent;
	border: none;
	float: left;
	line-height: 1.5;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.pagination span.page-numbers.dots {	color: #6c757d; }
.pagination a:first-child,.pagination span:first-child {	margin-left: 0;}
.pagination a:hover,
.pagination span:hover,
.pagination a:focus,
.pagination span:focus {
	background-color: transparent;
	border-color: transparent;
	color: #343a40;
}

.pagination span.page-numbers.current,
.pagination span.page-numbers.current:hover,
.pagination span.page-numbers.current:focus {
	background-color: transparent;
	border-color: transparent;
	color: #343a40;
	cursor: default;
	font-weight: bold;
	z-index: 2;
}

/* --------------------------------------Media----------------------------------- */
.custom-logo-link a,.custom-logo-link a:focus,.custom-logo-link a:hover {	text-decoration: none;}

/* -----------------------------------Captions------------------------------------ */
.wp-caption {	background-color: transparent;	border: none;	margin-bottom: 1rem;  text-align: center;}
.wp-caption img {	display: block;	margin-left: auto;	margin-right: auto;}
.wp-caption-text {	font-size: 0.875rem;	margin: 0.875rem 0;	text-align: center;}

/*  ~~~~~~~~~~~~~~~~~~<    Media  >~~~~~~~~~~~~~~~  */
@media (min-width: 1400px) { }
@media (min-width: 1200px) { }
@media (max-width: 991px) { }
@media (max-width: 768px) {  }
@media (max-width: 576px) { }

.sbsi7l-0 { display: none !important; }   /* GetButton */
