:root {
	--primary:#00521f;
	--primary-red:#C12026;
	--primary-icon:#ffffff;
	--primary-bg:#F7F4EF;
	--primary-menu:#00521f;
	--primary-dark:#000000;
	--primary-sky:#006488;
	--secondary:#4B58B8;
	--secondary-theme:#EEF2F3;
	--secondary-theme-a:#ECF1F7;
	--secondary-theme-quote:#AE332E;
	--secondary-features:#FAF3E1;
	--secondary-light-dark:#2D2E30;
	--secondary-chat:#94989B;
	--secondary-city:#CAE6F2;
	--secondary-touch:#FAC914;
	--secondary-cbg:#F8F8F8;
}

@font-face {
  font-family: 'franklin_gothicregular';
  src: url('../fonts/franklingothic-webfont.woff') format('woff2'),
       url('../fonts/franklingothic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'cyregular';
    src: url('../fonts/cy-regular-if6673e73706204-webfont.woff2') format('woff2'),
         url('../fonts/cy-regular-if6673e73706204-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tylko_regularregular';
    src: url('../fonts/tylko-regular-webfont.woff2') format('woff2'),
         url('../fonts/tylko-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'afronaut_testregular';
    src: url('../fonts/afronauttest-regular-webfont.woff2') format('woff2'),
         url('../fonts/afronauttest-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	padding:0;
	margin:0;
	outline:0;
	box-sizing: border-box;
}

body {
	font-family: "Raleway", serif;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	background-color: #ffffff;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family:  "Sofia Sans", serif;
	padding: 0;
}

p {
	font-size: 15px;
	font-weight: 500;
	color: #666466;
	line-height: 27px;

}

.clearfix {
	clear: both;
}

#wrapper {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
}

.bh-menu.fixed-top {
    background-color:var(--primary-menu);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}

.top-block {
	padding: 10px;
	background-color: var(--primary-bg);
}

.top-social h2 {
	margin: 0 0 5px 0;
	font-size: 15px;
	color: var(--primary);
}

ul.my-social {
	list-style: none;
	margin: 0;
	padding: 0;	
}

ul.my-social li {
	display: inline-block;
	width: 23px;
	height: 23px;
	background-color:var(--primary-icon);
	border: 1px solid var(--primary);
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	padding: 2px;
	margin-right: 5px;
}

ul.my-social li i.bi.bi-facebook, ul.my-social li i.bi.bi-instagram, ul.my-social li i.bi.bi-twitter, ul.my-social li i.bi.bi-youtube {
    font-size: 14px;
    color:var(--primary);
}

.top-bhinfo {
	float: right;
	margin-top: 21px;
}

ul.bhinfo-a {
	list-style: none;
	display: flex;
	flex-direction: row;
	margin: 0;
}

ul.bhinfo-a li  {
	margin-right: 15px;
	font-size: 15px;
	font-weight: 600;
}

ul.bhinfo-a li span {
	display: inline-flex;
    flex-direction: row;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 6px;
    text-align: center;
    align-items: center;
    color: white;
    line-height: 0px;
    background-color: var(--primary);
	margin-right: 7px;
}

ul.bhinfo-a li span i.bi.bi-clock, ul.bhinfo-a li span i.bi.bi-envelope {
    font-size: 12px;
}

.top-call {
	font-size: 15px;
    font-weight: 600;
	padding-left: 35px;
	position: relative;
	color:var(--primary);
	margin-top: 15px;
	float:right;
}
.top-call::before {
	position: absolute;
    content: "\f3cf";
    font-family: fontawesome;
    color:var(--primary);
    font-size: 30px;
    font-weight: 300;
	left: 0;
    top: 13px;
}


.top-call h2 {
	font-size: 20px;
	font-weight: 700;
}
.bh-menu {
	background-color: var(--primary-menu)
}
.logo img {
	/*width: 95%;*/
    margin-top: 5px;
}

.bh-main-menu a img {
    display: none;
}

.bh-main-menu .bg-dark {
	background-color: transparent!important;
	padding: 0;
}

.bh-main-menu .navbar {
	--bs-navbar-padding-x:0;
	--bs-navbar-padding-y:0;
	--bs-navbar-brand-padding-y:0;
	--bs-navbar-brand-margin-end:0;
}

.bh-main-menu .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	/*background-image: url('../images/nav-button.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 88px;
	height: 118px;
	color:var(--primary-icon);*/
}

.bh-main-menu ul.navbar-nav li {
	text-align: center;
	line-height: 80px;
	margin-right: 20px;
}

.bh-main-menu a.nav-link{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.0px;
	color:#ffbf00;
}

a.nav-link:hover {
    color: #fff;
	background:none;
}

ul.dropdown-menu.sisher {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.dropdown-menu.sisher li {
	display: block;
    text-align: start;
    line-height: 30px;
    background-color: #F8F9FA;
}
ul.dropdown-menu.sisher li a {
	color: var(--primary);
}


.bh-main-menu .dropdown-item {
	font-size: 16px;
	font-weight: 600;
}

.bh-main-menu .dropdown-menu {
	border: none;
	border-radius: inherit;
	background: none;
}

.dropdown-item {
	padding: 0px;
	text-align: left;
}

.bh-main-menu .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.bh-main-menu ul.dropdown-menu li.nav-item {
	max-width: 100%;
	background-color: var(--primary-menu);
	padding: 3px 5px;
	font-size: 18px;
	line-height:  31px !important;
}

.bh-slide {
	padding: 50px 0 60px 0;
	background: #D3D3D3;
}

.bh-slide .slider {
    width: 100%;
    margin: 0px auto;
}

.bh-slide .slick-slide {
      position: relative;
}

.bh-slide .slick-slide:focus {
	outline: 0;
	border-color: transparent;
}

.bh-slide .slick-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.bh-slide .slick-slide img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.bh-slide.slick-prev:before,
.bh-slide .slick-next:before {
    display: none !important;
}

.bh-slide .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
    
.bh-slide .slick-active {
    opacity: 1;
}

.bh-slide .slick-current {
    opacity: 1;
}

.kirnaaa {
	position: relative;
}
.bh-item-slide {
	padding: 0;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	height: 441px;
	width: 100%;
}

.bhinn-content {
	position: absolute;
	top: 15px;
	left: 25px;
	padding: 25px;
	width: 49%;
	height: auto;
}

.bhinn-content h2 {
	color: #00521f;
	font-family: "Sofia Sans", serif;
	font-size: 25px;
    margin-bottom: 15px;
}

.bhinn-content h3 {
	font-family: 'cyregular';
	font-size: 43px;
    font-weight: 700;
	margin-bottom: 21px;
	width: 70%;
}
.bhinn-content p {
	font-size: 14px;
	color: var(--primary-dark);
}
.click-me {
	background-image: url(../images/btn-bg.png);
	width: 230px;
	height: 89px;
	padding-top: 37px;
    padding-left: 80px;
}

.click-me a, .bh-submit a {
	font-family: 'cyregular';
	font-size: 19px;
	font-weight: 800;
	color: var(--primary-bg);
	text-decoration: none;
	
}
.click-me a:hover {
	color:#ffbf00
;
}
.bh-submit a:hover{
    color:#fff;
}
.react-query {
	display: none;
	background-image: url(../images/sm-assistance-bg.png);
	background-repeat: no-repeat;
	width: 255px;
	height: 95px;
	padding: 45px 12px 0px 12px;
    text-align: center;
    margin: 0 auto;
}
.react-query a {
	font-size: 19px;
	font-weight: 700;
	color: var(--primary-dark);
	text-decoration: none;
}

.react-query-aa {
	display: none;
	background-image: url(../images/md-astn-bg.png);
	background-repeat: no-repeat;
	width: 184px;
	height: 95px;
	padding: 45px 12px 0px 12px;
    text-align: center;
    margin: 0 auto;
}
.react-query-aa a {
	font-size: 19px;
	font-weight: 700;
	color: var(--primary-dark);
	text-decoration: none;
}

.bh-star {
	position: relative;
}
.bh-star img {
	position: absolute;
	top: -87px;
	left: 491px;
	width: 12%;
}

.bh-welcome {
	position: relative;
	padding: 45px 0;
	z-index: 100;
	background: #DFE3E6;
}
.bh-welcome::before {
	content: '';
    background-color:var(--secondary-theme);
    position: absolute;
    inset: 0;
    opacity: 0.5;
}
.bh-welcome-inner {
	isolation: isolate;
}

.bh-welcome-inner h1 {
	margin: 50px 0 15px 0;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
.bh-welcome-inner p {
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-dark);
	text-align:justify;
}


.bh-application {
	background-color: #00521f;
	padding: 33px;
	color: var(--primary-icon);
	position: relative;
}

.bh-application h2 {
	font-size: 23.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin-bottom: 16px;
}
.bh-application p {
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
	padding-left: 29px;
	padding-right: 10px;
    text-align: justify;
	color: var(--primary-icon);
}
.bh-application p::before {
	position: absolute;
    content: "\f10d";
    font-family: fontawesome;
    color:var(--primary-menu);
    font-size: 23px;
    font-weight: 300;
    left: 32px;
    top: 68px;
}
.bh-application p::after {
	position: absolute;
    content: "\f10e";
    font-family: fontawesome;
    color:var(--primary-menu);
    font-size: 23px;
    font-weight: 300;
    right: 46px;
    bottom: 141px;
}

.bh-submit {
	background-image: url(../images/assistance-bg.png);
	background-repeat: no-repeat;
	width: 321px;
	height: 99px;
	padding-top: 44px;
    padding-left: 82px;
    margin: 0 auto;
}

.bh-submit a {
	color: var(--primary-dark);
}

.bh-choose {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0;
	height: 600px;
}

.bh-choose-inner h2 {
	font-family: 'afronaut_testregular';
	font-size: 105px;
	font-weight: 800;
	letter-spacing: 0.5px;
	margin-top: 20px;
	margin-bottom: 27px;
	color:#ffbf00;
}
.bh-choose-inner p {
	color: var(--primary-dark);
	font-weight: 600;
	width: 75%;
    text-align: justify;
}

.block-core {
	float: right;
    width: 100%;
    position: relative;
}

.bh-core-info {
	display: flex;
    position: absolute;
    right: -114px;
    top: 57px;
    width: 100%;
}

.creation {
	position: relative;
    right: -121px;
    background-color: #00521f;
    padding: 12px;
    text-align: center;
    width: 34%;
    clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
    color:#fff;
}
.creation h5, .clients-a h5, .agent-a h5 {
	font-family: 'cyregular';
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
	margin: 0 auto;
	width: 75%;
}
.clients-a {
	position: relative;
    right: -60px !important;
	padding: 12px;
    text-align: center;
    width: 34%;
    background-color: #026200;
    clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
    color:#fff;
}
.agent-a {
	padding: 12px;
    text-align: center;
    width: 34%;
	background-color:#018205;
	clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0% 100%);
	color:#fff;
}

.bh-best-features {
	background-color: #E0E0E0;
	padding: 55px;
}

.bh-best-features h2 {
	font-size: 49px;
	text-align: center;
	margin: 15px 0 29px 0;
	font-weight: 700;
	color: var(--primary);
}

.bh-best-features .slick-initialized .slick-slide {
	padding: 10px 5px;
}

.bh-service {
	background-color: var(--primary-icon);
	border-radius: 15px;
	box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
}
.bh-service img {
	width: 100%;
    border-radius: 15px 15px 0 0;
}

.bh-inn-service {
	padding: 15px;
	text-align: center;
}

.bh-inn-service h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.bh-inn-service p {
	font-size: 14px;
	font-weight: 600;
}

.service-info {
	background-image: url(../images/moreinfo-bg.png);
	background-repeat: no-repeat;
	width: 142px;
	height: 60px;
	margin: 0 auto;
	padding-top: 30px;
	background-color: transparent;
    border: none;
    color: #fff;

}

.service-info a {
	text-decoration: none;
	font-size: 14.5px;
	font-weight: 700;
	color: var(--primary-icon);
}

.service-info a:hover {
	
	color: #ffbf00;
}

.btnspace {
    paddding-top: 10px !important;
}


.react-info {
	display: none;
	background-image: linear-gradient(to left top, #f15183, #e04379, #d0346e, #bf2464, #af105a);
	width: 60%;
    margin: 0 auto;
    padding: 13px;
    border-radius: 3px;
}
.react-info a {
	font-size: 16px;
	font-weight: 700;
	color: var(--primary-icon);
	text-decoration: none;
}

.upline-ser {
	margin-top: 30px;
}

.bh-testimonial {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
	padding: 105px 0 55px 0;
}

.bh-testimonial h4 {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 10px;
}
.bh-testimonial h2 {
	font-weight: 700;
	font-size: 35px;
	color: var(--secondary-light-dark);
	width: 80%;
}

.bh-inner-clients {
    padding-left: 87px;
    margin-top: 43px;
}

.bh-inner-clients .slick-prev:before, .bh-inner-clients .slick-next:before {
	display: none;
}

.bh-inner-clients .slick-initialized .slick-slide {
	padding: 10px 5px;
}

.clients-says {
	background-color: var(--primary-icon);
	padding: 12px;
	box-shadow: 1px 5px 11px 1px rgba(0, 0, 0, 0.1);
	position: relative;
}

.students-says {
	background-color: #E7F0F5;
	padding: 10px;
	position: relative;
}

.students-says p {
	font-size: 13px;
	font-weight: 600;
	line-height: 25px;
	min-height: 150px;
}

.arrow {
	top: 100%;
	left: 0;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #E5EEF3;
    margin: 0;
    position: absolute;
}

.clients-says img {
	max-width: 100%;
	vertical-align: middle;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    margin: 21px 0 0 10px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.author {
	position: absolute;
    bottom: 47px;
    padding: 0 10px 0 99px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.author h5 {
	font-size: 13px;
	font-weight: 700;
	color: var(--primary-dark);
}

.author h5 span a {
	text-decoration: none;
}

.bh-flag-wise {
	background-color:var(--secondary-theme-a);
	padding: 45px 0;
}

.bh-flag-wise .slick-prev:before, .bh-flag-wise .slick-next:before {
	display: none;
}



.bh-question-asked {
	padding: 45px 0;
}

.bh-question-asked h2 {
	font-size: 79px;
    font-weight: 900;
    width: 61%;
	line-height: 77px;
}

.bh-chat {
	margin-top: 35px;
}

.bh-chat h6 {
	font-size: 15px;
	color: var(--secondary-chat);
}

.bh-chat h4 {
	font-size: 22px;
	font-weight: 600;
	color: var(--primary-dark);
}

.bh-lookingfor {
	margin-left: 35px;
	position: relative;
}
.bh-lookingfor h4 {
	width: 60%;
	font-size: 17px;
    font-weight: 600;
	padding-left: 30px;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
    color: var(--secondary-chat);
    border-bottom: 2px dotted var(--secondary-chat);
}

.bh-lookingfor h4::before {
	position: absolute;
    content: "\f002";
    font-family: fontawesome;
    color:var(--secondary-chat);
    font-size: 22px;
    font-weight: 300;
	left: 0;
    top: -2px;
}

.bh-accordian-pro {
    margin-top: 30px;
}

.bh-accordian-pro .accordion {
	--bs-accordion-active-bg:none;
	--bs-accordion-border-color:none;
	--bs-accordion-border-width:none;
}

.bh-accordian-pro .accordion-item {
	border: none;
}

.bh-accordian-pro h2.accordion-header {
	width: 100%;
	line-height: 27px;
	border-bottom: 1px solid #000;
}
.bh-accordian-pro .accordion-button {
	font-size: 19px;
    font-weight: 700;
	color: var(--primary-dark);
}

.bh-accordian-pro .accordion-button:focus {
	box-shadow: none;
}

.bh-accordian-pro .accordion-body {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
	color: var(--secondary-chat);
}

.bh-blogs {
	/*background-color: var(--secondary-features);*/
	background: linear-gradient(to bottom, #00521f, #00953B);
	padding: 45px 0;
}

.bh-blogs h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	text-align: center;
	color:#ffbf00;
}

.blog-content {
	background-color: var(--primary-icon);
	border-radius: 2px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.blog-content img {
	width: 100%;
	min-height: 174px;
	border-radius: 2px 2px 0 0;
}
.content-inner {
	padding: 15px;
	text-align: center;
}

.content-inner h3 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 15px;
}

.content-inner h3 a:hover{
	color:#ffbf00;

}
.content-inner p {
	font-size: 14px;
	font-weight: 600;
	min-height: 108px;
}

.bh-city {
	background-color: #EFEFEF;
	padding: 45px 0;
}
.bh-city-map {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 455px;
}
.ind-ocean {
	position: absolute;
	top: 31px;
    left: 106px;
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-sky);
}

.ind-ocean-a {
	position: absolute;
	bottom: 63px;
    left: 198px;
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-sky);
}

.coral-a {
	position: absolute;
	top: 64px;
    right: 63px;
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-sky);
}

.tasman-a {
	position: absolute;
	bottom: 4px;
    right: -28px;
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-sky);
}

.au-city {
	margin-top: 107px;
	font-size: 39px;
	font-weight: 800;
	color: #00521f;
	line-height: 49px;
}
.au-city span {
	color: #9F2C21;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.bh-in-touch {
	background-color: #00521f;
	padding: 45px 0;
}

.in-touch-block {
	background-color: #FEBF00;
	padding: 35px 35px 0px 95px;
	max-width: 735px;
    width: 735px;
	position: relative;
    right: 82px;
	text-align: center;
}

.touch-info {
	position: relative;
	z-index: 100;
	margin-top: 81px;
}

.location-a {
	background-color: var(--primary-icon);
	padding: 21px;
	text-align: center;
	margin-bottom: 15px;
	box-shadow: 0px 4px 15px 7px rgba(0, 0, 0, 0.1);
	min-height: 186px;
}

.location-a i.fa-solid.fa-location-dot {
    font-size: 45px;
	color: var(--primary);
	margin-bottom: 7px;
}

.location-a p {
	font-size: 13px;
    font-weight: 700;
    line-height: 23px;
	color: var(--primary);
	text-transform: uppercase;
	margin: 0;
}

.location-a i.fa-solid.fa-square-phone {
	font-size: 45px;
	color: var(--primary);
	margin-bottom: 7px;
}

.location-a i.fa-solid.fa-envelope-open-text {
	font-size: 45px;
	color: var(--primary);
	margin-bottom: 7px;
}

.location-a.ph p span {
	font-size: 17px;
    font-weight: 900;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.in-touch-block img {
	/*width: 40%;*/
	margin-bottom: 11px;
}

.in-touch-block h3 {
	font-size: 41px;
	text-transform: uppercase;
	font-weight: 700;
}

.myinfo-form .form-control {
	border-radius: inherit;
	margin-bottom: 21px;
	background-color: transparent;
	border: 2px solid var(--primary);
	padding: .375rem .75rem .375rem .75rem;
	color: #000;
	font-size: 15px;
    font-weight: 500;
}

.myinfo-form .form-control:focus {
	box-shadow: none;
}

.bh-submit-ss {
	background-repeat: no-repeat;
	width: 142px;
	height: 73px;
	margin: 0 auto;
	position: relative;
    top: -66px;
	padding-top: 32px;
}

.bh-submit-ss a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primary-icon);
}

.mid-social {
	text-align: center;
	margin-top: 15px;
}

.mid-social h5 {
	font-size: 16px;
	color: var(--primary-menu);
}
ul.mid-social-bb {
	list-style: none;
	margin: 0;
    padding: 0;
}
ul.mid-social-bb li {
	display: inline-block;
	width: 27px;
	height: 27px;
	border: 1px solid var(--primary-menu);
	border-radius: 50%;
	text-align: center;
    line-height: 24px;
	margin-right: 7px;
}

ul.mid-social-bb li i.fa-brands.fa-facebook-f, ul.mid-social-bb li i.fa-brands.fa-instagram,
ul.mid-social-bb li i.fa-brands.fa-twitter, ul.mid-social-bb li i.fa-brands.fa-youtube {
	font-size: 13px;
	color: var(--primary-menu);
}

.bh-footer-nav {
	background-color: #00521f;
	border-top: 3px solid #ffbf00;
	padding: 45px 0;
}

.site-navi h3 {
	font-size: 25px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-weight: 700;
}
ul.site-visit-a {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.site-visit-a li {
	display: block;
}
ul.site-visit-a li a {
	font-size: 17px;
	font-weight: 500;
	color: var(--primary-icon);
	text-decoration: none;
	line-height: 27px;
}
ul.site-visit-a li a:hover {
	color: #ffbf00;
}

.main-footer {
	background-color: var(--primary-icon);
	padding: 35px 0;
}

.main-footer h6 {
	font-size: 16px;
	font-weight: 600;
}

.main-footer h6 a {
	text-decoration: none;
	color: var(--primary-sky);
}

.main-footer h5 {
	font-size: 16px;
	margin-bottom: 0;
}

.main-footer h5 button {
	font-weight: 800;
	border: none;
	background-color: var(--primary-icon) !important;
	color: var(--primary-red);
}

.main-footer h5 button #myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 100; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	color: var(--primary-red); /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
  }
  
  /* INNER PAGE CSS */

  .bh-about {
	background-color: var(--primary-icon);
	padding: 45px 0;
  }

  ul.beside-title {
	list-style: none;
	padding: 0;
	margin: 78px 0 0 0;
	text-align: center;
  }

  ul.beside-title li {
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	color: var(--secondary-chat);
  }

  .about-content h2 {
	font-family: 'cyregular';
	font-size: 51px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	text-transform: uppercase;
  }

  .about-snap {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 350px;
	width: 100%;
	padding: 0;
  }

  .bh-slogan {
	padding: 55px 0;
  }

  .bh-slogan h3 {
	font-family: "Clicker Script", serif;
    font-weight: 700;
    font-size: 35px;
    margin: 0 auto;
    width: 78%;
	position: relative;
	padding-top: 60px;
  }

  .bh-slogan h3::before {
	position: absolute;
    content: "\f10d";
    font-family: fontawesome;
    color:var(--secondary-chat);
    font-size: 23px;
    font-weight: 300;
    left: -35px;
    top: 45px;
  }

  .bh-slogan h3::after {
	position: absolute;
    content: "\f10e";
    font-family: fontawesome;
    color:var(--secondary-chat);
    font-size: 23px;
    font-weight: 300;
    right: -20px;
    bottom: -8px;
  }

  .highlight-snap {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 250px;
	width: 100%;
	padding: 0;
  }

  /* CONTACT PAGE CSS */

  .contact-snap {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 450px;
	width: 100%;
  }
  .contact-block-a {
	position: relative;
    padding: 0;
    z-index: 100;
	min-height: 450px;
  }
  .contact-block-a::before {
	content: '';
    background-color: #000;
    position: absolute;
    inset: 0;
    opacity: 0.5;
  }
  .contact-block-content {
	isolation: isolate;
  }
  .c-content-inner {
	text-align: center;
	padding: 45px 0;
  }
  .c-content-inner h2 {
	font-size: 51px;
	font-weight: 700;
	color: var(--primary-icon);
	margin-top: 129px;
  }
  .c-content-inner p {
	color: var(--primary-icon);
  }

  .quer-block {
	background-color: #F8F8F8;
	padding: 45px 0;
  }
  .query-content-a {
    position: relative;
    z-index: 100;
    margin-top: 50px;
}
  ul.content-send {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  ul.content-send li {
	display: block;
	margin-bottom: 15px;
  }
  .content-inn, .content-inn.mail, .content-inn.pointl {
	background-color: var(--primary-icon);
	border-radius: 4px;
	padding: 15px 15px 15px 77px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	font-size: 18px;
    font-weight: 700;
    line-height: 27px;
  }

  .content-inn::before, .content-inn.mail::before, .content-inn.pointl::before {
	position: absolute;
    content: "\f3cf";
    font-family: fontawesome;
    color:var(--primary);
    font-size: 41px;
    font-weight: 300;
	left: 20px;
    top: 28px;
  }

  .content-inn.mail::before {
	content: "\f658";
  }
  .content-inn.pointl::before {
	content: "\f3c5";
  }

  .bh-google-map {
	background-color: var(--primary-icon);
	padding: 55px 0;
  }

  .google-m-content h2 {
	font-size: 31px;
    font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
  }
  .google-m-content p {
	font-size: 16px;
    font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	color: var(--secondary-chat);
  }

  /* BLOGS PAGE CSS */

  .blog-section-title {
  	position: relative;
  	height: 145px;
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center top;
  }

  .blog-section-title::before {
  	content: '';
    background-color:#3A505B;
    position: absolute;
    inset: 0;
    opacity: 0.9;
  }

  .blog-inner {
  	isolation: isolate;
  	padding: 60px 0;
  }

  .blog-inner h2 {
  	font-size: 21px;
  	font-weight: 700;
  	text-transform: uppercase;
  	letter-spacing: 0.7px;
  	color: var(--primary-icon);
  	border-left: 3px solid var(--primary-red);
    padding-left: 15px;
    margin: 0;  
}

.hero-section {
	position: relative;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 450px;
}

 .hero-content h3 {
 	font-size: 21px;
 	font-weight: 700;
 	color: #e3a644;
 }

 .hero-content h4 {
 	font-size: 41px;
    font-weight: 900;
 	color: var(--primary-dark);
 	margin-bottom: 20px;
 }

 .hero-content p {
 	width: 89%;
 	font-size: 15px;
 	color: #c36c66;
 	font-style: italic;
 	margin-bottom: 20px;
 }
 .hero_more {
 	background-repeat: no-repeat;
 	background-size: contain;
 	background-position: center;
 	width: 184px;
 	height: 95px;
 	padding-top: 46px;
 }

 .hero_more a {
 	display: block;
 	text-align: center;
 	font-size: 17px;
 	font-weight: 800;
 	letter-spacing: 0.5px;
 	text-decoration: none;
 	color: var(--primary-dark);
 }

 .blog-block {
 	padding: 50px 0;
 	background-color: #FAF3E1;
 }

 .popular-section h2, .latesst-blog-section h2 {
 	font-size: 29px;
 	font-weight: 800;
 	color:var(--primary-dark);
 	letter-spacing: 0.5px;
 	margin-bottom: 25px;
 }

 .pb-section {
 	width: 93%;
 	background-color: var(--primary-icon);
 	border-radius: 4px;
 	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
 }
 .pb-block {
 	position: relative;
 }

 .pb-section.rt {
    float: right;
    position: relative;
    z-index: 100;
}

 .pb-section img {
 	width: 100%;
 	border-radius: 4px 4px 0 0;
 	min-height: 341px;
 }
 .pb-inner-sec {
 	padding: 20px;
 	text-align: center;
 }
 .pb-inner-sec h3 {
 	font-size: 21px;
 	font-weight: 700;
 	color: var(--primary-red);	
 	margin-bottom: 27px;
 	min-height: 51px;
 }

 .pb-inner-sec h4, .pb-inner-sec h5 {
 	font-size: 17px;
 	font-weight: 400;
 	color: var(--primary-dark);
 	margin: 0;
 }

 .pb-inner-sec h5 {
 	color: var(--primary-red);
 }

 .pb-icon {
 	position: relative;
 }
 .pb-icon img {
 	position: absolute;
 	left: -62px;
    bottom: -55px;
    width: 25%;
 }

 .latesst-blog-section {
 	margin-top: 100px;
 }

 .lb-blocks {
 	background-color: var(--primary-icon);
 	border-radius: 5px;
 	border: 1px solid #e3e1e1;
 	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
 }

 .lb-blocks img {
 	width: 100%;
 	border-radius: 5px 5px 0 0;
 }
.lb-content {
	padding: 20px;
	text-align: center;
}

.lb-content h2 {
	font-size: 21px;
	font-weight: 700;
	color: var(--primary-red);
	margin-bottom: 10px;
}
.lb-content p {
	font-size: 15px;
	min-height: 89px;
}
.lb-content h3 {
	font-size: 17px;
	font-weight: 700;
	margin: 0;
}
.lb-content h4 {
	font-size: 17px;
 	font-weight: 400;
 	color: var(--primary-red);
 	margin: 0;
}

.our-category {
	background-color: var(--primary-icon);
	padding: 7px;
	border-radius: 5px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.category-inn {
	border: 1px solid #cfcfcf;
	padding: 10px 15px;
	border-radius: 7px;
}
.main-cat {
	margin-bottom: 30px;
}
.main-cat h3 {
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	margin: 15px 0 11px 0;
}
ul.blog-cat {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.blog-cat li {
	border-bottom: 1px solid #dddcdc;
	padding-left: 31px;
}
ul.blog-cat li a {
	font-size: 15px;
    font-weight: 500;
    color: #626060;
    line-height: 33px;
    letter-spacing: 0.7px;
    text-decoration: none;
}

ul.blog-cat li a:hover {
    color:#ffbf00;
}

ul.blog-cat li::before {
	position: absolute;
    left: 4px;
    padding-top: 7px;
    content: "\4f";
    font-family: fontawesome;
    color: #F9940B;
    font-size: 10px;
}

.blog-cat ul li a {
    color: #000;
    text-decoration: none;
padding-left: 12px;transition: 0.5s ease-in-out;
}

.our-app-info {
	background-color: #00521f;
	border-radius: 7px;
	padding: 15px;
}
.our-app-info h2 {
	font-size: 18px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.our-app-info p {
	font-size: 14.5px;
	color: #dfdbdb;
	margin-bottom: 10px;
}

.aa-more {
	background-color: #FAC914;
	border-radius: 4px;
	padding: 15px;
	width: 75%;
	text-align: center;
}
.aa-more a {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-decoration: none;
	color: #000000;
}

.clay-snaps {
	width: 100%;
	display: block;
}
.clay-snaps img {
	width: 65%;
    float: right;
}


.about-content {
  background-color: var(--primary-icon);
  border-radius: 5px;
  border: 1px solid #e3e1e1;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;


  @media (max-width: 768px) {
  .bh-choose {
    height: 400px; /* Adjust height for smaller screens */
  }
}

@media (max-width: 480px) {
  .bh-choose {
    height: 300px; /* Adjust height for mobile screens */
  }
}



#t1c, #t1 {
  white-space: nowrap;
  font-family: Arial, Helvetica,sans-serif;
  font-size: 14px;
  color: #00521f!important;
  font-weight: bold;
  /*font-style: italic;*/
  text-decoration: none;


.ti-widget.ti-goog .ti-review-item > .ti-inner, .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
  border-left-width: 2px !important;
  border-right-width: 2px !important;
  background-color: #00521f!important;
  backdrop-filter: blur(0px);
}
	
	

/* Active / Current Page state */
.nav-link.active,
.dropdown-item.active,
.nav-item.active > .nav-link {
  color: #fff !important;
}