/*This site designed by Ramez Noshey ( Ramez_Leeno@hotmail.com , 01002439858 )*/
*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

.allnavs{
	position: fixed;
	z-index: 300;
	width: 100%;
	top: 0px;
	transition: all 0.5s;
}
.allnavs2{
	position: fixed;
	z-index: 300;
	width: 100%;
	top: -41px;
	transition: all 0.5s;
}

.navbar{
	opacity: 1;
	transition: all 0.5s;

	
}
.navbar2{
	opacity: 0.8;
	transition: all 0.5s;
	padding: 0px;
}
.navbar-brand{
	position: static;
}
.nav-link{
	margin-right: 5px;
	color: #d4a940;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
}
.nav-link:hover{
	color: #eacd76;
}

.dropdown-menu{
	background-color: #333333;
	border-radius: 3px;
	font-size: 13px;
}

.dropdown-item{
	background-color: #333333;
	color: #F7F7F7;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
}
.dropdown-item:hover{
	background-color: #eacd76;
	color: #F7F7F7;

}
.dropdown-item:before {
	content:'';
	position: absolute;
	z-index: 200;
	top: 26px;
	left: 0px;
	width: 0px;
	height: 1px;
	background-color: #ff7f12;
	transition: all .5s ease;
}
.dropdown-item:hover:before {
width: 100%;
}

.toppageserv{
	margin-top: 150px;
}
.toppagehome{
	margin-top: 110px;
}
.proimgsid{
	transition: all 0.2s;
	border-radius:25px;
	width: 48px;
	height: 48px;
}

.proimgsid:hover{
	width: 50px;
	height: 50px;
	border-radius:10px;
	box-shadow: 0px 5px 5px #4d4d4d;
}
.imageproductres {
	height:390px;
	max-height:390px;
	transition: all 0.5s;
}

.btn_lang{
	position: fixed;
	top:5px;
	right: 63px;
}

.rounded10{
    border-radius: 10px 10px 10px 10px;
}
.rounded20{
    border-radius: 20px 20px 20px 20px;
}
.rounded30{
    border-radius: 30px 30px 30px 30px;
}
.rounded40{
    border-radius: 40px 40px 40px 40px;
}
.contctlinks{
	color: #6d5721;
	transition: all .5s ease;
}
.contctlinks:hover{
	padding-right: 60px;
	color: #eacd76;
	background-color: #434a54;
}

.imgoverlay { 
	background-color: #000000;

}
.imgoverlay img {
	opacity: 0.6;
	object-fit: cover;
	height: 90vh;
}

.g2dimg{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
}
.g2dtitle{
	font-family: ExtraBoldi;
	/*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;*/
}
.editingimg{
	/*transform: translateZ(-999px) scale(1.1);*/

    background-image: url("../images/ret.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
    
}
.editingtitle{
	font-family: ExtraBoldi;
	/*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;*/
}


.motiontimg{
     background-image: url("../images/motion.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
   
}

.motiontitle{
	font-family: ExtraBoldi;
	/*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;*/
}

.vfximg{
     background-image: url("../images/vfx.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
   
}

.vfxtitle{
	font-family: ExtraBoldi;
	/*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;*/
}

.webdesignimg{
     background-image: url("../images/webdesign.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
   
}

.webdesigntitle{
	font-family: ExtraBoldi;
	/*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;*/
}

.webdevnimg{
     background-image: url("../images/webdev.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
   
}

.webdevtitle{
	font-family: ExtraBoldi;
	/*text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;*/
}

.scrolltop{
	position: fixed;
	z-index: 500;
	bottom: -20px;
	opacity: 0;
	padding: 0px;
	width: 100%;
	transition: all .5s ease;
}
.scrolltopshow{
	display: block;
	position: fixed;
	z-index: 500;
	bottom: 0px;
	opacity: 0.7;
	padding: 0px;
	width: 100%;
	transition: all .5s ease;
}
.scrolltopshow:hover{
	color: #fff;
}
.caro_img{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    text-align: center;
	padding-top: 200px;
	padding-bottom: 200px;
}

.caro_img_obfit{
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
    text-align: center;
	height: 700px;
	width: 100%;
}


.caro_title_bg{
	opacity: 0.8;
}
.txt10 {
    font-size: 10px;
}
.txt11 {
    font-size: 11px;
}
.txt12 {
    font-size: 12px;
}
.txt14 {
    font-size: 14px;
}
.txt16 {
    font-size: 16px;
}
.txt18 {
    font-size: 18px;
}
.txt20 {
    font-size: 20px;
}
.txt22 {
    font-size: 22px;
}
.txt24 {
    font-size: 24px;
}
.txt26 {
    font-size: 26px;
}
.txt28 {
    font-size: 28px;
}
.txt50 {
    font-size: 50px;
}
.lightn_font{
	font-family: UltraLightn;
}
.Regularn_font{
	font-family: Regularn;
}
.boldn_font{
	font-family: Boldn;
}
.lighti_font{
	font-family: UltraLighti;
}
.Regulari_font{
	font-family: Regulari;
}
.boldi_font{
	font-family: ExtraBoldi;
}

.txtfontlight {
    font-family: ar_light;
}

.txtfontbold {
    font-family: ar_bold;
}

.mainpro{
	width: 100%;
}
.imagesmainindes{
	position: relative;
	width: 670px;
	height: 530px;
	padding-top: 150px;
	margin-left: -500px;

}
.bgproall{
	position: absolute;
	margin-top: -151px;
	transition: all 0.4s ease;


}
.billb{
	position: absolute;
	margin-left: 246px;
	margin-top: -175px;
	transition: all 0.4s ease;

}
.billb:hover{
	transform: scale(1.1,1.1);
	transition: all 0.4s ease;
}
.spo{
	position: absolute;
	margin-left: 65px;
	margin-top: -174px;
	transition: all 0.4s ease;

}
.spo:hover{
	transform: scale(1.1,1.1);
	transition: all 0.4s ease;
}

.chasol{
	position: absolute;
	margin-left: -19px;
	margin-top: -84px;
	transition: all 0.4s ease;

}
.chasol:hover{
	transform: scale(1.1,1.1);
	transition: all 0.4s ease;
}
.smartsol{
	position: absolute;
	margin-left: -17px;
	margin-top: 97px;
	transition: all 0.4s ease;

}
.smartsol:hover{
	transform: scale(1.1,1.1);
	transition: all 0.4s ease;
}
.prod{
	position: absolute;
	margin-left: 74px;
	margin-top: 194px;
	transition: all 0.4s ease;

}
.prod:hover{
	transform: scale(1.1,1.1);
	transition: all 0.4s ease;
}
.btl{
	position: absolute;
	margin-left: 255px;
	margin-top: 191px;
	transition: all 0.4s ease;

}
.btl:hover{
	transform: scale(1.1,1.1);
	transition: all 0.4s ease;
}

.what{
	position: absolute;
	margin-left: 255px;
	margin-top: 44px;
	transition: all 0.4s ease;

}
.what:hover{
	margin-left: 300px;
	transition: all 0.4s ease;
}


.about_img_open{
	position: relative;
	opacity: 1;
	transition: all 0.4s ease;
}
.about_img_open:hover{
	opacity: 0.5;
}

.report-hover{
		transition: all 0.4s ease;
}
.report-hover:hover{
	background-color: #262626;
}
.footerpading{
	padding-top: 50px;
	padding-bottom: 50px;
}
.topimage{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	padding-top: 350px;
	padding-bottom: 350px;
	height: 90vh;
}
.ourclim{
	opacity: 0.5;
	width: 150px;
	height: 150px;
	object-fit: cover;
	transition: all 0.3s;
}
.ourclim:hover{
	opacity: 1;
	transition: all 0.3s;

}

@media screen and (min-width: 768px) { /*medium width*/

	.toppageserv{
		margin-top: 120px;
	}

.allnavs2{
	position: fixed;
	z-index: 300;
	width: 100%;
	top: -65px;
	transition: all 0.5s;
}
	
.topimage{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
	height: 90vh;

}
.ourclim{
	opacity: 0.5;
	width: 300px;
	height: 300px;
	object-fit: cover;
	transition: all 0.3s;
}
.ourclim:hover{
	opacity: 1;
	transition: all 0.3s;

}
.g2dimg{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
	padding-top: 350px;
	padding-bottom: 350px;
}
.footerpading{
	padding-top: 150px;	
	padding-bottom: 150px;	
}
.editingimg{
	/*transform: translateZ(-999px) scale(1.1);*/

    background-image: url("../images/ret.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
    
}

.motiontimg{
     background-image: url("../images/motion.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
   
}

.vfximg{
     background-image: url("../images/vfx.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
   
}

.webdesignimg{
     background-image: url("../images/webdesign.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
   
}

.webdevnimg{
     background-image: url("../images/webdev.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
   
}
.caro_img{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    text-align: center;
	height: 700px;

}
.caro_img_obfit{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    text-align: center;
	height: 700px;
}

	
}

@media screen and (min-width: 992px) { /*large width*/
	.navbar-brand{
		position: absolute;
	}


	.allnavs2{
		position: fixed;
		z-index: 300;
		width: 100%;
		top: -45px;
		transition: all 0.5s;
	}
	.footerpading{
		padding-top: 150px;	
		padding-bottom: 150px;	
	}
	.imageproductres {
		height:500px;
		max-height:500px;
		transition: all 0.5s;
	}
}


@media screen and (min-width: 1200px) { /*xlarg width*/
	.imageproductres {
		height:600px;
		max-height:600px;
		transition: all 0.5s;
	}
}

@media screen and (min-width: 1500px) { /*xlarg width*/
	.imageproductres {
		height:700px;
		max-height:700px;
		transition: all 0.5s;
	}
}
