﻿*{
 -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');
}

body {
     font-family: 'Exo-Medium.ttf';

}

.yellow {
    color: #ffb503;
}

.bold {
    font-weight: bold;
}


.transform {
    text-transform: capitalize;   
}

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

.gray2 {
    color: #ddd;
}
hr {
    border-width: 2px;
    max-width: 60px;
    border-color:#0186d5; 
}

.line {
    border-width: 2px;
    max-width: 60px;
    border-color:#fff;  
}
/*end global*/
header {
    background-color: #005086;
}

header ul {
    padding: 0px 32px 2px 10px;
}
header ul li a {
    color: #fff;
}

header ul li a:hover {
    color: #fe824c;
}
header ul li {
    display: inline-block;
    padding-top: 16px;
    padding-right: 10px;
}

header .language {
    float: right;
}



.txt2
{
	    padding: 0px;
    margin: 0px;
    color: #5f5f5f;
    padding-top: 8px;
    line-height: 18px;
    font-size: 85%;
    font-weight: bold;
    padding-bottom: 8px;
	
}
/*start section header*/
.header {
    padding-top: 15px;
}
.header img {
    width: 100%;
}
.header i {
    float: right;
}

.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;
}
/*end section header*/

/*start section carousal*/
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    height: 520px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #005086;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #ddd;
    border: none;
}
/*end section carousal*/

/*start section contains*/
.contents {
    position: relative;
    top: -25px;
    z-index: 9999;
}

.contents h3 {
    color: #fff;
}

.contents-part1 {
   background: url(../images/block-1.png) center center no-repeat;
    background-size: cover;
    padding: 10px 20px 20px 20px;
}

.contents-part2 {
   background: url(../images/block-2.png) center center no-repeat;
    background-size: cover;
    padding: 10px 20px 20px 20px;

}

.contents-part3 {
   background: url(../images/block-3.png) center center no-repeat;
    background-size: cover;
    padding: 10px 20px 20px 20px;

}

.contents-part1 p,.contents-part2 p,.contents-part3 p {
    color: #cfd9fe;
    height: 78px;
    overflow: hidden;
}

.contents a {
    color: #fff;
}
/*end section contains*/

/*start section projects*/
.projects {
    margin-top:25px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.projects h2 {
    color: #000;
}

.projects2 {
    margin-top: 50px;
}

.projects button {
    color: #fff;
    background-color: #fe824c;
    border: none;
    padding: 10px;
    width: 120px;
}

.projects button:hover {
    background-color: #000;
}

.button {
    color: #fff;
    background-color: #fe824c;
    border: none;
    padding: 10px;
    width: 120px;
}

.button:hover {
    background-color: #000;
    color: #FFF;
}
.projects img {
    width: 100%;
    height: 250px;
    padding: 30px;
}

.projects a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
}

.projects .part1 {
    width: 65%;
    overflow: hidden;
    display: inline-block;
    height: 50px;
}
.projects .price {
    float: right;
    font-size: 15px;
}
.project-part {
    margin-top: 20px;
}

.projects-part {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.projects-part4 {
    border: 1px solid #ccc;
    border-radius: 20px;
}
.projects h2 {
    font-size: 29px;
}

.projects p{
    color: #868691;
    margin-top: 20px;
}

.projects .fa-shopping-cart {
    color: #fff;
}
.projects ul li {
    display: inline-block;
}

/*end section projects*/

/*start section news*/
.news {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../images/bottom_bg.png") no-repeat;
    background-size: cover;
}

.news img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border: 4px double #fe824c;
}

.news h3 {
    font-size: 18px;
}

.news p {
    text-align: center;
    overflow: hidden;
}

.news a {
    display: block;
    text-align: center;
    background-color: #fe824c;
    width: 137px;
    margin: auto;
    color: #fff;
    text-transform: capitalize;
    padding: 13px;
    margin-top: 20px;
    text-decoration: none;
}

.news a:hover {
      background-color: #0186d5;
  
}
/*end section news*/

/*start section contact*/
.contact {
    margin-bottom: 20px;
}
.contact .contact-part h2 {
    color: #fff;
}
.contact .contact-part {
    background: url(../images/bg.jpg) center center no-repeat;
    padding: 65px;
    margin-bottom: 20px;
}
.contact label {
    display: block;
    margin-top: 25px;
}

.contact input[type="text"],.contact input[type="email"] {
    background: #e8e8e8;
    width: 100%;
    border: none;
    height: 50px;
}

.contact i {
    margin-top: 27px;
    float: right;
    color: #828fa8;

}

.contact .contact-part1 {
    margin-top: 25px;
    color: #828fa8;
}

.submit,.locate {
    width: 130px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 18px;
    text-decoration: none;
}

.submit {
    background-color: #0186d5;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
}

.submit:hover {
    background-color: #fe824c;
    color: #fff;
    text-decoration: none;

}

.locate {
    background-color:#fe824c;;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;  
    border-radius: 30px;
    padding: 15px;
}

.locate:hover {
     background-color: #0186d5;
    color: #fff;
    text-decoration: none;
 
}
/*end section contact*/

/*start section newletter*/
.newletter {
    background-color:#fe824c; 
    padding-top: 50px;
    padding-bottom: 50px;
}

.newletter h2 {
    color: #fff;
    margin-bottom: 50px;
}
.newletter input[type="email"]{
       width: 100%;
    border-radius: 30px;
    height: 55px;
    border: none;
    padding-left: 20px;
    background: #333333;
    
}

.newletter button {
    width: 100%;
    height: 53px;
    border-radius: 30px;
    border: none;
    background-color: #0186d5;
    color: #fff;
    font-weight: bold;
}

.newletter button:hover {
    background-color: #000;
} 
/*end section newletter*/


.footer{
    background-color: #333;
    color: #fff;
    
}

.footer a i{
    width: 32px;
    height: 32px;
    background-color: #333;
    color: #fff;
    margin-top: 35px;
    margin-bottom:30px;
    margin-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #005086;

    -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;
      
}

.footer a i:hover{
   
   -webkit-transform: rotateY(360deg);
   -o-transform: rotateY(360deg);
   -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
  
  
}

.footer span{
    padding-bottom: 20px;
    display: block;
}
/*start media query*/

/*al max-width:768; da 7'as bl mobile & tablet*/
/*smart phonees and tablets*/
@media(max-width: 767px){
    header .language {
        float: initial;
        text-align: center;
    }
    header ul li {
        padding-left: 7px;
        padding-right: 7px;
    }
    
    .stellarnav.mobile li a {
        color: #fff;
    }
    
    .contents-part1,.contents-part2,contents-part3 {
        margin-bottom: 15px;
    }
     .projects-part4 {
        margin-bottom: 20px;
    }
    
    .newletter button {
        margin-top: 10px;
    }
    
    .news a {
        margin-bottom: 15px;
    }
    
    .contact .contact-part h2 {
        font-size: 15px;
    }
   
}
/*small screen*/
@media(min-width: 768px) and (max-width: 991px){
    .stellarnav li a {
        font-size: 13px;
    }
    .stellarnav > ul > li > a {
        padding: 20px 5px;
    }
    .projects-part4 {
        margin-bottom: 20px;
    }
}
/*medium screen*/
@media(min-width: 992px) and (max-width: 1199px){
    
    .stellarnav li a {
        font-size: 15px;
    }
    .stellarnav > ul > li > a {
        padding: 20px 10px;
    }
      
}
/*large screen*/
@media(min-width: 1200px){
  
}
/*end media query*/

/*start our grouping*/
/*end our grouping*/





