@font-face {
  font-family: 'DINNextLTW23-Medium';
  src: url('../fonts/DINNextLTW23-Medium.eot');
  src: url('../fonts/DINNextLTW23-Medium.woff2') format('woff2'),
       url('../fonts/DINNextLTW23-Medium.woff') format('woff'),
       url('../fonts/DINNextLTW23-Medium.ttf') format('truetype'),
       url('../fonts/DINNextLTW23-Medium.svg#DINNextLTW23-Medium') format('svg'),
       url('../fonts/DINNextLTW23-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Cairo');
body{
	font-family: 'DINNextLTW23-Medium';
	direction: rtl;
	text-align: right;
}
ul,li{
	padding: 0;
	list-style: none;
}
a:hover{
    color: #000000;
    transition: all ease 0.7s;
    outline: none;
    text-decoration: none;
}
.btn{
	height: 47px;
	line-height: 2;
}
.padd_t_30{
	padding-top: 30px;
}
.padd_b_30{
    padding-bottom: 30px;
}
p{
	font-family: 'Cairo', sans-serif;
	color: #848484;
	line-height: 26px;

}
.marg_0{
    margin: 0 !important;
}
label {
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
}
/*======= header =========*/
#header{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30b4d4), to(#a3e7f8));
	background: -webkit-linear-gradient(left, #30b4d4, #a3e7f8);
	background: -moz-linear-gradient(left, #30b4d4, #a3e7f8);
	background: -o-linear-gradient(left, #30b4d4, #a3e7f8);
	background: -ms-linear-gradient(left, #30b4d4, #a3e7f8);
	background: linear-gradient(left, #30b4d4, #a3e7f8);
	background-color: #30b4d4;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
}
#header:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/Net_shap.png)no-repeat;
	width: 750px;
	height: 740px;
}
.nav-link{
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin: 54px 0 0 45px;
	padding-bottom: 14px !important;
}
.hvr-underline-from-center:before{
    background: #333;
    height: 2px;
}
.btn{
	-webkit-box-shadow: 2px 4px 2px #a5a5a561;
	-moz-box-shadow: 2px 4px 2px #a5a5a561;
	box-shadow: 2px 4px 2px #a5a5a561;
	width: 100%;
	border-radius: 30px;
	margin-top:56px;
	color: #fff;
	font-size: 17px;
	cursor: pointer;
}
.navbar-nav{
	margin-right: 0 !important;
}
.btn-warning i{
	margin-left: 5px;
}
.btn-warning:hover{
	color: #111;
    background-color: #ffffff;
    border-color: #ffffff;
    transition: all ease 0.6s;
}
.shap_curve{
    position: absolute;
    width: 100%;
    bottom: -1px;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link{
    border-bottom: 1px solid #333;
}
.tp-bullets{
    bottom: 100px !important;
}
.tp-bullets.hidebullets{
    opacity: 1;
}
.pic_0{

}
/*======= header_internal =========*/
.header_internal{
    padding: 7px 0 10px 0px;
    /* border-bottom: 4px solid #eb8730; */
    margin-bottom: 60px;
    /* box-shadow: 2px 5px 6px 2px #33333336;; */
}
.header_internal #logo a img{
    max-width: 210px;
}
.header_internal .padd_t_30{
    padding-top: 15px;
    padding-bottom: 10px;
}
.header_internal .nav-link{
    margin: 20px 0 0 45px
}
.header_internal .btn{
    margin-top: 24px;
}
/* .breadcrumbs{
    background-color: #eee;
    padding: 7px 0 10px 0px;
    border-top: 2px solid #eb8730ba;
    box-shadow: 0 0 6px 0 #0000003b;
    margin-bottom: 60px;
}
.breadcrumbs ul{
    margin-bottom: 0;
}
.breadcrumbs ul li a{
    font-size: 14px;
    color: #838383;
}
.breadcrumbs ul li a:hover{
    color: #3cb8d4;
}
.breadcrumbs ul li{
    display: inline-block;
    margin-left: 10px;
} */
/*======= content_pages =============*/
.date_pro{
    font-size: 14px;
    color: #838383;
}
.internal_pages .details_about p{
    margin-top: 5px;
}
.alist_p ul li{
    font-family: 'Cairo', sans-serif;
    list-style-type: circle;
    list-style-position: inside;
    line-height: 3;
    border-bottom: 1px solid #eaeaead6;
    padding-right: 10px;
}
.alist_p ul li:last-child{
    border-bottom: 0;
}
.internal_pages .alist_p{
    margin-top: 40px;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    padding-top: 10px;
    border-radius: 6px;
    margin-bottom: 40px;
    margin-right: 0px;
    margin-left: 0px;
}
.img_two img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

/*======= about_page ============*/
.internal_pages .title_sec{
    margin-bottom: 30px;
}
.items_abo{
    text-align: center;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 15px;
	min-height:240px;
}
.items_abo img{
    width: 100px;
}
.items_abo h3{
    margin-bottom: 15px;
    font-size: 20px;
}
.items_abo p{
    font-size: 14px;
}
.three_block{
    margin-top: 30px;
}
.internal_pages{
    margin-bottom: 60px;
}
/*======= contact_us ========*/
.list_info li{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list_info li:last-child{
    border-bottom: 0;
}
.list_info li small{
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #55c4e0;
}
.list_info li span{
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
}
.list_info li span i{
    margin-left: 10px;
}
.awe{
    font-size: 20px !important;
}
.contactus-wall {
    padding: 40px;
}
.row .contactus-wall:last-child
{
    border-right: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    .contactus-wall
    {
        margin-bottom: 50px;
    }
    .row .contactus-wall:last-child
    {
        border-right: 0px solid #ccc;
    }
}
/*======= about_us =========*/
#about_us{
	margin-bottom: 70px;
}
.offset-lg-1{
    margin-right: 8.333333%;
    margin-left: inherit;
}
.title_sec h2{
    font-weight: bold;
    font-size: 24px;
    position: relative;
}
.title_sec h2:before{
    content: "";
    position: absolute;
    bottom: -13px;
    background-color: #666;
    height: 1px;
    width: 40px;
}
.details_about h4{
    font-size: 21px;
    color: #333;
    line-height: 33px;
}
.title_sec{
	margin-bottom: 40px;
}
.details_about p{
	margin-top: 20px;
	font-size: 15px;
	line-height: 33px;
}
.btn-primary{
	margin-top: 20px;
	background-color: #8adcf0;
	border:none;
	text-align: center;
    font-size: 14px;
    max-width: 165px;
    line-height: 2.5;
}
.btn-primary:hover{
    background-color: #1ebde4;
    border:none;
    box-shadow: none;
}
.details_about{
  margin-top: 55px;
}
/*======= service =========*/
#service,#Why_text,#news_block,#under_construction{
	background: url(../images/bg_00.jpg)repeat;
	width: 100%;
	height: auto;
	float: right;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 70px;
	position: relative;
}
.title_sec_00{
	width: 100%;
	text-align: center;
}
.title_sec_00 h2.ce:before{
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    right: 50%;
    left: 0;
}
.icon_sev i{
    margin-right: 5px;
}
.icon_sev img{
    width: 85px;
}
.block_sev h3{
    margin-bottom: 20px;
}
.block_sev{
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 30px;
    min-height: 418px;
    padding-top: 40px;
}
.block_sev:hover,.item_news:hover{
    transition: all ease 0.6s;
    box-shadow: 0px 0px 30px 2px #66666636;
}
.block_sev h3 a{
	font-size: 20px;
	color: #333;
}
.block_sev h3 a:hover{
	color: #8adcf0;
}
.block_sev p{
	font-size: 14px;
	margin-top: 15px;
}
/*======= Products =========*/
#products{
	clear: both;
	margin-bottom: 70px;
}
.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
}
.bg_op{
    background-color: #000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.hovereffect{
  position: relative;
}
.overlay{
    position: absolute;
    top: 35%;
    width: 100%;
}
.overlay h2{
    background-color: #00000077;
    padding-bottom: 20px;
    padding-top: 12px;
    font-size: 20px;
    color: #fff;

}
.block_products,.block_news{
    padding: 10px;
    border: 1px solid #efefef;
    overflow: hidden;
}
.item_news{
	margin: 15px;
}
.slick-dots li button::before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 5px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #70d5ef;
}
.slick-dots li{
	position: relative;
    display: inline-block;
    width: 30px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    
}
/*======= list_Why_text =========*/
.list_Why_text ul li span i{
    float: right;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    line-height: 1.9;
    color: #2196F3;
    font-style: inherit;
    margin-left: 15px;
    background-color: #fff;
}
.list_Why_text ul li span h4{
    font-size: 21px;
    color: #2196f3;
    line-height: 1.7;
}
.list_Why_text ul li p{
	margin-right: 53px;
    font-size: 14px;
    margin-top: 15px;
    color: #333;
}
.list_Why_text ul li{
	margin-bottom: 30px;
}
#Why_text .title_sec_00{
	margin-bottom:55px;
}
#Why_text:before{
    content: "";
    position: absolute;
    background: url(../images/bg_text_op.png)no-repeat center;
    width: 100%;
    height:510px;
    opacity: 0.2;
    background-size: contain;
    background-position-y: -50px;
}
/*======== our_work =============*/
/*  ----------------------------------------------------
7 portfolio
-------------------------------------------------------- */
#our_work{
    clear: both;
}
.portfolio-categories {
  float: none;
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
.filtr-item{
    width: 100%;
    min-height: 450px;
    background-color: #aaa;
}
.portfolio-categories li {
  float: none;
  text-align: center;
  display: inline-block;
  color: #333333;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 0;
  margin: 15px -2px;
  background-color: #e9ecef;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 15px;
}
.portfolio-categories li:hover {
  color: #ffffff;
  background-color: #44bbd9;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-categories li.active {
  color: #ffffff;
  background-color: #44bbd9;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.project_box_one {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  min-height: 450px;
}
.project_box_one img {
  display: block;
  width: auto;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: auto;
  padding-top: 100px;
}
.project_box_one .product_info {
  position: absolute;
  top: 0;
  bottom: 10%;
  left: 0;
  right: 10%;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 30px 40px;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}
.project_box_one .product_info .product_info_text {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.project_box_one .product_info .product_info_text .product_info_text_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.project_box_one .product_info .product_info_text .product_info_text_inner h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 0;
  margin-bottom: 5px;
}
.project_box_one .product_info .product_info_text .product_info_text_inner p {
  color: #ffffff;
  font-size: 12px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 0;
}
.project_box_one:hover img {
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
  /* Standard syntax */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.project_box_one:hover .product_info {
  opacity: 1;
}
.project_box_one:hover .product_info .product_info_text_inner h4 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.project_box_one:hover .product_info .product_info_text_inner p {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/*====== under_construction =============*/
#under_construction .item_news{
	margin: 0;
	position: relative;
}
#under_construction{
	margin-top: 70px;
	margin-bottom: 70px;
    clear: both;
    float: left;
    width: 100%;
}
.slick-list{
	margin-right: -15px !important;
	margin-left: -15px !important;
}
.img_progress{
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.img_progress .progres_co{
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 100%;
    border: 0.8em solid #f39c11;
    border-radius: 50%;
    clip: rect(0px,50px,200px,0px);
    z-index: 1;
}
.img_progress .progres_co_right{
    -webkit-transform: rotate(342deg);
    transform: rotate(460deg);
}
.shadow{
    height: 100%;
    width: 100%;
    border: 0.8em solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 0;
}
.progress_v{
    width: 90px;
    height: 90px;
    position: absolute;
    left: 20px;
    top: 0;
}
.label{
        position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 3;
    font-size: 18px;
}
.smaller{
    font-size: 0.5em;
    padding-bottom: 20px;
    vertical-align: super;
}
.progress_v_3 .img_progress .progres_co_right{
    -webkit-transform: rotate(342deg);
    transform: rotate(480deg);
}
.progress_v_2 .img_progress .progres_co_right{
    -webkit-transform: rotate(342deg);
    transform: rotate(384deg);
}
.progress_v_2 .img_progress .progres_co{
    clip: rect(0px,32px,200px,0px);
}
/*========= news =================*/
.block_news{
	background-color: #fff;
	text-align: center;
}
.img_date{
	position: relative;
	float: right;
}
.img_date small{
	position: absolute;
    bottom: 10px;
    background-color: #ffffffc2;
    padding: 10px 15px;
    right: 10px;
}
.block_news h3{
    font-size: 18px;
    margin-top: 15px;
    clear: both;
    float: right;
    width: 100%;
    line-height: 26px;
}
.block_news a{
	margin-bottom: 25px;
}
/*======== partener =============*/
#partener{
	clear: both;
	margin-bottom: 70px;
}
#partener .slick-slide img{
    border: 1px solid #eaeaea;
}
/*========= footer ==========*/
#footer{
	position: relative;
  clear: both;
}
.info_footer_block{
	background-color: #ffff;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #3333332b;
    text-align: center;
    padding: 50px;
    width: 100%;
}
.info_footer_block i{
    font-size: 50px;
    margin-bottom: 23px;
}
.info_footer_block h4{
    color: #3bc5e6;
    font-size: 21px;
}
.info_footer_block small{
    font-size: 16px;
    color: #838383;
    margin-top: 5px;
    float: right;
    width: 100%
}
.info_footer{
    position: absolute;
    width: 100%;
    bottom: -160px;
    margin-bottom: 70px;
}
.rights{
    clear: both;
    float: right;
    width: 100%;
    margin-top: 150px;
    background-color: #333;
    padding-top: 20px;
    padding-bottom: 18px;
}
.by_text p{
    color: #eee;
    font-size: 14px;
}
.social_icon ul li{
	display: inline-block;
	margin-right: 15px;
}
.social_icon ul li a{
	color: #eee;
}
.social_icon ul li a:hover{
	color: #3bc5e6;
}
.social_icon ul,.by_text p{
	margin-bottom: 0;
}
.social_icon{
	float: left;
}

@media(width: 1024px){
    .nav-link{
            margin: 54px 0 0 23px;
    }
}
@media(max-width: 768px) {
      .navbar-light .navbar-toggler{
        cursor: pointer;
        background-color: #fff;
    }
    #logo{
        text-align: center;
        margin-bottom: 30px;
    }
    .nav-link{
        margin: 0;
    }
    .navbar{
        text-align: center;
        display: inherit !important;
    }
    .top_header .btn{
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .tp-banner-container{
        height: auto !important;
    }
    /*#slider{
        display: none;
    }*/
    .img_about{
        display: none;
    }
    .internal_pages .img_about{
         display: block;
    }
    .img_two .img_about{
        margin-bottom: 15px;
    }
    .alist_p ul{
        margin-bottom: 0;
    }
    #about_us .offset-lg-1{
        margin-right: 0 !important;
    }
    #under_construction .item_news{
        margin-bottom: 30px;
    }
    .img_partener{
        text-align: center;
        margin-bottom: 10px;
    }
    .info_footer{
        position: inherit;
        bottom: 0;
    }
    .info_footer_block{
        margin-top: 20px;
    }
    .rights{
        margin-top: 0;
    }
    .by_text{
        text-align: center;
    }
    .social_icon{
        text-align: center;
        margin-top: 20px;
        float: none;
    }
    .slick-slide img,.hovereffect img,.img_date{
        width: 100%;
    }
    .ooi p{
        font-size: 14px !important;
    }
    #Why_text:before{
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position-x: 75%;
        background-position-y: -180px;
        opacity: 0.3;
    }
    .slick-next,.slick-prev{
        display: none !important;
    }
    .btn-primary{
      max-width: 230px;
    }
}
@media(max-width: 480px){
    .tp-caption img{
        display: none !important;
    }
    .uio{
        display: none !important;
    }
    .vft{
        top: -4.359px !important;
    }
    .ooi {
        top: 54.7778px !important;
    }
    #partener .padd_b_30{
        margin-bottom: 0;
    }
    .slick-dots{
        bottom: -50px;
    }
    /*.tp-bullets.hidebullets{ 
         display: none; 
     }*/
	.tp-bullets {
		bottom: 40px !important;
	}
	
    #partener .slick-slide img{
        width: auto;
        margin: auto;   
    }

}


/* Override Default css */
@media only screen and (max-width: 767px)
{
	#portfoliolist .portfolio {
		width: 47%;
		margin: 1%;
	}
	.label {
		font-size: 11px;
	}
	#filters li span {
    padding: 1px 10px 6px 10px;
    font-size: 80%;
	}
}
