@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

*
{	
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color:#484847;
	
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --blue-color: #023E7D;
  --blue1-color: #0C4CA1;
  --blue2-color: #31A6E2;
  --blue3-color: #0D4FA2;
  
  --ball-color: #023E7D; 
  --yellow-color: #F7B500;  

  
}
/*
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--color3-color)
}

*/
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#484847;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--color3-color)
}
.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;
}.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
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b , b *
{
	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-26 , .line-26 *
{
	line-height:1.625rem
}
.line-27 , .line-27 *
{
	line-height:1.6875rem
}
.line-28 , .line-28 *
{
	line-height:1.75rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-32 , .line-32 *
{
	line-height:2rem;
}
.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.625rem
}
.gap-20
{
	gap:1.25rem
}
.gap-50
{
	gap:3.125rem
}
.gap-80
{
	gap:5rem
}


.font-medium , .font-medium *
{
	font-weight:500
}
.font-semi , .font-semi b
{
	font-weight:700
}
.font-bold , .font-bold *
{
	font-weight:700
}
.font-extra , .font-extra *
{
	font-weight:900
}
.fl{
	float:left
}
.ltr
{
	direction:ltr
}
.white_color
{
	color:#FFF
}
.bg-1
{
	background:var(--blue-color)
}
.bg-2
{
	background:var(--blue1-color)
}
.bg-3
{
	background:#496487
}
.bg-4
{
	background:#1055B1
}
.bg-5
{
	background:var(--blue2-color)
}
.bg-6
{
	background:#EAF8FF
}

.bg-7
{
	background:#D2F2CA
}
.bg-8
{
	background:#C0E4F1
}
.bg-9
{
	background:#B0B1DF
}
.bg-10
{
	background:#F3F3F3
}

.bg-11
{
	background:#d3723f
}
.color1 , .color1 *
{
	color:var(--blue2-color)
}
.color2 , .color2 *
{
	color:var(--blue-color)
}
.color3 , .color3 *
{
	color:#1055B1
}
.h65
{
	height:65px;
}
.border-bottom-1
{
	border-bottom:1px solid #D6D4D4;
}
.border-right-1
{
  border-right: 1px solid #365B81;
}
.search_form input[type=text]
{
	 border:0;
	 border-bottom: 1px dashed #FFFFFF;
	 background:none;
	 height: 20px;
	 width:65%;
	 color:#FFF
}
.search_form button
{
	 border:0;

	 background:none
}
.gap-30
{
	gap:1.875rem
}
/*///////////////////////////////////////*/
.footer_social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
	border:1px solid #FFF;
}
.footer_social a span {
	color:#FFF
}
.footer_social a:hover {
	background:var(--blue2-color);
	border-color:var(--blue2-color)
}
.footer_menu ul
{
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.footer_menu li
{
	display:block;
	width:100%;
}
.map_footer
{
    width: 500px;
    height: 100%;
}
.map_footer iframe
{
	width:100%;

	height:100%;
}
.h_section_1 .colw-16
{
	border-right:1px solid #E7E6E6
}
.h_section_1 .colw-16:last-child
{
	border-right:0
}
.h_section_2
{
  border-radius: 0 0 100px 0;min-height:245px;
  background-color: var(--blue2-color);	
}
.h_section_2_main
{
	margin-top:-45px;
}

.h_section_2 h2:before
{
	position:absolute;
	top:0;
	left:-50px;
	z-index:50;
	content:'';
	width:30px;
	height:30px;
	background:url(../img/icon1.svg) no-repeat left center
	
}
.button-style1 a
{
	background:var(--blue-color);
	color:white;
	display:inline-block
}
.button-style1 a:hover
{
	background:var(--blue1-color);
	color:#FFF
}
.button-style1 a:hover *
{

	color:#FFF
}

.banners_main_box
{
	height:450px;
	
}
.banners_main
{
	position:relative;
}
.banners_main_box:before
{
	position:absolute;
	bottom:0;
	left:0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.2);
	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: fadeInRight 1.5s;
}


.banners-slider .swiper-button-prev
{
	left:10%
}
.banners-slider .swiper-button-next
{
	right:10%
}
.banners-slider .swiper-button-next,.banners-slider .swiper-button-prev
{
	color:#FFF
}
.h_banner_boxes
{
	margin-top:-65px;
}
.lang_list a.active
{
	color:var(--blue2-color);
	border-bottom:1px solid var(--blue2-color)
}
.stellarnav
{
	width:auto
}
.stellarnav a.main_a
{
	background:var(--blue3-color);
	padding:15px 8px;
	color:#FFF;
	border-radius:10px;
	text-transform:uppercase;
	font-weight:500;
	font-size:11px
}
.stellarnav li.has-sub > a:after
{
	margin-left:5px !important
}
.stellarnav a.main_a.bgg-1
{
	background:#EEEEEE;
	color:#484847;
	padding:10px 10px;
}
.stellarnav li , .stellarnav
{
	position:inherit
}
.stellarnav li a
{
	color:var(--blue-color)
}
.stellarnav a.main_a.bgg-1:after {

    border-top: 6px solid #484847
}
.stellarnav a.main_a.bgg-2
{
	background:#4CBFF2;padding:10px 10px;
}
.stellarnav li.has-sub{
	margin:0 5px;
}

.stellarnav ul
{
	/*display:block !important*/
}

.filter_white
{
	filter: brightness(0) invert(1);

}

.stellarnav ul ul
{
	left:0;
	width:100%;
    padding: 15px 0 0 0;
    background: none;
}
.subMenu_box
{
	background:#FFF;
	padding:25px 25px;
	display:flex;	
	flex-wrap:wrap
}
.subMenu_box .colw-33
{
	margin:25px 0
}
.stellarnav li li
{
	position:relative
}
.sub_menu_title span
{
	border-bottom:2px solid var(--blue-color);
	
}
.sub_menu_title
{
	/*display:flex*/
}
.stellarnav .sub_menu_box a
{
	padding: 10px 0;    font-size: 0.875rem;
	position:relative
}

.stellarnav .sub_menu_box a:hover
{
	font-weight:700;
	color:var(--blue-color);
}
.stellarnav .sub_menu_box a:hover:before
{
	position:absolute;
	top:52%;
	transform:translateY(-50%);
	left:-10px;
	z-index:50;
	content: "\f0da";
	font-family: "Font Awesome 6 Free";    
	font-weight: 900;
	color:var(--blue-color);
}
.bread-crumb li
{
	margin-right:5px;
}
.bread-crumb li a
{
	text-decoration:underline
}
.gallery-slider .swiper-button-next,.gallery-slider .swiper-button-prev
{
	color:#FFF
}

.gallery-slider-sub  .swiper-slide {

    opacity: 0.4;
}
.gallery-slider-sub  .swiper-slide-thumb-active {
    opacity: 1;
}
.youtube
{
	position:absolute;
	top:50%;
	left:50%;
	z-index:50;
	width:80px;
	transform:translate(-50%,-50%);
	z-index:50
}
.red{
	color:red;
}
.form_style input[type=text] , .form_style textarea , .form_style input[type=password]
{
    border-color: #d7e4f5;
    color: #0c4ca1;
    background: #f1f7ff;
	box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .02);
	border-radius: 30px;
}
.form_style label {
    text-transform: uppercase;
    color: #3d3e3e;
    padding: 10px;
	font-weight:700;
	display:block
}
.form_style button[type=submit]
{
	height:50px;
	border-radius:30px;
    background-color: var(--blue-color)
}
.form_style button[type=submit]:hover
{
    background-color: var(--blue1-color)
}


.form_style.search_doctors input[type=text] , .form_style.search_doctors button[type=submit]
{
	border-radius:0
}
 .form_style.search_doctors button[type=submit]
{
	background-color: var(--blue1-color);
	width:100%
}

button[disabled]
{
	opacity:0.5;
	cursor:inherit
}

.description_text h2
{
	color:var(--blue-color);
	font-weight:600;
	padding:15px 0;
	font-size:1.25rem
}
.description_text li
{
	position:relative;
	padding:10px 0 10px 45px;
}
.description_text li:before
{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	background:url('../img/check.svg') no-repeat center center / cover;
	width:35px;
	height:35px;
}
.title_style_1
{
	color: var(--blue-color);
	font-weight:500;
    text-transform: inherit;
    background: #dadfe7;
    display: inline-block;
    padding: 10px 15px;	
}
.title_style_2
{

    border-bottom: 4px var(--blue-color) solid;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--blue-color);
    line-height: 40px !important;

}
.title_style_3
{

    border-bottom: 4px var(--blue-color) solid;

    font-weight: 700;
    color: var(--blue-color);
    line-height: 40px !important;

}


.list_style_1  a
{
	color:var(--blue3-color);
	padding-left:20px;
	position:relative;
	display: block;
}
.list_style_1  a:hover
{
	font-weight:600
}
.list_style_1 a:before
{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	z-index:50;
	content: "\f0da";
	font-family: "Font Awesome 6 Free";    
	font-weight: 900;
	color:var(--blue-color);
}
.border-left-1
{
	border-left:1px solid rgba(0, 0, 0, .08);
}
.tel_style_1
{
    background-color: #dd3333;
    color: #ffffff;
	border-radius:25px;
	padding:20px;
	display:inline-block;
	margin:10px 0;
	min-width:33.33%	
}
.button_link
{
    background: var(--blue-color);
    color: white;
    display: inline-block;
	line-height: 1.25rem;
    font-size: 0.9375rem;
	padding-left: 1.5625rem;
    padding-right: 1.5625rem;	
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
	margin-top:1rem	
}
.button_link *
{
	color:#FFF !important
}
.bread-crumb *
{
	font-size:1rem !important
}

.map
{
	width:100%;
	height:450px;
}
.map iframe
{
	width:100%;

	height:100%;
}

.social_fb , .social_fb *
{
		color:#1877F2	
}


.social_in , .social_in *
{
	color:#
}


.social_x , .social_x *
{
	color:#
}

.s_social img
{
	width:40px;
}
.h_login a:hover
{
	    text-decoration: underline;
}

.industries-slider-box .swiper-button-lock
{
	display:block !important
}
.social_icon_box  span
{
	width:20px;
}
.description_text a * , .description_text a 
{
	color: var(--blue2-color);
}

.sub_menu_title.red-style  {
   
}
.sub_menu_title.red-style span {
    border-color:red;color:red !important;


}
.min_110
{
	min-height:110px;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 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;
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 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%;
}
.ttgr-height-40 {
    position: relative;
    padding-bottom: 40%;
}
.ttgr-height-50 {
    position: relative;
    padding-bottom: 50%;
}
.pgi-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.order_1{order:1}.order_2{order:2}.order_3{order:4}.order_4{order:3}.order_5{order:5}.order_6{order:6}.order_7{order:7}.order_8{order:8}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// 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%); 
    }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.description_text a
{
	text-decoration:underline
}
.description_text a:hover
{
	color:var(--blue-color)
}
.border-bottom-2
{
	border-bottom: 2px solid var(--blue-color);
    padding-bottom: 5px;
}
.circle_template
{
	width:150px;
	height:150px;
	background:var(--blue-color);
	border-radius:50%;
	display:inline-flex;
	flex-direction:row;
	justify-content: center;
	align-items:center;
	color:#FFF;
	margin-bottom:10px;
	font-weight:bold;
	font-size:22px;
	text-align:center
}
.p-0
{
	padding:0 !important
}
.stellarnav .ll_bgg-1 .colw-33
{
	width:25%
}
.bg-white
{
	background:#FFF
}
.social_inner a
{
	display:block;
	color:var(--blue2-color);
	font-size:20px;
}
.social_inner a span
{
	margin-right:10px;font-size:20px;
}
 .articles-slider-right  .swiper-slide {
   height:200px;
   }
   
.articles-slider-right .swiper-wrapper {
       flex-direction: row;

}

.articles-slider-right-box .swiper-pagination
{
	bottom:-25px;
}
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
	.stellarnav a.main_a{padding:15px 5px;}
	header .pl-50{padding-left:25px;}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.d-none-m{display:none}
.ttgr-height-40 {padding-bottom: 55%;}.ttgr-height-50 {padding-bottom: 75%;}
.updates-slider-sub{height:auto;width:100%}
.map_footer{width:100%;height:180px}
.stellarnav a.main_a {padding: 10px;max-width: 120px;}
}
/*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;}
.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}
.px-25-xm{padding-right:1.5625rem;padding-left:1.5625rem;}
.pt-50-xm{padding-top:3.125rem;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#hidden-content .fancybox-close-small {
    display: block;
}
#hidden-content{margin:0 auto !important}.close-p{display:none}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.stellarnav .menu-toggle span.bars span{background:var(--blue-color)}
.close-menu.full{color:#777}
.stellarnav .icon-close{float:left;}
.stellarnav a.main_a{max-width:100%;font-size: 12px;}
.stellarnav li.has-sub{width:calc(100% - 30px);margin:10px 15px}
.stellarnav a.dd-toggle .icon-plus{float:right;margin-right: 15px;margin-top: 0;}
.stellarnav a.dd-toggle .icon-plus:before , .stellarnav a.dd-toggle .icon-plus:after{border-color:#FFF}
.sub_menu_title span{font-size:13px;}
.stellarnav .sub_menu_box a{color:var(--blue-color);padding: 5px 0;font-size:12px;}
.stellarnav li, .stellarnav {position: relative;}
.subMenu_box .colw-33 {margin: 10px 0;}
.subMenu_box{padding:10px;}
.menu-toggle{color:var(--blue-color) !important}
.stellarnav.mobile .menu-toggle{display: flex;align-items: center;}
.order_7{order:8}.order_8{order:7}
.banners-slider .swiper-button-next{right:2%;}
.banners-slider .swiper-button-prev{left:2%}
}

/*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}
.mt-25-s{margin-top:1.5625rem;}
.mb-25-s{margin-bottom: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:0}.pl-0-s{padding-left:0}
.py-50-s{padding-top:3.125rem;padding-bottom:3.125rem;}
.ml-20-s{margin-left:20px;}
.border-left-s{border:0}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.footer_social a{width:30px;height:30px;}
.logo img{width:160px;}
header .pl-50{padding-left:0}
header .border-right-1{border:0}
.search_form img{width:40px;}
.banners_text{padding:0 25px;}
/*.home_icon_img img{max-width:40px;}*/
.font-40, .font-40 * {font-size: 2rem;}
.d-flex1{flex-wrap:wrap}
.container{width:100%}
.pop_cont{padding-top: 3.125rem !important;padding-bottom: 3.125rem !important;}
.sub_menu_title{line-height: 25px;}
.stellarnav .ll_bgg-1 .colw-33{width:100%}
}





















