/*----------------------------------------------------
@File: Default Styles
@Author: Rocky Ahmed
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: HostHub Construction 
@Author: Rocky Ahmed
@Developed By: Rocky Ahmed
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ banner
06/ breadcrumb
07/ about
08/ team
09/ project 
10/ price 
11/ team 
12/ blog 
13/ video  
14/ features  
15/ career  
16/ contact 
17/ footer

=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

body {
  line-height: 26px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #777777;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pad_top {
  padding-top: 120px;
}

.mt-25 {
  margin-top: 25px;
}

.p0 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1620px) {
  .box_1620 {
    max-width: 1650px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .header_area.home_menu {
    display: none;
  }
  .header_area.home_menu + section, .header_area.home_menu + row, .header_area.home_menu + div {
    margin-top: 0px;
  }
}



/* End serve_area Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Projects Area css
============================================================================================ */
.projects_fillter .filter {
  text-align: right;
  margin-top: 50px;
}

.projects_fillter .filter li {
  display: inline-block;
  margin-right: 26px;
}

.projects_fillter .filter li a {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

.projects_fillter .filter li:last-child {
  margin-right: 0px;
}

.projects_fillter .filter li.active a {
  color: #a7cb00;
}

.projects_inner {
  margin-bottom: -30px;
}

.projects_item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.projects_item:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.projects_item .projects_text {
  position: absolute;
  left: 0px;
  bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.projects_item .projects_text h4 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #a7cb00;
  margin-bottom: 5px;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  cursor: pointer;
  visibility: hidden;
}

.projects_item .projects_text p {
  margin-bottom: 0px;
  font-size: 14px;
    visibility: hidden;
}

.projects_item:hover:before {
  opacity: 1;
      visibility: visible;


}

.projects_item:hover .projects_text h4 {
  color: #058308;
    visibility: visible;
}

.projects_item:hover .projects_text p {
  color: #222222;
    visibility: visible;
}
/* End Projects Area css
============================================================================================ */
/* Projects Know Area css
============================================================================================ */
.project_know_area {
  background: url(../img/details-img.jpg) no-repeat scroll center center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.project_know_area .project_know_inner {
  max-width: 780px;
  margin: auto;
}

.project_know_area .project_know_inner h3 {
  font-size: 36px;
  line-height: 45px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.project_know_area .project_know_inner p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
}

.project_know_area .project_know_inner .main_btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* End Projects Know Area css
============================================================================================ */
/* Portfolio Details Area css
============================================================================================ */
