body {
    margin: 0;
    padding: 0;
	font-family: "Exo", sans-serif;
}
.container {
	margin: auto;
}
.clearfix:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}
div {
	box-sizing: border-box; 
}
header {
    background: url('../img/bg/bg-2.jpg') fixed;
    background-position: center;
    background-size: cover;
	height: 100vh;
}
.top-line{
    margin-top: 20px;
    padding: 10px;
    display: flex;
    flex-direction: row;
	align-items: center;
    justify-content: space-between;
    background: #03A9F4;
    flex-wrap: wrap;
}
.logo {
    flex: 3 1 auto;
    padding: 5px 0;
}
menu {
    padding: 5px 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
menu li{
    padding: 2px;
    list-style-type: none !important;
}
menu li a{
    color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
/* Select language element */
.dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #03A9F4;
    margin-left: -10px;
}
/* Reset Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #03A9F4;
    background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
    display: none;
}
/* Custom Select */
.select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #03A9F4;
    overflow: hidden;
    border-radius: .25em;
}
select {
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
}
/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #03A9F4;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
/* Transition */
.select:hover::after {
    color: #fff;
}
/* ********* End Select ************ */
.top-screen {
	width: 100%;
	position: absolute;
	top: 35%;
	text-align: center;
}
.top-title {
    display: inline-block;
    padding: 3px 8px 0 8px;
	font-size: 60px;
    color: #fff;
}
.top-title span{
    color: #03A9F4;
}
.top-title_subtext {
    color: #fff;
    margin: auto;
    font-size: 18px;
}
.title_buttons {
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.title_btn {
    flex: 0 0 auto;
    margin: 10px 20px;
    text-transform: uppercase;
    background-color: Transparent;
    padding: 0.75em 2em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 2px solid #03A9F4;
    font-size: 14px;
    font-weight: bolder;
    display: inline-block;
    border-radius: 0.3em;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}
.title_btn:before {
     content: "";
     background-color: rgba(255,255,255,0.5);
     height: 100%;
     width: 3em;
     display: block;
     position: absolute;
     top: 0;
     left: -4.5em;
     transform: skewX(-45deg) translateX(0);
     transition: none;
 }
.title_btn:hover {
    background-color: #03A9F4;
    color: #fff;
}
.title_btn:hover {
    background-color: #29b6f6;
}
.title_btn:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}
h1 {
	text-transform: uppercase;
}
a,
a:hover {
	text-decoration: none;
	color: #ddd;
}
/* ---------------Section 2 Sevices ----------------- */
.services {
    align-items: center;
}
.services-top {
    /*position: relative;*/
    /* margin: auto;*/
    /* width: 60%;*/
    /* height: 50vh;*/
    /* display: flex;*/
    /* justify-content: space-around;*/
    margin: auto;
    width: 80%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-content: space-around;

}
.services-top h1{
    color: #03A9F4;
    font-size: 40px;

}
.services-top p{
    font-size: 20px;
    width: 90%;
}
.services-text {
    align-self: center;
    flex: 2 1 auto;
}
.services-text a{
    color: #03A9F4;
}
.services-image {
    flex: 1 1 auto;
}
.services-image img{
    width: 400px;
}
.services-bottom {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    background: #cde9f5;
}
.service-bottom_title {
    margin: auto;
    width: 80%;
    font-size: 16px;
    text-align: center;
    padding: 0 0;
    margin-bottom: 30px;
}
.service-bottom_title p{
    margin-top: -10px;
}
.cards {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 70%;
    margin: auto;
    display: flex;
    flex-direction: row;
}
.card-icon{
    margin: auto;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
}
.card-icon img{
    margin: auto;
    width: 60%;
    margin-bottom: 20px;
}
.card-text {
    margin: auto;
    width: 60%;
}
/* -------------Section 3 Projects -----------------*/

/* ******************* Gray Scale ************************** */
h2 {
    margin: 60px 15px 0;
    padding: 0;
    font-weight: 300;
}
h2 span {
    margin-left: 1em;
    color: #aaa;
    font-size: 85%;
}
.column {
    margin: 15px 15px 0;
    padding: 0;
}
.column:last-child {
    padding-bottom: 60px;
}
.column::after {
    content: '';
    clear: both;
    display: block;
}
.column div {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
}
.column div:first-child {
    margin-left: 0;
}
.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}
figure {
    width: 300px;
    height: 200px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}
.hover figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hover figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* ******************** End GRay Scale ***************** */
.projects {
    position: relative;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto;
}
.projects-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.projects-images div {

    flex: 1 0 21%;
    margin: 40px 5px 0 5px;
    height: 200px;
}
.projects-images span {
    color: #03A9F4;
    font-weight: bold;
}
.projects-title {
    margin-top: 50px;
    font-size: 30px;
    color: #03A9F4;
}
/* **************** FOOTER ***************** */
footer {
  margin-top:  80px;
  width: 100%;
  display: inline-block;
  background: url('../img/bg/bg-2.jpg') fixed;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.footer-distributed{
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}
.footer-left img {
	margin: auto;
    width: 17%;
}
.footer-distributed .footer-left{
	width: 40%;
}
.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
	margin-top: 10px;
}
.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  	font-weight:400;
	text-decoration: none;
	color:  inherit;
}
.footer-distributed .footer-company-name{
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.logo-footer{
    font-size: 20px;
    font-weight: bold;
    margin: 18px 0 0 0 ;
    color: #03A9F4;
}
.footer-distributed .footer-center{
	width: 35%;
}
.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
 	font-weight:400;
	vertical-align: middle;
	margin:0;
}
.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
.footer-distributed .footer-center p a{
	color:  #03A9F4;
	text-decoration: none;;
}
.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}
.footer-distributed .footer-links .link-1:before {
  content: none;
}
.footer-distributed .footer-right{
	width: 20%;
}
.footer-distributed .footer-company-about{
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	margin-top: 15px;
}
.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-distributed .footer-icons{
	margin-top: 10px;
}
.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #fff;
	border-radius: 2px;

	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}
.footer-dev {
	margin-top: 20px;
	font-weight: normal;
	font-size: 14px;
}
@media (max-width: 1500px) {
    .services-text h1{
        font-size: 30px;
    }
    .services-text p{
        font-size: 14px;
    }
    .services-image img{
        width: 320px;
    }
}
@media screen and (max-width: 400px) {
    .top-title {
        font-size: 30px;
    }
    .top-screen h2 {
        font-size: 18px;
    }
    .services-image img{
        width: 150px;
    }
}
@media (max-width: 550px){
    menu {
        flex-direction: column;
        align-items: flex-end;
    }
}
@media screen and (max-width: 650px) {
    .services-image img{
        width: 150px;
    }
}
@media (max-width: 880px) {
	.footer-distributed{
		font: bold 14px sans-serif;
	}
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.footer-distributed .footer-center i{
		margin-left: 0;
	}
    .services-top {
        text-align: center;
        flex-direction: column;
        height: auto;
    }
    .title_btn {
        padding: 5px;
        text-align: center;
        font-size: 10px;
    }
    .services-text h1{
        font-size: 20px;
    }
    .services-text p{
        font-size: 12px;
    }
    .services-image img{
        width: 150px;
    }
}
@media all and (max-width: 1100px){
    .services-text h1{
        font-size: 20px;
    }
    .services-text p{
        font-size: 12px;
    }
    .services-image img{
        width: 320px;
    }
    .cards {
        flex-direction: column;
    }
    .services-bottom {
        height: auto;
    }
}



