@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Biryani:200,400,600,700);
* {
  box-sizing: border-box; }

body,
html {
  height: 100%; }

body {
  font-size: 14px; 
  font-family: 'Biryani', sans-serif;
  }

.wrapper {
  min-height: 100%;
  padding-bottom: 160px; }

.row {
  margin: 0 auto;
  max-width: 1220px;
  width: 100%; }
  .row:before {
    content: " ";
    display: table; }
  .row:after {
    content: " ";
    display: table;
    clear: both; }

.column, .columns {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix {
  clear: both; }

i.icon {
  display: inline-block; }

.mr-10 {
  margin-right: 10px; }

.square-sec {
  margin: 0 -10px; }

.square {
  position: relative;
  display: block;
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.project-item {
background-repeat:no-repeat;
background-size:cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px; }
  .project-item :hover .project-item_desc{
	  display:block;

  }

.project-item_inner {

  padding: 20px;
  text-align: center; }
  .project-item_inner:hover .project-item_link {
	opacity: 1; }

.project-item_desc {
	display:none;
  color: #fff; 
  z-index:8000;}

.project-item_name,
.project-item_address {
  margin-top: 15px;
  margin-bottom: 15px; }

.project-item_name {
  font-weight: 200;
  text-transform: uppercase; }

.project-item_line {
  width: 25px;
  border: 1px solid #fff;
  margin: auto; }

.project-item_address {
  font-size: 12px;
  font-weight: 200;
  color: #d1d0cf; }

a.project-item_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 3em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.projects-sec .square {
  width: 33.33333%;
  padding-bottom: 33.33333%; }

.breadcrumbs {
  padding-top: 40px;
  padding-bottom: 15px; }
  .breadcrumbs .breadcrumb {
    color: #939398;
    text-decoration: none; }
    .breadcrumbs .breadcrumb:first-child {
      color: #939398 !important; }
      .breadcrumbs .breadcrumb:first-child:before {
        display: none; }
    .breadcrumbs .breadcrumb:last-child {
      color: #376ef7; }
    .breadcrumbs .breadcrumb:before {
      content: "/";
      color: #939398; }

.pagination {
  display: table;
  margin: 45px auto;
  padding: 0;
  font-size: 14px; }
  .pagination li a:hover, .pagination li.current a {
    color: #fff;
    background-color: #376ef7; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      padding: 5px 10px;
      margin: 0 2px;
      color: inherit;
      text-decoration: none; }
    .pagination li.disabled {
      pointer-events: none; }
    .pagination li.ellipsis:before {
      content: "…";
      padding: 5px 10px;
      color: #0a0a0a; }
    .pagination li.pagination-previous, .pagination li.pagination-next {
      color: #000; }
      .pagination li.pagination-previous:hover, .pagination li.pagination-next:hover {
        color: black; }

header {
  padding: 15px 0;
  background-color: #212125; }

.hr_logo {
  display: block;
  width: 40px;
  height: 60px;
  background-image: url("../img/logo.png");
  background-size: 100% 100%;
  float: left; }

.hr_logo_text {
  display: block;
  width: 178px;
  height: 60px;
  background-image: url("../img/logo_text.png");
  background-size: 100% 100%;
  float: left; }

.hr_nav {
  float: right;
  font-size: 1.15em; }
  .hr_nav ul {
    padding: 0;
    margin: 0; }
  .hr_nav li {
    display: inline-block;
    margin-left: 20px; }
    .hr_nav li:first-child {
      margin-left: 0; }
    .hr_nav li.active a, .hr_nav li:hover a {
      border-bottom-color: #376ef7; }
  .hr_nav a {
    display: block;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    -webkit-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s; }

.hr_live-chat_btn a {
  color: #2ea55d; }
.hr_live-chat_btn .icon-i-live-chat {
  position: relative;
  top: 10px; }

.hr_toogle-nav {
  position: relative;
  margin: 5px 0;
  float: right;
  color: #ffffff;
  height: 34px;
  line-height: 33px;
  padding: 0 2.22222rem 0 0.83333rem;
  display: none; }
  .hr_toogle-nav:hover {
    cursor: pointer; }
  .hr_toogle-nav:after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.83333rem;
    box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
    width: 16px; }

footer {
  padding: 50px 0;
  background-color: #212125;
  margin-top: -160px; }
  footer .hr_nav {
    margin-top: -20px; }

.fr_company-address {
  color: #54545a;
  font-size: 12px;
  float: right;
  margin-top: 10px;
  margin-bottom: 0;
  clear: both; }

.index_bg {
  width: 100%;
  height: 380px;
  background-image: url("../img/home-bg.jpg");
  margin-top: -100px;
padding:120px 50px 0  50px;
text-align:center;
color:#eee;
 }
.index_bg h2{
font-size:1.3em;
}
.p-title{
	color:#3B69E0;
}
.index_bg_p{
width:550px;
margin:0 auto;
}
.p-header{
	font-size:1em;
}
.index_page-header {
  font-size: 2.3em;
  font-weight: 400;
  text-align: center; }

.index_all-projects-sec {
  border-top: 1px solid #9e9e9e;
  margin: 30px 0; }

.index_all-projects_btn {
  display: table;
  min-width: 140px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #376ef7;
  padding: 10px 15px;
  border-bottom: 2px solid #194cca;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto; }
  .index_all-projects_btn:active {
    position: relative;
    top: 2px;
    border-bottom: none;
    margin-top: -18px; }

#projects-map {
  margin: 25px 0;
  width: 100%;
  height: 230px; }

.projects_hl {
  border-top: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 30px; }

.single-project_inner-sec {
  max-width: 1000px;
  margin: auto;
  text-align: center; }
  .single-project_inner-sec .square {
    width: 25%;
    padding-bottom: 18%; }

.single-project_name {
  font-size: 2.15em; }

.single-project_desc {
  color: #5e5e61;
  line-height: 2em; 
  font-size:1.1em;	
}

.about_us_sec {
  padding-top: 10px;
  text-align: center; }
  .about_us_sec .as_sec_title {
    font-size: 30px;
    font-weight: 600;
    color: #11120f;
    margin-bottom: 15px; }
  .about_us_sec .as_sec_subs {
    color: #212125;
    line-height: 26px;
    padding-bottom: 40px; }

hr.divider {
  border-top: 1px solid #787878;
  margin: 0; }

.as_team {
  margin: 0 -10px;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 200px; }
  .as_team .as_member {
    width: 33.33333%;
    position: relative;
    float: left;
    min-width: 390px; }
    .as_team .as_member .as_member_box {
      border-radius: 2px;
      border: 1px solid #dcdcdc;
      margin: 10px;
      padding: 22px;
      position: relative; }
      .as_team .as_member .as_member_box:after {
        content: "";
        display: table;
        clear: both; }
      .as_team .as_member .as_member_box .member_photo {
        float: left; }
      .as_team .as_member .as_member_box .member_info {
        float: left;
        padding-left: 20px;
        font-size: 12px; }
        .as_team .as_member .as_member_box .member_info .member_name {
          font-size: 18px;
          color: #212125;
          font-weight: 800; }
        .as_team .as_member .as_member_box .member_info .member_position {
          color: #5e5e61;
          font-weight: 400;
          margin-bottom: 15px; }
        .as_team .as_member .as_member_box .member_info .member_mail {
          color: #376ef7;
          font-weight: 700;
          line-height: 20px; }
        .as_team .as_member .as_member_box .member_info .member_phone {
          font-weight: 700; }
  @media (max-width: 1185px) {
    .as_team {
      max-width: 960px;
      margin: 0 auto; }
      .as_team .as_member {
        width: 50%; } }
  @media (max-width: 815px) {
    .as_team {
      max-width: 420px;
      margin: 0 auto; }
      .as_team .as_member {
        width: 100%; } }
  @media (max-width: 420px) {
    .as_team .as_member {
      min-width: auto; }
      .as_team .as_member .as_member_box {
        text-align: center; }
        .as_team .as_member .as_member_box .member_photo {
          text-align: center;
          float: none;
          padding-bottom: 10px; }
        .as_team .as_member .as_member_box .member_info {
          padding: 0;
          float: none; } }

.contact-sec {
  padding-bottom: 30px;
  text-align: center; }
  .contact-sec .contacts-box {
    display: inline-block;
    font-weight: 600;
    color: #11120f;
    position: relative;
    padding-left: 20px; }
    .contact-sec .contacts-box:before {
      content: "";
      background-position: center;
      position: absolute;
      display: block;
      width: 15px;
      height: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      background-size: contain;
      background-repeat: no-repeat; }
    .contact-sec .contacts-box.address:before {
      background-image: url("../img/map-pin.png"); }
    .contact-sec .contacts-box.phone:before {
      background-image: url("../img/phone.png"); }
    .contact-sec .contacts-box:first-child {
      margin-right: 60px; }
    @media screen and (max-width: 580px) {
      .contact-sec .contacts-box:first-child {
        margin-right: 0;
        margin-bottom: 20px; } }

@media (max-width: 850px) {
  .hr_nav {
    font-size: 1em; }
    .hr_nav li {
      margin-left: 5px; }
    .hr_nav a {
      padding-left: 5px;
      padding-right: 5px; }

  .single-project_inner-sec .square {
    width: 33.33333%;
    padding-bottom: 28%; }
	.index_bg {
  padding:120px 50px 20px 50px;

 } }
@media (max-width: 640px) {
  .wrapper {
    padding-bottom: 65px; }

  .index_bg {
    display: none; }

  .projects-sec .square {
    width: 50%;
    padding-bottom: 50%; }

  .hr_logo {
    width: 33px;
    height: 48px; }
  .hr_logo_text {
    display: block;
    width: 143px;
    height: 48px;
    background-image: url("../img/logo_text.png");
    background-size: 100% 100%;
    float: left; }
  header,
  footer {
    height: 65px;
    padding: 10px 0; }

  li.hr_live-chat_btn {
    border: 1px solid #2ea55d;
    margin: 15px !important;
    border-radius: 3px;
    padding: 0 !important;
    background-color: transparent !important; }
    li.hr_live-chat_btn a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: auto;
      position: relative;
      padding-left: 5px;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      li.hr_live-chat_btn a:hover {
        background-color: rgba(46, 165, 93, 0.2); }
      li.hr_live-chat_btn a .icon {
        top: 0;
        margin-right: 5px; }

  header .hr_toogle-nav {
    display: block; }
  header .hr_nav {
    width: 100%;
    font-size: 1.5em;
    position: absolute;
    margin-top: 55px;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.85);
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }
    header .hr_nav li {
      display: block;
      padding: 0 15px;
      margin: 0;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      header .hr_nav li.active, header .hr_nav li:hover {
        background-color: rgba(55, 110, 247, 0.75); }
    header .hr_nav a {
      border-bottom: none; }
    header .hr_nav.active {
      height: 300px; 
	}

  footer {
    margin-top: -65px; }
    footer .hr_nav {
      display: none; }

  .single-project_inner-sec .square {
    width: 50%;
    padding-bottom: 40%; }

  .single-project_name {
    font-size: 1.5em; } }
@media (max-width: 480px) {
  .projects-sec .square {
    width: 100%;
    padding-bottom: 100%; }

  .single-project_inner-sec .square {
    width: 100%;
    padding-bottom: 80%; }

  .fr_nav-address {
    width: 45%; }

  .fr_company-address {
    font-size: 10px; } }
.member_position h5, .member_position h4, .member_position h6, .member_position h3{
	margin-top:1px;
}

.project-item_desc{
	position:relative;
	
}
.project-item_name, .project-item_address{
	position:absolute;
	z-index:10000;
	width:96%;
	margin-left:2%;
}
.project-item_address{
	top:30px;
}

