@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Montserrat:wght@400;500;700&display=swap');
@font-face {
    font-family: 'Gotham-Book';
    src: url('../Gotham/Gotham-Book.eot');
    src: local('Gotham-Book'), local('Gotham-Book'),
        url('../Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../Gotham/Gotham-Book.woff2') format('woff2'),
        url('../Gotham/Gotham-Book.woff') format('woff'),
        url('../Gotham/Gotham-Book.ttf') format('truetype');
    font-style: normal;
}
@font-face {
 font-family: 'Gotham-Medium';
    src: url('../Gotham/Gotham-Medium.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../Gotham/Gotham-Medium.woff') format('woff'),  /* Newer browsers */
         url('../Gotham/Gotham-Medium.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../Gotham/Gotham-Medium.svg#Gotham-Medium') format('svg'); /*IE og iOS earlier than version 5*/
}
*
{	
	 font-family: 'Gotham-Book';
	font-size:16px;
	/*color:#668475;*/
	color:#000
	
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --blue-color: #023A7F;
  --blue-color-footer: #103269;
  --brown-color: #E0AE73;
}
.rtl{
	direction:rtl
}
::-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:#668475;
}
.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 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-medium , .font-medium *
{
	font-family: 'Gotham-Medium';
}

.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-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:45px;
	margin:0;
	background: #FFF;
	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:#FFF
}

.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:#FFF
}
.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;
}
.opacity-20
{
	opacity:20%
}
.opacity-40
{
	opacity:40%
}
.hidden-content
{
	display:none
}
.bg_white
{
	background:#FFF
}
.color1 , .color1 *
{
	color:#6D7278
}
.color2 , .color2 *
{
	color:var(--blue-color)
}
.color3 , .color3 *
{
	color:var(--brown-color)
}
.color4 , .color4 *
{
	color:#8A8A8A
}
.color5 , .color5 *
{
	color:#484847
}
.filter_white
{
	filter: brightness(0) invert(1);
}
.rotate90
{
	transform:rotate(180deg)
}
.bg1
{
	background:#1A4181;
}
.bg2
{
	background:#103269
}
.bg3
{
	background:#F1F5F6
}
.bg4
{
	background:#F8F8F8
}
.w-100
{
	width:100%
}
.txt-right
{
	text-align:right
}
/*///////////////////////////////////////*/
header
{
	border-top:1px solid #FFF
}
header .header-box
{
	position:relative;
}
header .header-box:before
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	z-index:50;
	background-color: rgba(0,0,0,0.25);
}
header .img-bg
{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:40
}
.logo img
{
	max-width:190px;
}

.header_social li
{
	border-right:1px solid #FFF;
	padding:0 12px;
}
.header_social li:last-child
{
	border-right:0;
	padding-right:0 
}
header .menu li
{
	margin:0 5px;
}
header .menu li:last-child
{
	margin-right:0;
}
header .menu li:hover a
{
	color:var(--white-color);
	background:var(--brown-color)
}
header .menu li:hover img
{
	filter: brightness(0) invert(1);
}


/***********************************************/
/* Style the main navigation menu */
header .menu ul {
 
}
header .menu ul li {
  position: relative;
}
header .menu ul li a {
  display: block;
  text-decoration: none;
  padding:10px;
}

/* Style the dropdown menus */
header .menu ul ul {

  position: absolute;
  top: 100%;
  left: 0;
  
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition:all 0.5s ease-in-out;
  border:0
}

header .menu ul li:hover > ul ,header  .menu ul li.active > ul   {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

header .menu ul ul li {
  width: 200px;
  border:0;
  background-color: var(--brown-color);
  padding: 0 10px;
  display: inline-block;
  height: auto;
  margin:0
}

header .menu ul ul li a {
}

header .menu ul ul ul {
  left: 100%;
  top: 0;
}

/* Style for hover effect */
header .menu ul li:hover ul a {
	color:#FFF
}

/* Style for active page */
header .menu ul li a:hover,
header .menu ul li.current > a {

}
header .menu .subMenu li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #FFF;
    font-size: 15px;
    line-height: inherit;
    border-bottom: 0;
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
/***********************************************/




















header .signin
{
	display:flex
}
header .signin a , .button-style a , .button-style button
{
  border-radius: 4px;
  color:var(--white-color);
  padding:15px 25px;
  background-color: var(--brown-color);
  display: inline-block;
}
header .signin a:hover , .button-style a:hover , .button-style button:hover
{
  background-color: var(--blue-color);
}
footer
{
	background:var(--blue-color-footer)
}
.bottom_footer
{
	border-bottom:10px solid var(--brown-color)
}
.bottom_footer .social li
{
	margin-right:20px;
}
footer .logo img
{
	max-width:190px;
}
footer .menu li
{
	display:block
}
footer .menu-services
{
	display:flex;
	flex-wrap:wrap
}
footer .menu-services li
{

	width:50%;
}
.partners-box
{
  border-radius: 23px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 8px 0 rgba(154,154,154,0.5);
  height:180px	
}
.partners-box a
{
	max-width:60%
}
.close-p
{
	position:absolute;
	top:-40px;
	right:0;
	cursor:pointer;
	z-index:50
}
.hidden-content
{
	max-width:700px;
	overflow: initial !important;
}
.hidden-content .bg_white
{	
	border-radius:25px;
}
.hidden-content .fancybox-close-small
{
	display:none
}
.partners-pop img
{
	max-width:120px;
}
.partners-pop a
{
	color:#0163A1;
	text-decoration:underline;
	display: block;
}
.gallery_slick , .gallery_slick_for
{
	margin-bottom:0 !important
}
.gallery_slick_for .slick-slide .gallery_for_box  {
      margin:  5px 0;
  }

  /* the parent */
.gallery_slick_for .slick-list {
      margin:  -5px 0;
  }
.gallery_slick .latest_arrow
{
	filter: brightness(0) invert(1);
	width:50px;
	background:none;
	position:absolute;
	bottom:25px;
	z-index:50
}

.gallery_slick .latest_arrow.leftLst
{
	right:75px;
}
.gallery_slick .latest_arrow.rightLst
{
	right:25px;
}

.our-services-box-abso
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background-color: rgba(0,0,0,0.28);

}
.google_map iframe
{
	width:100%;
	height:420px;
	display: block;
}
.bg_contact
{
	background:url(../img/contact.jpg) no-repeat top center / cover
}
.contact-desc ul
{
	margin-top:35px;
}
.contact-desc li
{
	display:block;
	line-height:1.25rem;
	background:url('../img/li.svg') no-repeat left center;
	padding:10px 0 10px 70px;
	margin:10px 0
}
.contact-desc li *
{
	line-height:1.25rem;
}

.description_1 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 112px;
    -moz-column-gap: 112px;
    column-gap: 112px;
    text-align: justify;
}
.parallax1
{
	height:450px;
}
.parallax1 .img-bg
{
	height:100%;
}
.team_shadow
{
	position:relative
}
.team_shadow:before
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:600px;
	content:'';
	background: linear-gradient(180deg, #000000 0%, #023A7F 100%);
	z-index:40
}
.team-box
{
	border: 1px solid #D1D1D1;
}
.team-box img
{
	border-radius:50%
}
.why-choose-box .img-bg
{

	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.why-box
{
  border: 1px solid #424141;
  background-color: #010409;	
}
.why-num
{

	position:absolute;
	top:15px;
	right:15px;
	z-index:10;
}
.careers-box
{
  background-color: #FFFFFF;
  box-shadow: 0 3px 12px 0 rgba(202,202,202,0.5);
	
}
.careers-box h2:before
{
	position:absolute;
	left:0;
	bottom:-10px;
	z-index:40;
	width:75px;
	height:2px;
	content:'';
	background:var(--brown-color)
}
.read-more a
{
  border: 1px solid #E0AE73;
  border-radius: 4px;
    display: inline-block;  
}
.read-more a:hover
{
  background:#E0AE73;
  color:#FFF;
}
.share
{
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
}

.careers-form label, .act-form label {
    line-height: 2.5rem;
	font-family: 'Gotham-Medium';
}
.file-custom {
    position: absolute;
    width: 65px;
    height: 25px;
    right: 0;
    top: 12px;
}
.file-custom img
{
	width:20px;
}
.file_none {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    opacity: 0;
}
#file
{
	 background-color: #F3F3F3;
	 border:0;
	 font-weight:600;
	 text-align:center;
	 color:#F3F3F3;
	 cursor:pointer;
	 border-radius: 25px;
}
.careers-form button[type=submit]
{
	width:100%;
	height:50px;
    background-color: var(--brown-color)
}
.careers-form button[type=submit]:hover
{
    background-color: var(--blue-color)
}

.footer_newsletter input[type=text] {
  border-radius: 7px;
  background-color: #103269;
  color: #FFF;
  height:40px;
  border:0
}
.footer_newsletter button:hover {
    background-color: var(--blue-color);
}
.footer_newsletter button {
    height: 40px;
    border-radius: 4px;
    background-color: var(--brown-color);

}
.bg_parallax
{
	height:400px;
}
.bg_parallax .img-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
	background-attachment:fixed
}

.bg_parallax:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 44;
    content: '';
    background-color: rgba(11,57,86,0.32);
}
.home-services .slick-slide  {
      margin: 0 20px;
  }

  /* the parent */
.home-services .slick-list  {
      margin: 0 -20px;
  }
.home-services .slick-list
{
	overflow:inherit
}
.home-services .slick-dots
{
	bottom:-60px;
	width:auto;
	right:0;
}
.home-about-box img
{
	
}
.home-about
{
	position:absolute;
	top:150px;
	left:0;
	z-index:10;
	width:100%
}
.home_page header
{
	position:absolute;
	top:0;
	left:0;
	z-index:80;
	width:100%	
}
.home_page header .header-box:before
{
	  background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);

}

.banners {
    margin-bottom: -5px !important;    z-index: 50;
}
.main_bg {
    width: 100%;
    height: 100vh;
    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.13);

    z-index: 50;
   
}

.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
	padding-top:5vh
}

.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:transparent;transition: all 0.5s ease-in;
	padding:0;
	border:1px solid #FFF;
}
.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(--brown-color);
	border-color:var(--brown-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;

}
.products-list .button-style a
{
	width:100%;
	text-align:center
}
#filter-by
{
	width:220px;
}
#filter-by {
      height: 40px;
	  border: 1px solid #E1E1E1;
	  border-radius: 8px;
	  background-color: #FFFFFF;
}
.products-details-box
{
	
}

.products-details-box .gallery_slick_for .slick-slide .gallery_for_box  {
      margin:  3px 0;
  }
   /* the parent */
.products-details-box .gallery_slick_for .slick-list {
      margin:  -3px 0;
  } 
  
  .add, .sub, .add1 {
    border:1px solid #D1D1D1;
    width: 30px;
    height: 30px;
	background:#FFF;
}
.qty_box input[type=number] {
    width: 60px !important;
    border: 0;
	height:30px;
    text-align: center;
    -moz-appearance: textfield;
	border-top:1px solid #D1D1D1;
	border-bottom:1px solid #D1D1D1
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; /* Optional: Adjust margin as needed */
}
.bb1 {
    border-bottom: 1px solid #000;
}
.bb2
{
	border-bottom:1px solid #C5C5C5
}
.bb3
{
	border-bottom:1px solid #DEDEDE
}
.d-content
{
	display:contents
}
.bg5 {
    background: #F5F5F5;
}


 .button-style-1 a 
{
  border-radius: 4px;
  color:var(--brown-color);
  padding:15px 25px;
  border:1px solid var(--brown-color);
  display: inline-block;
}
 .button-style-1 a:hover
{
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  color:#FFF
}
.bg_account
{
	  background: linear-gradient(120.68deg, #056CB6 0%, #042F64 100%);

}
.bg_register
{
	background:#113268
}
.signin-form label.t_label {
    line-height: 1.25rem;
    display: block;
    margin-bottom: 10px;
    color: #FFF;
}
.signin-form input {
    border:1px solid #FFF;
	color:#FFF;
	background-color:transparent
}
.signin-form input[type=checkbox] {
   border-radius: 2px;
  background-color: #FFFFFF;   
}
.signin-form input[type=checkbox]:checked {
   border-radius: 2px;
  background-color: #E0AE73;   
}
.signin-form button[type=submit] , .signin-form-edit  button[type=submit]
{
	width:100%;
	height:50px;
	border-radius: 4px;
    background-color: var(--brown-color)
}
.signin-form button[type=submit]:hover , .signin-form-edit  button[type=submit]:hover
{
    background-color: var(--blue-color)
}
.header-login
{
	background: linear-gradient(120.68deg, #056CB6 0%, #042F64 100%);
}
.d_menu {
    border-top: 1px solid #E0E0E0;
}
.d_menu li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
}
.d_menu li a.active {
    background-color: var(--blue-color-footer);
    color: #FFF;
}
.d_menu li a {
    padding: 20px 25px;
    display: block;
}
.d_menu li a.active img {
    filter: brightness(0) invert(1);
}
.bg-login
{
	background:#F1F5F6
}
.red, .red * {
    color: #E02020;
}
.dashbord_shadow
{
	position:relative;
	min-height:100%
}
.dashbord_shadow:after
{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:100%;
	content:'';
	background:#FFF;
	z-index:50
}
.signin-form-edit label.t_label {
    line-height: 1.25rem;
    display: block;
    margin-bottom: 10px;

}
.add-address-box
{
	min-height:225px;
}
.add-address-new
{
  border: 1px solid #979797;
  border-radius: 5px;	
}
.add-address-new:hover
{
	background:#F1F5F6
}
.products-box-home-abso
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(10,8,8,0.37);
}

.products-box-slick .slick-slide  {
      margin:0  10px ;
  }
   /* the parent */
.products-box-slick .slick-list {
      margin: 0 -10px ;
  } 

.products-box-slick
{
	margin-bottom:0 !important
}

 .latest_arrow
{
	position:absolute;
	cursor:pointer;
    top: 50%;
	z-index:60;
	background:none;
	width:25px;
	transform:translateY(-50%);
}
.latest_arrow.leftLst  
{
	left:-50px
} 
.latest_arrow.rightLst 
{
	right:-50px
} 
.our_intro
{
	position:absolute;
	cursor:pointer;
    bottom: -1px;
	left:0;
	z-index:60;
	max-width:550px;
}
.our_intro .bg_hover1
{
	width:250px;
}
.our_intro .bg_white
{
	width:300px;
}
.play
{
	position:absolute;
	cursor:pointer;
    top: 50%;
	left:50%;
	z-index:60;
	transform:translate(-50%,-50%);	
}
.subMenu li
{
	display:block
}
.subMenu a
{
	padding:10px 25px;
	display: block;
}
.subMenu .has-submenu
{
	
	border-bottom: 1px solid #DEDEDE;
}
.subMenu .main-a
{
	font-family: 'Gotham-Medium';
    display: flex !important;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
    align-items: center;
	cursor:pointer	
}
.subMenu.inner li.has-submenu
{
	border:0;
	transition:all 0.5s ease-in-out;
}
.subMenu.inner li.has-submenu:hover , .subMenu.inner li.has-submenu > a.active
{

	background:#E0E9EC;
}
.subMenu.inner
{
	display:none
}
.trigger
{
	display:none
}
.signin .logged
{
	background:none !important;
	padding:0
}
.promo_code
{
	width:100% !important;
	display:none
}
.cur
{
	cursor:pointer
}


.home-services .latest_arrow.leftLst {
    left: -34px;
}
.home-services .latest_arrow.rightLst {
    right: -34px;
}


 .preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: var(--blue-color-footer);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 300px;
	display:flex;
	justify-content:center;
	align-items:center
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 80px;
  height: 40px;
  color: #FFF;
  border: 2px solid currentColor;
  border-right-color: transparent;
  padding: 3px;
  background: 
    repeating-linear-gradient(90deg,currentColor 0 10px,#0000 0 15px) 
    0/0% no-repeat content-box content-box;
  position: relative;
  animation: l5 2s infinite steps(6);
}
.loader::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 100%;
  width: 10px;
  background:
    linear-gradient(
        #0000   calc(50% - 7px),currentColor 0 calc(50% - 5px),
        #0000 0 calc(50% + 5px),currentColor 0 calc(50% + 7px),#0000 0) left /100% 100%,
    linear-gradient(currentColor calc(50% - 5px),#0000        0 calc(50% + 5px),currentColor 0) left /2px 100%,
    linear-gradient(#0000        calc(50% - 5px),currentColor 0 calc(50% + 5px),#0000        0) right/2px 100%;
  background-repeat:no-repeat;
}
@keyframes l5 {
    100% {background-size:120%}
}
.old_price
{
	color:black;
	text-decoration: line-through;
}

.cart-box.active  .dropdown-menu 
{
	opacity:1;
		-webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
}

.dropdown-menu {
    width: 340px;
    border: 0;
    padding: 0 0;
    margin: 0 0 0;
    border-radius: 0px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
	position: absolute;
	margin-top:10px;
	right: 0;
    left: auto;
	top: 100%;
	background:#FFF;
	opacity:0
	
}
.cart-header {
    font-size: 14px;
    color: rgb(255 255 255 / 85%);
    margin-bottom: 0;
    font-weight: 500;
}
.cart-header {
    padding: 1rem 1rem;
    border-bottom: 1px solid rgb(237 237 237 / 20%);
    background-clip: border-box;
    background: #1e1e1e;
    text-align: left;
    display: flex;
    align-items: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.cart-list
{
	
}
.dropdown-menu .dropdown-item {
    color: #212529;
    padding: 0.5rem 1.3rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.cart-product {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 0px;
    border: 1px solid rgb(231 231 231);
    padding: 4px;
    background-color: rgb(255 255 255);
}
.cart-product img {
    width: 100%;
}
.cart-product-cancel {
    right: -7px;
    top: -5px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.position-absolute {
    position: absolute!important;
}
.cart-product-title {
    font-size: 18px;
    margin-bottom: 8px;
	font-weight: 500;
}
.cart-product-price {
    font-size: 14px;
    margin-bottom: 0;
}
.btn-ecomm {
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	width:100%;
	text-align:center
}
.dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #1e1e1e;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #767676;
    border-left: 1px solid #767676;
}
@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
.signin-main a:hover + .dashboard-dropdown-menu  , .dashboard-dropdown-menu:hover

{
	opacity:1;
	visibility:visible
}
.dashboard-dropdown-menu
{

	right:0;
	top:30px;
	position:absolute;

	width:195px;
	z-index:5;
	opacity:0;
	visibility:hidden
}
.dashboard-dropdown-menu li 
{
    border:0;
}
.dashboard-dropdown-menu .d_menu 
{
    border:0;
}
.dashboard-dropdown-menu li a
{
    border-radius: 0;
    padding: 5px 10px;	
}


#hidden-content
{
	display:none;
	overflow: initial !important;
	    margin: 60px 30px !important;
}
.close-p
{
	position:absolute;
	top:-40px;
	right:0;
	cursor:pointer;
	z-index:50
}
#hidden-content .fancybox-close-small 
{
	display:none
}



@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
	header .menu li{margin:0 5px;}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
header .menu li{display: block;margin:20px 0}
header .menu li a{font-size:20px;}
header .menu ul li:hover > ul, header .menu ul li.active > 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}
nav{position: fixed;z-index: 500;width: 320px;    overflow: scroll;height: 100vh;box-sizing: border-box;background: var(--brown-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;}

header .menu ul{flex-wrap:wrap;flex-direction: column;justify-content: center;}
header .menu ul li {width:100%;margin:0;height: auto;border-left:0}
header .menu ul li a{    color: #FFF;padding: 20px 0px;font-size: 20px;border-bottom: 1px solid #FFF;    width: 100%;}
header .menu ul ul li{width:100%}
header .menu ul ul {display:none;position:relative;top:auto;left:auto}
header .menu ul ul ul{position:relative;left:auto;top:auto;    padding-left: 0;}
header .r_arrow.child2.active{transform: rotate(90deg);}
header .menu-cur ,header  .r_arrow{float:right;}
header .subMenu.active{display: block !important;opacity: 1 !important;visibility: visible !important;}
header .r_arrow.child1 img ,header  .r_arrow.child2 img{filter: brightness(0) invert(1);width:20px !important;}
header nav li a.active , .menu ul li:hover a{color: #FFF;}

/**/
footer .menu-services li{width:100%}
}
/*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;}
.pl-0-xm{padding-left:0}
.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%}
.d-none-xm{display:none}
.flex-wrap-xm{flex-wrap:wrap}
.flex-row-xm  div .appointment_box{width:270px}
.px-100 {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
}
.d_menu li a{padding: 20px 10px;}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.home-about{position:relative;top:auto;left:auto;    padding: 75px 0;}
.bg_parallax .img-bg {background-attachment:initial}
#hidden-content .fancybox-close-small {
    display: block;
}
#hidden-content{margin:0 auto !important}.close-p{display:none}
}
/*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;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}
.px-0-s{padding-left:0;padding-right: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-01-s{padding-left:0;padding-right:0}
.mt-20-s{margin-top:1.25rem}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.logo img{max-width:130px;}
header .signin a, .button-style a, .button-style button{padding: 15px 15px;}
.contact-desc li * {line-height: 2rem;}
p{text-align:justify}
.gallery_slick_for .slick-slide  {margin:0  10px ;}
.gallery_slick_for .slick-list {margin: 0 -10px ;} 
.description_1 {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1;}
.our_intro{max-width:100%}
.main_bg{height:60vh}
.dashbord_shadow:after{display:none}
.flex-wrap-s{flex-wrap:wrap}
.qty_box {    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;}
	.dropdown-menu{width:260px;}
	.qty_box input[type=number]{border:0}
}





















