/* custom font (Title font) */

  @import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700&display=swap');

@font-face {

  font-family:"Futura MD BT";

  src: url('../fonts/Futura-Md-BT-Medium.ttf');
  


} 



  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');


body {

  font-family: Lato!important;

  color: #666666;

  line-height: 24px;

  font-size: 14px;

  -webkit-font-smoothing: antialiased;

/*  padding-top: 68px;*/

  position: relative;

}



a {

/*  font-family: Syne!important;*/

  color: #000;

  -webkit-transition: all .25s ease-in-out;

     -moz-transition: all .25s ease-in-out;

      -ms-transition: all .25s ease-in-out;

       -o-transition: all .25s ease-in-out;

          transition: all .25s ease-in-out;

}



a:hover, a:focus {

  text-decoration: none;

}



img {

  max-width: 100%;

}



.dark-bg {

  background: #34353A;

}



.white-bg {

  background: #fff;

}



.without-padding {

  padding: 0;

}



.marg-0 {

  margin: 0;

}



.pad-b-0 {

  padding-bottom: 0!important;

}



.pad-t-100 {

  padding-top: 100px!important;

}



.bg-gray {

  background: #e5e5e5;

}



.form-control::-moz-placeholder {

  color: #000;

}

.form-control:-ms-input-placeholder {

  color: #000;

}

.form-control::-webkit-input-placeholder {

  color: #000;

}



/******************************/

/* =Typography */

/*****************************/



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

  font-weight: 700;

  color: #1f2021;

  text-transform: uppercase;
  
font-family: Lato!important;

    line-height: 1.5!important;

}



h1, .h1, h2, .h2, h3, .h3 {

  margin-top: 0;

  margin-bottom: 20px;

}


h1, .h1 {

 font-family: Syne;

  font-size: 46px;

  font-weight: 400;



}


h2 {

  font-size: 24px;

}  


h3 {

  font-size: 17px;

}


h4 {

  font-size: 15px;

}


h5 {

  font-size: 12px;

}


h6 {

  font-size: 10px;

}


p {

  margin: 0;

  font-family: Lato!important;

  font-size: 18px!important;

  line-height: 1.7em!important;

}



.title-section hr {

  width: 15%;

  border-top: 2px solid #147E73

}


.title-section  p {

  font-size: 15px;

  line-height: 26px;

  font-weight: 400;

  color:#666;

}



.pad-sec {

  padding: 80px 0!important;

}


.title-section {

  padding-left: 30px;

  padding-right: 30px;

}


.sep-section {

  height: 1px;

  border-bottom: 1px solid #EAEAEA;

}

/***********************************************************************************************/

/* =Buttons */

/***********************************************************************************************/


.call-btn {

  text-transform: uppercase;
  padding: 12px 20px;

  font-size: 12px;

  border-radius: 0;

  border: none;

  outline: none;

  display: inline-block;

}



/***********************************************************************************************/

/* =Form */

/***********************************************************************************************/



.form-group {

  margin-bottom: 20px;

}


.form-control {
    height: 40px!important;
    font-size: 18px!important;
    border-bottom: 2px solid #ccc!important;
    border: none!important;
    padding: 6px 0px!important;
    background-color: transparent!important;
    box-shadow: none!important;
    color:#000!important;
    border-bottom: 1px solid #fff!important;
    border-radius: 0!important;
    box-shadow: unset!important;
    font-family: 'Lato';
}

.form-control:focus {

  color: #111;

  border-color: rgba(0,0,0, .7);

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

  outline: none;

}



/************************************************************************

// =Navbar

*************************************************************************/

.navbar{    min-height: 100px!important; 
/*background-image: url(../images/Avant-bg-400.png);*/
    
}

.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 100px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
   
}

.nav>li>a{
      font-size: 16px;
}


.navbar-default {

  background: #fff;

  border: none;

  width: 100%;

  margin-bottom: 0;

  position: absolute;

  top: 0;

  border-bottom: 2px solid #f0f0f0;

}

.navbar.active {

  position: fixed;

  opacity: 0.95;

  border: 1px solid #E8E8E8;

}



.navbar-nav {

  margin: 7.5px -10px;

}



.navbar-default .navbar-nav > li > a {

  color: #060606;

  text-transform: uppercase;

  -webkit-transition: color .3s ease-in-out;

  -moz-transition: color .3s ease-in-out;

  -ms-transition: color .3s ease-in-out;

  -o-transition: color .3s ease-in-out;

  transition: color .3s ease-in-out;

}



.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > 

.active > a:focus {

  background: transparent;

  color: #000;

}



.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

  color: #000;

}



.dropdown-menu {

  top: 117%;

  font-size: 12px;

  text-transform: uppercase;

    -webkit-box-shadow: none;

  box-shadow: none;

  border-radius: 2px;

  border-top: 0;

  padding: 12px 5px;

}



.dropdown-menu>li>a {

  padding: 3px 15px;

  line-height: 1.7;

}



.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {

  background-color: #fff;

  color: #000;

}



.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {

  background-color: #fff;

  color: #000;

}



.navbar-default .dropdown:hover>.dropdown-menu {

  display: block;

}

#navigation-nav{        transform: translate(10px, 10px);}




/***********************************************************************************************/

/* =Hero section */

/***********************************************************************************************/



#hero-section {

  position: relative;

  display: table;

  width: 100%;

}



.home-hero:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.4);

  width: 100%;

  height: 100%;

  z-index: 1;

}



.home-hero {

  background: url('../images/hero-bg/home.jpg');


  background-size: cover;

}



/***********************************************************************************************/

/* =Hero section-2 */

/***********************************************************************************************/



.home-hero-2:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.4);

  width: 100%;

  height: 100%;

  z-index: 1;

}



.home-hero-2 {

  background: url('../images/hero-bg/home-2.jpg');

  background-size: cover;

}



/***********************************************************************************************/

/* =Hero section-3 */

/***********************************************************************************************/



.home-hero-3:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.4);

  width: 100%;

  height: 100%;

  z-index: 1;

}



.home-hero-3 {

  background: url('../images/hero-bg/home-3.jpg');

  background-size: cover;

}



/***********************************************************************************************/

/* =Hero section-4 */

/***********************************************************************************************/



.home-hero-4:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.4);

  width: 100%;

  height: 100%;

  z-index: 1;

}



.home-hero-4 {

  background: url('../images/hero-bg/home-4.jpg');

  background-size: cover;

}



/***********************************************************************************************/

/* = Gallery section */

/***********************************************************************************************/#



 #gallery-section .title-section {

    padding-bottom: 80px;

    margin-bottom: 80px;

}



#gallery-section .title-section {

    margin-bottom: 30px;

}

#gallery-section{



  background-size: cover;}



/***********************************************************************************************/

/* =Home hero */

/***********************************************************************************************/



.hero-content {

  position: relative;

  display: table-cell;

  vertical-align: middle;

  width: 100%;

  height: 100%;

  margin: 0 auto;

  z-index: 2;

  text-align: center;

/*  background-image: radial-gradient(92% 163% at 48% 80%, rgba(33, 37, 41, 0.5), rgba(33, 37, 41, 0.6), rgba(33, 37, 41, 0.7), rgb(33 37 41 / 19%), rgb(33 37 41 / 51%), #2125294d 55%, #2125295c 200%);*/

}




.hero-content h2  {


font-family: Futura MD BT!important;

color:#147E73; 

  font-size: 48px;

  font-weight: 500;

      margin-top: -15px;

  text-transform: uppercase;

}

.hero-content h3{

color:#fff;

}



.div-line {

  width: 50px;

  background-color: #fff;

  height: 3px;

  margin: 20px auto;

}



p.hero {

/*  font-family:Futura Book, Futura-Bold, Futura Md BT, Futura Std Book!important;*/

font-family: Lato!important;

  font-size: 36px;

  line-height: 32px;

  display: block;

  margin-top: 20px;

  text-transform: uppercase;

}



.hero-btn {

  margin-top: 50px;

}



ul.caption-slides {

  padding-left: 0;

}



ul.caption-slides li {

  text-align: center;

}



/***********************************************************************************************/

/* =About Section */

/***********************************************************************************************/



.about-hero {

  background: url('../images/hero-bg/about.jpg');

  background-size: cover;

}



.about-hero:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.4);

  width: 100%;

  height: 100%;

  z-index: 1;

}



#about-us-section {

  padding: 100px 0;

}



.about-studio h4, .what-do h4, .process-work h4 {


  font-size: 17px;

  font-weight: 500;

  margin-bottom: 15px;

}



.btn-link-a {

  cursor: pointer;

  color: rgba(17, 17, 17, 0.9);

  text-transform: uppercase;

  display: block;

  font-weight: 500;

  margin-top: 25px;

}



.btn-link-a:hover {

  color: #000;

}



#about-section {

  padding: 110px 0 120px 0!important;

}



.big-title-sec {

/*  text-align: center;*/

  padding-bottom: 40px;

}





.big-title-sec hr {

  border: 1.5px solid #147E73;

  width: 80px!important;

  margin-left: 0;

  margin-bottom:30px;

}



.big-title-sec .big-title {

  font-weight: 300;

  text-transform: none;

  font-size: 24px;

  color: #000;

}



.big-title-sec .big-subtitle {
 
  font-family: Syne;

  margin-top: 0;

  margin-bottom: 28px;

  font-size: 32px;

  font-weight: 400;

  line-height: 1.45;

  text-transform: uppercase;

  color: #000;

}



.big-title-sec p {

  font-size: 16px;

  line-height: 28px;

  font-weight: 400;

}



.big-title-sec .view-more {

  padding-top: 50px;

}



.big-title-sec .view-more a.btn-primary {

  margin-right: 2px;

}



.big-title-sec .view-more a.btn-primary:hover {

  opacity: .8;

  background: #000;

  border: 1px solid #000;

}



.about-box {

  text-align: center;

}



.alt-about-icon {

  padding-top: 10px;

  font-size: 44px;

  line-height: 0.9;

  color: #000;

}



.about-box h4 {

  font-weight: 600;

  padding-top: 15px;

  padding-bottom: 8px;

}



/***********************************************************************************************/

/* =Choose Section */

/***********************************************************************************************/



#choose-section .title-section, #soon-services-section .title-section {

  padding-bottom: 80px;

}



.choose-image, .soon-services-image {

  text-align: center;

}



ul.choose-list, ul.soon-list {

  list-style: none;

  padding: 0;

  padding-top: 50px;

}



ul.choose-list li, ul.soon-list li {

  margin-bottom: 30px;

}



.iconbox {

  float: left;

  width: 50px;

  height: 50px;

  text-align: center;

}



.iconbox i {

  font-size: 32px;

  color: #000

}



.choose-box-content, .soon-box-content {

  margin-left: 70px;

}



.choose-box-content h6, .soon-box-content h6 {

  margin-top: 0;

  font-size: 14px;

  font-weight: 500;


  margin-bottom: 15px;

}



/***********************************************************************************************/

/* =Projects Section */

/***********************************************************************************************/



#projects-section {

  padding: 100px 0 80px 0!important;

}



#projects-section .title-section {

  padding-bottom: 80px;

}



#type-masory {

  width: 100%;

}



#projects-section #type-masory .project {

  overflow: hidden;

  margin-bottom: 30px;

}



.project-item a {

  position: relative;

  display: block;

}



.project-item a img {

  width: 100%;

  height: auto;

  vertical-align: middle;

}



/*Overlay projects*/



.overlay {

  position: absolute;

  top: 10px;

  left: 10px;

  bottom: 10px;

  right: 10px;

  background: rgba(15, 15, 15, 0.9);

  opacity: 0;

  -webkit-transition: all .5s ease;

     -moz-transition: all .5s ease;

      -ms-transition: all .5s ease;

       -o-transition: all .5s ease;

          transition: all .5s ease;

}



.overlay .overlay-inner {

  position: absolute;

  top: 40%;

  width: 100%;

  text-align: center;

  bottom: 0;

}



.overlay .overlay-inner h3 {

  color: #F0F0F0;

  margin-bottom: 15px;

  -webkit-transition: all .5s;

     -moz-transition: all .5s;

      -ms-transition: all .5s;

       -o-transition: all .5s;

          transition: all .5s;

  -webkit-transform: translateY(-30px);

     -moz-transform: translateY(-30px);

      -ms-transform: translateY(-30px);

       -o-transform: translateY(-30px);

          transform: translateY(-30px);

}



.overlay .overlay-inner p {

  color: #DBDBDB;

  -webkit-transition: all .5s;

     -moz-transition: all .5s;

      -ms-transition: all .5s;

       -o-transition: all .5s;

          transition: all .5s;

  -webkit-transform: translateY(30px);

     -moz-transform: translateY(30px);

      -ms-transform: translateY(30px);

       -o-transform: translateY(30px);

          transform: translateY(30px);

  margin-bottom: 15px;

}



a:hover .overlay .overlay-inner h3 {

  -webkit-transform: translateY(0);

     -moz-transform: translateY(0);

      -ms-transform: translateY(0);

       -o-transform: translateY(0);

          transform: translateY(0);

}



a:hover .overlay .overlay-inner p, a:hover .overlay .overlay-inner span {

  -webkit-transform: translateY(0);

     -moz-transform: translateY(0);

      -ms-transform: translateY(0);

       -o-transform: translateY(0);

          transform: translateY(0);

}



.overlay-inner span {

  font-size: 42px;

  color: #DBDBDB;

  font-weight: 300;

  -webkit-transition: all .7s;

     -moz-transition: all .7s;

      -ms-transition: all .7s;

       -o-transition: all .7s;

          transition: all .7s;

  -webkit-transform: translateY(30px);

     -moz-transform: translateY(30px);

      -ms-transform: translateY(30px);

       -o-transform: translateY(30px);

}



a:hover .overlay {

  opacity: 1;

}



.view-more {

  text-align: center;

  padding-top: 60px;

}



#masonry-projects-section {

  padding: 0 0 100px 0;

}



#masonry-projects-section #type-masory .project {

  padding-bottom: 30px;

}







/***********************************************************************************************/

/* =Statistics Section */

/***********************************************************************************************/



#statistic-section {

  background: url('../images/temp/stats-bg.jpg') center top;

  position: relative;

  text-align: center;

  padding-top: 70px;

}



#statistic-section:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(5,5,5,0.8);

  width: 100%;

  height: 100%;

  z-index: 2;

}



#statistic-section .container {

  position: relative;

  z-index: 3;

}



.statistic-percent {

  padding-bottom: 70px;

}



span.percentfactor {

  color: #fff;

  font-size: 42px;

  margin-bottom: 4px;

}



.fact p {

  color: #fff;

  margin-top: 10px;

  text-transform: uppercase;

}



/***********************************************************************************************/

/* =Team Section */

/***********************************************************************************************/



#team-section  {

     background: url('../images/bg-pattern.png'); 
    background-size: cover;
/*    box-shadow: inset 0 0 0 2000px #FFF7E5;*/


}

#team-section .title-section h2{

  color:#000;

}


#team-section .title-section, .team-members .magnifier-inner {

  text-align: center;
  color:#fff;

}

/*#team-section{padding:100px 0 0!important}*/

.member-team {

  position: relative;

  cursor: pointer;

}



.member-team img {

  width: 100%;

}



.member-team .magnifier {

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  background: #000;

  opacity: 0;

  -webkit-transition: all .5s ease;

     -moz-transition: all .5s ease;

      -ms-transition: all .5s ease;

       -o-transition: all .5s ease;

          transition: all .5s ease;

}



.member-team .magnifier:hover {

  opacity: 0.4;

}



.member-team .magnifier .magnifier-inner {

  position: absolute;

  width: 100%;

  top: 20%;

  padding: 0 20px;

}



.member-team .magnifier .magnifier-inner p {

  font-size: 12px;

  color: #999;

  line-height: 24px;

  margin-bottom: 40px;

}



.member-team .magnifier .magnifier-inner ul.social-icons {

  list-style-type: none;

  padding: 0;

}



.member-team .magnifier .magnifier-inner ul.social-icons li {

  display: inline-block;

  margin-left: 5px;

}



.member-team .magnifier .magnifier-inner ul.social-icons li:first-child {

  margin: 0;

}



.member-team .magnifier .magnifier-inner ul.social-icons li a {

  display: block;

  width: 40px;

  height: 40px;

  line-height: 38px;

}



.member-team .magnifier .magnifier-inner ul.social-icons li a i {

    color: #8e8e8e;

}



.member-team .magnifier .magnifier-inner ul.social-icons li a:hover i {

  color: #000;

}



#about-team {

  padding: 0px 0 100px 0;

}



#about-team p, #personal-skills p {

  line-height: 26px;

}



#about-team .title-section, #personal-skills .title-section {

  text-align: left;

  padding-left: 0;

}



#about-team h3, #personal-skills h3 {

  font-size: 18px;

  font-weight: 400;


}



.p-bar {

  margin-bottom: 8px;

}



.progress {

  height: 6px;

  border-radius: 1px;

  margin-bottom: 5px;

}



.progress-bar {

  background: #111;

}



.progress-meta {

  overflow: hidden;

}

h6.progress-title, h6.progress-value {

  color: #676767;

  font-size: 13px;

  font-weight: 300;

}



h6.progress-title {

  float: left;

}



h6.progress-value {

  float: right;

}



/***********************************************************************************************/

/* =Call-to-action section */

/***********************************************************************************************/



#call-to-action-section {

  padding: 60px 0;

  background: #eb7a5c;

}



#call-to-action-section h2, #call-to-action-section p {

  color: #fff;

  text-align: center;

}



#call-to-action-section h2 {

  font-size: 28px;

  font-weight: 300;

  color: #fff;

  margin: 20px 0;

  margin-top: 0;

}



#call-to-action-section p {

  margin: 20px 0

}



#call-to-action-section .call-action-btn {

  text-align: center;

  margin-top: 40px;

}



/***********************************************************************************************/

/* =Services*/

/***********************************************************************************************/



.services-hero {

  background: url('../images/hero-bg/services.jpg');

  background-size: cover;

}



.services-hero:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.4);

  width: 100%;

  height: 100%;

  z-index: 1;

}



#services-section {

  padding: 100px 0 50px 0;

}



#services-section .title-section {

  padding-bottom: 80px;

}



.service-post {

  padding: 30px 0;

}



.service-post h4 {

  margin-top: 15px;

  margin-bottom: 20px;

}



.service-icon {

  font-size: 42px;

  color: #111;

  padding-bottom: 15px;

}



#banner-services {

  background: url('../images/temp/stats-bg.jpg') center top;

  position: relative;

  border-bottom: 1px solid transparent;

}



#banner-services:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(5,5,5,0.8);

  width: 100%;

  height: 100%;

  z-index: 2;

}



#banner-services .container {

  position: relative;

  z-index: 3;

}



.banner-content {

  margin: 140px 0;

}



.banner-content, .banner-content h3 {

  color: #fff;

}



.banner-content h3 {

  font-weight: 400;

  font-size: 19px;

}



.banner-decription {

  font-weight: 300;

}



.banner-image {

    margin: -40px 0 0 0;

    text-align: right;

}



.banner-content a {

  margin-top: 30px;

}



#action-section {

  padding: 100px 0;

  background-color: #f7f7f7;

  border-top: 1px solid #ebebeb;

}



#action-section h2 {

  padding-bottom: 25px;

  font-weight: 500;

  text-transform: capitalize;

}



#action-section .btn+.btn {

  margin-left: 20px;

}



.white-bg {

  background: #fff;

}



.dark-bg-1 {

  background: #333;

}



.work-process {

    padding: 100px 0;

}



.process {

  padding-top: 30px;

}



.process-icon span {

  font-size: 40px;

  color: #000;

}



.process h5 {

  font-size: 14px;

  font-weight: 500;

  text-transform: none;

  margin-top: 15px;

}





/***********************************************************************************************/

/* =Portfolio Page */

/***********************************************************************************************/



.portfolio-hero {

  background: url('../images/hero-bg/02.jpg');

  background-size: cover;

}



.portfolio-hero:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.4);

  width: 100%;

  height: 100%;

  z-index: 1;

}



#portfolio-section {

  padding: 80px 0;

}



ul.filter-list {

  padding: 60px 0 80px 0;

  list-style: none;

  text-align: center;

}



ul.filter-list li {

  display: inline-block;

  margin-right: 10px;

}



ul.filter-list li a {

  display: block;

  cursor: pointer;

  color: rgb(73, 73, 73);

  font-style: italic;

  font-size: 14px;

}



ul.filter-list li a:hover {

  color: #000;

}



ul.filter-list li a.active {

  color: #000;

}



ul.filter-list li a:after {

  content: "/";

  color: #898989;

  padding-left: 15px;

}



ul.filter-list li:last-child a:after {

    content: "";

}



.gallery-masory {

    width: 100%;

}



.portfolio-items .gallery-masory .gallery-item {

  overflow: hidden;

  padding-left: 5px;

  padding-right: 5px;

  margin-bottom: 10px;

}



/***********************************************************************************************/

/* =Tweet section*/

/***********************************************************************************************/



#tweet-section {

  background: url('../images/temp/tweet-bg.jpg') center top;

  position: relative;

  padding: 80px 0;

}



#tweet-section:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(5,5,5,0.9);

  width: 100%;

  height: 100%;

  z-index: 2;

}



#tweet-section .container {

  position: relative;

  z-index: 3;

}



span.tweet-icon {

  display: block;

  color: #F4F4F4;

  font-size: 34px;

  margin-bottom: 24px;

  text-align: center;

}



ul.tweet-slider {

  text-align: center;

  padding: 0;

  list-style: none;

}



ul.tweet-slider h3 {

  font-size: 20px;

  color: #fff;

  font-weight: 400;

  text-transform: capitalize;

}



ul.tweet-slider small {

  color: #e6e6e6;

  font-size: 99%;

}



/***********************************************************************************************/

/* =Blog-section section */

/***********************************************************************************************/



#blog-section .title-section {

  padding-bottom: 80px;

}



.entry-image {

  margin-bottom: 23px;

}



.entry-image a {

  display: block;

}



.entry-image a:hover {

  opacity: 0.8;

}



.entry-image img {

  width: 100%;

}



.post-meta {

  padding-bottom: 8px;

}



.post-meta, .post-meta a {

  color: #aaa;

}



.post-meta a:hover {

  color: #111;

}



.post-meta p span.date:after {

  padding: 0 4px 0 8px;

  content: "|";

}



.post-meta p span.author a {

  padding-left: 2px;

}



.post-meta p span.author:after {

  padding: 0 4px 0 8px;

  content: "|";

}  



h4.post-title {

  font-size: 16px;

  font-weight: 500!important;

}



.post-title a {

  color: #4F4F4F;

  font-size: 16px;

}



.blog-more {

  margin-top: 20px;

}



/***********************************************************************************************/

/* =Contact section*/

/***********************************************************************************************/



#contact-section .divider {

  display: inline-block;

}



#contact-section .title-section {

  padding-bottom: 80px;

}



.form-group .form-control.br-b {

  border-top: 0;

  border-left: 0;

  border-right: 0;

  border-bottom: 1px solid #ccc!important;

}



textarea.form-control {

  min-height: 100px;

}



#contactform .form-group #submit {

  display: block;

  width: 100%;

  margin-top: 10px;

}



.contact-info {

  text-align: center;

  border-top: 1px solid #EEEEEE;

}



.contact-info a {

  color: #4F4F4F;

  font-size: 18px;

  display: block;

  padding: 50px 0;

}



.contact-info a i {

  display: block;

  font-size: 30px;

  margin-bottom: 15px;

}

.form-group{}


/***********************************************************************************************/

/* =Google maps*/

/***********************************************************************************************/



#map {

  height: 100%;

  width: 100%;

}



#module-maps {

  position: relative;

  width: 100%;

}



/***********************************************************************************************/

/* =Single-project */

/***********************************************************************************************/



#project-head-section {

  padding: 80px 0;

  position: relative;

  background: url('../images/temp/head.jpg');

}



#project-head-section:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(5,5,5,0.7);

  width: 100%;

  height: 100%;

  z-index: 2;

}



#project-head-section img , .project-photo img {

  width: 100%;

}



#project-head-section .container {

  position: relative;

  z-index: 3;

}



#project-head-section h2, #project-head-section p {

  color: #fff;

  text-align: center;

}



#project-head-section h2 {

  font-size: 34px;

  font-weight: 400;

  margin-bottom: 20px;

}



#project-head-section p {

  text-transform: uppercase;

}



.bx-wrapper img {

  width: 100%;

}



.single-portfolio {

  padding-top: 80px;

}



.project-image img {

  width: 100%;

}



.project-title {

  padding: 30px 0;

  text-align: center;

}



.project-title h6 {

  text-transform: lowercase;

}



.portfolio-desc {

  padding: 50px 0 80px 0;

}



.portfolio-desc h5 {

  border-bottom: 1px solid rgb(221, 221, 221);

  padding-bottom: 10px;

  margin-bottom: 20px;

  font-size: 13px;

}



.portfolio-desc a {

  padding-top: 10px;

  display: block

}



.portfolio-desc a:hover {

  color: #000;

  opacity: .8;

}



ul.details-list {

  padding: 0;

  list-style-type: none;

}



ul.details-list li {

  padding: 4px 0;

}



ul.details-list li strong {

  color: #000;

}



ul.details-list li:first-child {

  padding-top: 0;

}



ul.details-list li:last-child {

  border: none;

}



.item {

  padding: 5px;

}



.item .overlay .overlay-inner {

  top: 38%;

}



.item .overlay .overlay-inner p {

  margin-bottom: 4px;

}



/*--------------------

  Related Section

----------------------*/



#related-projects {

  padding: 80px 0;

}



#related-projects .related-head h2 {

  text-align: center;

  font-weight: 300;

  font-size: 26px;

  position: relative;

  padding-bottom: 20px;

  margin-bottom: 60px;

}



#related-projects .related-head h2:after {

  content: "";

  width: 80px;

  height: 0;

  border-bottom: 1px solid #eb7a5c;

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

}



.owl-theme .owl-controls {

  margin-top: 40px!important;

}



/***********************************************************************************************/

/* =Landing page*/

/***********************************************************************************************/



.landing-hero:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

/*  background: rgba(0, 0, 0, 0.5);*/

  width: 100%;

  height: 100%;

  z-index: 1;

}



.landing-hero {

  background: url('../images/about bg.jpg');

  background-repeat: no-repeat;

  background-size: cover;

  background-position: right!important;

}

@media (max-width:786px)
{

  .big-title-sec{
        padding-bottom: 0px;
  }
.landing-hero {
 background-position: bottom!important;

}

#features-app-section-2 .row {display: unset!important;}

/*.navbar>.container, .navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
*/
.navbar>.container, .navbar>.container-fluid {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.navbar-brand img{margin:-0px;}

.navbar-brand{    float: none!important;}

.header button{width:auto;}

.navbar-header {display: -webkit-inline-box;
    -webkit-box-direction: reverse;
        max-height: 100px;

/*    width: 92%;*/
  }

/* amenities section */

ul.amenities-list{   
 padding-top: 0px!important;}

#team-section {
  padding:50px 0!important;}

.amenities-center{ margin-top:-30px!important; }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus,
 .navbar-default .navbar-nav>.active>a:hover

{border-bottom: 0px solid #147E73!important; background-color: unset!important;}




}


/* 3 image section */




/*--------------------

  Features Section

----------------------*/



#features-section {

  padding: 120px 0!important;

  padding-bottom: 100px!important;

  
/*  opacity: 0.7;*/

  background: url('../images/Avant-bg.jpg');

  background-size: cover;

}

#features-section p {font-size: 13px;}


#features-section .title-section {

  padding-bottom: 30px;

}



.features-image {

  text-align: center;

}



.choose-image {

  text-align: center;

}



ul.amenities-list {

  list-style: none;

  padding: 0;

  padding-top: 50px;

}



ul.amenities-list li {

  margin-bottom: 30px;
  text-align: center;

}



.creative-content-left, .creative-content-right {

/*  padding-top: 100px;*/

}



#brochure h2, #creative-section-2 h2, #features-app-section-1 h2, #features-app-section-2 h2 {

  font-weight: 400;

  font-size: 32px;

  text-transform: uppercase;

}



#brochure p, #creative-section-2 p, #features-app-section-1 p {

  line-height: 26px;

  font-size: 14px;

}



#brochure .view-more, #creative-section-2 .view-more, #features-app-section-1 .view-more, #features-app-section-2 .view-more {

  padding-top: 30px;

  text-align: left!important;

}



.img-creative-left figure, .img-creative-right figure {

  padding: 0 25px;

  text-align: center;

}





/*--------------------

  Offer section

----------------------*/



#about .title-section h1 {

  padding-bottom: 10px;

  line-height: 1.7em;

  font-weight: 500;

  text-transform: uppercase;


}



.offer-post {

  padding: 30px 0;

}



.offer-post h4 {

  margin-top: 15px;

  margin-bottom: 20px;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 14px;

  line-height: 1.5em;

}



.offer-icon {

  font-size: 42px;

  color: #000;

  padding-bottom: 15px;

}



/*--------------------

  Screenshots

----------------------*/



#screenshots-section .title-section {

  padding-bottom: 80px;

}



.screenshots-carousel .shot {

  padding: 4px;

}



.screenshots-carousel .shot a.zoom {

  display: block;

}



.screenshots-carousel .shot a img {

  border-radius: 3px;

  width: 100%;

}



.img-wrapper a {

  display: block;

}



.img-wrapper a img {

  width: 100%;

  -webkit-transition: all .3s ease-in-out;

     -moz-transition: all .3s ease-in-out;

      -ms-transition: all .3s ease-in-out;

       -o-transition: all .3s ease-in-out;

          transition: all .3s ease-in-out;

}




.p-name a {

  display: block;

  color: #000;

}




/*--------------------

  Sidebar

----------------------*/



.widget {

  padding-top: 40px;

  padding-left: 10px;

}



.widget ul {

  padding-left: 0;

  list-style-type: none;

  margin-bottom: 0;

}



.widget li {

  padding: 5px 0;

}



.widget h3 {

  font-weight: 400;

  border-bottom: 1px solid #eee;

  padding: 0 0 12px;

  margin: 0 0 25px

}



.widget a {

  color: #777;

}



.widget a:hover, .widget a:focus, .widget:active {

  color: #000;

}



.widget:first-child {

  padding-top: 0;

}



#search-form {

  position: relative;

}



.input-group .form-control {

  border: 1px solid #dcdcdc;

  padding: 8px 12px;

}


/*--------------------

  About widget

----------------------*/



.widget-about h3 {

  text-align: center;

  border-bottom: 0;

}



.about-widget-img {

  width: 150px;

  max-height: 200px;

  margin: 30px auto 0 auto;

  text-align: center;

  padding-bottom: 30px;

}



.about-widget-img img {

  border-radius: 50%;

}



.widget-about p {

  text-align: center;

}



.widget-social {

  text-align: center;

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

  padding-top: 20px;

}



.widget-social li {

  display: inline-block;

}



.widget-social li a {

  display: block;

  width: 30px;

  height: 30px;

  margin: 0 3px 6px 3px;

  border-radius: 15px;

  background-color: #f5f5f5;

  line-height: 30px;

  text-align: center;

}



.widget-social li a:hover {

  background-color: #272B2F;

  color: #fff;

}



/*--------------------

  Tags

----------------------*/





/***********************************************************************************************/

/* =App landing page */

/***********************************************************************************************/



.app-hero {

  background: url('../images/hero-bg/app.jpg');



  background-size: cover;

}



.app-hero:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.7);

  width: 100%;

  height: 100%;

  z-index: 1;

}



#features-app-section-1, #features-app-section-2 {

  padding:  100px 0!important;

}



.features-app-content-right {

  padding-top: 30px;

}



#features-app-section-1 h2, #features-app-section-2 h2 {

  margin-bottom: 35px;

}



#features-app-section-1 p {

  margin-bottom: 20px;

  line-height: 29px;

  font-weight: 300;

}



ul.features-app-list {

  list-style-type: none;

  padding-left: 0;

  padding-top: 10px;

}



ul.features-app-list li {

  margin-bottom: 10px;

}



#feature-app-section-2 ul.features-app-list li {

  margin-bottom: 15px!important;

}



.app-feature-icon {

  font-size: 24px;

  color: #000;

  margin-right: 20px;

}



.feature-app-box-content p {

  margin-top: 0;

  font-size: 14px;

  font-weight: 500;

  margin-bottom: 10px!important;

  font-weight: 400;

}



.features-app-content-left {

  padding-top: 15px;

}



#features-app-section-2 ul.features-app-list {

  /*padding-top: 50px;*/

}



#features-app-section-2 ul.features-app-list li {

  margin-bottom: 15px;

}



#features-app-section-2 .feature-app-box-content {

/*  display: table;*/

}



#features-app-section-2 .feature-app-box-content h6 {

  margin-top: 0;

  font-size: 14px;

  font-weight: 500;

  margin-bottom: 15px;

}



#features-app-section-2 p {

  line-height: 24px;

  font-size: 14px;


}

.img-app-right{

    margin: 0 auto;

    justify-content: center;

    vertical-align: middle;

    /* text-align: center; */

    align-items: center;

/*    display: flex;*/
  }



#perfect-section {

  background: url('../images/temp/bg-3.jpg');

  background-size: cover;

  padding: 80px 0;

  position: relative;

}



#perfect-section:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.8);

  width: 100%;

  height: 100%;

  z-index: 1;

}



#perfect-section .container {

  position: relative;

  z-index: 3;

}



#perfect-section h2 {

  font-size: 32px;

  font-weight: 500;

  line-height: 1.3;

  color: #fff;

  margin-bottom: 10px;

}



#perfect-section p {

  font-size: 14px;

  font-weight: 300;

  line-height: 1.7;

  opacity: .9;

  color: #fff;

}



#perfect-section a {

  margin-top: 30px;

}



#download-section {

  position: relative;

  padding: 60px;

  background-size: cover;

  background: url('../images/temp/tweet-bg.jpg');

}



#download-section:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background: rgba(0, 0, 0, 0.8);

  z-index: 1;

}



#download-section .container {

  z-index: 3;

  position: relative;

}



#download-section .download-text {

  text-align: center;

}



.download-text h2 {

  line-height: 34px;

  font-weight: 300;

}



.download-text h2 strong {

  font-weight: 400;

  font-size: 26px;

}



.download-text h2, .download-text p {

  color: #fff!important;

}



.download-text p {

  font-size: 14px;

  font-weight: 300;

  margin-bottom: 10px;

}



.download-text a {

  margin-top: 30px;

  display: inline-block;

}



ul.download {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

}



ul.download li {

  display: inline-block;

}



ul.download li a {

  display: block;

}



ul.download li a:hover, ul.download li a:focus, ul.download li a:active {

  opacity: .8;

}



ul.download li a img {

  width: 90%;

}



/***********************************************************************************************/

/* = Coming soon page */

/***********************************************************************************************/



.soon-hero {

  background: url('../images/temp/stats-bg.jpg');

  background-size: cover;

}



.soon-hero:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.6);

  width: 100%;

  height: 100%;

  z-index: 1;

}



.soon-hero  p {

  color: #fff;

  font-size: 14px;

}



.soon-countdown {

  color: #fff;

  margin-top: 65px;

  text-align: center;

}



.soon-countdown > * {

  text-align: center;

}

.soon-countdown div {

  display: inline-block;

}

.soon-countdown div span {

  width: 150px;

  display: block;     

}

.soon-countdown div span:first-child {

  height: 78px;

  font-weight: 300;

  font-size: 6em;

  line-height: 64px;

}

.soon-countdown div span:last-child {

  height: 20px;

  font-weight: 300;

  font-size: 1.1em;

  line-height: 20px;

}



/***********************************************************************************************/

/* =Personal page*/

/***********************************************************************************************/



.personal-hero {

  background: url('../images/hero-bg/personal.jpg');

  background-size: cover;

}



.personal-hero:before {

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.6);

  width: 100%;

  height: 100%;

  z-index: 1;

}



.personal-hero .hero-btn {

  margin-top: 25px;

}



.about-me {

  padding: 11% 9% 0;

}



.about-me h4 {

  padding-bottom: 20px;

  font-size: 16px;

}



.about-me h3 {

  font-size: 20px;

  line-height: 1.35;

}



.about-me p {

  margin-bottom: 30px;

  line-height: 25px;

}



.about-img img {

  width: 100%;

}



#personal-skills {

  padding: 80px 0;

}





#experiences-section .title-section {

  padding-bottom: 80px;

}



#experiences-section .list-experiences {

  margin-bottom: 40px;

}



#experiences-section .list-experiences .time {

  border-bottom: 1px solid #000;

  margin-bottom: 30px;

  padding-bottom: 3px;

}



#experiences-section .list-experiences .time span {

  margin-right: 10px;

}



#experiences-section .list-experiences .time span.fa {

  color: #000;

  font-size: 16px;

}



#experiences-section .list-experiences .time h4 {

  font-weight: 500;

  color: #000;

}



#experiences-section .list-experiences span, #experiences-section .list-experiences h4 {

  display: inline-block;

}



/***********************************************************************************************/

/* =Footer */

/***********************************************************************************************/



#footer-section {

    padding: 25px 0 25px 0;
    background: #F7F7F7;
    border-top: 1px solid #EEEEEE;
    bottom: 0;
    position: relative;
    width: 100%;

}



ul.footer-social-links {

  list-style-type: none;

  padding: 0;

}



ul.footer-social-links li {

  display: inline-block;

  margin-left: 30px;

}



ul.footer-social-links li:first-child {

  margin: 0;

}



ul.footer-social-links li a {

  font-size: 15px;

  color: #4F4F4F;

  display: block;

  text-transform: uppercase;

}



ul.footer-social-links li a:after {

  content: "";

  display: block;

  left: 0;

  right: 0;

  height: 1px;

  background: #fe8869;

  opacity: 0;

  -webkit-transform: translateY(5px);

     -moz-transform: translateY(5px);

      -ms-transform: translateY(5px);

       -o-transform: translateY(5px);

          transform: translateY(5px);

  -webkit-transition: all .3s ease;

     -moz-transition: all .3s ease;

      -ms-transition: all .3s ease;

       -o-transition: all .3s ease;

          transition: all .3s ease;

}



ul.footer-social-links li a:hover:after {

  opacity: 1;

  -webkit-transform: translateY(0);

     -moz-transform: translateY(0);

      -ms-transform: translateY(0);

       -o-transform: translateY(0);

          transform: translateY(0);

}



p.copyright {

  padding-top: 10px;

}



/***********************************************************************************************/

/* =Back to top */

/***********************************************************************************************/



.back-to-top {

  text-align: center;

  background: #000;

  color: #fff;

  display: none;

  width: 40px;

  height: 40px;

  line-height: 40px;

  font-size: 12px;

  position: fixed;

  right: 25px;

  bottom: 150px;

  opacity: 0.7;

  -webkit-transition: all .3s ease-in-out;

     -moz-transition: all .3s ease-in-out;

      -ms-transition: all .3s ease-in-out;

       -o-transition: all .3s ease-in-out;

          transition: all .3s ease-in-out;

  cursor: pointer;

  z-index: 9999

}



.back-to-top:hover {

  opacity: .9;

}



/***********************************************************************************************/

/* Responsive Part */

/***********************************************************************************************/



@media screen and (max-width: 1200px) {



  #about-section .about {

    padding-top: 40px;

  }



}



@media screen and (max-width: 992px) {



  body {

    padding-top: 55px;

  }



  .navbar .container {

    width: 95%!important;

  }



  .entry-post {

    padding-bottom: 35px;

  }



  #type-masory {

    width: auto;

}



  #about-section .about {

    padding: 90px 70px;

  }



  .member-team .magnifier .magnifier-inner {

    padding: 0 10px;

  }



  .member-team .magnifier .magnifier-inner p:last-of-type {

    display: none;

  }



  ul.price-table {

    margin-left: 0;

    margin-right: 0;

  }



  .banner-image {

    margin-top: 40px!important;

  }



  .gallery-masory {

    width: auto;

  }



  .contactform {

    padding: 80px 10px;

  }



  .portfolio-desc .col-sm-4 {

    margin-bottom: 20px;

  }



  .portfolio-rel figure {

    margin-bottom: 20px;

  }



  .form-inline .form-control, .form-inline .form-group {

    display: block;

  }



  .newsletter-field {

    width: 100%;

  }



 





  #blog-head {

    text-align: center!important;

  }



  #search-form {

    margin-top: 30px;

  }



  .breadcrumb {

    text-align: center;

  }



}

@media screen  (min-width: 1024px) {

.navbar-collapse.collapse{

  display: flex!important;

}



}
@media screen and (max-width: 1024px) and (min-width: 767px){
.navbar-right {
    float: right!important;
    margin-right: -35px!important;
    margin-top: -40px!important;
}

.amenities-list h5
{
      font-size: 11px!important;
}
.navbar-brand img {
    width: 40%;
}

}

@media screen and (max-width: 768px) {



  .navbar .container {

    width: auto;

  }



  .big-title-sec .view-more a {

    margin: 5px 0;

  }



  .hero-content h1 {

    font-size: 38px;

  }



  .soon-countdown div span:first-child {

    font-size: 60px;

  }



  .creative-content-left {

    padding-top: 0;

  }



   #creative-section-1 .view-more {

    text-align: center!important;

   }



 #creative-section-2 .view-more {

    margin-bottom: 80px;

    text-align: center!important;

  }



  .about-studio, .what-do {

    padding-bottom: 35px;

  }



  .member-team {

    margin-bottom: 30px;

  }



  .member-team .magnifier .magnifier-inner {

    padding: 0 30px;

 }



  .member-team .magnifier .magnifier-inner p:last-of-type {

    display: block;

  }



  .banner-content {

    margin-top: 80px;

    margin-bottom: 60px;

    text-align: center;

  }



  .banner-image {

    text-align: center;

    margin-bottom: 40px;

  }



  .client img {

    width: 70%!important;

  }



  .about-me h4 a {

    margin-bottom: 30px;

  }
  .get-section {
    padding: 40px 0!important;
}


/* New design mobile responsive */

.pad-sec{
  padding: 50px 0!important;
}

#amenities-section{

  padding: 50px 0!important
}

#amenities-section .title-section h2, #team-section .title-section h2, #features-app-section-1 h2, #features-app-section-2 h2{

  font-size: 20px;


}

#team-section{
  background-image: none;
}


#terrace-amenities .row{
  display: block!important;
}

#terrace-amenities {
  padding-bottom: 50px;
}

#features-app-section-1, #features-app-section-2{
      padding: 50px 0!important;
}




}



@media screen and (max-width: 640px) {

  

  h1, .h1 {

    font-size: 40px;

  }



    .hero-content h1 {

    font-size: 33px;

  }



  .soon-countdown div span:first-child {

    font-size: 50px;

  }



  p.hero {

    font-size: 22px;

    line-height: 24px;

  }



  .big-title-sec .big-title {

    font-size: 20px;

  }



  .big-title-sec .big-subtitle {

    font-size: 28px;

  }



  .big-title-sec p {

    font-size: 14px;

  }



  #action-section {

    text-align: center;

  }



  #action-section h2 {

    line-height: 1.4;

  }



  #action-section .btn+.btn {

    margin-left: 0;

    margin-top: 20px;

  }



  .client img {

    width: 100%!important;

  }



}



@media screen and (max-width: 480px) {

  .back-to-top {

    visibility: hidden;

  }

}



/*========================================

 
              mine edition 


 =======================================*/


/*--------------------

  Amenities Section

----------------------*/



#amenities-section {

/*  padding: 120px 0!important;*/

/*  padding-bottom: 100px!important;*/

  

  /*background: url('../images/amenities-bg.jpg');*/

  background-size: cover;

  box-shadow: inset 0 0 0 2000px #FFF7E5;


}



#amenities-section .title-section {

  padding-bottom: 60px;

  color:#fff;

}


#amenities-section .title-section  h2{

  color:#000;

  line-height:1.5em;

}


.amenities-image {

  text-align: center;



}



.choose-image {

  text-align: center;

}



ul.amenities-list {

  list-style: none;

  padding: 0;

  padding-top: 50px;

}



ul.amenities-list li {

  margin-bottom: 30px;

}

.amenities-list img{
  width: 65px;
}


.amenities-list h5{
 font-size: 14px;
/* font-weight: 600;*/
}




.amenities-box-content {

 width: 70%;

 margin: 0 auto;

}



.amenities-box-content h6 {

    margin-top: 0;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.7em;
    color: #fff;
    text-align: center;
    font-family: 'Syne';


}

.amenities-box-content h6:before{
 content: "";
    height: 16px;
    width: 6px;
    background: #fff;
    display: inherit;
    top: -30%;
    position: relative;
    text-align: center;
/*    left: 50%;*/
margin: 18px auto;
}


.last-amt: after{ content: "";
    height: 16px;
    width: 6px;
    background: #fff;
    display: inherit;
    bottom: -30%;
    position: relative;
  margin: 18px auto;}


.img-creative-left figure, .img-creative-right figure {

  padding: 0 25px;

  text-align: center;

}



/* Usp section */

.usp-img img{width:40px; filter: grayscale(100%);}

.amenities-center{ margin-top:-86px; text-align:center; }

.amenities-center img{
  margin-top: -80px;
    width: 60px; }

.amenities-center .features-box-content{
  margin-left: 0px; 
text-align: center ;
} 

#map {    
  margin: 0 auto; width: fit-content;
}

#map iframe {
    max-width: 100%;   
}
.my-gallery{
  background: url(../images/Avant-bg.png);
    background-size: cover;  max-width: 100%;}

 .magnifier-inner h3{

  text-align: center;
  color:#fff;
  font-size: 30px;

}

/* contact section form */

.form-group select{
    border-bottom: 1px solid #fff!important;
    border: none;
    border-radius: 2px;     color: #999;     padding-left: 8px;}


 .navbar-brand img{width: 50%;} 

.header ul li{color:#666!important;     margin: 12px 0;}

 .header a.header-btn {
/*    background: #000!important;*/
    padding: 8px 15px 8px 15px;
    display: block;
    color: #147E73!important;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-top: 4px;
/*     min-width: 200px; */
border: 2px solid #147E73;
    border-radius: 20px;
}

.btn-brochure a, .contact-form .btn {
    color: #fff!important;
/*     padding: 10px 10px; */
    padding: 0.5rem 3rem 0.7rem 3rem;
    font-weight: 500;
    font-family: Lato;
}
.btn{color:#fff!important;}

.btn:hover{border: 1px solid #000; color:#000!important;}


/* stickey button for landing page */

.fixedinqiry {
    position: fixed;
    top: 50%;
    right: -78px;
/*    /* box-shadow: 2px 2px 5px rgb(0 0 0 / 50%); */
    z-index: 10000;
     background: #147E73!important; 
    transform: rotate(270deg);
    border-radius: 40px;
}



.fixedinqiry h2 {
    padding: 8px 25px 15px 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
}

.fixedinqiry h2 a {
color: #fff!important;
font-size: 22px;
font-family: Lato!important;
}



/* Popup form*/

.modal-body h2 {
    text-align: center;
    text-transform: uppercase;
    color: #147E73;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 25px;
}

.modal-body .submit-btn {
    background: #147E73;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    padding: 8px 40px;
    cursor: pointer;
}

.modal-content {
    background: #ecebe1!important;
}

.modal-content .grid-col-sm-12{text-align: center;}


.navbar-default {
    background-color: #fff !important;
/*   border-color: white!important ;*/
}

.navbar-static-top {
    border-width: 0 0 0px!important;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{border-bottom: 2px solid #147E73; background-color: unset!important;}

button, html input[type=button], input[type=reset], input[type=submit],select{    width: 100%;
    border-radius: 0;  font-family: Lato;}

.creative-section-1{text-align: center;}

#footer-section a, .feature-app-box-content a{color:#333; font-weight:400;}

/*#amenities-section p{color:#fff;}*/



.avant-text{    font-family: 'Lato'!important;
    color: #000;
    font-size: 28px;
    line-height: 1.7em;
/*    font-style: italic;*/
    font-weight: 700;}

#bannerbutton{margin-top: 18px;     background: #147E73;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    padding: 8px 40px;
    cursor: pointer; 
    font-family: 'Lato';
}


.banner-form .form-control, .banner-form .form-control::placeholder,
 .banner-form .form-control input[type="text"], 
 .banner-form input[type="email"], .banner-form input[type="tel"],
  .banner-form input[type="number"], input[type="password"], 
  textarea, select {
    color: #fff!important;
    font-family: 'Lato';
}

/*.features-list li img{filter: grayscale(100%);}*/

.btn-brochure{    margin-top: -6px;}

#myVideo {
      width: -webkit-fill-available;
}

#myVideomobile {
     display: none;
}


#features-app-section-2 .row {display: flex;}

/*Banner form*/

.banner-form{    
  background-color:#147E73;
   padding: 20px 30px;}


.banner-form #bannerbutton{
        background: #fff7e5;
    color: #147E73;
    padding: 0.6em 0.8em;
    font-size: 18px;
    border: none;}

input::placeholder{color:#222!important;}

.amenities-list .col-md-6
{
  text-align: center; 

  margin-bottom: 20px
}

.amenities-all h4
{
     text-align: center;
    font-size: 20px;
    padding: 30px 0;

}


/* Banner Text */

.banner-text{

  width: 90%;    

  }
/*.bnr-sep-line{border-bottom: 3px solid #147E73; width: 50px; margin:0 auto;}*/

/*.hortizontal-ln{ border-right: 3px solid #147E73; margin:0 auto;}*/

#creative{
/*  background-image: url('../images/maroon-patch.png');*/
background-color: #147E73;
}

.gallery-content {
/*    background-image: url('../images/lu_favicon.png');*/
    background-position: bottom;
    background-size: 80%;
    background-repeat: no-repeat;
}

#creative .title-section, #creative .title-section p{color:#fff;}

#about{
/*  background-image: url('../images/other/grey-design-new.png');*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

/* new banner text*/
.newbrntext{
   text-align:left;
   color:#fff;
}

.newbrntext h1{
	color:#fff!important;
	font-size: 38px;
	font-weight:700!important;}
.newdp{padding-top:50px;}


/* New banner edit*/


.bottom-detail-row{   
 color:#fff;   
  float: left;
}

.three-bnr{        
  font-size: 75px;  
    margin-right: 10px;
}

.bdr-grid{  
	display:  flex;
	justify-content: flex-start;
    align-items: center;
}

.bdr-grid h2{ 
 float:  left;
 margin-bottom: 0;
  margin-top: 0;
 }

 .bdr-address{     
 border-left: 3px solid;
 margin: 0 20px;
 padding:0 10px;
 text-align: left;
}

.mb-grid{
    float: left;
    display: grid;
    text-align: left;

}

.bdr-address a{ 
 color:#fff;
 font-size: 24px!important ;
 }

 @media(max-width:768px){

 	.bdr-grid h2{font-size: 20px;}
 	.three-bnr{font-size: 32px;}

 }


/* ===============================

 Terrace amenities

 =================================*/

 #terrace-amenities{

  background-image: url(../images/bg_teaser.jpg);
  background-size: cover;
padding-bottom: 100px;
 }


 #terrace-amenities .row{

  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-around;

 }

.banner-form select{
    background-color:#147E73!important;
}


.amenities-all
{
/*  display: flex;*/
}

.banner-form select::option {
    color: #fff!important;
}