*{
 -webkit-box-sizing:border-box;   
 -moz-box-sizing:border-box;
 -o-box-sizing:border-box;
    box-sizing:border-box;
}
/*start global*/
@font-face {
      font-family: 'Exo-Medium.ttf';
      src: url("../fonts/Exo-Medium.ttf") format('truetype');
}
.clear{
	clear: both;
}
body {

    font-family: 'Montserrat', sans-serif;

}

.red {
    color: #df0a16;
}
.green {
    color: #90c903;
}

.bg-yellow {
    background-color:#01b6fe; 
}
.bold {
    font-weight: bold;
}


.transform {
    text-transform: capitalize;   
}

.gray {
    color: #999;
    display: block;
    font-size: 11px;
    margin-bottom: -13px;
}

.gray2 {
    color: #ddd;
}
hr {
    border-width: 1px;
    max-width: 100%;
    border-color:#eee; 
}

.bold {
    font-weight: bold;
}
/*end global*/
header {
    background-color: #333;
    margin-bottom: 10px;
}
.social {
    float: right;
}
header ul {
    padding: 0px 32px 2px 10px;
}
header ul li a {
    color: #fff;
}

header ul li a:hover {
    color: #1b8a00;
}
 ul li {
    display: inline-block;
    padding-top: 9px;
    padding-right: 9px;
}

 .language {
    float: right;
     position: relative;
     top: 15px;
}

.language img {
    width: auto !important;
    position: relative;
    top: -3px;
    padding-right: 5px;

}

/*start section header*/

.header img {
   width: 66%;
margin-left: 55px;
}
.header i {
    float: right;
color: #fe00ae;
margin-left: 20px;
margin-top: 60px;
}

.header .container {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;}

.box {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 !important;
}
.basket {
    background-color: #005086;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.search {
    color: #000;
    margin-right: 20px;
    margin-top: 10px;
}

.menu {
    width: 100%;
    margin-bottom: 0px;
    border: none;
    border-radius: 0;
    float: right;
    -webkite-background-image: linear-gradient(123deg,transparent 45%,#90c903 45.1%);
    -moz-background-image: linear-gradient(123deg,transparent 45%,#90c903 45.1%);
    -o-background-image: linear-gradient(123deg,transparent 45%,#90c903 45.1%);
    background-image: linear-gradient(123deg,transparent 10%,#90c903 10%);
    background-color: transparent;
    position: relative;
top: 14px;
}

select {
    background-color: transparent;
border: 1px solid #fff;
padding: 4px;
border-radius: 8px;
}
/*end section header*/

/*start section carousal*/
.carousel-indicators .active {
    background-color: #1b8a00;
    width: 13px;
    height: 13px;
    border: none;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: none; 
    background-color: #fff;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
    /*-webkit-animation: zoom 20s;
    animation: zoom 20s;*/

}
/*end section carousal*/


/*start section service*/
.service {
    margin-top: 30px;
}
.service img {
    width: 100%;

}

.project-part {
    position: relative;
}
.service .project-part::after,.service .project-part::before {
    background-color: #2E1E13;
}
.service .project-part::before {
   left: auto !important;
    right: 481px;
}
.service .project-part::after,.service .project-part::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 476px;
    width: 70px;
    height: 2px;
    background: #eee;
        background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.service .service-part img  {
    width: auto;
    margin: auto;
    display: block;
    line-height: ;
    padding-top: 22px;
}
.service h3 {
    font-size: 16px;
    color:#000;
}

.service p {
    line-height: 26px;
font-size: 15px;
height: 84px;
overflow: hidden;
margin-bottom: 18px;
}

.service h1 {
    margin-bottom: 50px;
}
.service span {
    color:#000;
}

.service .service-part {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    background-color: #90c903;
}
/*end section contains*/

/*start section projects*/
/*start general*/
.productsdes{
	position: absolute;
top: 0px;
left: 0%;
color: #213140;
width: 100%;
margin: auto;
text-align: center;
padding: 3%;
background: rgba(144, 201, 3, .8);
height: 100%;
overflow: hidden;
font-size: 13px;
	display: none;
}

.productsdes2{
position: absolute;
top: 0px;
left: 8%;
color: #213140;
width: 84%;
margin: auto;
text-align: center;
padding: 3%;
background: rgba(144, 201, 3, .8);
height: 100%;
overflow: hidden;
font-size: 13px;
	display: none;
}


a:hover{
text-decoration: none;
}
.productsdes h3{
		
	overflow: hidden;
  font-size: 20px;
letter-spacing: 1px;
text-align: center;
margin-top: 100px;
color:#fff;
	}
.productsdes h1{
		

	overflow: hidden;
  font-size: 20px;
letter-spacing: 1px;
text-align: center;

color:#fff;
	}

.project-part:hover  .productsdes {
    display: block;
    cursor:pointer;
}
.projects {
    background: url(../images/bg3.jpg) center center no-repeat;
    padding-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 77px;
    background-size: cover;
}

.projects h2 {
    color: #fff;
}
.project-part img {
    margin: auto;
    display: block;
    width: auto !important;
    height: auto !important;
}

.projects ul {
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.projects ul li {
    display: inline-block;
    padding: 9px 37px;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
    color: #999;
    background-color: #fff;
    border-radius: 25px;
}

.project-part2 {
    margin-top: 20px;
}
.projects ul li.selected {
    color: #fff;
    background-color: #90c903;
}
{
    left: auto;
    right: 40px;
}
.project-part {
    position: relative;
}
.project-part::after, .project-part::before {
    background-color: #2E1E13;
}
.project-part::before {
   left: auto !important;
    right: 494px;
}
.project-part::after, .project-part::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 486px;
    width: 70px;
    height: 2px;
    background: #eee;
        background-color: rgb(238, 238, 238);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }
.hovereffect {
    position:relative;
    text-align:center;
    color: #fff;
    cursor:pointer;
    overflow:hidden;
    }

.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:-241px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    background-color:rgba(0, 125, 253,0.7);
    padding-left: 10px;
    padding-right: 10px;
    }

.hovereffect .overlay p {
    height: 100px;
    line-height: 25px;
    overflow: hidden;
}
.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    -moz-transition:all .4s linear;
    transition:all .4s linear;
    width: 100%;
    height: 310px;
}


.overlay i {
    font-size: 38px;
    color: #fff;
    margin-top: 80px;
}

.overlay a {
    background-color: transparent;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    display: block;
   margin-top: 48px;
    text-transform: capitalize;

}

.overlay ul , .products .product-part2 {
    padding-right: 10px;
    padding-left: 10px;
}

.hovereffect:hover .overlay {
opacity:1;
} 
/*end section projects*/


/*start news*/
.news {
    padding-right: 30px;
    padding-left: 30px;
    background-color: #f5f5f5;
    margin-top: -19px;
    padding-bottom: 40px;
    padding-top: 30px;
}

.news .project-part {
    position: relative;
}
.news .project-part::after,.news .project-part::before {
    background-color: #2E1E13;
}
.news .project-part::before {
   left: auto !important;
    right: 483px;
}
.news .project-part::after, .news .project-part::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 477px;
    width: 70px;
    height: 2px;
    background: #eee;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news a:hover {
    color: #90c903;
}
.news .News {
    margin-top: 30px;
}
.news .news-part {
    position: relative;
}
.news img {
    width: 100%;
    height: 200px;
}

.news .news-part2 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-bottom: 3px solid #ddd;
}

.news .news-part2 p {
    line-height: 27px;
overflow: hidden;
height: 114px;
color: #767676;
font-size: 15px;
margin-bottom: 10px;
}
.news .date p {
    display: block;
    background-color: #333;
        font-size: 20px;
}
.news .date {
    position: absolute;
    top: 172px;
    color: #fff;
    width: 70px;
    right: 0px;
    background-color: #90c903;
}

.news a {
    color: #000;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.read {
    color: #90c903 !important;
    font-weight: bold;
    font-size: 14px !important;
}

.news span {
    position: relative;
    top: -5px;
}

textarea {
    width: 100%;
}
/*end news*/

/*start contact*/
.contact {
    background: url(../images/img.jpg) center center no-repeat;
    background-size: cover;
   
}
.contact-part {
    background-color: #fff;
    width: 60%;
    padding: 29px;
    margin-top: 82px;
    margin-bottom: 82px;
}
.form-control,textarea {
    background-color: #ebebeb;
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
}

.form-control {
    height: 39px;
    
}

.contact .project-part::before {
    left: auto !important;
    right: 338px;
}
.contact .project-part::after,.contact .project-part::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 486px;
    width: 70px;
    height: 2px;
    background: #eee;
        background-color: #000;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact .project-part::after,.contact .project-part::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 330px;
    width: 70px;
    height: 2px;
    background: #000;
        background-color: #000;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-part2 {
    margin-top: 25px;
}

.contact a {
   background-color: #90c903;
    width: 20%;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 13px;
    margin: auto;
    text-decoration: none;
}

.contact a:hover {
    background-color: #000;
}
/*end contact*/

/*start section gallery*/
.gallery {
    background: #f9f9f9;
    padding-bottom: 60px;
    padding-top: 13px;
}

.project-part {
    position: relative;
}
.gallery .project-part::after,.gallery .project-part::before {
    background-color: #2E1E13;
}
.gallery .project-part::before {
   left: auto !important;
    right: 482px;
}
 .gallery .project-part::after, .gallery .project-part::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 476px;
    width: 70px;
    height: 2px;
    background: #eee;
        background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gallery .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    height: 203px;

}

.gallery .projects-part2 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.gallery .projects-part2 p {
    height: 88px;
    overflow: hidden;
    line-height: 23px;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
}
.gallery .item p {
    color: #fff;
    padding: 10px 20px;
    height: 90px;
    overflow: hidden;
    
}

.gallery a {
    text-decoration: none;
}

.gallery .item {
    padding-left: 18px;
    padding-right: 18px;
}

.gallery .projects-part {
    padding-bottom: 20px;
    position: relative;
}

.gallery .projects-part:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 0;
}

.gallery .owl-controls {
    text-align: center;
}

.gallery .owl-nav {
    display: inline-flex;
}


.gallery .owl-nav i {
    background-color: #90c903;
    padding: 5px 45px;
    margin-left: 20px;
    color: #fff;
    font-size: 21px;
    margin-top: 30px;
}
.gallery .owl-carousel .owl-item img {
    width: 100%;
}

.project-part6 {
    position: relative;
}
.project-part6 img {
    display: block;
    margin: auto;
}
.project-part6::after,.project-part6::before {
    background-color: #2E1E13;
}
.project-part6::before {
   left: auto !important;
    right: 483px;
}
.project-part6::after,.project-part6::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 477px;
    width: 70px;
    height: 2px;
    background: #eee;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel {
    margin-top: 45px;
}

.productsdes h3 {
    overflow: hidden;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 100px;
    color: #fff;
}


.hovereffect {
    position:relative;
    text-align:center;
    color: #fff;
    cursor:pointer;
    overflow:hidden;
    }
   
.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:-241px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    background-color:rgba(0, 125, 253,0.7);
    padding-left: 10px;
    padding-right: 10px;
    }

.hovereffect .overlay p {
    height: 100px;
    line-height: 25px;
    overflow: hidden;
}
.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    -moz-transition:all .4s linear;
    transition:all .4s linear;
    width: 100%;
    height: 310px;
}


.overlay i {
    font-size: 38px;
    color: #fff;
    margin-top: 80px;
}

.overlay a {
    background-color: transparent;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    display: block;
    margin-top: 48px;
    text-transform: capitalize;

}

.overlay ul , .galler .gallery-part2 {
    padding-right: 10px;
    padding-left: 10px;
}

.hovereffect:hover .overlay {
opacity:1;
} 


/*end section gallery*/

/*start section footer*/
.footer {
    color: #000;
    padding-bottom: 20px;
    background-color:#000;
    padding-top: 20px;
}

.footer p {
    line-height: 30px;
    overflow: hidden;
    height: 122px;
color: #fff;
}
.footer img {
    width: 40%;
    margin-top: -19px;
    margin-bottom: -13px;
}
.footer h3 {
    font-size: 16px;
    margin-bottom: 25px;
    color: #fff;
}

.footer li {
    margin-top: 5px;
    display: block;
    color: #fff;
}

/*.footer li i {
       padding-right: 5px;
    padding-bottom: 7px;
    width: 30px;
    height: 30px;
    color: #fff;
 
}*/
.footer a{
    text-decoration: none;
    color: #222222;
     -webkit-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;
}

.footer a:hover{
    color: #01b6fe;
}

.footer .phone li {
    display: block;
}

.footer li {
    display: inline-block;
}
.footer li a i {
    width: 35px;
    height: 35px;
    color:  #fff;
    margin-right:8px;
    padding-top: 10px;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
        border-radius: 50% !important;
    background-color: #90c903;

}

.footer li a i:hover {
background-color: #df0a16;
}
.footer input {
    
    background-color: #8c8c8c;
    border: none;
    padding: 9px;
    width: 100%;
}
.footer .part-footer p {
    color: #fff;
}
.footer .part-footer a i:hover {
   -webkit-transform: rotateY(360deg);
   -o-transform: rotateY(360deg);
   -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
  
}
.footer .copy-right {
    margin-top: 40px;
}

.social3 li {
    display: inline-block;
    background-color: #282d40;
}

/*end section footer*/

/*start media query*/

/*al max-width:768; da 7'as bl mobile & tablet*/
/*smart phonees and tablets*/
@media(max-width: 767px){
.navbar-fixed-top, .navbar-fixed-bottom {
	position:relative !important;
}
    header ul {
        text-align: center;
    }
    
    
    header .language {
        float: initial;
    }
    .menu {
        position: inherit;
        top: auto;
    }
    .projects ul {
        margin-bottom: 20px;
    }
    
    .news .news-part2 {
        margin-bottom: 20px;
    }
    
    .contact-part {
        width: 100%;
    }
    
    .contact a {
        width: 100%;
    }
    
    .news .project-part::after,.news .project-part::before ,.contact .project-part::after, .contact .project-part::before {
    position: inherit;
    }
    
    .project-part::after, .project-part::before {
          position: inherit;
  
    }
.header img { 
    margin: auto;
    display: block;
    width: 41%;
    
}
    
    .footer p {
        height: auto;
        line-height: auto;
    }    
}
/*small screen*/
@media(min-width: 768px) and (max-width: 991px){
    .menu > ul > li a {
        top: -20px;
    }
 .project-part::before {
right: 400px;
      
}
    .news .news-part2 {
        margin-bottom: 20px;
    }
    .project-part::after, .project-part::before {
       left: 393px; 
    }
    .contact .project-part::after, .contact .project-part::before {
      left: 205px;  
    }
    .contact .project-part::before { 
        right: 211px;
    }
    
    .contact .project-part::after, .contact .project-part::before {
        
    }
    .contact a {
        width: 48%;
    }
    
    .footer p {
        height: auto;
    }
    
}
/*medium screen*/
@media(min-width: 992px) and (max-width: 1199px){
    .menu > ul > li a {
        font-size: 13px;
        padding: 3px 6px;
    }    
    .time button {
        width: 70%;
    }  
    
    .doctor p {
        font-size: 12px;
    }
}
/*large screen*/
@media(min-width: 1200px){
  
}
/*end media query*/




