/*This site designed by Ramez Noshey ( Ramez_Leeno@hotmail.com , 01002439858 )*/

html,
body {
    margin: 0px;
	padding: 0px;
    scroll-behavior: smooth;
}

*::-webkit-scrollbar {
	display: none;
  }
  
  * {
	-ms-overflow-style: none;  
	scrollbar-width: none;  
  }
.allnavs{
	position: fixed;
	z-index: 3000;
	width: 100%;
	top: 0px;
	transition: all 0.5s;
}
.allnavs2{
	position: fixed;
	z-index: 3000;
	width: 100%;
	top: -41px;
	transition: all 0.5s;
}

.wapico{
	z-index: 2000;
	bottom:10px;
	left:10px;
	transition: all 0.3s;
}
.wapico:hover{
	bottom:20px;
	left:20px;
	transition: all 0.3s;
}

.tlico{
	z-index: 2000;
	bottom:10px;
	right:10px;
	transition: all 0.3s;
}

.tlico:hover{
	z-index: 2000;
	bottom:20px;
	right:20px;
	transition: all 0.3s;
}
.navbar{
	opacity: 1;
	transition: all 0.5s;

	
}
.navbar2{
	opacity: 0.9;
	transition: all 0.5s;
	padding: 0px;
}
.navbar-brand{
	position: static;
}
.nav-link{
	margin-right: 5px;
	color: #bd9a50;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
}
.nav-link:hover{
	color: #ecd39d;
}

.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: #9e7d35;
	color: #252525;

}
.dropdown-item:before {
	content:'';
	position: absolute;
	z-index: 2000;
	top: 26px;
	left: 0px;
	width: 0px;
	height: 1px;
	background-color: #b08e47;
	transition: all .5s ease;
}
.dropdown-item:hover:before {
width: 100%;
}

.proimgsid{
	transition: all 0.2s;
	border-radius:10px;
	width: 60px;
	height: 60px;
	box-shadow: 0px 2px 2px #7a7a7a;
}

.proimgsid:hover{
	border-radius:20px;
	box-shadow: 0px 8px 8px #4d4d4d;
}
.imageproductres {
	width: 520px;
	height: 520px;
}

.btn_lang{
	position: fixed;
	top:5px;
	right: 63px;
	z-index: 3000;
}

.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: #333333;
	transition: all .5s ease;
}
.contctlinks:hover{
	padding-right: 60px;
	color: #F7F7F7;
	background-color: #2980b9;
}

.g2dimg{
    
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
    text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;

}
.projects-link {
	float:right;
	margin-top:80px
  }
  .arrow-in-circle {
	position:absolute;
	z-index:1;
	top:0px;
	right:10px
  }

  .latest-link-wrapper {
	padding:0 50px;
	text-align:center;
	border-radius:50%;
	border:1px solid #fff;
	width:250px;
	height:250px;
	position:absolute;
	right:50px;
	bottom:50px;
	cursor:pointer;
	-webkit-animation:up 1.8s forwards;
	animation:up 1.8s forwards
  }
.button--arrow {
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	border:none;
	padding-left:30px;
	padding-right:120px;
	height:54px;
	line-height:58px;
	text-transform:uppercase;
	color:#fff;
	font-family:Nexa;
	text-decoration:none;
	background-color:#003da6;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	letter-spacing:2px
  }
  .button--arrow:after {
	content:"";
	width:52px;
	height:54px;
	position:absolute;
	right:0;
	background-size:100px;
	background-position:-50px;
	background-color:#001a70
  }
.modal-dialog{
	max-width: 94%!important;
}
.gcolor{
	color: #003da6;
}
.gcolorbg{
	background-color: #003da6;
}
.txtshadow{
	text-shadow: 2px 2px #161616;
}
.logo-title{
	color: #fff;
	margin: 0px auto 5px;
	font-weight: 500;
	text-shadow: 2px 2px #000;
	font-size: 1.5rem;
}

.intro-text {
	padding: 60px 0;
	color: #FFF;
  }
.intro-text p {
	font-size: 1.87rem;
  }
  
.intro-text h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
  }

.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: 5000;
	bottom: -20px;
	opacity: 0;
	padding: 0px;
	width: 100%;
	transition: all .5s ease;
}
.scrolltopshow{
	display: block;
	position: fixed;
	z-index: 5000;
	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.9;
}
.light_font{
	font-family: UltraLightn;
}
.light_fonti{
	font-family: UltraLighti;
}
.bold_font{
	font-family: Boldn;
}
.bold_fonti{
	font-family: Boldi;
}
.Regulari_font{
	font-family: Regulari;
}
.boldi_font{
	font-family: ExtraBoldi;
}

.txtfontlight {
    font-family: ar_light;
}

.txtfontbold {
    font-family: ar_bold;
}
.txtfontd1 {
    font-family: DroidRegular;
}
.txtfontd2 {
    font-family: DroidBold;
}
.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;
}

.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;
}

.mainp{
	margin-top:180px;
	margin-left:0;
}
.mainbt{
	margin-left:0;
	margin-top:0;
}


@media screen and (min-width: 768px) { /*medium width*/
.mainp{
	margin-top:180px;
	margin-left:200px;
}
.mainbt{
	margin-left:-300px;
	margin-top:40px;
}
.allnavs2{
	position: fixed;
	z-index: 3000;
	width: 100%;
	top: -65px;
	transition: all 0.5s;
}
	
	
.g2dimg{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
}
.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: 3000;
	width: 100%;
	top: -45px;
	transition: all 0.5s;
}
.footerpading{
	padding-top: 150px;	
	padding-bottom: 150px;	
}
}


@media screen and (min-width: 1200px) { /*xlarg width*/

}
