	      #colorlib-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        min-height: 650px;
        position: relative; }
        #colorlib-hero .flexslider .slides li .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: .8;
          background: #00b7ea;
          /* Old browsers */ 
          background: -moz-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: -o-linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
          background: linear-gradient(45deg, #43DDE6 0%, #9870FC 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43DDE6', endColorstr='#9870FC',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */ }
    #colorlib-hero .flexslider .flex-control-nav {
      bottom: 7em;
      z-index: 1000;
      width: 0 auto; }
      #colorlib-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer; }
        #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: transparent;
          background: #F7B633; }
    #colorlib-hero .flexslider .flex-direction-nav {
      display: none; }
    #colorlib-hero .flexslider .slider-text {
      max-width: 100%;
      display: table;
      opacity: 0;
      height: 700px;
      z-index: 9; }
      #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        height: 700px;
        padding: 2em; }
        @media screen and (max-width: 768px) {
          #colorlib-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner span i {
          font-size: 24px;
          color: #F7AF1D; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 30px;
          font-size: 50px;
          line-height: 1.3;
          font-weight: 300; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 28px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 22px;
          line-height: 1.5;
          margin-bottom: 20px;
          font-weight: 300;
          color: rgba(255, 255, 255, 0.7); }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: white; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner s
.colorlib-lead {
          font-size: 20px;
          color: #F7B633; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner s
.colorlib-lead .icon-heart {
            color: #d9534f; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #fff;
          padding: 20px 30px !important;
          border: none; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
            background: #F7B633;
            color: #fff; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #000 !important; }
          @media screen and (max-width: 480px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

.colorlib-light-grey {
  background: #fafafa; }

#colorlib-about,
#colorlib-services,
#colorlib-contact,
#colorlib-testimony,
#colorlib-blog,
#colorlib-project,
#colorlib-subscribe {
  padding: 7em 0;
  clear: both; }

#colorlib-intro {
  clear: both; }
  #colorlib-intro .tabulation {
    margin-top: -6.8em;
    z-index: 1; }
  #colorlib-intro .tab-content {
    padding: 3em 2em !important;
    background: #fff; }
  #colorlib-intro .nav-tabs {
    margin: 0 !important;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%; }
    #colorlib-intro .nav-tabs li {
      width: 25%;
      text-align: center;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        #colorlib-intro .nav-tabs li {
          font-size: 10px; } }
      #colorlib-intro .nav-tabs li a {
        width: 100%;
        margin: 0;
        border: none;
        padding: 2.7em 1em !important;
        background: rgba(255, 255, 255, 0.5);
        color: #4d4d4d;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0; }
        #colorlib-intro .nav-tabs li a i {
          font-size: 18px; }
          @media screen and (max-width: 768px) {
            #colorlib-intro .nav-tabs li a i {
              display: block; } }
      #colorlib-intro .nav-tabs li.active {
        border-bottom: 1px solid #fff; }
        #colorlib-intro .nav-tabs li.active a {
          color: #000;
          border: none;
          background: #fff;
          bottom: 0 !important; }

.services-img {
  height: 320px;
  display: block; }
  @media screen and (max-width: 768px) {
    .responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
    margin-left: 3%;
    margin-right: 3%;
}
    .services-img {
      margin-bottom: 20px; } }

.services-desc {
  padding: 0 1em; }
  @media screen and (max-width: 768px) {
    .services-desc {
      padding: 0; } }
  .services-desc ul li {
    list-style: none;
    margin-bottom: 10px; }

.services {
  margin-bottom: 30px;
  position: relative;
  background: #fff; }
  .services .icon {
    line-height: 64px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0; }
    .services .icon i {
      font-size: 40px;
      color: #F7B633; }
  .services .desc {
    padding: 90px 20px 20px 20px; }
    .services .desc h3 {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase; }

.bg-primary-color {
  background: #F7B633; }
  .bg-primary-color p {
    color: #fff !important; }

.thumb-img,
.insta-img,
.staff-img,
.blog-img,
.colorlib-about-img,
.services-img,
.project-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.aside-stretch {
  background: #F7B633; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #F7B633; }
  @media screen and (max-width: 768px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.project-entry {
  display: block;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .project-entry .project-img {
    width: 100%;
    height: 350px;
    display: table;
    position: relative;
    z-index: 0; }
    .project-entry .project-img:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      -webkit-transition: 0.9s;
      -o-transition: 0.9s;
      transition: 0.9s;
      z-index: -1; }
    .project-entry .project-img .icon {
      display: table-cell;
      vertical-align: middle;
      z-index: 1;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .project-entry .project-img .icon i {
        color: #fff; }
  .project-entry .desc {
    padding: 2.5em 2em;
    display: block; }
    .project-entry .desc h3 {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 0; }
      .project-entry .desc h3 a {
        color: #000; }
  .project-entry:hover {
    top: -1px;
    -webkit-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 12px 62px -13px rgba(0, 0, 0, 0.11); }
    .project-entry:hover .project-img:after {
      opacity: 1; }
    .project-entry:hover .project-img .icon {
      opacity: 1; }

.project-single {
  margin-bottom: 30px; }
.thumb-wrap {
  display: block;
  width: 100%;
  float: left; }
  .thumb-wrap .thumb-img {
    width: 100%;
    display: block;
    height: 150px;
    margin-bottom: 30px; }

.project-single-desc {
  width: 100%;
  float: left;
  padding: 3em;
  background: #fff;
  margin-bottom: 1em; }
  .project-single-desc h2 {
    margin-bottom: 5px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500; }
  .project-single-desc .list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0; }
    .table td{
      line-height: 30px;
/*letter-spacing: 1px;*/
color: #747474;
font-size: 14px;
    }
    .project-single-desc .list li {
     
margin: 0px;
    margin-bottom: 0px;
line-height: 30px;
letter-spacing: 1px;
color: #747474;
font-size: 14px;
text-align: left;
margin-bottom: 10px;
      }
      .project-single-desc .list li .title {
       margin: 0px;
    margin-bottom: 0px;
line-height: 30px;
letter-spacing: 1px;
color: #747474;
font-size: 14px;
text-align: justify;
margin-bottom: 10px;
float: left; }

.downloadreport {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 500; }
  .downloadreport a {
    width: 100%;
    float: left;
    padding: 3em 2em;
    background: #fff; }
    .downloadreport a:hover {
      background: #F7B633;
      color: #fff; }

#colorlib-testimony {
  background: #fff; }
  #colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    background: transparent;
    padding: 5px 5px;
    opacity: 1; }
    #colorlib-testimony .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
      background: transparent;
      color: #000;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      font-size: 20px; }
  #colorlib-testimony .testimony-slide {
    display: block;
    position: relative;
    height: auto;
    width: 100%; }
    #colorlib-testimony .testimony-slide span {
      font-size: 18px;
      font-weight: 400;
      display: block;
      color: #000;
      margin-bottom: 20px; }
    #colorlib-testimony .testimony-slide figure {
      display: block;
      width: 100%;
      position: absolute;
      top: -70px;
      left: 0;
      right: 0; }
      #colorlib-testimony .testimony-slide figure img {
        width: 140px;
        margin: 0 auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
    #colorlib-testimony .testimony-slide blockquote {
      border: none;
      margin: 0 auto;
      width: 100%;
      position: relative;
      padding: 3em 0 0 0;
      color: #000; }
      #colorlib-testimony .testimony-slide blockquote p {
        font-size: 14px; }
  #colorlib-testimony .testimony-wrap {
    padding: 3em;
    width: 100%;
    float: left; }
  #colorlib-testimony .owl-stage-outer {
    padding-top: 6em; }

#colorlib-counter {
  position: relative; }

.counter-entry {
  padding: 7em 0; }
  @media screen and (max-width: 768px) {
    .counter-entry {
      padding: 4em 0; } }

.colorlib-counters {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .colorlib-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4); }
  .colorlib-counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px; }
    .colorlib-counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: #fff;
      background: #F7B633;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .colorlib-counters .icon-white i {
    background: #fff;
    color: #F7B633; }
    @media screen and (max-width: 768px) {
      .colorlib-counters .icon-white i {
        background: #F7B633;
        color: #fff; } }
  .colorlib-counters .colorlib-counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: "Poppins", Arial, sans-serif;
    width: 100%;
    font-weight: 500;
    margin-bottom: .3em; }
  .colorlib-counters .colorlib-counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    display: block; }

article {
  margin-bottom: 3em; }
  article .blog-img {
    width: 100%;
    display: block;
    height: 300px;
    display: table;
    position: relative;
    z-index: 0; }
    article .blog-img:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      -webkit-transition: 0.9s;
      -o-transition: 0.9s;
      transition: 0.9s;
      z-index: -1; }
    article .blog-img .icon {
      display: table-cell;
      vertical-align: middle;
      z-index: 1;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      article .blog-img .icon i {
        color: #fff; }
  article:hover .blog-img:after {
    opacity: 1; }
  article:hover .icon {
    opacity: 1; }
  article .entry {
    width: 100%;
    margin-top: 0;
    z-index: 1;
    background: #fff;
    padding: 2em;
    position: relative; }
    article .entry h2 {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.7; }
      article .entry h2 a {
        color: #000; }
        article .entry h2 a:hover {
          color: #F7B633; }
    article .entry .meta-2 {
      color: #b3b3b3; }
      article .entry .meta-2 span {
        margin-right: 10px; }
        article .entry .meta-2 span i {
          color: #666666; }

.about-wrap {
  width: 100%;
  float: left;
  padding-bottom: 0; }
  @media screen and (max-width: 768px) {
    .about-wrap {
      padding-bottom: 3em; } }

#colorlib-about {
  position: relative;
  z-index: 0;
  width: 100%;
  display: block; }
  #colorlib-about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  #colorlib-about .colorlib-heading2 h2 {
    color: #fff; }
  #colorlib-about .colorlib-heading2 p {
    color: rgba(255, 255, 255, 0.7); }

.colorlib-about-img {
  height: 603px; }

.about-flex {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .about-flex .col-half {
    width: 50%;
    float: left; }
    @media screen and (max-width: 768px) {
      .about-flex .col-half {
        width: 100%; } }
    .about-flex .col-half:last-child {
      background: #fff; }
  .about-flex .staff-img {
    float: left;
    width: 50%;
    height: 300px;
    position: relative;
    display: table; }
    @media screen and (max-width: 768px) {
      .about-flex .staff-img {
        height: 200px; } }
    .about-flex .staff-img .desc-staff {
      background: #F7B633;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      opacity: 0; }
      .about-flex .staff-img .desc-staff h3 {
        color: #fff; }
      .about-flex .staff-img .desc-staff span {
        color: #fff; }
    .about-flex .staff-img:hover .desc-staff {
      opacity: 1; }
  .about-flex .desc {
    padding: 4em;
    display: block; }
    @media screen and (max-width: 768px) {
      .about-flex .desc {
        padding: 1.5em; } }

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #F7B633;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }

.panel-heading a:after {
  font-family: "icomoon";
  content: "\e115";
  position: absolute;
  right: 20px;
  font-size: 12px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -5px; }

.panel-heading a.collapsed:after {
  content: "\e114"; }

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333; }

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; }

.about-desc h3 {
  font-weight: 500; }









  /*** 
=============================================
              Projects
=============================================
***/
/* filter buttons css */
.masonry-filter 
{ 
    display:inline-block; 
    margin-bottom:0;
    width: 100%;
    text-align: center;
}
.masonry-filter > li 
{
    display: inline-block;  
    margin-right:5px; 
    position:relative;
    /*border-right: 1px solid black;*/
text-align: center;
}


.masonry-filter > li a 
{   position: relative;
    display: inline-block;
    font-size: 16px;
    color: #888;
    line-height: 24px;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 0px 11px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.masonry-filter > li.active a,
.masonry-filter > li a:hover,
.masonry-filter > li a:active,
.masonry-filter > li a:focus {color: #222;}

@media only screen and (max-width:768px){
    .masonry-item
    {
        width:50%;
        float:left;
    } 
}
 @media screen and (max-width: 550px) 
{  

  .page-title .title-text h2 {
    font-size: 28px;
}

  .projects-section-page .filters li
  {
    line-height: 15px;padding: 5px;
  }
      .masonry-item
    {
        width:100%;
        margin:0px 10%;
        float:left;
    }
  .projects-section-page .small-column
  {
    margin: 10px 5%;
    width: 90%;
  }
  .projects-header
  {
    /*display: none;*/
    padding: -1px 10px;
  }
  .masonry-filter > li a{
    font-size: 14px;
    padding: 0 !important;
    line-height: 20px;
  }
  .masonry-filter{
      text-align:left;
  }
  

}


 @media screen and (max-width: 450px) 
 {
  .team-block
  {
    width: 80%;
    margin: 10px 10%;
  }
 }

@media screen and (max-width: 550px){
  .masonry-item {
    width: 100%;
    margin: 0px 0%;
    float: left;
}
}

.masonry-item img
{
    width:100%;
}

.projects-section-page
{
  padding: 50px 0px 20px;
  /*padding-top: 120px;*/
}
.projects-section-page .titel-line
{
    text-align:center;
}
.projects-section-page .titel-line p
{
    font-family: "GOTHIC";
    font-size: 15px;
    display: inline-block;
    background: #000;
    padding: 5px 20px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 30px;
    margin: 0px;
    
}
.projects-section-page .owl-carousel .owl-item img
{
  width:auto;
  margin:0 auto;
  max-width: 100%;
}
.margin-top
{
  margin-top: 10px;
}
.projects-header 
{
    /*position: fixed;*/
    /*top: 85px;*/
    padding: 0px 25px;
    padding-bottom: 10px;
    z-index: 999;
    width: 100%;
    left: 0px;
    background: rgba(255,255,255);
}
.masonry-item
{
  position: relative;
  padding:0px;padding:10px;
}


.masonry-item .inner-box
{
  position:relative;
  width:100%;
  overflow:hidden;
  border-radius: 5px;
}
.masonry-item .inner-box
{
  position:relative;
  display:inline-grid;  
}
.masonry-item .inner-box img
{
  position:relative;
  display:block;
  width:100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.masonry-item:hover .inner-box img
{
  -webkit-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -o-transform:scale(1.2);
  -moz-transform:scale(1.2);
  transform:scale(1.2);
}
.masonry-item .overlay-inner
{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  padding:10px 15px;
  /*background:rgba(0,0,0,0.85);*/
  opacity:0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transform:scaleX(0);
  -ms-transform:scaleX(0);
  -o-transform:scaleX(0);
  -moz-transform:scaleX(0);
  transform:scaleX(0);
}
.masonry-item .inner-box:hover .overlay-inner
{
  top:0px;
  opacity:1;
  -webkit-transform:scaleX(1);
  -ms-transform:scaleX(1);
  -o-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform:scaleX(1);
}

.masonry-item .overlay-inner .content
{
  position:relative;
  display:table-cell;
  /*vertical-align:middle;*/
  text-align: left;
}
.masonry-item a
{
  text-decoration: none;
}
.masonry-item .overlay-inner h3
{
  margin-top: 0%;
  font-size:18px;
  letter-spacing: 0.5px;
  color:#fff;
  text-transform:capitalize;
  line-height: 25px;
}

.masonry-item .overlay-inner h4{
  position:absolute;
  left:0;
  bottom:-100px;
  width:100%;
  color:#ffffff;
  line-height: 25px;
  display:block;
  font-size:14px;  
  z-index:1;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align:left;
}
.masonry-item .overlay-inner h4 span
{
  font-size: 16px;
  line-height: 20px;
  display: inherit;
}
.masonry-item:hover .overlay-inner h4{
  bottom:0px;
  transition: all 500ms ease 500ms;
  -webkit-transition: all 500ms ease 500ms;
  -ms-transition: all 500ms ease 500ms;
  -o-transition: all 500ms ease 500ms;
  -moz-transition: all 500ms ease 500ms;  
}
/*** 
=============================================
        Projects-
=============================================
***/
 
#full-screen-slider .owl-nav
{
  margin: 0px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
#full-screen-slider .owl-nav button
{
  color: #fff;
  font-size: 45px;
  height: 45px;
  left: 0px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;text-shadow: 0px 1px 2px #000;
  /*background:rgba(0,0,0,0.85);
  transition: 0.4s;
  z-index: 1;*/
}
#full-screen-slider .owl-nav button.owl-next 
{
  left: auto;
  right: 0px;
}
.project-text
{
 padding-top: 20px;
}
.project-text h2
{
 font-size: 23px;
line-height: 30px;
text-transform: capitalize;
letter-spacing: 2px;
font-family: 'Calibri';
font-family: 'Calibri';
color: #000;
}
.project-text h3
{
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  margin: 10px 0px;
}
.project-text ul
{
  list-style: none;
  margin: 10px 0px;
}
.project-text ul li
{
  line-height: 25px;
  padding: 10px 0px;
  box-shadow: 0px 1px;
  color: rgb(128, 123, 123);
  letter-spacing: 1px;
  font-size: 15px;
  float: left;
  width: 100%;
  text-transform: uppercase;
}
.project-text ul li:last-child
{
  box-shadow:none;
}
.project-text ul li span
{
  color: #000;
  position: relative;
  line-height: 25px;
  width: 250px;
  float: left;
}
.project-text ul li p
{
  line-height: 25px;
  color: rgb(128, 123, 123);
  letter-spacing: 1px;
  font-size: 15px;
  float: left;
  margin: 0px;
}
.project-text ul li span:before
{
  position: absolute;
  content: ":";
  right:10px;
  top: 0;
  width: 5px
  height:100%;
}
.project-text ul li:last-child span
{

  width: auto;
}
.project-text ul li:last-child span:before
{
  display: none;
}
/*.project-text h4
{
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  margin-top: 10px; 
}
.project-text p 
{
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: justify;
  color: rgb(128, 123, 123);
}
.project-text p span
{
  color: rgb(128, 123, 123);
}
.project-text h5
{
  line-height: 25px;
  letter-spacing: 1px;
}*/
.project-slider
{
    position: relative;
}

.footer-inner-box h5 {
    font-size: 16px;
    margin-top: 0px;
    color: black;
    line-height: 30px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}
































/*.container{
  width: 1170px !important;
max-width: 1170px !important;
}*/


/* Products Page

*/
.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.responsive-table thead th {
  background-color: #017cb7;
  border: 1px solid #017cb7;
  font-weight: normal;
  text-align: center;
  color: white;
}
.responsive-table thead th:first-of-type {
  text-align: center;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 2px solid #1d96b2;
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
.responsive-table tbody th[scope="row"] {
  background-color: #1d96b2;
  color: white;
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
.responsive-table tbody td {
  text-align: right;
  border-bottom: 1px solid #1d96b2;
}


@media (min-width: 52em) {
  .responsive-table {
    font-size: .9em;
  }
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }

  .responsive-table caption {
    font-size: 1.5em;
  }
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(197, 190, 193, 0.2);
  }
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: center;
  }
  .responsive-table tbody td {
    text-align: center;
  }
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}
@media screen and (max-width: 575px){
  .container.gallery-container {
   
    padding-bottom: 10px !important;
    
}
.lb img {
    margin-top: 20% !important;
}
.lb {
    z-index: 999999 !important;
}

}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
  .responsive-table tfoot {
    font-size: .9em;
  }
}

@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em;
  }
}
/* The CSS that matters */

.lb {
  display: none;
  position: fixed!important;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  text-align:center;
}

.lb img {
  max-width: 90%;
  max-height: 90%;
  margin-top: 2%;
}
.responstable th, .responstable td {
    display: table-cell;
    padding: 17px 0px;
    text-align: center;
}
.lb:target {
  outline: none;
  display: block;
}

a.lb:hover {cursor:default;}
img:hover {cursor:pointer;}

/**** The CSS that doesn't matter ****/


.product-section
{
  padding:80px 0px;
  padding-bottom: 0px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    /*min-height: 100vh;*/
   
    padding: 20px 50px;
     padding-bottom: 50px;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 10px;
} 

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
    /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/

}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #ccc;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    /*background-color: rgba(58, 61, 63, 0.7);*/
    content: '';
    transition: 0.4s;
}

/*.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}*/

#close-button {
    background-color: transparent !important;
}


#close-button {
    top: 20px;
    right: 2% ;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
    cursor: pointer;
color: #ddd;
font: 1.6em sans-serif;position: absolute;
cursor: pointer;
outline: 0;
padding: 0;
margin: 0;
border: 0;
-moz-border-radius: 15%;
border-radius: 15%;
background-color: #323232;
background-color: rgba(50,50,50,.5);
color: #ddd;
font: 1.6em sans-serif;
-webkit-transition: background-color .4s ease;
transition: background-color .4s ease;
}
td{
  border: 1px solid #D9E4E6;
}
th{
  border: 1px solid #D9E4E6;
}

.responsive-table tbody th {
    text-align: center;
    border-bottom: 1px solid #1d96b2;

}
.effect:hover{
  color: #fff;
}
.effect {
   text-align: center;
   display: inline-block;
   position: relative;
   text-decoration: none;
   color: #fff;
   background-color: #017cb7;
   text-transform: capitalize;
  /* background-color: - add your own background-color */
   font-family: 'Roboto', sans-serif;
  /* put your font-family */
   font-size: 14px;
   padding: 7px 0px;
   width: 130px;
   border-radius: 6px;
   overflow: hidden;
}
/* effect-1 styles */
 .effect.effect-1 {
   transition: all 0.2s linear 0s;
}
 .effect.effect-1:before {
   content: "\f178";
   font-family: FontAwesome;
   font-size: 15px;
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   right: 0;
   top: 0;
   opacity: 0;
   height: 100%;
   width: 40px;
   transition: all 0.2s linear 0s;
}
 .effect.effect-1:hover {
   text-indent: -20px;
}
 .effect.effect-1:hover:before {
   opacity: 1;
   text-indent: 0px;
}
/* effect-2 styles */
 .effect.effect-2 {
   transition: all 0.2s linear 0s;
}
.responsive-table tbody td {
    text-align: center;
    width: 20%;
}
.responsive-table tbody th {
    text-align: center;
    width: 20%;
}
 .effect.effect-2:before {
   background-image: url('images/view(1).png');
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;

}
 .effect.effect-2:hover {
   text-indent: -30px;
}
 .effect.effect-2:hover:before {
   right: 0;
   text-indent: 0px;
}
/* effect-3 styles */
 .effect.effect-3 {
   transition: all 0.2s linear 0s;
}
 .effect.effect-3:before {
   content: "\f178";
   font-family: FontAwesome;
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 100%;
   left: 0px;
   width: 100%;
   height: 100%;
   text-align: center;
   font-size: 30px;
   transition: all 0.2s linear 0s;
}
 .effect.effect-3:hover {
   text-indent: -9999px;
}
 .effect.effect-3:hover:before {
   top: 0;
   text-indent: 0;
}
/* effect-4 styles */
 .effect.effect-4 {
   transition: all 0.2s linear 0s;
}
 .effect.effect-4:before {
   content: "\f178";
   font-family: FontAwesome;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 0;
   left: 0px;
   width: 100%;
   height: 100%;
   text-align: center;
   font-size: 30px;
   transform: scale(0, 1);
   transition: all 0.2s linear 0s;
}
 .effect.effect-4:hover {
   text-indent: -9999px;
}
 .effect.effect-4:hover:before {
   transform: scale(1, 1);
   text-indent: 0;
}
/* effect-5 styles */
 .effect.effect-5 {
   transition: all 0.2s linear 0s;
}
 .effect.effect-5:before {
   content: "\f054";
   font-family: FontAwesome;
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 0;
   left: 0px;
   height: 100%;
   width: 30px;
   background-color: rgba(255, 255, 255, 0.3);
   border-radius: 0 50% 50% 0;
   transform: scale(0, 1);
   transform-origin: left center;
   transition: all 0.2s linear 0s;
}
 .effect.effect-5:hover {
   text-indent: 30px;
}
 .effect.effect-5:hover:before {
   transform: scale(1, 1);
   text-indent: 0;
}
 
.product_btn{
  background: #2957a4;
    background-image: none;
border: #2957a4;
color: #fff !important;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 12px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.product-section
{
  padding: 50px 0px;
  padding-bottom: 0;
}
.product-ul ul
{
 list-style: none;
 padding-left: 0px;
}
.product-ul ul li a
{
  background: #e8ffec;
  color: #333;
  font-family: 'WorkSans-Medium';
  text-transform: uppercase;
  display: block;
  border-bottom: 4px double #333;
  padding: 5px 20px;
  line-height: 31px;
  letter-spacing: 0.5px;
  font-size: 15px;
  -o-transition: color .3s linear, background .3s linear;
 -moz-transition: color .3s linear, background .3s linear;
 -webkit-transition: color .3s linear, background .3s linear;
 transition: color .3s linear, background .3s linear;
}
.product-ul ul li.active a, .product-ul ul li a:hover
{
  background: #333;
  color: #fff;
  border-color: #fff;
}
.product-block
{

}
/*div.pp_default .pp_description
{
font-size: 15px;
font-weight: 700;
line-height: 20px;
margin: 0;
display: block !important;
text-transform: uppercase;
}
div.pp_default .pp_description span
{
  display: inherit;
  font-size: 14px;
  text-transform: capitalize;
} */
.product-box
{
  padding: 10px 0px;
  box-shadow: 0px 0px 1px 1px #e5e5f8;
  margin-bottom: 30px;
  -o-transition: color .3s linear, background .3s linear;
  -moz-transition: color .3s linear, background .3s linear;
  -webkit-transition: color .3s linear, background .3s linear;
  transition: color .3s linear, background .3s linear;
}

.product-box a
{
  display: inherit;
}
.product-box h3
{
  font-size: 18px;
  text-align: center;
  margin: 0px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-weight:900;
}
.product-box h5
{
font-size: 16px;
  text-align: justify;
  line-height: 20px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-weight:700;
  margin: 10px;

}
.product-box h5 span
{
  display: inherit;
}
.product-box:hover
{
  background: #9e9f9c;
  color: #fff !important;
}
.octf-btn:hover {
    background: #fff;
    color: #1a1a1a;
    border-color: #1a1a1a;
}


.contact-us-page
{
  padding: 60px 0px;
  background: #f5f5f5;
}
.contact-us-page h2
{
  font-family: 'OpenSans-ExtraBold';
  text-align: left;
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-details
{
  padding: 50px;
  background: #0e4373;
  border-radius: 10px;
}
.content-box 
{
  padding: 15px 0px;
}
.content-box  i 
{
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #243b58;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  float: left;
  line-height: 50px;
}
.content-box i::before {
  font-size: 20px;
}
.content-box .text 
{
  padding-left: 75px;
}
.content-box .text p  span
{
  font-size: 16px;
  color: #fff;
  font-family: 'OpenSans-Bold';
}
.content-box .text p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  font-family: 'OpenSans-Regular';
  letter-spacing: 1px;
}
.content-box:nth-child(2) .text p, .content-box:nth-child(3) .text p
{
line-height: 50px;
}

.social-block 
{
  position: relative;
  margin-top: 10px;
}

.social-block a 
{
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #b42827;
  border-radius: 50%;
  text-align: center;
  transition: all .4s ease;
}

.social-block a i 
{
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  background: transparent;
}

.social-block a:hover 
{
  background: #fcce32;
}

.social-block a+a 
{
  margin-left: 6px;
}

.content-box:last-child
{
 padding-bottom: 0px;
}

.content-box:first-child
{
  padding-top: 0px;
}

.google-map
{
    margin-top:60px;
}
.google-map iframe
{
  height: 400px !important;
  width: 100%;
  display: inherit;
  border: 5px solid #fff !important;
  border-radius: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.side_btn 
{
  color: #fff;
  left: 0px;
  z-index: 1;
  bottom: 70px;
  font-weight: 700;
  position: fixed;
  /*-webkit-transform: rotate(-90deg);*/
  /*-ms-transform: rotate(-90deg);*/
  /*transform: rotate(-90deg);*/
  background-color: #343332;
  z-index:999;
  color:#fff;
  bottom:0px;
}

.block-display {
    width: 100%;
    display: block;
}
.inquire-form .form-group .form-control {
    width: 100%;
    height: 45px;
    border: none;
    background-color: #fff;
    padding: 15px 20px;
    font-size: 14px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #56566a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: none;
    border: 1px solid #cfcfcf;
}.inquire-form .form-group textarea.form-control {
    height: 115px;
    resize: none;
    padding-top: 10px;
}
.col-md-offset-2 {
    margin-left: 16.66666667%;
}

@media screen and (max-width: 774px){
  .col-md-offset-2{
    margin-left: 0 !important;
  }
}
  @media screen and (max-width: 832px){
    .responsive-table tbody th{
      width: 100% !important;
    }
    .responsive-table tbody td{
      width: 100% !important;
    }
    .responsive-table tbody td{
      text-align: right !important;
    }
  }


  .specifications-section
{
  padding: 70px 0px 60px;
  position: relative;
  /*background: url(images/pattp.PNG);*/
  /*background-size: 500px;*/
  background-color: #f2f2f2;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
 border: 4px solid #252525;
 padding-top: 10px !important;
padding-bottom: 10px !important;
border: 4px solid #fff;
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  cursor: pointer;
}
.amenities-block {
    text-align: center;
    margin: 15px auto;
}.ameni-box {
  width: 97%;
    position: relative;
    float: left;
    border: 1px solid #000;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.card p{
  font-size: 16px;
  margin-top: 20px;
/*letter-spacing: 1px;*/
line-height: 22px;
text-align: center;
color: #747474;
margin-bottom: 10px;
}
.card {
    background: #fff;
    /*height: 220px;*/
    margin-bottom: 30px;
    padding: 40px;
}.card-img-top {
    margin-bottom: 30px;
}

.specifications2-box
{
  padding:10px 0px;
}
#specifications h3{
  font-size: 22px;
}
.brochure-section
{
  background: url('img/real/aaakarsh/s2.webp'); 
  background-size: cover;
  position: relative;
  background-position: center;
}
.brochure-section:before
{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  left: 0px;
  top: 0px;
}
.brochure-box 
{
background: #343332;
padding-right: 15px;
position: relative;
overflow: hidden;
color: #fff;
border-radius: 5px;
margin: 15px auto;
height: 90px;
box-shadow: inset 0px 0px 0px 1px #fff; 
display: flex;
align-items: center;
}
.brochure-box:focus
{
    color:#fff;
}
.brochure-box:before
{
  content: " ";
  width: 121px;
  height: 100%;
  position: absolute;
  left: -20px;
  background: #fff;
  transform: skewX(20deg);
      transition: all 0.5s ease 0s;
}
.brochure-box  img
{
    min-width: 65px;
    width: 65px;
    margin: 20px;
    position: relative;
    z-index: 99;
    margin-right: 60px;
}
.brochure-box h4
{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 9;
    position: relative;
    
}
.brochure-box:hover:before
{
    width:100%;
    transform: skewX(0deg);
    left:0;
}
.brochure-box:hover
{
    color:#343332;
}
.specifications2-box h3
{
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #272727;
}
.specifications2-box h3:before
{
  content: "" ;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0px; 
  left: 0px;
  position: absolute;
}
.specifications2-box p
{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
    letter-spacing: 1px;
    color: #747474;
}
.card img{
  vertical-align: middle !important;
  width: 50% !important;
  margin-left: 25%;
}
.specifications2-box p:before {
    position: absolute;
    content: '\f111';
    left: 0px;
    top: 0;
    font-size: 8px;
    font-weight: bold;
    color: #000;
    /*font-family: 'FontAwesome';*/
    font-family: 'Font Awesome\ 5 Free';
    height: 22px;
    line-height: 30px;
}
.specifications2-box p:last-child
{
  margin-bottom: 0px;
}
.additional-specifications2
{
    border-top:1px solid #000;
    margin-top:15px;
    padding-top:15px;
}

.additional-specifications2 h3
{
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #272727;
}
.additional-specifications2 ul 
{
    list-style:none;
}
.additional-specifications2 ul li
{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 1px;
}
.additional-specifications2 li:before {
    position: absolute;
    content: '\f111';
    left: 0px;
    top: 0;
    font-size: 8px;
    font-weight: bold;
    color: #000;
    /*font-family: 'FontAwesome';*/
    font-family: 'Font Awesome\ 5 Free';
    height: 22px;
    line-height: 22px;
}
.ame-icon {
    width: 100%;
    float: left;
    height: 30vh;
}
.car-1{
  height: 190px;
}
.car-2{
  height: 220px;
}
.card p{

}
.ame-text {
   background: #bb8938;
position: absolute;
width: 100%;
right: 0;
padding: 6.5px;
text-align: center;
display: flex;
align-items: center;
height: 30vh;
border-left: 1px solid #000;
}
.ame-text h4 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
    color: #000;
}

.ame-h2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: center;
    font-family: 'Poppins-Medium';
    text-transform: uppercase;
    color: #000;
}
.specifications-section h2
{
  line-height: 40px;
  font-family: 'Anada';
  letter-spacing: 5px;
  font-size: 40px;
  margin-top: 0px;
  /*text-transform: uppercase;*/
  margin-bottom: 30px;
  text-align: center;
  color: #2b2a29;
}


.speci-block
{
  padding: 20px;
  background: rgba(255,255,255,10);
  float: left;
  box-shadow: inset 0px 0px 0px 2px rgb(215, 181, 109);
}
.speci-img img
{
  float: left;
  width: 60px;
}

.speci-box
{
  display: flex;
  margin: 10px 0px;
  float: left;
}
.speci-box:first-child
{
  margin-top: 0px;
}
.speci-box:last-child
{
  margin-bottom: 0px;
}
.speci-text
{
  padding-left: 10px;
}
.speci-text h4
{
  font-family: 'Uniform-Extra-Condensed-Medium';
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0px;
  line-height: 25px;
  margin-bottom: 0px;
}
.speci-text p
{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  font-family: 'Poppins-Light';
}
.speci-last-box
{
  height: 25px;
  font-size: large;
  float: left;
  width: 100%;
}.header {
    padding: 8px 8px;
        padding-top: 8px;
    padding-top: 8px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fefefe;
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    bottom: 7%;
    width: 94.7%;
    padding-top: 0.5em;
    background: rgba(32, 32, 32, 0.6);
}


.container .col-md-4 {
    margin-bottom: 30px;
}
.project-text ul{
  padding-left: 0;
}






/*=====================================================================================================
======================================================================================================*/
/*Code for slider height set*/
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
  max-height: 560px;
  height: auto;
    margin-left: auto;
  margin-right: auto;
}
.carousel-control.right{
  background:none;
}
.carousel-control.left{
  background: none;
}

@media screen and (max-width: 880px){
  .carousel-inner > .item > img, .carousel-inner > .item > a > img{
  height: auto;
   max-height: 400px;
}
.col-md-offset-2 {
    margin-left: 0;
}
}
@media screen and (max-width: 600px){
  .carousel-inner > .item > img, .carousel-inner > .item > a > img{
 max-height: 250px;
width: auto;
height: auto;
}
/*=====================================================================================================
======================================================================================================*/