﻿@import url(css/accordions.css );


@import url(css/blockquotes.css );


@import url(css/button.css );


@import url(css/carousel.css );


@import url(css/chart.css );


@import url(css/clients.css );


@import url(css/css3-animation.css );


@import url(css/flip-box.css);


@import url(css/form_style.css );


@import url(css/icon-box.css );


@import url(css/imagebox.css );


@import url(css/number.css );


@import url(css/ourteam.css );


@import url(css/portfolios.css );


@import url(css/pricing.css );


@import url(css/promo-boxes.css );


@import url(css/tabs.css );


@import url(css/testimonial.css );
@import url(bootstrap-5/bootstrap.rtl.min.css );
html{
	font-size:14px;
}

.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

a {
	text-decoration: none !important;
}

li {
	list-style-type: none !important;
}

/* custom styel prs 666 ********************************* */
.header-nav-bg {
	background-color: #be353e;

}

.search-section {
	display: flex;
	align-items: center;
	height: 100%;
	/* overflow: hidden; */
}

.social-pane {
	display: flex;
	align-items: center;
}

.searchinput {
	height: 40px;
	margin: 5px 0;
	padding: 0 10px;

}

.header-nav {
	justify-content: space-between;
	min-height: 50px;

}
@media(max-width:300px){
	.contact_email{
		flex-direction: column;
	}
}

.header-nav .social {
	display: flex;
	align-items: center;
	flex-direction: column;

}
/* .social span{
	margin: 5px 0;
} */

.header-nav .social .userProperties>ul>li>a {
	display: flex;
	align-items: center;
	color: #dfdfdf;

}

.header-nav .social span {
	display: flex;
	align-items: center;
	height: 100%;

}

.userProperties ul {
	margin: 0;
	padding: 0;
	transition: all 0.4s;
}

.contact>div {
	display: flex;
	align-items: center;
	
}

.userProperties>ul {
	display: flex;
	align-items: center;
	padding: 0 10px;

}

.userProperties>ul>li {
	margin: 0 10px;
	position: relative;

}

.userProperties>ul>li li a {
	display: block;
	padding: 10px 5px;
	background-color: #F94A29;
	margin: 3px 0;
	color: white;
	transition: all 0.3s;
	border-radius: 5px;


}

.userProperties>ul>li ul {
	transition: all 0.5s;
	display: none;

}

.userProperties>ul>li:hover>ul {
	height: auto;
	display: block;
}

.userProperties>ul>li ul li a:hover {
	background-color: #797979;

}
/* .userProperties .userName{
	padding: 18px 0;
} */

.userProperties>ul>li ul {
    /* background-color: #ececec; */
    position: absolute;
    top: 100%;
    right: -70px;
    z-index: 100;
    width: 275px;
    border-radius: 10px;

}
@media(max-width:767px){
	.userProperties>ul>li ul {
		border-radius: 10px;
	
	}
	
}




.contact>.contact_email>div {
    height: 100%;
    padding: 2px;
    display: flex;
    align-items: center;
}

.contact {
	display: flex;
	justify-content: end;
	align-items: center;
	flex-direction: column;

}
@media(min-width:476px){
	.contact {
		
		flex-direction: row;
	
	}
}

@media(max-width:576px){
	.header-nav {
		padding-bottom: 10px;
	}
}
.contact>.contact_email>div>span {
	display: flex;
	align-items: center;
	margin: 0 10px;
}

.contact>.contact_email>div>a {
	color: white;

}

.searchinput input {
	border: none;
	outline: none;
	font-size: 0.8rem;
	padding: 10px;
	width: 0;
	border-radius: 5px;
	opacity: 0;
	display: none;
	height: 100%;
}

.holdr-custom-navbar {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.box-shadow-custom {
	margin-bottom: 30px;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.box-shadoww-custom {
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

#dnngo_megamenu>div>ul>li>a>span {
	font-size: 1rem;
}

.primary_structure>li>a>span {
	color: #AE030E;
	padding: 0 10px;
	font-size: 0.9rem;
}

.menu-bar1,
.menu-bar2,
.menu-bar3 {
	width: 20px;
	height: 2px;
	background-color: rgb(109, 109, 109);
	margin: 0.5rem 0;
	transition: 0.4s;
}

.backtop01 {
	bottom: 150px !important;
	left: -400px ;
}

.menu-bar2 {
	width: 15px;
}

.offcanvas.show~.menu-bar2 {
	opacity: 0;
}

.offcanvas-header {
	justify-content: end !important;
}

.mobile_menu ul li {
	list-style-type: none;
	margin: 5px 0;
}

.mobile_menu ul li>a {
	text-decoration: none;

}

.mobile_menu ul li>a>span {
	border-radius: 3px;
	display: block;
	background-color: #f2f2f2;
	padding: 10px 5px;

}
.contact {
	justify-content: space-evenly;
}

@media (max-width:767.98px) {

	.social{
		justify-content: center;
	}

	/* .social {
		margin:0 0 10px 0;
	} */
}

.bg-custom-footer-ifm {
	padding: 50px 0;
	background-color: #DFDFDF;
}

.footer-one-title, .title-foot-link {
	font-weight: bold;
	margin-bottom: 25px !important;
}


.title-foot-link {
	font-weight: bold;
}

.address,
.tell,
.email,
.fax {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.address p {
	margin: 0;

}
.address_svg , .email_svg, .tell_svg{
	display: flex;
	gap: 10px;
  }
  .font-custom-style , .Normal{
	font-size: 1rem;
  }
@media(min-width:767.98px)and (max-width:1200px){
	.font-custom-style ,.Normal {
		font-size: 0.9rem;
	  }

}

.tell>div:nth-of-type(2)>a {
	text-decoration: none;
	display: inline-block;
	color: black;

}

.tell>div:nth-of-type(2)>a:nth-of-type(2),
.tell>div:nth-of-type(2)>a:nth-of-type(1) {
	padding: 5px 10px;
}

.email>div:nth-of-type(2) a {
	color: black;
	text-decoration: none;
}

.bg-custom-sampel-work {
	background-color: #393939;
}

.custom-priveyc {
	padding: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.linkitem>a {
	color: #373434;
}

.about-us>h6 {
	font-weight: 500;
}

ul.linklist>li {
	position: relative;
	padding: 10px;
}

ul.linklist>li::after,
ul.linklist>li::before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translate(-50%, -50%);

}

ul.linklist>li::before {
	right: -5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	margin: 0 0 0 5px;
	background-color: #373434;


}

ul.linklist>li::after {
	left: 20px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-color: red;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.271' height='10.479' viewBox='0 0 5.271 10.479'%3E%3Cpath id='arrow-ios-forward-outline' d='M18.021,17.933a.747.747,0,0,0,.575-1.225l-3.346-4L18.477,8.7a.763.763,0,1,0-1.2-.941l-3.607,4.481a.747.747,0,0,0,0,.948L17.4,17.664a.747.747,0,0,0,.62.269Z' transform='translate(-13.498 -7.456)' fill='%373434'/%3E%3C/svg%3E%0A");
}

.custom_holder_img_link {
	padding: 40px 0;
}

.ifm_mainpage_our_servises {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ifm_mainpage_our_servises a {
	overflow: hidden;
	background-color: gray;
	text-decoration: none;
	padding: 10px 15px;
	color: white;
	font-size: 0.9rem;
	box-shadow: 10px 15px 25px 0 rgb(0 0 0 / 20%);
	display: block;
	transition: all 0.2s;
	transform: translateY(-10px);
	position: relative;
}

.ifm_mainpage_our_servises a::after {
	content: "";
	display: block;
	position: absolute;
	width: 40%;
	height: 200%;
	background: rgba(255, 255, 255, .2);
	top: 0;
	filter: blur(5px);
	transform: rotate(45deg) translate(-450%, 0);
	transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ifm_mainpage_our_servises a:hover {
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .1);
	transform: translateY(0);
}

.ifm_mainpage_our_servises a:hover::after {
	transform: rotate(45deg) translate(450%, 0);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.custom-mt-ifm {
	margin-top: 50px !important;
}

.ifm_mainpage_our_servises>p {
	margin: 30px 0;
}

@media(max-width:767px) {
	.spaicer {
		padding: 0 10px;
		margin-bottom: 30px;
	}
.footer-one{
	margin-bottom: 30px;
}
}

.spaice {
	height: 50px;
}

.block {
	position: fixed;
	bottom: 0;
	left: -30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	transform: scale(0.5);
	z-index: 200;
}

.box {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	border-radius: 50%;
	background-color: #292929;
	box-shadow: 0 0 5px 3px #222121;
}

.box::before {
	position: absolute;
	content: "";
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	border-radius: 50%;
	border: 1px solid #353535;
}

.box .number span {
	color: #e9e9e9;
}

.box .number .num {
	font-size: 2.5rem;
	font-weight: bold;
}

.box .number .sub {
	font-size: 1.5rem;

}

.box .title {
	font-size: 1rem;
	color: #9b9b9b;
	margin: 0;

}

.dots {
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: all 0.2s;
}

.dots::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 5px;
	left: 48%;
	border-radius: 50%;
	background-color: #b7b6b6;
	box-shadow: 0 0 5px 2px #585858;
	transform: translateX(-50%);

}

.svg {
	position: absolute;
	width: 100%;
	height: 100%;
	fill: none;
	transform: rotate(-90deg);
}

.circle {
	stroke: url(#gradientstyle);
	stroke-width: 4px;
	stroke-dasharray: 503;
	stroke-dashoffset: 503;
	transition: all 0.3s;

}

.num.active {
	color: greenyellow !important;
}

.sub.active {
	color: greenyellow !important;
}

.custom-borderon-pic-ifm {
	position: relative;
}

.custom-borderon-pic-ifm>.ifm-link-two {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ifm-link-two {
	-webkit-mask-image: linear-gradient(to right, transparent 47.5%, #fff 52.5%);
	-webkit-mask-size: 210%;
	-webkit-mask-position: left;
}

.custom-borderon-pic-ifm:hover .ifm-link-two {
	-webkit-mask-position: right;
	transition: -webkit-mask-position 0.8s
}

/* .link_module {
	margin: 10px 0 30px 0;
} */

.social-pane {
	display: none;
}

.holder-sochial-ifm>span {
	padding: 0 10px;
 
}
.holder-sochial-iftiuning{
	margin: 10px 0; 


}
.holder-sochial-iftiuning>span{
	display: inline-block;
	margin: 0 10px;
}
.contact_email{
	display: flex;
	height: 100%;
}
@media(min-width:767px){

	.contact {
		justify-content: end;
	}
	.contact>.contact_email>div {
		padding: 10px;
	}

	.holder-sochial-iftiuning{
		display: none !important;
	}
	.header-nav .social{
		flex-direction: row;
	}
	.social-pane ,.holder-sochial-ifm{
		display: flex  ;
	}
	.holder-sochial-ifm>span:nth-of-type(1) {
		border-left: 1px solid #DFDFDF;
	
	}
	.holder-sochial-ifm>span:nth-of-type(1) {
		border-left: 1px solid #DFDFDF;
	
	}
	.social>.social-pane {
	
		border-right: 1px solid #DFDFDF;
	}
	.ifm-border-right {
		border-right: 1px solid #DFDFDF;
	}
	
	.ifm-border-left {
		border-left: 1px solid #DFDFDF;
	}
	

}


.social>.social-pane {
	height: 100%;
}

.social-pane div {
	height: 100%;
}
.custom-hover-search-menu{
	/* width: 0; */
	transition: all 0.9s;
}

.searchinput a.active{
margin: 0 10px 0 0;
}


.cs-product-groups-gallery {
    display: block;
    width: 102.73224%;
    margin: -30px -1.366121% 0;
    font-size: 0
}

.cs-product-groups-gallery__image-link {
    position: relative;
    display: block;
    overflow: hidden;
    height: 350px;
    text-align: center;
    line-height: 350px;
}

.cs-product-groups-gallery__image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: 100px;
}

.cs-product-groups-gallery__image + .cs-product-groups-gallery__no-image {
    display: none
}


.cs-product-groups-gallery__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0.36612% 0;
    box-sizing: border-box;
    background: #fff;
    perspective: 400px;
    overflow: hidden;
    background: #eee
}


.cs-product-groups-gallery__title {
    color: #fff;
    font: 14px/17px 'Comfortaa',cursive,Arial,sans-serif;
}


.cs-product-groups-gallery__header {
  transform: rotate3d(1,0,0, 90deg);
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  pointer-events: none;
  background: #DAE2F8;  /* fallback for old browsers */
  background: linear-gradient(to right, #d6a4a4af, #dae2f8a1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
}

.cs-product-groups-gallery__item_in_top .cs-product-groups-gallery__header {
   transform-origin: 50% 0%;
   animation: in-top 300ms ease 0ms 1 forwards;
   opacity: 1;
}
.cs-product-groups-gallery__item_in_right .cs-product-groups-gallery__header {
  transform-origin: 100% 0%;
  animation: in-right 300ms ease 0ms 1 forwards;
   opacity: 1;
}
.cs-product-groups-gallery__item_in_bottom .cs-product-groups-gallery__header {
  transform-origin: 50% 100%;
  animation: in-bottom 300ms ease 0ms 1 forwards;
   opacity: 1;
}
.cs-product-groups-gallery__item_in_left .cs-product-groups-gallery__header {
  transform-origin: 0% 0%;
  animation: in-left 300ms ease 0ms 1 forwards;
   opacity: 1;
}

.cs-product-groups-gallery__item_out_top .cs-product-groups-gallery__header {
  transform-origin: 50% 0%;
  animation: out-top 300ms ease 0ms 1 forwards;
}
.cs-product-groups-gallery__item_out_right .cs-product-groups-gallery__header {
  transform-origin: 100% 50%;
  animation: out-right 300ms ease 0ms 1 forwards;
}
.cs-product-groups-gallery__item_out_bottom .cs-product-groups-gallery__header {
  transform-origin: 50% 100%;
  animation: out-bottom 300ms ease 0ms 1 forwards;
}
.cs-product-groups-gallery__item_out_left .cs-product-groups-gallery__header {
  transform-origin: 0% 0%;
  animation: out-left 300ms ease 0ms 1 forwards;
}

@keyframes in-top {
  from {transform: rotate3d(-1,0,0, 90deg)}
  to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes in-right {
  from {transform: rotate3d(0,-1,0, 90deg)}
  to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes in-bottom {
  from {transform: rotate3d(1,0,0, 90deg)}
  to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes in-left {
  from {transform: rotate3d(0,1,0, 90deg)}
  to   {transform: rotate3d(0,0,0, 0deg)}}

@keyframes out-top {
  from {transform: rotate3d(0,0,0, 0deg)}
  to   {transform: rotate3d(-1,0,0, 104deg)}}
@keyframes out-right {
  from {transform: rotate3d(0,0,0, 0deg)}
  to   {transform: rotate3d(0,-1,0, 104deg)}}
@keyframes out-bottom {
  from {transform: rotate3d(0,0,0, 0deg)}
  to   {transform: rotate3d(1,0,0, 104deg)}}
@keyframes out-left {
  from {transform: rotate3d(0,0,0, 0deg)}
  to   {transform: rotate3d(0,1,0, 104deg)}}

  ul.primary_structure{
	padding: 0 !important;
  }
  .sochial_customize_ifm{
	z-index: 1000;
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 50px;
	display: flex;
	flex-direction: column;

  
  }

  .sochial_customize_ifm>a{
	margin: 5px 0;
	transition: all 0.4s;
  transform: rotate(-90deg);
  
  }
  .sochial_customize_ifm>a:hover{
  transform: rotate(0);
  
  }
  .custom_caption-vakiom{
		width: 100%;
		position: absolute;
		right: 0;
		bottom: 1.25rem;
		padding: 5px 0;
		color: #fff;
     	text-align: center;
		background-color: #ae030e4d;

  }
  .custom_caption-vakiom>h5{
	font-size: 16px;
  }
  .custom_caption-vakiom>p{
	font-size: 14px;
  }
  .bg-vakiom{
	padding: 10px;
	margin: 60px 0;
	background-image: url("/Portals/0/vakiom/bg-vakiom.png");

	background-position: center;
	position: relative;
	z-index: 0;
  }
  .holder-slider-vakiom{
	margin: 60px 0 0 0;
  }
  .bg-vakiom::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.568);
	content: "";
	z-index: 1;

  }
  .holder-dec-vakiom-parent{
	position: relative;
	z-index: 10;
  }
  .unorderlist-vakiom{
	margin: 20px;
  }
  .unorderlist-vakiom>li{
	color: black;
	line-height: 30px;
	list-style-type: circle !important;
  }
  .vakiom_dec{
	text-align: justify;
	color: black;
	line-height: 35px;
  }
  .parent_call-vakiom{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
border: 1px solid;
border-radius: 10px;
  }
  .holder-tel-vakiom>a{
	color: #AE030E;
	text-decoration: underline;

  }