@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

*
{	
	 font-family: "Rubik", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:16px;
	color:#000
	
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --ball-color: #000; 
  --color_1-color: #ACA300;  
  --color_2-color: #87822A; 
  --red-color: #AF2631;   
}

::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--color_1-color)
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#000;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--color_1-color)
}
.font1 , .font1 *{
  font-family: "Frank Ruhl Libre", serif;
}




.font-light , .font-light * {

  font-weight: 300;
  font-style: normal;
}
.font-regular , .font-regular * {
 
  font-weight: 400;

}
.font-medium , .font-medium * {
 
  font-weight: 500;
  font-style: normal;
}

.font-semibold , .font-semibold * {

  font-weight: 600;
  font-style: normal;
}

.font-bold {
 
  font-weight: 700;
  font-style: normal;
}





.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !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;
}
.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
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b ,strong
{
	font-weight:400
}
.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:5rem
}
.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
}
.gap-10
{
	gap:0.725rem;
}
.gap-15
{
	gap:0.9375rem;
}
.gap-25
{
	gap:1.5625rem;
}
.gap-50
{
	gap:1.125rem;
}
.ac-fs
{
	align-content:flex-start
}
.color1 , .color1 *
{
	color:var(--color_1-color)
}
.color2 , .color2 *
{
	color:#6D7278
}
.bg0
{
	background:var(--black-color)
}
.bg1
{
	background:var(--color_1-color)
}
.bg2
{
	background:var(--color_1-color)
}
.home_heigh1
{
	height:550px;
}
.radius-10 *
{
	border-radius:10px;
}
.border-1
{
	border-top: 1px solid #979797;
}
.border-2
{
  border: 1px solid #979797;
  border-radius: 5px;
}
/**************************************************************/

/*///////////////////////////////////////*/

.banners_main_box
{
	height:100vh;
	
}
.banners_main
{
	position:relative;
}


.banners_bg
{
	height:100%;
	width:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat
}
.banners_bg:before
{
	
	background-color: rgba(0,0,0,0.3);
    content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;	
}


.banners_text
{
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	content:'';
	z-index:50;	
}


.banners-slider .swiper-slide-active .slider-title {
    animation: fadeInRight 1.5s;
}


.banners-slider .swiper-pagination
{
    width: auto;
	height:100%;
    right: 5%;
    left: auto;
    z-index: 50;
}

.banners-slider .swiper-pagination-bullet
{
	width: 5px;
    height: 15px;
	background:#FFF;margin:7.5px 0  !important;
	border-radius:15px;	opacity:1;  

}
.banners-slider .swiper-pagination-bullet i
{
	opacity:0;
	transition:all 0.5s ease-in-out;display: none;
}
.banners-slider .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	border: 5px solid #FFFFFF;
	 height: 25px;border-radius:5px;
}
.banners-slider .swiper-pagination-bullet.swiper-pagination-bullet-active i
{
	opacity:0;display: none;
}
.home_page .over_header 
{
	overflow:inherit
}





.button-style a
{
	background:var(--black-color);
	color:#FFF;
	border-radius:22px;
	display:inline-block;
	position:relative;
	z-index:10
}
.banners-slider .button-style a
{
	background:#FFF;

}
.banners-slider .button-style a .tt-pn-title{
		color:#000
}
.button-style span:before
{
	/*background:var(--red-color);
	border-radius:22px;
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	content:'';
	right: -10px;
	z-index:1*/
}
.button-style a:hover
{
	background:var(--color_2-color);
	color:#FFF
}
.banners-slider .button-style a:hover .tt-pn-title{
		color:#FFF
}




.arrow-container{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;    z-index: 50;
}

.arrow-1{
  width: 100px;
  height: 100px;
  background: #FFF;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;z-index: 50;cursor:pointer;
}

.arrow-2{
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
  
}

.arrow-2:before{
  width: 52px;
  height: 52px;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.arrow-2 i.fa{
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  color: var(--color_1-color);
}







/* Custom Animate.css */

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.logo img
{
	width:190px
}
header
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:50;
	transition: all 0.5s ease-in;
}
header.active, header.open {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

.logo1
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
opacity:0	
}/*
header.active .logo1
{
	opacity:1	
}
header.active .logo0
{
	opacity:0	
}
*/
header.active .py-35
{
	padding:10px 0	
}


.stellarnav{
	width:auto
}
.stellarnav li a{
	color:#FFF;
	padding:0
}
.stellarnav > ul > li > a
{
	padding:0
}
.stellarnav ul {

    gap: 50px;
    display: flex;
}

.top_page header .stellarnav li a
{
	color:#000
}
.top_page header .stellarnav li a.active
{
	color:var(--color_1-color)
}
header.active .stellarnav li a {
   
color:#FFF
}
.top_page header .logo1 , .top_page header.active .logo0
{
	opacity:1;
}
.top_page header .logo0, .top_page header.active .logo1
{
	opacity:0;
}




.categories_list .img-bg {
    height: 500px;
}
.categories_box_info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
}

.containeraa
{
	padding:0 6%;
	width:100%
}


.activities_box_info 
{
    position: absolute;
    top: 50%;
	transform:translateY(-50%);
    left: 0;
	text-align:center;
    width: 100%;
    z-index: 50;	
}
.activities_box_info  i
{

	font-style:italic;
	
}/*
.categories_main_box:before
{
    position: absolute;
    top: -20px;
	transform:translateX(-50%);
    left: 50%;
	text-align:center;
    width: 80%;
    z-index: 10;	
	height:50px;
	content:'';
	background:var(--color_1-color);
}*/
.categories_icon
{
    position: absolute;
	bottom:-90px;
    right: 20px;
    z-index:150;	
	content:'';	
}
footer{
	
	
}
.footer_menu ul
{
	gap:50px
}

.footer_social a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
	border:1px solid #000;
}
.footer_social a span {

	color:#000
}
.footer_social a:hover {
	background:var(--color_1-color);
	border-color:var(--color_1-color);
}.footer_social a:hover span{
	color:#FFF
}
.latest_updates
{

	background:#f7f7f7
}
.news_swiper_bg .img-bg
{
	width:100%;
	height:500px;
}

.news_swiper-slider .swiper-slide1 , .ww-40
{
	width:40%;
}
.news_swiper-slider .swiper-slide-active1 , .ww-60
{
	width:60%;
}



.news_swiper-slider-arrow-box  svg 
{
	width:45px !important;
	height:auto !important;
	cursor:pointer
}

.news_swiper-slider-arrow-box .swiper-button-next-1
{
	position: absolute;
    right: 0;
    top: -50px;
	z-index:50
}
.news_swiper-slider-arrow-box .swiper-button-prev-1
{
	position: absolute;
    right: 75px;
    top: -50px;
	z-index:50
}
.news_box_abso
{
	position: absolute;
    left: 0;
    bottom: 0;
	z-index:50	
}
.news_box_abso 
{
	opacity:0;
	transition:all 0.5s ease-in-out;
}
.news_swiper-slider .swiper-slide-active .news_box_abso 
{
	opacity:1
}
.news_box_abso.opacity1
{
	opacity:1
}
.s_parallax
{
	position:relative;
}
.s_parallax .img-bg
{
	height:300px;
	position:relative;
	overflow:hidden
}

.s_parallax .img-bg:before
{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	z-index:5;
	opacity: 0.8;
	border-radius: 26px;
	background-color: rgba(0,0,0,0.4);	
}
.s_parallax_text
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50
}
.map
{
	height:300px;
	background:#f7f7f7
}
.map iframe
{
	height:100%;
	width:100%
}
.circle
{
	background:var(--color_1-color);
	width:82px;
	height:82px;
	border-radius:50%;
}
.our_story_box h2
{
	line-height:2.75rem;font-size:2.125rem;	
	margin-bottom:15px;
}
.market_box_abso
{
	position:absolute;
	bottom:0;
	right:30%;
	z-index:150
}
.market_box
{
  border-radius: 5px 100px 5px  5px;
  background-color: #FFFFFF;
  padding-right:145px;
}
.arrow_box_down1
{
	    position: absolute;
    top: calc(50% - 75px);

    left: -70px;
    z-index: 50;
}
.arrow-container1{

}

.arrow-11{
    width: 150px;
    height: 150px;
    background-color: rgba(172,163,0,0.2);

  border-radius: 50%;
  position: absolute;z-index: 50;cursor:pointer;
}

.arrow-22{
  width: 120px;
  height: 120px;
  background: var(--color_1-color);
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  display: table;
  
}

.arrow-22:before{
  width: 52px;
  height: 52px;
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.arrow-22 i.fa{
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  color: var(--color_1-color);
}
.contact_box {
    border: 1px solid #D5D5D5;
    background-color: #FFFFFF;
}
.contact-form label {
    line-height: 1.875rem;
	margin-bottom:5px;
	display: block;
    color: var(--grey-color);
}
.contact-form button[type=submit]
{
	height:50px;
	border-radius:8px;
    background-color: var(--black-color)
}
.contact-form button[type=submit]:hover
{
    background-color: var(--color_1-color)
}
button[disabled]
{
	opacity:0.5;
	cursor:inherit
}




























.p1 {
    top: 0%;
    right: 0%;
}
.p2 {
    top: 0%;
    left: 0%;
}
.p3 {
    top: 65%;
	width:100%;
	transform:translateY(-50%);
    left: 0%;
}
.p4 {
    top: 0;
    right: 0%;
}
.p5 {
    top: 0;
    left: 5%;
}
.p6 {
    top: 50%;
    left: -2%;
    width: 145px;
}
.p7 {
    top: 0;
    right: -2%;
	 width: 145px;
}
.p8 {
    top: 50%;
    right: 5%;
    width: 125px;
}
.p-img {
    position: absolute;
    z-index: 50;
}
.bg_light
{
	background:#efefef
}











/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 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
}
.categories_home_box
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:50
}
.categories_home_box .icon_box{
	width:180px;
	height:140px;
	background:#E02020;
}
.categories_home_listing .bg_hover:before
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;z-index: 50;    
	transition: all 1s ease-in-out;
	content:'';background: rgba(0,0,0,0.2);
}
.s_parallax.big_image .img-bg

{
	height:auto;
	min-height:400px;
}











/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 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%); 
    }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




.table_info table
{
	width:100%
}
.table_info table , .table_info table td  , .table_info table th
{
	border:1px solid #FFF
}
.table_info td , .table_info table th
{
	
	background:#efefef;padding: 5px;
}
.table_info table th
{
	text-align:center
}

.table_info th b
{
	color:var(--color_1-color)
}
.table_info td *
{
	font-size:1rem;
	text-align:center
}

.table_info ol
{
	padding-left: 20px;
}
.table_info ol li
{
	    list-style: auto;
}

.s_parallax.big_image .img-bg{
    min-height: 550px;}


.coming-slider .img-bg
{
	height:550px;
	width:100%;
	position:relative
}
.coming-slider .img-bg:before
{
	left:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:100%;
	z-index:20;
	content:'';
	background-color: rgba(0,0,0,0.4);

}
.coming_box{
	left:0;
	bottom:0;
	position:absolute;
	width:100%;
	height:100%;
	z-index:30;	
}
.coming_text
{
	font-style:italic;
	font-weight:300;
display:flex;
gap:20px;	
align-items:center
}
.coming_text:before
{
	width:35px;
	border-radius:5px;
	height:10px;    display: inline-block;
	background:var(--green-color);
	content:'';
}
.coming_text:after
{
	width:35px;
	border-radius:5px;
	height:10px;    display: inline-block;
	background:var(--green-color);
	content:'';	
}


.coming-slider .swiper-pagination
{
    width: 100%;
	height:auto;
    right: 0;
    left: auto;
    z-index: 50;
	bottom: 15px;
	display:flex;
}

.coming-slider .swiper-pagination-bullet
{
	width: 10px;
    height: 10px;
	background:#FFF;margin: 0  5px !important;
	border-radius:50%;	opacity:1;  

}
.coming-slider .swiper-pagination-bullet i
{
	opacity:0;
	transition:all 0.5s ease-in-out;display: none;
}
.coming-slider .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	border: 0 solid #FFFFFF;
	 height: 10px;border-radius:5px;background-color:var(--color_1-color)
}
.coming-slider .swiper-pagination-bullet.swiper-pagination-bullet-active i
{
	opacity:0;display: none;
}




@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}

}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer_menu li{margin:0 5px;}
}
/*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}
.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;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer_logo img{max-width:150px;}
.stellarnav a {color:#000}
.stellarnav .menu-toggle span.bars span{background:#000}
.stellarnav li{position:relative;width:100%}
.stellarnav.mobile ul{background:var(--black-color)}
.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_box{height:500px;}
.stellarnav{padding:0}
header .stellarnav li a{color:#FFF !important}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.top_page{padding-top:0 !important}
header{position:inherit !important;top:auto;left:auto}
.circle {width: 60px; height: 60px;}
.footer_menu ul {gap: 5px;}
.p1 img{width:45px;}
.p2 img{width:145px;}
.p4 img{width:45px;}
.market_box_abso{position:inherit;right:auto;}
.market_box{padding-right:0}
.banners-slider  .font-60 {font-size:2.5rem ;line-height:2.5rem}
.logo1{opacity:1 !important}
.logo0{opacity:0 !important}
}

/*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;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-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%}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.home_heigh1{height:350px;}
.p2 img{width:85px;}
.p5 , .p6 , .p7, .p8{display:none}
.s_parallax.big_image .img-bg{min-height:400px;}
}





















