@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:#000
	
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --blue-color:#092346;
  --blue1-color:#1055B1;
  --red-color:#E02020;
  --grey-color:#484847;
}

::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--red-color);
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.red-color
{
	color: var(--red-color);
}
.grey-color 
{
	color: var(--grey-color);
}
.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(--red-color)
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold , .lato-bold * {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.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
}
.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(--blue-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
{
	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-25 , .line-25 *
{
	line-height:1.5625rem
}
.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
}

.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
}
/**************************************************************/
.font-bold , .font-bold *
{
	font-weight:900
}
.border-top-1
{
	border-top:1px solid #153868
}
.img_b
{
    border: 1px solid #1538682e;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-2{
	background:url('../img/s1.png') no-repeat right top #F0F0F0;
	background-size:110px;
}
.color1
{
	color:var(--blue1-color)
}
.bg-4{
	background:#f7f7f7
}
/*///////////////////////////////////////*/
.social li
{
	margin:0 10px;
}
.social li:last-child
{
	margin-right:0;
}
.social li a:hover span
{
	color:var(--red-color)
}
.menu li
{
	margin:0 25px;
}

.s_parallax
{
	position:relative;
}
.s_parallax .img-bg
{
	height:550px;
	position:relative;
	border-radius: 26px;
	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: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);
	
}
.s_parallax_text
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50
}
.breadcrumbs li
{
	display:inline-block;
	margin-right:5px;
}
footer
{
	background:var(--blue-color)
}
.map_f , .map_f iframe
{
	width:100%;
	height:100%;
}
.contact_box
{
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.contact-form label
{
	line-height:1.875rem;
	color:var(--grey-color)
}
.contact-form button[type=submit]
{
	height:50px;
	border-radius:5px;
    background-color: var(--blue1-color)
}
.contact-form button[type=submit]:hover
{
    background-color: var(--red-color)
}
button[disabled]
{
	opacity:0.5;
	cursor:inherit
}
.map{
	position:absolute;
	top:-50px;
	height:calc(100% + 100px);
	right:0;
	z-index:5;

	border-radius:5px;
	overflow:hidden
}
.map iframe
{
	width:100%;
	height:100%;
}
.request_box
{
	background:url('../img/1.png') no-repeat right center var(--blue-color);
	border-radius:90px;background-size: contain;
}

#hidden-content , .hidden-content
{
	display:none;
	overflow: initial !important;
	    margin: 50px 0 !important;
}
.close-p
{
	position:absolute;
	top:-40px;
	right:0;
	cursor:pointer;
	z-index:50
}
#hidden-content .fancybox-close-small  , .hidden-content .fancybox-close-small
{
	display:none
}

#submit_form12 input
{
	height:45px;
}
.before-1:before
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	z-index:5;
  opacity: 0.8;
  border-radius: 26px;
  background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);
	
}
.container.mini
{
	width:1060px;
}

.button-style a
{
	background:var(--blue1-color);
	color:#FFF;
	border-radius:5px;
	display:inline-block
}
.button-style a:hover
{
	background:var(--red-color);
	color:#FFF
}
.services_box .colw-25:nth-child(1) .s_box
{
	background:#E6F7FF
}
.services_box .colw-25:nth-child(2) .s_box
{
	background:rgb(0 163 130 / 8%)
}
.services_box .colw-25:nth-child(3) .s_box
{
	background:#FFEAEA
}
.services_box .colw-25:nth-child(4) .s_box
{
	background:#EAEBFF
}




.h_parallax
{
	position:relative;
}
.h_parallax .img-bg
{
	height:400px;
	position:relative;
	border-radius: 20px;
	overflow:hidden
}

.h_parallax .img-bg:before
{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	z-index:5;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.3);

	
}
.h_parallax_text
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50
}







.banners {
    margin-bottom: -5px !important;    z-index: 50;
}
.main_bg {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;content:'';
    background-color: rgba(16,85,177,0.4);
    z-index: 20;
}
.banners_bg123:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;content:'';
    background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);
    z-index: 25;
}

.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
	padding-top:0
}

.banners .slick-active{
  /*animation:Slick-FastSwipeIn 1s both;
     animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s;  */
}
/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);} 
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);} 
}


@keyframes motion-blur {
    0% {
        filter: url(#blur0);
        transform: scale(1, 1);
    }
    15% {
        filter: url(#blur1);
        transform: scale(1, 0.98);
    }
    30% {
        filter: url(#blur2);
        transform: scale(1, 0.93);
    }
    45% {
        filter: url(#blur3);
        transform: scale(1.1, 0.90);
    }
    60% {
        filter: url(#blur4);
        transform: scale(1.2, 0.88);
    }
    75%,100% {
        filter: url(#blur5);
        transform: scale(1.35, 0.85);
    }
}
.do-tans {
    animation: motion-blur 0.1s linear forwards,
            motion-blur 0.5s linear reverse forwards 0.1s; 
}

.banners  .slick-dots li 
{
	width:15px;
	height:15px;
	border-radius:25px;
}
.banners .slick-dots li 
{
	margin:  5px 0;	
}

.banners .slick-dots li button 
{
	width:15px;
	height:15px;
	background-color:#DBD9D9;transition: all 0.5s ease-in;
	padding:0;
}
.banners .slick-dots li.slick-active button
{
	width:15px;
}
.banners .slick-dots li button:before 
{
	display:none
}
 .banners .slick-dots li button:hover , .banners .slick-dots li.slick-active button 
{
	background:var(--red-color);
}
.banners .slick-dots li.slick-active button 
{

	height:15px;
}
.slick-dots li.slick-active, .slick-dots li.slick-active button{
	width:15px;
}
.banners .slick-dots{
    top: 0;
    z-index: 10;
	text-align:center;
	padding-left:0;
	right:25px;
	height:100%;
    width: auto;
    display: flex !important;
    flex-direction: column;
    justify-content: center;

}
.home_page header
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100
}
.home_page header *
{
	color:#FFF
}
.home_page header a:hover , .home_page header a:hover span
{
	color:var(--red-color)
}

.menu a.active
{
	color:var(--red-color)
}
.logo img
{
	max-width:205px;
}
.logo-f img
{
	max-width:310px;
}
.home-icon
{
	position:absolute;
	right:10%;
	bottom:-50px;
	z-index:50
}
.brands_box
{
	background:#f7f7f7;
	height:245px;
}
.details_brands
{
	position:absolute;
	top:0;
	left:0;
	z-index:50
}
.bg-3
{
	background:#E6F7FF
}


.images_slick .slick-slide  {
      margin: 0 10px;
  }
  /* the parent */
.images_slick .slick-list  {
      margin: 0 -10px;
  }
.latest_arrow 
{
	position:absolute;
	cursor:pointer;
    top: 50%;
	transform:translateY(-50%);
	z-index:60;
	background:none;
	width:100px;
}
 .latest_arrow.leftLst 
{
	left:-50px; 
} 
.latest_arrow.rightLst
{
	right:-50px; 
} 
  
  .products_slick
  {
	border: 1px solid #1538682e;

  }

 .products_slick_for .slick-slide  {
      margin: 0 5px;
  }
  /* the parent */
.products_slick_for .slick-list  {
      margin: 0 -5px;
  } 
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

}
/*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}
#hidden-content .fancybox-close-small {
    display: block;
}
#hidden-content{margin:0 auto !important}.close-p{display:none}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu ul li:hover > ul {display: none;opacity: 0;visibility: hidden;transition: none; /* Remove transitions on mobile */}
.trigger_header{display:block}
.slided {-ms-transform: translate(-320px,0);-webkit-transform: translate(-320px,0);transform: translate(-320px,0);}
.trigger{display: block;position:relative;float: right;    margin-right: 0;width: 45px;}
nav{position: fixed;z-index: 500;width: 320px;    overflow: scroll;height: 100vh;box-sizing: border-box;background: var(--blue-color);left: 100%;padding: 20px;top: 0;
transition: .7s;-moz-transition: .7s;-webkit-transition: .7s;z-index:100000;display: flex !important;justify-content: center;flex-direction: column;align-content: center;align-items: center;}

.menu ul{flex-wrap:wrap;flex-direction: column;justify-content: center;}
.menu ul li {width:100%;margin:0;height: auto;border-left:0}
.menu ul li a{    color: #FFF;padding: 20px 0px;font-size: 20px;   width: 100%;display:inline-block;text-align:center}
.menu ul ul li{width:100%}
.menu ul ul {display:none}
.menu ul ul ul{position:relative;left:auto;top:auto;    padding-left: 0;}
.r_arrow.child2.active{transform: rotate(90deg);}
.menu-cur , .r_arrow{float:right;}
.subMenu.active{display: block !important;opacity: 1 !important;visibility: visible !important;    position: inherit;}
.r_arrow.child1 img , .r_arrow.child2 img{filter: brightness(0) invert(1);width:20px !important;}
header nav li a.active , .menu ul li:hover a{color: #FFF;}
.subMenu.active .has-submenu li{background:#545454}
.menu ul li:hover a {background-color:transparent;}
.r_arrow{display:block}
.home_page .trigger > div > span{background:#FFF}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.map_f{height:200px;}
}
/*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;}
.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}
.py-50-s{padding-top:3.125rem;padding-bottom:3.125rem;}
.flex-column-s {display: flex !important;justify-content: center;flex-direction: column;align-content: center;align-items: center;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.logo img {max-width: 160px;}
.mt-115 {margin-top: 4.1875rem;}
.s_parallax .img-bg {height: 200px;}
.map{position:relative;top:auto;right:auto;height:300px;width:100%;margin-top:25px;}
.request_box {padding: 50px;border-radius: 25px;    background:var(--blue-color);}
.main_bg{height:500px;}
}





















