@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


*
{	
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color:#4D4D4D
	
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
:root {
  --black-color: #000000;
  --white-color: #FFF;  
  --ball-color: #000;   
  --grey-color: #4D4D4D;
  --green-color: #047453; 
  --color_1-color: #2C4F30; 
  --color_2-color: #28462C; 
  --color_3-color: #417844; 
  --color_4-color: #6BB719; 
  --bg_color-color: #EDEFED; 

}

::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--green-color)
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#6D6D6D;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--color_4-color)
}
footer a:hover {
	color:var(--color_4-color)
}


.weight-200 , .weight-200 * {

  font-weight: 200;	
}
.weight-500 , .weight-500 * {

  font-weight: 500;	
}
.weight-600 , .weight-600 * {

  font-weight: 600;	
}
/*bold*/
.weight-700 , .weight-700 * {

  font-weight: 700;	
}
.weight-800 , .weight-800 * {

  font-weight: 800;	
}
.weight-900 , .weight-900 * {

  font-weight: 900;	
}




.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 14px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *, .FormResult2 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.d-flex1
{
	display:flex;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}



.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-17, .font-17 *
{
	font-size:1.0625rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem;
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-25, .font-25 *
{
	font-size:1.5625rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.line-100
{
	line-height:6.25rem
}
.mt-130
{
	margin-top:8.125rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;
	display:none
}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:35px;
	margin:0;
	background: var(--green-color);
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;


}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	background:var(--white-color)
}

.trigger > div.close > span:nth-child(2){

	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 11px;background:var(--white-color)
}
.trigger > div.close > span:nth-child(3){

	display:none
}
.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.black , .black *
{
	color:#000
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b ,strong
{
	font-weight:700;
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.pl-100
{

	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-24 , .line-24 *
{
	line-height:1.5rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-27 , .line-27 *
{
	line-height:1.6875rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}
.line-80 , .line-80 *
{
	line-height:4.8rem
}
.ai-initial
{
	align-items:initial
}
.ai-c
{
	align-items:center
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.z-50
{
	z-index:50
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out  window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out  window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out  circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.z-70 {
    z-index: 70;
}
.ac-sb
{
		align-content:space-between
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.jc-sa
{
	    justify-content: space-around !important
}
.fd-c
{
	flex-direction:column
}
.gap-5
{
	gap:0.3125rem;
}
.gap-10
{
	gap:0.725rem;
}
.gap-15
{
	gap:0.9375rem;
}
.gap-20
{
	gap:1.25rem;
}
.gap-25
{
	gap:1.5625rem;
}
.gap-30
{
	gap:1.875rem;
}
.gap-40
{
	gap:2.5rem;
}
.gap-50
{
	gap:3.125rem;
}
.ac-fs
{
	align-content:flex-start
}

/**************************************************************/
.color_green , .color_green *
{
	color:var(--green-color)
}

.color_2 , .color_2 *
{
	color:var(--color_2-color)
}
.color_3 , .color_3 *
{
	color:var(--color_3-color)
}
.color_4 , .color_4 *
{
	color:var(--color_4-color)
}
.call_us a:hover
{
	color:#979797
}
.bg_1
{
	background:var(--green-color)
}
.bg_2
{
	background:var(--bg_color-color)
}
.border_top_1
{
	border-top:1px solid #666464
}
.border_bottom_1
{
	border-bottom:1px solid #94A780
}
.border_bottom_2
{
	border-bottom:1px solid #BAB2B2
}
.border_right_1 {
    border-right: 1px solid #CEC0C0;
}
footer
{
	background:#333333;
	border-top-right-radius:75px;
	border-top-left-radius:75px;
}

/*///////////////////////////////////////*/
.stellarnav
{
	width:auto
}
.stellarnav > ul > li > a {
    padding: 45px 15px;
}
 .stellarnav > ul > li > a:hover
{

	color:var(--color_4-color)
}
.stellarnav > ul > li > a.active 
{
	background:var(--bg_color-color);

}
.stellarnav li a {
    color: var(--color_1-color);
	cursor:pointer;
}
.stellarnav li.has-sub > a:after
{
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--color_1-color);	
}
.home_brand_box 
{
	width:250px;
	height:250px;
	display:flex;
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}


@media all and (min-width: 868px){
	
	.stellarnav , .stellarnav  li
	{
		position:initial
	}
	.stellarnav ul ul {
		width: 100%;
		left: 0;
		background: url(../img/menu.svg) no-repeat center center / cover #EDEDED;

		box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
		padding: 3.125rem 0;
	}
	.stellarnav ul ul li {
		
	}
	.aaa
	{

		position:relative
	}
	.stellarnav ul ul ul
	{
		background:#FFF;
		box-shadow:initial;
		padding:15px 3.125rem ;
		height: 100%;
		width:calc(100% - 15%);
	}
	.stellarnav ul ul ul li
	{
		width: 45%;
		display: inline-block;
	}
	.stellarnav.desktop li.has-sub:hover
	{
		background:#FFF
	}
	.stellarnav li li.has-sub > a:after
	{
		display:none
	}
	.stellarnav ul ul ul li a{
		padding:10px 0
	}
}




.h_social li a span{
	color:var(--grey-color);
}
.h_social li a svg *
{
	transition:all 0.5s ease-in-out;
}
.h_social li a:hover svg , .h_social li a:hover svg *{
    fill: var(--color_4-color);
}
.insideImg {
    position: relative;
    overflow: hidden;
    min-height: 150px;
    background:var(--bg_color-color);
}
.bg_inside
{
	position:absolute;
	right:0;
	top:0;
	width:935px;
}
.footer_logo:before
{
    content: '';
    position: absolute;
    top: -13px;
    right: -10px;
    background: #FFF;
    width: 1000px;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
}
.map{
	width:100%;
	height:400px;
	margin-top:-65px;
}
.map iframe{
	width:100%;
	height:100%;
}
.c_box_info
{
	border-radius:10px;
	background:#FFF;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25)
}
.map_check
{
    content: '';
    position: absolute;
    bottom: 50px;
    left: 0;
    background: #FFF;
	border-radius:5px;
    padding: 10px 25px;	
}
.map_check:hover
{
	background:var(--color_4-color);
	color:#FFF
}
.news_box_info
{
	border:1px solid #979797;
	border-top:0;
	border-bottom-right-radius:50px;
	border-bottom-left-radius:50px;
}
.news_box_info.products_listing
{
	border:0;
	background:var(--bg_color-color);
}
.read_more:hover 
{
	color:var(--color_1-color)
}
.read_more:hover svg path 
{
	fill:var(--color_1-color)
}
.news_box:hover .news_box_info
{
	background:#EDEFED
}
.more_description h2 , .more_description h3 , .more_description h4
{
	font-weight:700;
	font-size:1.875rem;
	margin-bottom:10px;
	color:var(--color_1-color)
}
.updates-slider-main-box
{
	max-width:630px;
}

.updates-slider-box .swiper-button-next:after , .updates-slider-box .swiper-button-prev:after{
	display:none
}
.updates-slider-box .swiper-button-next
{
	top:50%;
	right:30px;

	width:50px;
}
.updates-slider-box .swiper-button-prev
{
	top:50%;
	left:30px;width:50px;
}

.swiper-button-next
{
	transform:rotate(180deg)
}

.s_shape
{
    position: absolute;
    top: 50px;
    right: 0;
    background: #FFF;

}
.what_we_do .img-bg
{
    position: absolute;
    top: 0;
    right: 0;
	z-index:5;
	height:280px;
	width:100%	
}
.we_do_box{
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
	background:#FFF
}
.we_do_box_title
{
	height:165px;
	border-bottom:5px solid var(--color_1-color)
}
.about_last_box
{
	background:url(../img/a_shape.svg) no-repeat right top var(--bg_color-color);
	border-radius:100px;
}
.numbers_box
{
	border:1px solid #979797;
	border-radius:50px;
}
.c_box_info_home
{
	background:url(../img/h_info.svg) no-repeat center center / cover
}
.c_box_info_home_main
{
	margin-bottom:-50px;
}
.h_news_box
{
	position:relative
}
.h_news_box:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
	width:100%;
	height:500px;
    background:var(--bg_color-color);
    border-radius: 100px;	
}
.button-style a
{
	background:var(--green-color);
	border-radius:6px;
	display:inline-block
}
.button-style.button-style1 a
{
	background:#333333;
}
.button-style a:hover
{
	background:var(--color_4-color);
	color:#FFF
}
.button-style a:hover *
{

	color:#FFF
}
.h_icon3
{
    position: absolute;
    top: -50px;
    right: -50px;
	z-index:5;
	
}
.h_info_box
{
    position: absolute;
    bottom: 75px;
    right: 75px;
    display: flex;
    flex-wrap: wrap;
    z-index: 150;
    justify-content: flex-end;
}
.brands_box a
{
	border:1px solid #979797;
	border-radius:5px;
}
.brands_box a:hover
{
	color:#FFF;
	background:var(--color_1-color)
}
.opacity-50
{
	opacity:0.5
}
.bread_crumbs li
{
	border-right:2px solid var(--color_2-color);
	padding-right:5px;
	margin-right:5px;
	line-height: 16px;
}
.bread_crumbs li:last-child
{
	border:0
}
.h_bg1
{
	background:url(../img/h_bg1.svg) no-repeat center center / cover;
	border-bottom-left-radius:75px;
	border-bottom-right-radius:75px;
}
.home_categories_box
{
	background:#97A297;
	border-radius:20px;
}
.categories-slider-main .swiper-button-next:after , .categories-slider-main .swiper-button-prev:after
{
	display:none
}
.categories-slider-main .swiper-button-next,.categories-slider-main .swiper-button-prev
{
	position:initial;
	top:auto;
	right:auto;
	left:auto;
	margin:0;
	width: 50px;
}
.categories-slider-main .swiper-button-next svg * ,.categories-slider-main .swiper-button-prev svg *
{
	transition:all 0.5s ease-in-out;
}
.categories-slider-main .swiper-button-next:hover svg circle,.categories-slider-main .swiper-button-prev:hover svg circle
{
	fill:#6D9272
}
.categories-slider-main .swiper-button-next:hover svg path,.categories-slider-main .swiper-button-prev:hover svg path
{
	fill:#FFF
}

.search-modal {
    background: rgba(0,0,0,.98);
    opacity: 0;
    transition: .35s ease-in-out;
    will-change: opacity;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden
}

.search-form {
    max-width: 760px;
    width: 100%
}

.search-modal .mfp-wrap {
    opacity: 0;
    will-change: opacity;
    transition: .4s ease-in-out;
    transform: scale(.95)
}

.search-modal.active {
    opacity: var(--bg-opacity, .98);
    visibility: visible
}

.search-modal.active .mfp-wrap {
    opacity: 1;
    transform: none
}

.search-modal .search-field {
    padding: 0 0 12px;
    margin-bottom: 22px;
    border: 0;
    border-bottom: 1px solid #414141;
    height: auto;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: 0 0
}

.search-modal .search-field::placeholder {
    color: #fff;
    opacity: 1
}

.search-modal .search-field:-ms-input-placeholder {
    color: #fff
}

.search-modal .search-field::-ms-input-placeholder {
    color: #fff
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

.search-modal .message,.search-modal .message * {
    font-size: 18px;
    color: #777
}

.search-modal .mfp-close {
    position: absolute;
    z-index: 1046;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    color: #fff;
    font-size: 60px;
    font-family: Arial,Baskerville,monospace;
    line-height: 44px;
    opacity: .65;
    -webkit-text-stroke: 2px #000;
    transition: .5s ease-in-out
}

.banners_main_box
{
	overflow:hidden
}
.banners_main
{
	position:relative;
}
.banners_main_box:before
{
	/*position:absolute;
	bottom:0;
	left:0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.12);
	content:'';
	z-index:10;*/
}
.banners_bg
{
	height:100%;
	width:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat
}
.banners_text
{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	content:'';
	z-index:50;	
}


.banners-slider .swiper-slide-active .slider-title {
    animation: fadeInUp 1.5s;
}

.banners-slider .swiper-button-next:after , .banners-slider .swiper-button-prev:after{
	display:none
}
.banners-slider .swiper-button-next
{
    top: 50%;transform:translateY(-50%);
    right: -15px;
	left:auto;
    width: 50px;
	margin-top:0
}
.banners-slider .swiper-button-prev
{
    top:50%;transform:translateY(-50%);
    left: -15px;
    width: 50px;
	margin-top:0
}
.b_icon1
{
	position: absolute;
    top: 0;
    right: 0;
    height: 655px;
    width: 344px;
    content: '';
    z-index: 50;
    background: url(../img/banner_bg.svg) no-repeat top center / cover;
}


.b_icon2
{
    position: absolute;
    bottom: 50px;
    left: 0;
    /* height: 100%; */
    content: '';
    z-index: 50;
}
.banner_img img
{
    border-top-right-radius: 85px;
    border-top-left-radius: 85px;
    border-right: 25px solid #FFF;
    border-top: 25px solid #FFF;
}






@keyframes fadeInLeft {
  from {opacity: 0; transform: translateX(-550px);}
  to {opacity: 1; transform: translateX(0);}
}

@keyframes fadeInRight {
  from {opacity: 0; transform: translateX(550px);}
  to {opacity: 1; transform: translateX(0);}
}

.animate-text {
  animation: fadeInLeft 2s ease forwards;
}

.animate-image {
-webkit-animation:scale-in-center 2s cubic-bezier(.25,.46,.45,.94) both;animation:scale-in-center 2s cubic-bezier(.25,.46,.45,.94) both}

@-webkit-keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}







.br-50
{
	border-radius:50px;
}
.br-100
{
	border-radius:100px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// LOADERRRRRRRRR*/
a.tt-link {
    background-repeat: no-repeat;
    background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-image: -ms-linear-gradient(transparent 100%, currentColor 1px);
    transition: 0.6s cubic-bezier(.215,.61,.355,1) !important;
    background-size: 0 100%;
    border: none;
    opacity: 1;
}
a.tt-link:hover, a.tt-link:focus {
    background-size: 100% 100%;
    opacity: 1;
}

body.tt-transition .ptr-overlay {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #EDEDED;
    z-index: 100;
}
body.tt-transition .ptr-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 105;
    transform: translate(-50%, -50%);
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// BALLLLLLLLLLLLLL*/
#ball {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--ball-color);
    pointer-events: none;
    border-style: solid;
    border-radius: 50%;
    border-color: var(--ball-color);
}
#magic-cursor {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
}
body.tt-magic-cursor #magic-cursor {
    display: block;
}
/* Ball view 
============= */
#ball.ball-view {
	background-color: var(--ball-color);
	font-size: 15px;
	font-weight: 500;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}
#ball .ball-view-inner {
	padding: 0 5px;
	opacity: 0;color: #FFF;
	visibility: hidden;
	transform: scale(0);
}
#ball .ball-view-inner i {
	font-size: 19px;
}


/* Ball drag 
============= */
#ball .ball-drag {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0 5px;
	font-size: 15px;
	font-weight: 600;
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	transition: all 0.3s;
}
#ball .ball-drag::before,
#ball .ball-drag::after {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	font-size: 16px;
	color: #FFF;
	height: 10px;
	line-height: 10px;

	/* Font Awesome */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
#ball .ball-drag::before {
	content: "\f060"; /* Font Awesome */
	left: 0;
	transform: translate3d(-30px, 0, 0);
	transition: all 0.25s;
}
#ball .ball-drag::after {
	content: "\f061"; /* Font Awesome */
	right: 0;
	transform: translate3d(30px, 0, 0);
	transition: all 0.25s;
}
/* Ball close 
============== */
#ball.ball-close-enabled {
	opacity: 1 !important;
}
#ball .ball-close {
	position: absolute;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	text-align: center;
}
#ball .fa-arrow-right
{
	font-size:35px !important;
	color:#FFF
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.tt-object
{
	object-fit: cover;
    object-position: 50% 50%;
    width: 100%;	
}
.ph-caption-title-ghost1 {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 5%;
    font-size: calc(16px + 19.5vw);
    font-weight: bold;
    font-weight: 600;
    color: #FFF;
    white-space: nowrap;
    line-height: 1;
    opacity: .1;
    z-index: 1;
    pointer-events: none;
}
.overflow-hidden
{
	overflow:hidden
}





/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// LINK HOVER UP*/
.tt-pn-link {
    position: relative;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}
/* Page nav title */
.tt-pn-title,
.tt-pn-hover-title {
	display: block;
	left: 0;
	width:100%;
	transition: transform .5s cubic-bezier(0.51, 0.57, 0.17, 1);
}
.tt-pn-title {
	position: relative;
	transform: translate3d(0, 0, 0);
}
/* Page nav hover title */
.tt-pn-hover-title {
	position: absolute;
	width: 100%;
	color: #FFF;
	white-space: nowrap;
	transform: translate3d(0, 100%, 0);

	/* Ellipsis */
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 1024px) {
	.tt-pn-hover-title {
		display: none;
	}
}
/* Page nav hover */
@media (min-width: 1025px) {
	.tt-pn-link:hover .tt-pn-title {
		transform: translate3d(0, -100%, 0);
		transition-delay: 0.1s;
	}
	.tt-pn-link:hover .tt-pn-hover-title {
		transform: translate3d(0, 0, 0);
		transition-delay: 0.1s;
	}
}/*
.pgi-image {
    position: relative;
}
.ttgr-height {
    position: relative;
    padding-bottom: 25%;
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// IMAGE HOVER  */
@media (min-width: 768px) {
    .tt-gallery-item-inner {
        clip-path: inset(0 0 0 0);
        overflow: hidden;
        transition: clip-path 0.8s cubic-bezier(0.07, 0.72, 0.29, 0.96);
    }
}
@media (min-width: 768px) {
    .tt-gallery-item:hover .tt-gallery-item-inner {
         clip-path: inset(3% 3% 3% 3%); 
    }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
	.bg_inside{right:auto;left:50%}

}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.logo_header img{max-width:206px}
.footer_logo img{max-width:300px}
.pl-25-m{padding-left:1.5625rem}
.stellarnav > ul > li > a {padding: 45px 10px;}
.footer_menu .gap-50{justify-content: space-evenly;gap:0}
.h_social.gap-25{gap:15px;}
.mt-50-m{margin-top:3.125rem;}
}
/*xm*/@media all and (max-width: 868px){
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mb-25-xm{margin-bottom:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.ai-fs-xm{align-items:flex-start}
.ai-c-xm{align-items:center}
.txt-cntr-xm{text-align:center}
.flex-row-xm{flex-direction: inherit;flex-wrap: wrap;}
.flex-row-xm > div{width:33.33%}
.flex-row-xm div:first-child{width:100%;align-items: center;display: flex;justify-content: center;}
.flex-row-xm  div .appointment_box{width:270px}
.pb-25-xm{padding-bottom:1.5625rem;}
.py-25-xm{padding-bottom:1.5625rem;padding-top:1.5625rem;}
.d-none-xm{display:none !important;}
.jc-c-xm{justify-content:center}
.pl-0-xm{padding-left:0}
.order-2-xm{order:2}
.order-1-xm{order:1}
.pt-50-xm{padding-top:3.125rem;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.burger_mobile {display:none}
.menu_bg , .request_quote{clip-path: inherit;}
.footer_logo img{max-width:216px;}
.stellarnav a {color:#FFF}
.stellarnav .menu-toggle span.bars span{background:#4D4D4D}
.stellarnav li{position:relative;width:100%;padding: 15px 25px;}
.stellarnav.mobile > ul > li > a {padding:10px 0;}
.stellarnav > ul > li > a.active {background: none;color:var(--color_4-color) !important}
.subMenu .container{padding:0}
.stellarnav li li{padding:0}
.stellarnav li a{padding:15px 0}
.stellarnav.mobile ul{background:#333}
.stellarnav a.dd-toggle .icon-plus:before , .stellarnav a.dd-toggle .icon-plus:after{border-color:#FFF;}
.stellarnav > ul > li{margin:0}
.stellarnav a.dd-toggle .icon-plus {right: 20px;text-align: right;float: right;}
.stellarnav .icon-close:before , .stellarnav .icon-close:after{border-color:#FFF;}
.image_1_story{width:240px;}
.banners_main, .banners_main_box{height:50vh;}
.banners_bg{border-radius:0}
.banners_main_box .bg_1 .px-75{padding:50px;}
.stellarnav{padding:0}
header .stellarnav li a{color:#FFF !important;font-size: 16px;}
.stellarnav.mobile .menu-toggle{float:right}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.top_header{display:none}
.s_parallax .img-bg{height:350px;}
.stellarnav{margin-top:0}
.logo_mobile{display:flex}.logo_mobile img{width:55px;margin-bottom:0}
.stellarnav .menu-toggle span.bars span {width: 30px;height: 5px;}
.stellarnav .mx-75{display:none}
.mobile_box{display:flex}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.middle_header{padding:1.5625rem 0}
.stellarnav.mobile {position: absolute;right: 0;}
header .h_social {margin-right:55px;}
.c_box_info .border_right_1{border:0}
.footer_menu{width:100%}
}
@media all and (max-width: 768px){

.footer-info.border_left_1{border:0;padding-left:0;margin-top:1.5625rem}
.footer-info.border_left_1 .flex-row{justify-content:flex-start !important}
.container {width: 100%;}
footer{border-radius:0}
.bg_inside{display:none}
.insideImg{height:100px;}
}
/*s*/@media all and (max-width: 576px){
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.ai-c-s{align-items:center}
.mt-25-s{margin-top:1.5625rem;}
.mb-25-s{margin-bottom:1.5625rem;}
.ml-25-s{margin-left:1.5625rem;}
.pb-25-s{padding-bottom:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.ml-0-s{margin-left:0}
.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.px-50-s{padding-right:3.125rem;padding-left:3.125rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.mb-50-s{margin-bottom:3.125rem;}
.py-0-s{padding:0}
.mb-25-s{padding-bottom:1.5625rem}
.px-0-s{padding-left:0;padding-right:0}
.mt-20-s{margin-top:1.25rem}
.pt-0-s{padding-top:0}
.pr-0-s{padding-right:5px !important}
.py-50-s{padding-top:3.125rem;padding-bottom:3.125rem;}
.ml-20-s{margin-left:20px;}
.w-50-s{width:50%}
.jc-c-s{justify-content:center}
.order-1-s{order:1}
.order-2-s{order:2}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer_menu .gap-50 {justify-content: space-between;}
.stellarnav.mobile{top:15px;}
.search-modal{padding:0 25px;}
.about_last_box{background-image:none}
.s_shape{display:none}
.updates-slider-box .swiper-button-next{width:35px;}
.updates-slider-box .swiper-button-prev{width:35px;}
.br-100 {border-radius: 50px;}
.banner_img img {
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
    border-right:0;}
	.b_icon1 {width: 75px;background: url(../img/banner_bg.svg) no-repeat top left / cover;display:none}
}





















