@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
*
{	
	font-family: "Inter", sans-serif;
	font-size:16px;
	color:#484847
	
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --blue-color: #1055B1;
  --darkblue-color: #082C5D;
  --yellow-color: #F7B500;
}

::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: var(--blue-color);
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#0F0707;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:var(--yellow-color)
}
.font-medium , .font-medium *
{
	font-weight:500
}.font-semi , .font-semi *
{
	font-weight:600
}
.font-bold , .font-bold *
{
	font-weight:700
}
.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;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:35px;
	margin:0;
	background: #5C7068;
	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(--grey-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(--grey-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 0.75s 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 0.75s 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 0.5s 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
}
.color-1
{
	color:var(--blue-color)
}
.color-2
{
	color:var(--yellow-color)
}
.color-3
{
	color:#000
}
.bt-1
{
	border-top:1px solid #042047;
}
.bg-1
{
	background:var(--blue-color)
}
.bg-2
{
	background:#DCEAFD
}
.before-1
{
	position:relative;
}
.before-1:before
{
	width:30%;
	height:40px;
	background:var(--blue-color);
	z-index:50;
	content:'';
	position:absolute;
	top:-35px;
	left:0;
}
.before-1:after
{
	width:50px;
	height:40px;
	background:var(--blue-color);
	z-index:50;
	content:'';
	position:absolute;
	top:-35px;
	left:25%;
	transform: skew(30deg);
}
.before-2:before
{
	width:25%;
	height:60px;
	background:var(--blue-color);
	z-index:50;
	content:'';
	position:absolute;
	top:-55px;
	left:0;
}
.before-2:after
{
	width:50px;
	height:60px;
	background:var(--blue-color);
	z-index:50;
	content:'';
	position:absolute;
	top:-55px;
	left:calc(25% - 25px);
	transform: skew(30deg);
}

.before-3:before
{
	width:25%;
	height:60px;
	background:var(--blue-color);
	z-index:50;
	content:'';
	position:absolute;
	top:-55px;
	right:0;
}
.before-3:after
{
	width:50px;
	height:60px;
	background:var(--blue-color);
	z-index:50;
	content:'';
	position:absolute;
	top:-55px;
	right:calc(25% - 25px);
	transform: skew(330deg);
}
/**************************************************************/
.over_header
{
	   
		z-index:100
}
header .img-bg
{

	width:100%;
	height:255px;
	position:relative;
 	-webkit-animation: kenburns-bottom 3s ease-out both;
	animation: kenburns-bottom 3s ease-out both;

}
header .img-bg:before
{
	content: '';
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}
header .img-bg:after
{
	content: '';
    width: 100%;
    height: 95px;
    z-index: 15;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);

}
.header-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}
.menu_header
{
	  background-color:#FFF;
	  position:fixed;
	  top:-100%;
	  width:100%;
	  height:100vh;
	  z-index:60;
	  
	right: 0; 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);	  
	  
}
.menu_header.active {
    opacity: 0.95;
    visibility: visible;
    top: 0;
}
.menu_header li , .menu_header ul
{
	width:100%
}
.logo img
{
	max-width:120px;
}
footer
{
	background:var(--darkblue-color)
}
.h_social li a {
    width: 35px;
    height: 35px;
    border:1px solid #FFF;
    margin-right: 10px;
    border-radius: 50%;
}
.h_social li a span{

	color:#FFF;
}
.h_social li a:hover {
    background: var(--yellow-color);
	border-color:var(--yellow-color);
}
.h_social li a:hover span{
    color: var(--white-color);
}
.map_f
{
	width:200px;
	height:185px;
	overflow:hidden;
	border-radius:20px;
}
.menu_f li
{
	margin-right:40px;
}
.menu_f li:last-child
{
	margin-right:0;
}
.menu_f li a
{
	color:#FFF
}
.menu_f li a:hover
{
	color:var(--yellow-color)
}
.opa-55
{
	opacity:55%
}
.contact_box{
	margin-top:-25px;
}
/*///////////////////////////////////////*/
.map iframe , .map_f iframe
{
	width:100%;
	height:100%;
}
.map
{
	width:100%;
	height:320px;
}


.social li a {
    width: 55px;
    height: 55px;
    border:1px solid #979797;
    margin-left: 10px;
    border-radius: 50%;
}
.social li a span{

	color:#484847;
}
.social li a:hover {
    background: var(--blue-color);
	border-color:var(--blue-color);
}
.social li a:hover span{
    color: var(--white-color);
}
.projects_info
{
	position:absolute;
	bottom:0;
	left:0;
	z-index:20;
}
.projects_box
{
	overflow:hidden
}
.projects_box .bg_hover1 img
{
	transition: all 1s ease-in-out;
    overflow: hidden;	
}
.projects_box:hover .bg_hover1 img
{
	transform: scale(1.1);	
}
.projects_info a:hover h2
{
	color:var(--darkblue-color)
}
.gall_slick_for .slick-slide  {
      margin:  5px 0;
  }

  /* the parent */
.gall_slick_for .slick-list  {
      margin:  -5px 0;
  }
  
.gall_slick  , .gall_slick_for
  {
	  margin-bottom:0 !important
  }
 .videos_box
 {
	 display:flex !important
 }

.gall_slick .latest_arrow , .gal_slick .latest_arrow  , .exhi_slick .latest_arrow 
{
	position:absolute;
	cursor:pointer;
    bottom: 5%;
	z-index:60;
	background:none;
	width:40px;
	filter: brightness(0) invert(1);
}
.gall_slick .latest_arrow.leftLst , .gal_slick .latest_arrow.leftLst , .exhi_slick .latest_arrow.leftLst
{
	right:75px; 
} 
.gall_slick .latest_arrow.rightLst , .gal_slick .latest_arrow.rightLst  , .exhi_slick .latest_arrow.rightLst 
{
	right:25px;
} 
.exhi_slick
{
	max-width:500px;
}

.related_slick .slick-slide  {
      margin: 0 15px;
  }

  /* the parent */
.related_slick .slick-list  {
      margin: 0 -15px;
  }
.italic_font i
{
	font-size:1.25rem !important;
	font-weight:200;
	text-decoration:italic
}
.equipments_box .row:nth-child(2n+2) .colw-45
{
	order:2
}
.equipments_box .row:nth-child(2n+2)  .colw-55
{
	order:1
}
.services_box
{
	height:100%;
  background: url(../img/c1.jpg)no-repeat right bottom #FFFFFF;
  box-shadow: 0 2px 9px 0 rgba(156,152,152,0.5);
	
}
.services_box
{
	position:relative;
}
.services_box:before
{
	content:'';
	width:100px;
	height:7px;
	position:absolute;
	background:#1055B1;
	top:-7px;
	left:0;
	border-right:180px solid #81B7FF;
}
.service_section_2:before
{
	position:absolute;
	top:0;
	left:0;
	z-index:20;
	width:100%;
	height:400px;
	content:'';
	background:var(--blue-color)
}

.services_desc {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    text-align: justify;
}



.gal_slick_for .slick-slide  {
      margin: 0 15px;
  }

  /* the parent */
.gal_slick_for .slick-list  {
      margin: 0 -15px;
  }
.gal_slick_for
{
	margin-bottom:0 !important
}
.services_inner_box
{
	position:absolute;
	right:0;
	bottom:30px;
	width:50%;
	height:150px;
}
.services_inner_box div
{
	position:relative;
	width:100%;
	height:100%;
	background:var(--blue-color)
}
.click_button a
{
	background:var(--yellow-color);
	color:#FFF;display: inline-block;
	border:1px solid var(--yellow-color);
}
.click_button a:hover
{
	background:var(--blue-color);
	color:var(--white-color);
	border-color:var(--blue-color);
}



.click_button1 a
{
	background:transparent;
	border:1px solid #FFF;
	color:#FFF;display: inline-block;
}
.click_button1 a:hover
{
	background:var(--yellow-color);
	border-color:var(--yellow-color);
	color:var(--white-color)
}
.home_projects .slick-slide  {
      margin: 0 15px;
  }

  /* the parent */
.home_projects .slick-list  {
      margin: 0 -15px;
  }
.home_projects
{
	margin-bottom:0 !important
}
.home_projects_abso
{
	position:absolute;
	right:0;
	bottom:0;
	z-index:50;
	width:70%;
}
.txt-right
{
	text-align:right;
}
.home_projects .slick-dots
{
	text-align:left;
	margin-left:-30%;
}


.s_parallax .img-bg
{
	height:515px;
	position:relative;
}
.s_parallax
{
	position:relative;
}
.s_parallax .img-bg:before
{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	content:'';
	z-index:5
}
.s_parallax_text
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:50
}
.s_parallax_yellow:before
{
	position:absolute;
    top: -10px;
    right: -10px;
	width:80%;
	height:80%;
	z-index:5;
	content:'';
	background:var(--yellow-color)	
}


.banners {
    margin-bottom: -80px !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(0,0,0,0.2);
    z-index: 20;
}
.banners_bg: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:#1055B1;
}
.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 .over_header 
{
	overflow:inherit
}
.contact-form label
{
	font-weight:500;line-height:1.875rem;
	margin-bottom:5px;
	display:block
}
.contact-form input , .contact-form textarea
{
	border:0
}
button[disabled] {
    opacity: 0.5;
    cursor: inherit;
}
.contact-form button[type=submit]
{
    background-color: var(--yellow-color)
}
.contact-form button[type=submit]:hover
{
    background-color: var(--blue-color)
}
.c1
{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;	
}
.abg_projects img
{
	width:100%
}
@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu li {margin: 0 5px;}
.h_social.ml-15{margin-left: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;}
.d-none-xm{display:none !important;}
.jc-c-xm{justify-content:center}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.equipments_box .row:nth-child(2n+2) .colw-55{order:2}
.order-1-xm{order:1}.order-2-xm{order:2}
.px-25-xm{padding-left:1.5625rem;padding-right:1.5625rem}
}
/*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;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu_f li {margin-right: 0;width: 50%;padding: 5px 0;}
.menu_f ul{display: flex;flex-wrap: wrap;}
.gall_slick_for .slick-slide  {margin: 0 15px;}
.gall_slick_for .slick-list  {margin: 0 -15px;}
.services_desc {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;-webkit-column-gap: 0;-moz-column-gap: 0;column-gap: 0;text-align: justify;}
.s_parallax .img-bg{height:600px;}
.main_bg{height:500px;}
.before-2:before , .before-2:after{top:-40px;}
}





















