header .top{
	background: #f2f2f2;
    border-bottom: 1px solid #efefef;
	padding:10px 0;
	position:relative;
}
.lang{
	position: absolute;
    right: 0;
	top:8px;
}
.lang li{
	display:inline-block;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #ccc;
	font-size:12px;
}
.lang li:last-child{
	border-right:0;
}
.lang li span{
	text-transform:uppercase;
	vertical-align:middle;
}
.shape1 {
	display: block;
	width: 330px;
	height: 26px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUoAAAAaCAMAAADmDuV0AAAAM1BMVEVHcEzv7+/v7+/v7+/v7+/v7+/v7+/v7+/w8PDv7+/v7+/v7+/v7+/////z8/P8/Pz4+PhzqKLZAAAADXRSTlMARLyrMWfNgPDemVUey6T3/wAAAOpJREFUeNrt2MkKwzAMBFA5cbwktqT//9pCoQtEaTbdOg9yydFIzCDa096iJRgWy2TIB82W0TAYkqFaioFfaqCbYmIfqrxm/pMVtZi/5YYuXbYpZ7plKtp7l+f37zhFuqyNjBf8kJLpolC1wzceGl2RMZIrUiY6rSXusCI8NjpnKVhum5aFzkDebFOekTdORGs4nDd4yd8O9vU2YLl3iaaIvHGiu7Voxkj69PVYUSZ9BjNjuU/3deSNE7sWBYzkBcIz8saJcI30LeJ44dTXJyz3DcIp4ljud8bE8cKxr+NY7njGRN74EKYOTh7RUoZMQZbIQQAAAABJRU5ErkJggg==);
	background-size:contain;
	background-repeat:no-repeat;
	position: relative;
	bottom: -11px;
	right: 45px;
}
.slogan{
	font-size: 13px;
    color: #7d7c7c;
}
.logo{
	position:relative;
	max-width:250px;
	bottom:30px;
	text-align:center;
}
.logo small{
	font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-left: 6px;
    position: absolute;
    bottom: -8px;
    font-family: "Orbitron", sans-serif;
    left: 20px;
    font-weight: 300;
}
header .middle{
	position:relative;
}	
.search_icon {
	cursor: pointer;
    display: inline-block;
    background: #f18b36;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 6px 1px 0px #f18b3659;
    transition: .3s;
    position: absolute;
    right: 15px;
    top: 12.5px;
}
.search_icon:hover{
	box-shadow:none;
	transition:.3s;
}
.search_icon svg{
	fill:#fff;
}
.middle .search{
	position: absolute;
    width: 100%;
    top: 100%;
    max-width: 400px;
    display: none;
    right: 0;
	z-index:999;
}
.middle .search form{
	margin:0;
}
.middle .search input[type="text"]{
	width:calc(100% - 60px);
	border:1px solid #f18b36;
	padding-left:10px;
	padding-right:10px;
	height:60px;
}
.middle .search input[type="text"]::placeholder{
	font-size:12px;
}
.middle .search #searchsubmit{
	position: absolute;
    right: 0;
    border: 0;
    height: 100%;
    background: #f18b36;
    color: #fff;
    width: 60px;
}
.desktopMenu .mainMenu{
	margin:0;
	padding:0;
	position:relative;
}
.desktopMenu .mainMenu > li{
	display:inline-block;
}
.desktopMenu .mainMenu > li.menu-item-has-children:not(.mega){
	position:relative;
}
.desktopMenu .mainMenu > li.menu-item-has-children:not(.mega) .sub-menu > li{
	padding:10px;
}
.desktopMenu .mainMenu > li.menu-item-has-children:not(.mega) .sub-menu > li > a{
	display:block;
}
.desktopMenu .mainMenu > li > a{
	display:block;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	height:60px;
	line-height:60px;
	padding-right:40px;
}
.desktopMenu .mainMenu > li:last-child > a{
	padding-right:0;
}
.desktopMenu .mainMenu li:hover > a{
	color:#f18b36;
}
.desktopMenu .mainMenu .sub-menu{
	list-style:none;
	background:#eee;
	padding:0;
}
.desktopMenu .mainMenu > li.menu-item-has-children > .sub-menu_wrapper{
	display:none;
	position:absolute;
	left:0;
	width:100%;
	z-index:99;
}

.desktopMenu .mainMenu > li.menu-item-has-children > a > span{
	position:relative;
}
.desktopMenu .mainMenu > li.menu-item-has-children > a > span:after{
	content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    bottom: -10px;
    left: 50%;
    z-index: 999;
    text-align: center;
    transform: rotate(45deg);
}
.desktopMenu .mainMenu > li > .sub-menu_wrapper > .sub-menu{
	padding-left: 0;
    box-shadow: 4px 4px 5px #3c3c3c38;
}

.desktopMenu .mainMenu > li.mega .sub-menu{
	min-height:200px;
	padding-left:0;
}
.desktopMenu .mainMenu > li.mega .sub-menu:after{
	content:"";
	display:block;
	clear:both;
}
.desktopMenu .mainMenu > li.mega > .sub-menu_wrapper > .sub-menu{
	padding-left:0;
	padding-top:20px;
}
.desktopMenu .mainMenu > li.mega > .sub-menu_wrapper > .sub-menu > li{
	display: inline-block;
    width: 33.33%;
    float: left;
    padding-left: 40px;
	margin-bottom:30px;
}
.desktopMenu .mainMenu > li.mega > .sub-menu_wrapper > .sub-menu > li > .sub-menu_wrapper{
	margin-top:20px;
}
.desktopMenu .mainMenu > li.mega > .sub-menu_wrapper > .sub-menu > li > a{
	text-transform:uppercase;
	font-weight:600;
	position:relative;
}
.desktopMenu .mainMenu > li.mega > .sub-menu_wrapper > .sub-menu > li.menu-item-has-children > a:after{
	content: "";
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-top: 0;
    border-left: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: rotate(45deg);
}
.desktopMenu .mainMenu > li.mega > .sub-menu_wrapper > .sub-menu > li > .sub-menu_wrapper > .sub-menu > li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 13px;
	list-style:square;
	color:#f18b36;
	text-transform:uppercase;
}
.text-trans-none .sub-menu > li{
	text-transform:none!important;
}

footer{}
.footerTop{
	background:#f1f1f1;
}
.footerTop > .container{
	padding:3rem 1rem;
}
.footer-widget .menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.footer-widget .menu > li{
	padding-bottom:5px;
}
.footer-widget .menu > li > a{
	position:relative;
	display:block;
}
.footer-widget h5{
	margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.footer-widget .menu > li > a:after{
	content: "";
    position: absolute;
	left: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    width: 5px;
    height: 5px;
}
.footer-widget a:hover{
	color:#f18b36;
}
.ct_item{
	margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.ct_item:last-child{
	border-bottom:0;
}
.ct_item a{
	position:relative;
	display:block;
	padding-left:30px;
	font-size:13px;
}
.ct_item a:before{
	content:"";
	position:absolute;
	top:2px;
	left:0;
	background-size:cover;
	width:20px;
	height:20px;
}
.ct_item .company:before{
	background-image:url('/wp-content/themes/dk_theme/images/company.svg');
}
.ct_item .address:before{
	background-image:url('/wp-content/themes/dk_theme/images/address.svg');
}
.ct_item .gsm:before{
	background-image:url('/wp-content/themes/dk_theme/images/gsm.svg');
}
.ct_item .phone:before{
	background-image:url('/wp-content/themes/dk_theme/images/phone.svg');
}
.ct_item .mail:before{
	background-image:url('/wp-content/themes/dk_theme/images/mail.svg');
}

.footerBottom {
    background: #e7e7e7;
    padding: 10px 0;
    border-top: 1px solid #dedede;
}
.privacy a{
	display:inline-block;
	font-size:12px;
	padding-right:20px;
	color:#f18601;
}
.copyright{
	font-size:12px;
	color:#999;
}
.callUs {
    display: inline-block;
    position: fixed;
    bottom: 85px;
    right: 10px;
    border-radius: 50%;
    z-index: 999;
    background: #4e8ff5;
	z-index:999;
}
.callUs .call {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: call-shake 2s infinite ease-in-out;
  transform-origin: center center;
  z-index: 1;
}

.callUs .call img {
  display: block;
  position: relative;
  z-index: 2;
}

.callUs .call::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(78, 143, 245, 0.45);
  animation: call-pulse 2s infinite ease-out;
  z-index: 1;
}

/* 2 saniyede bir, yumuşak ve uzun shake */
@keyframes call-shake {
  0% {transform: rotate(0deg) scale(1);}
  8% {transform: rotate(7deg) scale(1.04);}
  16% {transform: rotate(-7deg) scale(1.04);}
  24% {transform: rotate(6deg) scale(1.04);}
  32% {transform: rotate(-6deg) scale(1.04);}
  40% {transform: rotate(4deg) scale(1.02);}
  48% {transform: rotate(-4deg) scale(1.02);}
  56% {transform: rotate(0deg) scale(1);}
  100% {transform: rotate(0deg) scale(1);}
}

/* Dalga efekti de 2 saniyede bir */
@keyframes call-pulse {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  8% {
    opacity: 0.8;
    transform: scale(1);
  }
  56% {
    opacity: 0;
    transform: scale(1.45);
  }
  100% {
    opacity: 0;
    transform: scale(1.45);
  }
}

.callUs img{
	padding:10px;
}
.whatsapp{
	display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 10px;
    border-radius: 15px;
}
.call_action{
	position: sticky;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #fcfcfc;
    padding: 10px 0;
    z-index: 999;
	box-shadow: 2px 2px 15px #aaa;
}
.call_action a{
    font-size: 14px;
    padding: 3px 10px;
    border: 1px solid;
    display: inline-block;
}
.call_action a span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid;
}
.call_action a.call {
    margin-right: 30px;
    color: #8bc53f;
}
.call_action a.offer {
    color: #f16e01;
}
.call_action a img{
	margin-top:-3px;
}
#chatbotIcon{
	bottom:80px!important;
	right:10px!important;
	left:auto!important;
}

@media(max-width:1399px){
	.slogan{
		margin-left:30px;
	}
}

@media(max-width:1199px){
	header .top{
		padding:5px 0;
	}
	header .container{
		max-width:100%;
	}
	.shape1{
		right:-15px;
		top:14px;
		width:230px;
	}
	.logo{
		left:30px;
		bottom:25px;
		width:200px;
	}
	.logo small{
		font-size: 10px;
        line-height: 12px;
        width: 180px;
        left: 10px;
        bottom: -6px;
	}
	.lang{
		top:5px;
	}
	.desktopMenu .mainMenu > li > a{
		font-size:11px;
		padding-right:25px;
	}
}

@media(max-width:991px){
	.container{
		max-width:100%;
	}
	.slogan{
		margin-left:0;
	}
	.mobileMenu{
		text-align:right;
	}
	.search_icon{
		right:75px;
		top:50%;
		transform:translateY(-50%);
		padding:13.5px;
	}
	.menu_icon{
		height: auto;
        width: 42px;
        display: inline-block;
        vertical-align: middle;
        background: #eee;
        text-align: center;
	}
	.menu_icon small{
		line-height:1;
		position:relative;
		bottom:5px;
		font-size:10px;
		color:#f18b36;
	}
	.mobileMenu .mainMenu{
		text-align: left;
        background: #eee;
        padding: 50px 20px 20px;
        margin: 0;
        position: fixed;
        left: 0;
        height: 100%;
        top: 0;
        width: 300px;
        z-index: 99;
        transform: translateX(-100%);
        transition: .5s;
	}
	.mobileMenu .mainMenu.active{
		transform: translateX(0);
		overflow-y:auto;
	}
	body{position:relative;}
	body.active:after{
		content: "";
		background: rgba(0, 0, 0, .5);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		bottom: auto;
	}
	.mobileMenu ul{
		list-style:none;
	}
	.mobileMenu .mainMenu .close{
		position: absolute;
		right: 0;
		top: 0;
		background: #f7f7f7;
		padding: 5px;
	}
	.mobileMenu .mainMenu > li > .sub-menu_wrapper{
		margin-bottom:15px;
	}
	.mobileMenu .mainMenu > li.menu-item-has-children > .sub-menu_wrapper{
		display:none;
	}
	.mobileMenu > ul > li{
		position:relative;
	}
	.mobileMenu > ul > li.menu-item-has-children:after{
		content: "";
        position: absolute;
        top: 5px;
        right: 8px;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid;
        border-left: 1px solid;
        transform: rotate(-45deg);
	}
	.mobileMenu > ul > li > a{
		display:block;
		padding-bottom:10px;
		text-transform:uppercase;
	}
	.mobileMenu > ul > li > .sub-menu_wrapper > ul > li > a{
		text-transform:uppercase;
	}
	.mobileMenu li.menu-item-has-children ul > li.menu-item-has-children{
		padding-bottom:15px;
	}
	.mobileMenu li.menu-item-has-children ul > li.menu-item-has-children ul > li{
		list-style:square;
		color:#f18b36;
	}
	.mobileMenu li.menu-item-has-children ul > li.menu-item-has-children ul > li > a{
		font-size:12px;
	}
}

@media(max-width:767px){
	.slogan{
		display:none;
	}
	.callUs{
		bottom:120px;
	}
	.whatsapp{
		bottom:55px;
	}
	#chatbotIcon{
		bottom:120px!important;
	}
}

@media(max-width:576px){
	.logo{
		width:140px;
		left:5px;
		bottom:30px;
	}
	.logo small{
		width: 120px;
        font-size: .6rem;
        left: 7px;
        top: 24px;
	}
	.shape1{
		width:170px;
		right:10px;
		top:19px;
	}
	.menu_icon{
		height:auto;
		width:42px;
	}
	.copyright{
		font-size:10px;
	}
	html[lang="ar"] .call_action a,
	html[lang="fa-IR"] .call_action a{
		font-size:10px;
	}
	.call_action a.call{
		margin-right:10px;
	}
	.callUs{
		bottom:110px;
	}
	.callUs img{
		width:45px!important;
	}
	.whatsapp img{
		width:45px!important;;
	}
	#chatbotIcon{
		width:50px!important;
		height:50px!important;
		bottom:110px!important;
	}
}

@media(max-width:767px){
	.callUs{
		display:none;
	}
}
@media(max-width:400px){
	.shape1{
		display:none;	
	}
	header .top{
		padding:20px 0;
	}
	.logo{
		left:0;
		bottom:15px;
		
	}
	.privacy a{
		font-size:11px;
	}
	.dmca-badge img{
		width:60px!important;
	}
}