@charset "utf-8";
/* Font File Inclusion Start Here */
@font-face {
  font-family: 'Domine-Bold';
  src: url('../fonts/Domine-Bold/Domine-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Domine-Bold/Domine-Bold.woff') format('woff'), url('Domine-Bold.ttf')  format('truetype'),
       url('../fonts/Domine-Bold/Domine-Bold.svg#Domine-Bold') format('svg');
  font-weight: normal;.slide-title
  font-style: normal;
}

@font-face {
  font-family: 'Domine-Regular';
  src: url('../fonts/Domine-Regular/Domine-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Domine-Regular/Domine-Regular.woff') format('woff'), url('Domine-Regular.ttf').proeject-header main  format('truetype'),
  url('../fonts/Domine-Regular/Domine-Regular.svg#Domine-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LibreBaskerville-Bold';
  src: url('../fonts/LibreBaskerville-Bold/LibreBaskerville-Bold.eot?#iefix') format('embedded-op.letstalkentype'),
       url('../fonts/LibreBaskerville-Bold/LibreBaskerville-Bold.woff') format('woff'), url('LibreBaskerville-Bold.ttf')  format('truetype'),
       url('../fonts/LibreBaskerville-Bold/LibreBaskerville-Bold.svg#LibreBaskerville-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'LibreBaskerville-Regular';
  src: url('../fonts/LibreBaskerville-Regular/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/LibreBaskerville-Regular/LibreBaskerville-Regular.woff') format('woff'),
       url('../fonts/LibreBaskerville-Regular/LibreBaskerville-Regular.ttf')  format('truetype'), url('LibreBaskerville-Regular.svg#LibreBaskerville-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans-Bold';
  src: url('../fonts/WorkSans-Bold/WorkSans-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/WorkSans-Bold/WorkSans-Bold.woff') format('woff'), url('../fonts/WorkSans-Bold/WorkSans-Bold.ttf')  format('truetype'),
  url('../fonts/WorkSans-Bold/WorkSans-Bold.svg#WorkSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans-Medium';
  src: url('../fonts/WorkSans-Medium/WorkSans-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/WorkSans-Medium/WorkSans-Medium.woff') format('woff'),
       url('../fonts/WorkSans-Medium/WorkSans-Medium.  ttf')  format('truetype'),
       url('../fonts/WorkSans-Medium/WorkSans-Medium.svg#WorkSans-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WorkSans-Regular';
  src: url('../fonts/WorkSans-Regular/WorkSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/WorkSans-Regular/WorkSans-Regular.woff') format('woff'),
       url('../fonts/WorkSans-Regular/WorkSans-Regular.ttf')  format('truetype'),
       url('../fonts/WorkSans-Regular/WorkSans-Regular.svg#WorkSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'WorkSans-Regular';
  font-weight: normal;
  overflow-x: hidden;
  overflow-y:hidden;
}
body.modal-open {
    overflow: hidden;
    position: fixed;
    right:0px;
    left:0px;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

/* New search button */
.box {
    right: 15px;
    height: 40px;
    margin-top: -26px;
}
.container-2 {
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.container-2 .icon {
    position: absolute;
    margin-top: 3px;
    top: 50%;
    z-index: 1;
    right: 10px;
}
.business-cart i {
    color: #262626;
}
.container-2 input#search {
    width: 30px;
    height: 40px;
    background: transparent;
    border: 0;
    font-size: 10pt;
    float: right;
    padding-left: 35px;
    font-weight: 700;
    -webkit-transition: .55s ease;
    -moz-transition: .55s ease;
    -ms-transition: .55s ease;
    -o-transition: .55s ease;
    transition: .55s ease;
    border-radius: 3px;
}
.container-2:hover input#search {
    width: 680px;
    background: #f1f1f1;
}
/* New search button */

.modal-dialog
{
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

.container-fluid {
  padding: 0px;
}

.row {
  margin: 0px
}

header {
  position: sticky;
  top: 0px;
}

.carousel-caption button {
  margin-top: 1em;
}
.row {
    width:100%;
}
.carousel-caption button:focus {
  box-shadow: none;
  outline: 0;
}

.pro--col {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Animation delays */
.carousel-caption {
  text-align: center;
}

.carousel-caption h3:first-child {
  animation-delay: 1s;
}

.carousel-caption h3:nth-child(2) {
  animation-delay: 2s;
}

#homeCarousel .carousel-caption button {
  animation-delay: 2s;
}

#homeCarousel  .carousel-caption h1 {
  text-align: center;
  font-size:37px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  color: #c3ca43;
}

#homeCarousel  .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.sticky .head-btn:hover {
    background-color:inherit;
    color:#c3ca43 !important;
    transition: 0.3s ease-in;
    border: 1px solid #FFFFFF;
    background-color: #fff;
    font-weight: 600;
}

.sticky.fixed .head-btn:hover {
    background-color:inherit;
    color:#fff !important;
    transition: 0.3s ease-in;
    border: 1px solid #FFFFFF;
    background-color: #fff;
}


.head-btn:hover {
    background-color:inherit;
    color:#fff;
    transition: 0.3s ease-in;
    border: 1px solid #FFFFFF;
}
header {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  /* text-align: center; */
  right: 0;
  left: 0;
  padding: 16px 0px 0px;
}

.other-pages header {
  position: sticky;
}

header .left--col li a {
  color: #fff;
  font-size: 14px;
  display:inline;
  font-family: 'WorkSans-Regular';
}
header .desktop-menu ul {
    margin-bottom:15px;
}
header .right-col li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'WorkSans-Regular';
  border-bottom: 2px solid transparent;
}

.other-pages header .left--col li a,
.fixed .left--col li a {
  color: #1B1B1B;
  font-size: 14px;
  font-family: 'WorkSans-Medium';
}
.sub--menu {
    background:url(../images/down-arrow.svg);
    background-repeat:no-repeat;
    background-position:100%;
        background-size: 22px;
}
.view-mob a {
    padding: 0px 13px 0px 20px !important;
    display: inline-block;
    position: relative;
    color: #A6AE17 !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
 
 .view-all:hover::after {
    width: 13px;
} transition: 0.5s;
  padding-top: 20px;
}
.sidenav .row img {
    width: 70px;
}
.mob-submenu {
    margin-top: 35px;
    margin-bottom:0px;
}
.mb-inner {
    padding: 0px 30px;
}

.sidenav .closebtn {
    align-self: center;
  font-size: 18px !important;
  margin-left: 50px;
  background: #fff;
  color: #000 !important;
  text-align: center;
  line-height: 35px;
}

.sidenav a {
  padding: 15px 8px 15px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
.mobile-social {
    margin-top:15px;
}
.links {
  border-bottom: 1px solid #000;    
}
.links ul {
    list-style:none;
    padding-left:10px;
}
.links ul li a{
    padding:4px 0px !important;
}
.open {
    disply:block;
}
.sidenav .mob-submenu a {
  padding: 15px 8px 15px 32px;
  text-decoration: none;
  font-size: 25px;
  padding-left: 0px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-size: 16px;

}
.mobile-social a {
  padding: 5px 8px 5px 32px;
  text-decoration: none;
  font-size: 25px;
  padding-left: 0px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-size: 16px;
}
.mobile-social a span{
    padding-left: 10px;
}
.sidenav .mob-submenu a:last-child {
    border-bottom: 0px;
}
.fixed {
  position: fixed;
  top: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
}
.proeject-header header {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.2);
}

/* Project details style starts here */
.carousel-indicators
{
  bottom: -50px;
  z-index: 2;
}

.carousel-indicators li
{
  background-color: #fff;
  height: 14px;
  width: 14px;
  border: 2px solid #b7b7b7;
  border-radius: 50%;
}
.carousel-indicators li.active
{
  background-color: #fff;
  border:2px solid #1b1b1b;
}
#project-deatail-one #proj-car .carousel-item
{
  height: unset !important;
  min-height: unset !important;
}
/* Project details style ends here */

/* Banner section style starts here */

#about-banner {
  background-image: url(../images/About.png);
  height: 300px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#about-banner .banner-breadcrumb ul.breadcrumb-list {
  display: flex;
  list-style-type: none;
  padding-top: 12px;
  padding-left: 0px;
}

#about-banner .banner-breadcrumb ul.breadcrumb-list li a {
  color: #fff;
  font-family: 'Roboto-Regular';
  text-transform: uppercase;
  font-size: 14px;
}

#about-banner .banner-breadcrumb ul.breadcrumb-list li a::after {
  content: '|';
  padding: 0 5px;
}

#about-banner .banner-breadcrumb ul.breadcrumb-list li:last-child a::after {
  content: '';
}

.banner-text-wrapper h2 {
  position: absolute;
  bottom: 20px;
  color: #fff;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
}

.banner-text-wrapper h2 span {
  color: #c3ca43;
}
.main--wapper--sec .flats, .main--wapper--sec .shops {
    display: none;
}

/* Banner section style ends here */

.other-pages header .right-col li a,
.fixed .right-col li a {
  color: #1B1B1B;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'WorkSans-Regular';
}

header .right-col li {
  margin: 10px 20px;
  font-family: 'WorkSans-Regular';
  align-self: center;
}
header .right-col li.active a{
    font-family: 'WorkSans-Regular';
}
.fancybox-nav span {
    visibility: visible;
}
header .right-col li a {
  padding: 0px 0px;
}

header .left--col li a img {
  padding-right: 10px;
}

.head-btn {
    background-color:inherit;
    color:#fff !important;
    transition: 0.3s ease-in;
    border: 1px solid #FFFFFF !important;
  font-size: 16px;
  padding: 10px 25px !important;
  border-radius: 4px;
  cursor: pointer;
}


.fixed .navbar-brand img {
    margin-left: -20px;
}
.other-pages .head-btn {
  background-color: #C3CA43;
  color: #22212c !important;
  font-family: 'WorkSans-Regular';
}

.btn-hme {
  border-radius:4px;
  padding:12px 30px;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  font-family: 'WorkSans-Medium';
  background-color: inherit;
  transition: 0.3s ease-in;
  font-size: 16px;
  text-align: left;
}
.pagination {
    position: absolute;
    right: 141px;
    bottom: -59px;
    font-family: 'WorkSans-Regular';
    font-size: 14px;
    color: #1B1B1B;
}
.btn-hme:hover {
  background-color: #fff;
  color: #000;
}


#homeCarousel .carousel-caption {
  padding: 30px 40px;
  width: 65%;
  margin: 0 auto;
  align-self: center;
  position: initial !important;
}
#solutionsCarousel .carousel-indicators li.active {
border: 2px solid #1b1b1b;
}

.carsl_cnt {
    z-index: 20;
    width: 100%;
  margin: 10px auto;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'WorkSans-Regular';
  font-size: 18px;
}
#homeCarousel .carousel-caption p.knw-mr
{
  margin-top: 40px;
}
#homeCarousel .carousel-caption p.knw-mr a
{
  border-radius: 4px;
  padding: 12px 40px;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  font-family: 'WorkSans-Medium';
  background-color: inherit;
  transition: 0.3s ease-in;
  font-size: 16px;
  text-align: left;
}
#homeCarousel .carousel-caption p.knw-mr a:hover
{
  background-color: transparent;
}
.banner-inner {
    height: 100%;
    display: flex;
}
#homeCarousel .carousel-indicators {
  display: flex;
  margin: 0 auto;
  bottom: 28%;
  right:0px;
  width: 18px;
  z-index: 1;
  float:none;
  bottom:120px;
  left: 0px;
}

#homeCarousel .carousel-indicators li {
    border: 1px solid #fff;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 0 5px 0px;
    align-self: center;
    transition: .3s;
    padding: 4px;
}
.viewmore {
    position: absolute;
    bottom: 28px;
    right: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}
.viewmore .dwnimg{
    width:45px;
    height: 45px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
}
.dwnimg img{
    margin: 13px;
}
.new-col-two {
    display: none;
}
/* .dwnimg{
    animation: Circlebounce 2s infinite;
    -webkit-animation: Circlebounce 2s infinite;
    -moz-animation: Circlebounce 2s infinite;
    -o-animation: Circlebounce 2s infinite;
} */
@-webkit-keyframes Circlebounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
 40% {-webkit-transform: translateY(-30px);}
 60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes Circlebounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-30px);}
 60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes Circlebounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-30px);}
 60% {-o-transform: translateY(-15px);}
}
@keyframes Circlebounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-30px);}
 60% {transform: translateY(-15px);}
}



@media screen and (max-width:767px) {
    
    .landing-wrapper img {
        width: 65px;
    }
    .site-pan {
        width:100%;
        flex:100%;
    }
    .sold {
        display: inline-block;
        margin-top: 20px;
    }
    #project .owl-nav {
        margin-right: 33px !important;
    }
    .green-desktop {
        display: none;
    }
    .landing-content h5 {
        font-size: 25px !important;
    }
    .slider-for h4 {
        margin-bottom: 15px;
    }
    header .container-fluid {
        width: 95% !important;
    }
    .top--header .navbar-brand img {
        width: 50px !important;
    }
    .breadcumb {
        margin-bottom:-8px;
    }

    .sort--list .nav li {
    padding-right: 20px;
    margin-bottom: 20px;
}
.projects-wrapper {
    padding: 35px 0px !important;
}
.container {
    max-width: 100% !important;
}
.sort--list .nav
{
    padding: 20px 0px 9px 0px !important;
}
.side--nav {
    display: none;
}
.new-col-two
.carousel-control-prev img, .carousel-control-next img {
    width: 25px;
}
}
#homeCarousel .carousel-indicators .active {
  border: 1px solid #ffffff;
  background-color: initial;
    width: 13px !important;
    height: 13px !important;
    padding: 6px;
    background-color: transparent;
}

.text-head {
  font-size: 36px;
  color:#1B1B1B;
  text-transform: uppercase;
  font-family: 'LibreBaskerville-Regular';
}

.text-head span {
  color: #A6AE17;
}

/* Ends */

/* Philosophy section */

#philosophy {
  padding: 80px 0px 60px;
}

.pr--list--left .img-wrapper {
  height: 100%;
}

.pr--list--left .img-wrapper img {
  height: 100%;
}

.timers-section {
  width: 45%;
  border: 1px solid #c3ca43;
  border-left: 4px solid #c3ca43;
  margin-bottom: 35px;
  padding: 20px;
}
#homeCarousel .carousel-item {
    height: 800px;
}
@media screen and (max-width:767px) {
  .pr-0, .px-0
  {
    padding-left: 0px !important;
  }
  .text-head {
      text-align:left;
  }
  #featured-projects h3 {
      padding-left:15px;
  }
  .banner--header
  {
    height: 500px !important;
  }
  body
  {
    padding: 0px !important;
  }
  .top--header .navbar-brand img
  {
    margin-left: 0px !important;
    padding-bottom: 15px;
  }
  #project-deatail-one #proj-car .carousel-indicators {
    bottom: -44px;
}
.col-one-pro, .col-cus-three  {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    cursor: pointer;
}
.homemodal .modal-dialog {
    margin: 0px;
    height: 100%;
    max-width: 100%;
}
li.nav-item {
    padding: 0px 15px;
}

#homeCarousel .carousel-item {
    height: 600px !important;
}
.banner-inner {
    height: 100%;
    display: flex;
}
.other-pages .head-btn {
    color: #fff !important;
}
.head-btn {
    padding-left: 34px !important;
}
.homemodal {
    width: 100%;
    position: fixed !important;
}
  .timers-section {
    width: 100%;
  }
  #homeCarousel .carousel-caption {
    bottom: 10px !important;
  }
  #homeCarousel .carousel-caption h1 {
  font-size: 20px !important;
}
  .contact--form {
    position: initial !important;
  }
  #homeCarousel .carousel-caption {
    padding: 20px;
  }

  .left--col {
    display: none;
  }

  .nav-menu {
    float: right;
    
  }
}


@media(min-width:991px) and (max-width:1250px)
{
  .container-2:hover input#search {
      width: 480px;
      background: #f1f1f1;
  }
}

.timers-section h5 {
  font-size: 30px;
  color: #1b1b1b;
  font-family: 'Roboto-Regular';
  margin-bottom: 2px;
}

.timers-section h5 label {
  margin-bottom: 0px;
  font-size: 37px;
}

.timers-section span {
  font-size: 16px;
  color: #6d6d6d;
}
#solutionsCarousel h3 {
    margin-bottom: 35px;
}
.phil-content h3 {
  margin-bottom: 15px;
}

.phil-content p {
  font-size: 16px;
  color: #6d6d6d;
  margin-bottom: 40px;
}

.btn-typ1 {
  border-radius: 0px;
  padding: 0px;
  padding-right: 10px;
  text-align-last: left;
  color: #1B1B1B;
  border: 0px;
  position: relative;
  font-family: 'WorkSans-Medium';
  font-size: 16px;
  background-color: inherit;
}
.btn-typ1::after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    height: 3px;
    width: 7px;
    background-color: #A6AE17;
    transition: width 0.2s;
}
.text-link:hover:after {
    width: 13px;
}
.btn-typ1:hover {
    color: #1B1B1B;
}
.btn-typ1:hover:after {
    width: 10px;
}
.news-post a:hover .post-img .img {
    transform: scale(1.01);
}
.owl-nav {
    display: flex;
    width: 50px;
    margin-right:17px;
    float: right;
    justify-content: space-between;
}
#project .owl-nav {
    display: flex;
    width: 50px;
    float: right;
    margin-right:137px;
    margin-top: 50px;
    justify-content: space-between;
}
#project .owl-nav p {
    align-self: center;
    margin-right: 15px;
    margin-top: 4px;
      font-family: 'WorkSans-Medium';
    color: #1B1B1B;
    font-size: 16px;
    order:1;
}
.project-card:hover .img-container .img {
    transform: scale(1.01);
}
.owl-nav > div, .slick-arrow {
    opacity: 1;
    transition: 0.3s ease-in;
}
.owl-nav > div:hover, .slick-arrow:hover {
    opacity:0.5;
}
#project .owl-nav .owl-prev{
    order:2;
}
#project .owl-nav .owl-next {
    order:3;
}
#project .owl-nav .owl-prev:hover{
    opacity: 0.5;
}
#project .owl-nav .owl-next:hover {
    opacity: 0.5;
}
.content-hr  hr {
    border: 0;
    width: 2px;
    height: 100%;
    background-color: #A6AE17;
    margin: 0 auto;
}

#homeCarousel .carousel-caption h1 {
    font-family: 'LibreBaskerville-Regular';
}
.btn-typ1 span {
  position: absolute;
  height: 100%;
  right: 0px;
  background-color:#c3ca43;
  top: 0;
  padding: 15px 20px;
}
.banner--header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}
/* Ends */

/* Featured Projects Section Starts Here */

#featured-projects h3 {
  margin-bottom: 35px;
}

@media screen and (min-width:991px) {
  .pr--right {
    padding-left: 9px;
  }
}

@media(min-width:768px) and (max-width:991px)
{
  #csr .csr-detail-wrapper .csr-listing-wrapper
  {
    margin-bottom: 80px !important;
  }
  .container-2:hover input#search
  {
          width: 400px !important;
  }
}

@media screen and (max-width:991px) {
  .project--list {
    margin-bottom: 15px;
  }
#homeCarousel .carousel-caption h1 {
  font-size: 23px !important;
}
  #homeSlide .carousel-caption {
    bottom: 25px;
  }
}

.project--list .img-wrapper {
  position: relative;
}

.project--list .img-wrapper::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0;
  right: 0px;
  left: 0px;
}

.img-wrapper .flats {
    display: none;
}

.img-wrapper .shops {
    display: none;
}
.img-wrapper:hover .img-head {
  display: none;
}

.img-wrapper:hover .image-wrapper--text {
  display: block;
}

.image-wrapper--text {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  transition: 0.3s ease-in;
}
.img-head {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
  width: 100%;
  transition: 0.3s ease-in;
}

#featured-projects {
  padding: 10px 0px 10px;
}

.image-wrapper--text h6 {
  color: #1b1b1b !important;
}

.image-wrapper--text p {
  font-size: 18px;
  margin-bottom: 0px;
  color: #202020;
  font-family: 'Roboto-Regular';
}

#featured-projects .btn-typ1 {
  margin: 30px auto 0px;
  display: inherit;
  width: 170px;
}

.know--mre {
  color: #202020;
  text-transform: uppercase;
  font-size: 16px;
  background: url(../images/arrow1.png);
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 94%;
  width: 158px;
  background-size: 8px;
  text-align: center;
  margin: 44px auto 0px;
  transition: 0.3s ease-in;
  position: relative;
  z-index: 10;
}
.fancybox-prev span {
        background: url('http://mirlocbeta.epizy.com/optimum/main/images/right_arrow.png');
        background-size: 33px;
}
.fancybox-next span {
    background: url('http://mirlocbeta.epizy.com/optimum/main/images/left_arrow.png');
        background-size: 33px;
}
.know--mre:hover {
  color: #202020;
  background-position: 100%;
}
.fancybox-close {
    background: url('http://mirlocbeta.epizy.com/optimum/main/images/close.svg');
    background-size: 23px;
    background-repeat: no-repeat !important;
    background-position: center;
}
.img-wrapper h6 {
  font-size: 26px;
  font-family: 'Roboto-Medium';
  color: #fff;
}

.img-head>div {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.main--wapper--sec {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

/* Ends Here */

/* Green Solutions Starts */

#green-section .slick-arrow {
    bottom: -30px;
}
#green-section {
  padding: 80px 0px 80px;
  text-align: center;
  background-color: #F8F8F8;
}
.slider-for button {
    display: none;
}
#featured-projects {
    padding-bottom: 100px;
    padding-top: 80px;
}
.green-section {
    min-height: 200px;
    margin-bottom: 50px !important;
    background-color: #fff;
    padding: 45px 30px;
    text-align: left;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.green-section>div {
  border-radius: 50%;
  width: unset;
  margin: 0 auto;
  height: 110px;
  display: inline-flex;
  justify-content: center;
  transition: 0.3s ease-in;
}
.green-section>div:hover {
    transform: scale(1.1)
}
.green-section:hover .green-section img {
  transform: scale(1.1);
}

.green-section {
  margin-bottom: 10px;
}

.green-section h6 {
  font-size: 18px;
  height:50px;
  font-family: 'WorkSans-Medium';
  margin-top: 20px;
  color: #1b1b1b;
}

.green-section>div img {
  align-self: center;
}

/* Ends */

/* Testimonial Section */
#solutionsCarousel .carousel-indicators {
  bottom: -50px;
}
#client-testtmonial {
  padding: 80px 0px 50px;
}

#client-testtmonial p, #client-testtmonial .qm {
  font-size: 18px;
  color: #1B1B1B;
  line-height:inherit;
  margin-bottom: 2px;
   font-family: 'WorkSans-Regular';
}
.qm {
    background: url('../images/qm.png');
   padding-left: 50px;
   background-repeat: no-repeat;
}
#client-testtmonial .owl-carousel {
  margin-top: 35px;
}
 .profle-box {
      background: linear-gradient(to bottom, #fff 30%, #eeeeee 0%);
    }
    .profile-cont-wrapper h5 {
      margin-bottom:10px;
    }
    .profle-box img {
      margin: 0 auto;
      display: block;
      width: 238px;
      border-radius: 50%;
      height: 238px;
          border: 1px solid #c2c58e;
    }
    .profle-box   a {
      color: #1b1b1b;
      display: inline-block;
        padding-right: 12px;
        font-size: 16px;
        position: relative;
    }
    .profile-cont-wrapper a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    height: 3px;
    width: 7px;
    background-color: #A6AE17;
    transition: width 0.2s;
}
    .profile-cont-wrapper a:hover::after {
        width: 13px;
    }
.close {
    opacity: 1;
}
    .profle-box   a:hover {
        transition: 0.3s ease-in;
        background-position: 100%;
        color: #C3CA43;

    }
    .profile-cont-wrapper {
      text-align: center;
      padding: 30px 0px 40px;
    }
      #about-sec-tab {
      margin-bottom: 70px;
    }
#client-testtmonial h4 {
  font-family: 'WorkSans-Medium';
  margin-top: 20px;
  color: #1b1b1b;
  font-size: 20px;
  background: url(../images/ar2.png);
    background-position: left;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 34px;
}
#client-testtmonial h3 {
    border-bottom: 1px solid #1B1B1B;
    padding-bottom: 22px;
}
.main--head {
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main--head .sort--list
{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.main--head .sort--list ul
{
  list-style-type: none;
    padding: 0;
    display: flex;
    margin: 0;
}
.main--head .sort--list ul li
{
  padding: 0px 10px;
}
.main--head .sort--list ul li a
{
  color: #FFFFFF;
  padding: 0px 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.main--head .sort--list ul li.active a
{
  color: #C3CA43;
  font-size: 16px;
}
.main--head .sort--list ul li.active a span
{
    border-bottom: 2px solid #C3CA43;
    padding-bottom: 2px;
}
.main--head .sort--list select
{
  background: transparent;
  color: #C3CA43;
  text-transform: uppercase;
  border: 1px solid #C3CA43;
  padding: 10px 20px;
}
@media(max-width:992px)
{
  .main--head
  {
    display: block;
  }
  .sort--list
  {
    display: block;
  }
  .main--head .sort--list ul
  {
    display: block;
  }
  .main--head .sort--list
  {
    display: block;
  }
  .main--head .sort--list ul li
  {
    padding: 10px 0px;
  }
  .main--head .sort--list ul li a
  {
    padding: 0px;
  }
}
.client-item {

  transition: 0.3s ease-in;
}

.client-item>div {
  min-height: 350px;
}

.owl-dots {
  display: flex;
  margin-top: 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.owl-dots .owl-dot {
    display: inherit;
    margin: 0px 5px 10px;
}
.owl-dots .owl-dot span {
  padding: 5px;
  border-radius: 50%;
  border: 2px solid #b7b7b7;
}

.owl-dots .active span {
  border: 2px solid #1b1b1b;
}
.landing-content {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  height: 100%;
  background-color: rgb(0 0 0 / 0.2);
}
.landing-content .landing-wrapper
{
  position: absolute;
    left: 0;
    right: 0;

    right: 0;
   align-self:center;
    margin: auto;
    display: table;
    width: 100%;
}

.landing-wrapper:hover a{
   background:white;
   color:#a6ae17;
}
.landing-content h5 {
  bottom: 158px;
  font-family: 'Roboto-Regular';
  font-size: 32px;
  text-transform: uppercase;
}
@media screen and (min-width:1501px) {
    .landing-content h5 {
        font-size: 64px !important;
    }
    /* .landing-content {
        top:250px !important;
    } */
}
.landing-content a {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 22px;
  display: inline-block;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  text-transform: uppercase;
  margin-top: 20px;
}

/* Contact Us Page Starts Here */
.sort--list .nav li a {
    color: #464646;
    text-transform: uppercase;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 0px 10px 0px;
    font-family: 'WorkSans-Regular';
    opacity: 77%;
}
.breadcrumb-item+.breadcrumb-item::before
{
      color: #838383 !important;
}
.sort--list .nav li.active a {
    border-bottom: 3px solid #A6AE17;
    color: #4B4B4B;
    opacity: 100%;
    font-family: 'WorkSans-Medium';

}

.banner--header {
  height:600px;
  background: url(../images/banner2.png);
  background-size: cover;
    background-position: center;
}
.banner--header.about-us {
  height:600px;
  background: url(../images/About-us-ban-2.png) !important;
  background-size: cover;
    background-position: center;
}
.banner--heade.abt--banner {
      height:600px;
  background: url(../images/about_us_banner.png);
  background-size: cover;
    background-position: center;
}

.banner--header.project-banner
{
  height:600px;
  background: url(../images/projects_banner.png);
  background-size: cover;
  background-position: center;
}
.banner--header.contact-banner
{
  height:600px;
  background: url(../images/contact_banner.png);
  background-size: cover;
  background-position: center;
}
.banner--header .row {
  justify-content: space-between;
  height: 100%;
}

.banner--header .container {
  height: 100%;
}

header {
  z-index: 10;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
  padding-left: 0px;
  align-items: center;
}

.breadcrumb li.active a {
  color: #fff;
  font-size: 16px;
  font-family: 'WorkSans-Medium';
}

header .container-fluid {
  width: 81%;
}
@media screen and (max-width:1501px) {
    .text-head {
        font-size: 28px !important;
    }
    #client-testtmonial p, #client-testtmonial .qm {
        font-size: 16px;
        width: 90%;
    }
    header .right-col li a {
        font-size: 14px !important;
    }
}
.left--col li:last-child a {
  padding-right: 0px;

}
.ui-autocomplete {
    position: absolute;
    top: 220px;
    /* left: 0; */
    right: 203px;
    cursor: default;
    margin: 0 auto;
}
header .right-col li:last-child {
  margin-right: 0px;
}

.top--header .navbar-brand img {
  margin-left: -20px;
  padding-bottom: 15px;
}

.carousel {
  width: 100%;
}

.breadcrumb li a {
  color: #fff;
  font-size: 16px;
  font-family: 'WorkSans-Medium';
  text-transform: uppercase;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '|';
}

.main--head {
  padding: 20px 0px;
}

.main--head h3 {
  color:#fff;
  font-size: 36px;
 font-family: 'LibreBaskerville-Regular';
  text-transform: uppercase;
  align-self: center;
}

.contact-two {
  padding: 40px 0px 170px;
}

.contact--content ul {
  list-style: none;
  padding-left: 0px;
}

.contact--content ul li {
  width: 65%;
  padding: 10px 30px;
  background-color: #F6F6F6;
  margin-bottom: 25px;
  border-left: 5px solid #C3CA43;
}

.contact--content ul li address {
  color: #231F20;
  font-size: 16px;
  margin-bottom: 0px;
}

.contact--content ul li p {
  margin-bottom:0px;
}

.contact--content ul li p a {
  color: #231F20;
  font-size: 16px;
  text-decoration: none;
}

.address-section {
  padding:10px 20px;
  background-position: left;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.contact--content ul li:first-child .address-section {
  background: url('../images/location.svg');
  padding-left: 60px;
  background-position: 0px 12px !important;
}

.contact--content ul li:nth-child(2) .address-section {
  background: url('../images/call.png');
  padding-left: 60px;
  background-position: 0px 6px !important;
}

.contact--content ul li:nth-child(3) .address-section {
  background: url('../images/email.png');
  padding-left: 60px;
  background-position: 0px 2px !important;
}

.relative {
  position: relative;
}

.contact--form {
position: absolute;
    right: 0px;
    bottom: -101px;
    z-index: 1;
    padding: 30px 40px;
    background-color: #EEEEEE;
}

.contact--form h3 {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
   font-family: 'LibreBaskerville-Regular';
   color: #241414;
}

.contact--form p {
  text-align: center;
  font-size: 16px;
  font-family: 'WorkSans-Regular';
   color: #241414;
}

.contact--form label {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'WorkSans-Regular';
  display: block;
  margin-bottom: 10px;
  color: #231F20;
}

.contact--form .form-control {
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  color: #BCBCBC;
  font-family: 'WorkSans-Regular';
  font-size: 16px;
  padding: 20px 15px;
}

.contact--form .form-control:focus {
  outline: 0px;
  box-shadow: none;
}

.contact--form .btn-contact {
  background-color:inherit;
  padding: 14px 35px;
  border-radius: 4px;
  font-family: 'WorkSans-Medium';
  border: 1px solid #A6AE17;
  font-size: 16px;
  color: #1B1B1B;
}

/* Ends Here */

/* Projects Starts Here */

.projects-wrapper {
  padding: 60px 0px;
}

.col-full {
  width: 100%;
  max-width: 100%;
  flex: 100%;
}

.projects-wrapper .row {
  margin-bottom: 5px;
}

@media screen and (min-width:767px) {
  .col-cus {
    width: 49.8%;
    max-width: 49.8%;
    flex: 49.8%;
  }
  .green-mobile {
      display: none;
  }
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1 !important;
}
@media screen and (max-width:767px) {
  .csr-detail-wrapper .col-md-12 {
    margin-bottom: 80px;
  }
  .footer--bar ul li {
      padding-left: 0px;
  }
  .col-cus,
  .col-cus-three {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }

  .contact--form {
    padding: 30px !important;
  }

  .contact-two {
    padding-bottom: 60px;
  }
}

@media screen and (min-width:767px) {
  .col-cus-three {
    width: 33.2%;
    max-width: 33.2%;
    flex: 33.2%;
    margin-bottom:2px;
  }
    .col-one-pro {
    width: 33.2%;
    max-width: 33.2%;
    flex: 33.2%;
    margin-bottom: 2px;
  }
}
.projects-wrapper .col-cus-three:nth-child(1) {
    max-width: 50%;
    flex: 50%;
    width:50%;
}
.projects-wrapper .col-cus-three:nth-child(2) {
 max-width: 49.9%;
    flex: 49.9%;
    width: 49.9%;
}
.projects-wrapper .col-cus-three:nth-child(6) {
    max-width: 50%;
    flex: 50%;
    width: 50%;
}
.projects-wrapper .col-cus-three:nth-child(7) {
 max-width:  49.9%;
    flex:   49.9%;
    width:  49.9%;
}
.projects-wrapper .col-cus-three:nth-child(11) {
    max-width: 50%;
    flex: 50%;
    width: 50%;
}
.projects-wrapper .col-cus-three:nth-child(12) {
 max-width:  49.9%;
    flex:  49.9%;
    width:  49.9%;
}
.projects-wrapper .col-cus-three:nth-child(16) {
 max-width: 50%;
    flex: 50%;
    width: 50%;
}
.projects-wrapper .col-cus-three:nth-child(17) {
 max-width:  49.9%;
    flex:  49.9%;
    width:  49.9%;
}
.col-cus-three  .img-wrapper {
    height: 320px;
}
.pr--banenr {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}

.projects-wrapper .img-wrapper {
  position: relative;
}



/* Ends Here */

/* Projects Page Starts Here */

#projects-breadcrumb li a {
  color: #838383;
  text-transform: uppercase;
    font-family: 'WorkSans-Regular';
    font-size: 14px;

}

#projects-breadcrumb li.active a {
  color: #231F20;
    font-family: 'WorkSans-Medium';

}

/* Ends Here */

/* Footer Section Starts */

footer {
  background-color: #1b1b1b;
  padding: 30px 0px;
  color: #fff;
}

footer h2 {
  font-family: 'LibreBaskerville-Bold';
  color: #c3ca43;
  font-size: 46px;
  text-transform: uppercase;
  cursor: pointer;
  padding-bottom: 20px;
  text-align: center;
}
.mobile-menu li a img {
    width: 37px;
}
footer hr {
  margin: 10px 0px 20px;
  border-top: 1px solid #323232;
}

@media screen and (min-width:1601px) {

    #client-carousel .owl-nav {
        margin-right: -23px;
    }
}
.footer--bar h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'WorkSans-Medium';
  font-size: 16px;
  margin-bottom: 15px;
}

.footer--bar p {
  margin-bottom:12px;
    font-family: 'WorkSans-Regular';
  font-size: 14px;
  opacity: 0.6;
}

.footer--bar p a {
  color: #ffffff;
  font-family: 'WorkSans-Regular';
  font-size: 14px;
}

.footer--bar p a:hover {
  color: #c3ca43;
  transition: 0.3s ease-in;
}

.footer--bar p a img {
  padding-right: 10px;

}

.footer--bar ul li {
  margin-bottom: 6px;
}

.footer--bar {
  padding: 10px 0px 0px;
  width: 81%;
  margin: 0 auto;
}

.footer--bar ul li a {
  color: #ffffff;
  font-family: 'Roboto-Medium';
  font-size: 14px;
  padding: 0px;
  opacity: 0.6;
}

.footer--bar ul li a:hover
{
    color:#c3ca43;
    transition: 0.3s ease-in;
}

.bottom--footer h4 {
  font-size: 14px;
  color: #fff;
  font-family: 'WorkSans-Regular';
  opacity: 0.8;
}

.bottom--footer {
  padding-top: 15px;
}

.bottom--footer h4 span {
  padding: 0px 6px;
}

.social-icons .fb span {
  background-position: 4px 0px;
}

.social-icons .ytb span {
  background-position: -69px 0px;
}

.social-icons .twitter span {
  background-position: -31px 1px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons a span {
  background: url('../images/social.png');
  padding: 6px 16px;
  background-repeat: no-repeat;
}

.bottom--footer h4 a {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  font-family: 'WorkSans-Regular';
}
.bottom--footer h4 a:hover
{
    color:#c3ca43;
    transition: 0.3s ease-in;
}

@media screen and (min-width:1601px) and (max-width:1751px) {
  footer .container-fluid .row {
    max-width: 1452px;
    margin: 0 auto;
  }
#homeCarousel .carousel-caption h1 {
    width: 100%;
    margin: 0 auto;
  font-size: 44px;
}

  #homeCarousel .carousel-caption {
    width:62%;
  }


}
.fixed .head-btn{
    background-color: #C3CA43;
}
.fixed .head-btn:hover {
    background-color: #8b9031 !important;
}
@media screen and (min-width:1751px) {
  footer .container-fluid .row {
    max-width: 1452px;
    margin: 0 auto;
  }
  .col-one-pro:nth-child(2) {
      width: 49.7% !important;
      max-width:  49.7% !important;
      flex:  49.7% !important;
  }
#homeCarousel .carousel-caption h1 {
  font-size: 54px;
}



  #homeCarousel .carousel-caption {
    width: 73%;
  }



}
@media screen and (min-width:1751px) {
  #homeCarousel .carousel-caption {
    width: 65%;
  }
}
@media screen and (max-width:1601px) and (min-width:991px) {
  #homeSlide .carousel-caption {
    bottom: 150px;
  }

  #homeSlide .carousel-caption h5 {
    text-transform: uppercase;
    font-size: 32px;
  }
}
@media screen and (max-width:1601px) and (min-width:1201px) {
#homeCarousel .carousel-caption h1{
    width:100%;
    margin: 0 auto;

}
}
@media screen and (min-width:1601px) {
  #homeSlide .carousel-caption {
    bottom: 228px;
  }
.carsl_cnt {
      font-size: 22px;
  }

  #homeSlide .carousel-caption h5 {
    text-transform: uppercase;
    font-size: 64px;
  }
}

@media screen and (max-width:1251px) {
  .navbar-brand img {
    width: 80px;
  }
header .right-col li {
    margin: 10px 9px;
}

  #homeSlide .carousel-caption {
    bottom: 120px;
  }

  #homeSlide .carousel-caption h5 {
    text-transform: uppercase;
    font-size: 40px;
  }

  .carousel-caption h1 {
    font-size: 26px !important;
  }

  .carousel-caption p {
    width: 80%;
    font-size: 16px;
  }
}

@media screen and (max-width:767.98px) {
    .slide-title {
        max-width:100% !important;
    }
  .carousel-caption {
    padding: 20px;
    bottom: 20px;
  }
  .footer--bar {
      width: 90%;
  }
   .project-card .more-info {
    max-height: 0 !important;
  }
  #project-detail-three ul li {
      width: 100% !important;
      max-width: 100% !important;
  }
  .footer--bar .col-md-3 {
      margin-bottom: 15px;
  }
  address {
      margin-bottom: 0px;
  }
  footer h2 {
      font-size: 32px;
  }
.homemodal .modal-dialog {
    height: inherit !important;
}
  .phil-content {
    margin-bottom: 20px;
  }

  .desktop-menu {
    display: none;
  }

  .hamburger .line {
    width: 50px;
    height: 5px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .hamburger:hover {
    cursor: pointer;
  }

  #hamburger-3.is-active .line:nth-child(1),
  #hamburger-3.is-active .line:nth-child(3) {
    width: 40px;
  }

  #hamburger-3.is-active .line:nth-child(1) {
    -webkit-transform: translateX(-10px) rotate(-45deg);
    -ms-transform: translateX(-10px) rotate(-45deg);
    -o-transform: translateX(-10px) rotate(-45deg);
    transform: translateX(-10px) rotate(-45deg);
  }

  #hamburger-3.is-active .line:nth-child(3) {
    -webkit-transform: translateX(-10px) rotate(45deg);
    -ms-transform: translateX(-10px) rotate(45deg);
    -o-transform: translateX(-10px) rotate(45deg);
    transform: translateX(-10px) rotate(45deg);
  }

  .hamburger {
    float: right;
  }
}

@media screen and (min-width:767.98px) {
  .mobile-menu {
    display: none;
  }
}
.error {
    color:red;
    font-size:12px;
}
.modal-content {
  border-radius: 0px;
}
.letstalk {
  position: fixed;
  top: -46px;
  right: 0;
  height: 100%;
  display: none;
  z-index: 11;
  width: 600px;
}
.letstalk .modal-dialog {
  margin: 0px;
  height: 100%;
  max-width: 100%;
  top: 46px !important;
  right: 0;
}
.modal-open .modal {
    overflow: hidden;
}
.letstalk .modal-content {
  padding: 50px;
  background-color: #1B1B1B;
  height: 100%;
  border:0px;
}

.letstalk .modal-content h5 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
    font-family: 'LibreBaskerville-Regular';
}

.letstalk .modal-content p {
  color: #fff;
  font-family: 'WorkSans-Regular';
  font-size: 16px;
  text-align: center;
}

.letstalk .modal-content label {
  color: #fff;
  font-family: 'WorkSans-Regular';
  font-size: 12px;
  text-align: center;
}

.letstalk .modal-content .form-control {
  border: 0px !important;
  border-radius: 0px;
  font-family: 'WorkSans-Regular';
}

.letstalk .modal-content .form-group {
  margin-bottom: 25px;
}
.letstalk .btn-contact {
     background-color: #A6AE17 !important;
     color: #22212C !important;
}
.homemodal .modal-dialog {
  margin: 0px;
  height: 100%;
}

.homemodal .modal-content {
  padding: 50px;
  background-color: #1B1B1B;
  border: 0px;
}

.homemodal .modal-content h5 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'LibreBaskerville-Regular';
}

.homemodal .modal-content p {
  color: #fff;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  text-align: center;
}

.homemodal .modal-content label {
  color: #C8C8C8;
  font-family: 'WorkSans-Regular';
  font-size: 16px;
  text-align: center;
}

.homemodal .modal-content .form-control {
  border: 0px !important;
  border-radius: 0px;
}

.homemodal .modal-content .form-group {
  margin-bottom: 25px;
}

.btn-contact {
  color: #ffff;
  font-family: 'WorkSans-Regular';
  font-size: 16px;
  background-color: transparent;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 8px 25px;
  border: 1px solid #A6AE17;
}

.homemodal .close {
  position: absolute;
  right: 26px;
  top: 17px;
}
.counte  {
    display: none;
}
.letstalk .close {
    opacity: 1;
  position: absolute;
  right: 26px;
  top: 17px;
}
.side--nav ul li:not(:last-child) {
  padding: 0px 0px 15px;
  padding-left: 30px;
}

.side--nav ul li {
  border-left: 1px solid #000000;
  padding-left: 30px;
}

.side--nav ul li a {
  font-size: 16px;
  color: #7E7E7E;
  font-family: 'WorkSans-Regular';
}
.side--nav ul li.active span
{
  background-color: #c3ca43;
}
select option {
    color: #1B1B1B;
    font-size: 13px;
    padding-bottom: 15px;
}

.side--nav ul li.active a {
  font-size: 16px;
  color: #1B1B1B;
    font-family: 'WorkSans-Medium';
}
.side--nav nav {
  position: sticky;
  top: 150px;
}
.side--nav ul {
  list-style: none;
  margin-left:1px;
  padding-left: 3px;

  top:150px;

}
.content .sold {
    display: none;
}
.sold {
    font-size: 16px;
    padding: 11px 17px;
    background-color: #FF4923;
    margin-top: 0px;
    display: inline-block;
    COLOR: #FFF;
    position: relative;
    MARGIN-LEFT: 31PX;
    bottom: 7px;
}
#project-details-two {
    margin-bottom: 60px;
}
#projects-breadcrumb {
    margin-bottom:0px;
}
.side--nav ul li span {
  width: 4px;
  position: absolute;
  left:-3px;
  margin: 4px 0px;
  padding: 5px;
  border: 1px solid #231F20;
  border-radius: 50%;
  height: 6px;
  background-color: #fff;
  display: inline-block;
}

/* Tab Section style starts here */

.sort--list .nav {
  width: 100%;
  border-bottom:1px solid #D8D8D8;
  justify-content: left;
  padding: 40px 0px 9px 0px !important;
}
.sort--list .nav  {
  width: 100%;
  border-bottom:1px solid #D8D8D8;
  justify-content: left;
  padding: 40px 0px 0px 0px;
}
.sort--list .nav  li
{
  padding-right: 20px;
}
.sort--list .nav  li a {
  color: #6d6d6d;
  text-transform: uppercase;
  border-top: none;
  border-left: none;
  border-right: none;
  padding:10px 0px 10px 0px;
    font-family: 'WorkSans-Regular';

}

.sort--list .nav  li.active a {
  border-bottom: 3px solid #A6AE17;
  color: #4B4B4B;
  opacity: 100%;
  font-family: 'WorkSans-Medium';
}



#about-sec-tab .nav-tabs {
  width: 100%;
  border-bottom:1px solid #D8D8D8;
  justify-content: left;
  padding: 40px 0px 0px 0px;
}
#about-sec-tab .nav-tabs .nav-item
{
  padding-right: 20px;
}
#about-sec-tab .nav-tabs .nav-link {
  color: #6d6d6d;
  text-transform: uppercase;
  border-top: none;
  border-left: none;
  border-right: none;
  padding:10px 0px 10px 0px;
  font-family: 'WorkSans-Regular';
  border: none;
}

#about-sec-tab .nav-tabs .nav-link.active {
  border-bottom: 3px solid #A6AE17;
  color: #4B4B4B;
  opacity: 100%;
  font-family: 'WorkSans-Medium';
}

#about-sec-tab .bunglow-wrapper {
  text-align: right;
}

#about-sec-tab #about .about-tab-wrapper {
  padding: 70px 0px;
}

#about-sec-tab #about .tab-cont-wrapper h3 {
  color: #1b1b1b;
  font-family: 'LibreBaskerville-Regular';
  padding-bottom: 15px;
  margin: 0;
  text-transform: uppercase;
  font-size: 26px;
}

.profle-box {
    background: linear-gradient(to bottom, #fff 30%, #eeeeee 0%);
    text-align: center;
}
.profile-cont-wrapper {
    text-align: center;
    padding: 30px 0px 40px;
}

#about-sec-tab #about .tab-cont-wrapper h3 span {
  color: #c3ca43;
}

#about-sec-tab .tab-content {
  padding: 0px;
}

#about-sec-tab .tab-cont-wrapper {
  padding-bottom: 20px;
  width: 90%;
}

#about-sec-tab .tab-cont-wrapper p {
  color: #464646;
  font-family: 'WorkSans-Regular';
  margin: 0;
  font-size: 16px;
  text-align:justify;
}
.dea--popup p{
    text-align:justify;
}
#about-sec-tab .promoters-wrapper .promoters-cont-wrapper h3 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 50px;
  font-size: 26px !important;
  color:#1B1B1B;
  font-family: 'LibreBaskerville-Regular';
}

#about-sec-tab .promoters-wrapper .promoters-cont-wrapper h3 span {
  color: #C3CA43;
}

#about-sec-tab .promoters-wrapper .promoters-detail-wrapper {
  align-items: end;
  padding-bottom: 60px;
}

#about-sec-tab .promoters-wrapper .promoters-detail-wrapper .profile-wrapper {
  text-align: center;
}

#about-sec-tab .promoters-wrapper .promoters-detail-wrapper .profile-wrapper img {
  margin-bottom: -50px;
}

#about-sec-tab .promoters-wrapper .promoters-detail-wrapper .profile-cont-wrapper h5 {
  color: #1B1B1B;
  font-size: 18px;
  font-family: 'WorkSans-Medium';
  padding-bottom: 8px;
}

#about-sec-tab .promoters-wrapper .promoters-detail-wrapper .profile-cont-wrapper h6 {
  color: #464646;
  font-size: 16px;
  padding-bottom: 10px;
  font-family: 'WorkSans-Regular';
}

#about-sec-tab .promoters-wrapper .promoters-detail-wrapper .profile-cont-wrapper p {
  color: #6D6D6D;
  font-size: 16px;
}
#about-sec-tab .promoters-wrapper .promoters-detail-wrapper .profile-cont-wrapper a
{
  color:#1B1B1B;
  font-family: 'WorkSans-Medium';
}

#about-sec-tab .finisher {
  height: 120px;
  background-color: #C3CA43;
}

/* Tab Section style ends here */

/* Tab Section style ends here */

/* csr style starts here */

#csr .csr-head-wrapper {
  padding: 50px 0px 90px 0px;
}

#csr .csr-head-wrapper h2 {
  color: #1B1B1B;
  font-size: 26px;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: 'LibreBaskerville-Regular';
  padding-bottom: 10px;
}

#csr .csr-head-wrapper h2 span {
  color: #C3CA43;
}

#csr .csr-head-wrapper h4 {
  color: #6D6D6D;
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: 'WorkSans-Regular';
}

#csr .csr-detail-wrapper {
  align-items: end;
  padding-bottom: 70px;
}

#csr .csr-detail-wrapper .csr-listing-wrapper
{
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  position: relative;
  background-color: #eee;
  margin: 0 auto;
}

#csr .csr-detail-wrapper .csr-listing-wrapper h3 {
  color: #22212C;
  font-size: 18px;
  text-align: center;
  padding-top: 30px;
  font-family: 'LibreBaskerville-Bold';
}

#csr .csr-detail-wrapper .csr-listing-wrapper .upper-icon {
  position: absolute;
  top: -60px;
  padding: unset;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: unset;
  width: unset;
  box-shadow: unset;
}

#csr .csr-detail-wrapper .csr-listing-wrapper .lower-icon {
  position: absolute;
  bottom: -10px;
  border: 1px solid #1B1B1B;
  padding: 7px;
  border-radius: 50%;
  background-color: #1B1B1B;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

#csr .csr-detail-wrapper .csr-listing-wrapper ul {
  padding: 0px 10px;
  margin: 0;
}

#csr .csr-detail-wrapper .csr-listing-wrapper ul li {
  color: #1B1B1B;
  font-size: 14px;
  text-align:justify;
  line-height: 24px;
  padding: 7px 0px;
  font-family: 'WorkSans-Regular';
}

/* csr style ends here */

/* csr style ends here */

.play--btn.modal-videos {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  padding: 9px 15px 9px 44px;
  color: #fff;
  font-size: 16px;
  font-family: 'WorkSans-Medium';
  background-image: url(../images/play-button.png);
  background-repeat: no-repeat;
  z-index: 1;
  background-position: 11px 11px;
}

#project-deatail-one {
  padding-bottom: 20px;
}
#proj-car {
    margin-bottom: 40px;
}
.section-wrap {
  padding: 50px 0px 50px;
  border-bottom: 1px solid rgba(112,112,112,0.6);
}

.section-wrap:last-child {
    border-bottom: 0px !important;
}

.custom-project-col h3 {
  font-size: 36px;
  color: #1B1B1B;
    font-family: 'LibreBaskerville-Regular';
  text-transform: uppercase;
  margin-bottom: 20px;
}

.custom-project-col h3 span {
  color: #C3CA43;
  font-size: 36px;
}
.custom-project-col a {
  color: #1B1B1B;
    text-decoration: none;
    font-size: 20px;
}
.custom-project-col p {
  margin:5px 0px;
  font-family: 'WorkSans-Medium';
  color:#4B4B4B;
  font-size: 16px;
}
.section-wrap p {
}
.custom-project-col span {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #202020;
}

.flats {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/facade.png);
  background-repeat: no-repeat;
  background-position: left;
  margin-right: 30px;
}

.shops {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/shop.png);
  background-repeat: no-repeat;
  background-position: left;
}

hr {
  border-top: 1px solid #707070;
}

#project-detail-three h4 {
  font-size: 26px;
  font-family: 'Roboto-Regular';
  color: #1B1B1B;
  margin-bottom: 10px;
}

#project-detail-four h4 {
  font-size: 26px;
  font-family: 'Roboto-Regular';
  color: #1B1B1B;
  margin-bottom: 10px;
}

#project-detail-five h4 {
  font-size: 26px;
  font-family: 'Roboto-Regular';
  color: #1B1B1B;
  margin-bottom: 10px;
}

.see-map {
  font-size: 16px;
  color:#1B1B1B;
  text-decoration: none;
  padding-right: 16px;
  position: relative;
}
.see-map::after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    height: 3px;
    width: 7px;
    background-color: #A6AE17;
    transition: width 0.2s;
}
.see-map:hover:after {
    width: 15px;
}
.see-map:hover {
  color: #1B1B1B;
}

#project-detail-six h4 {
  font-size: 26px;
  font-family: 'LibreBaskerville-Regular';
  color: #1B1B1B;
  margin-bottom: 10px;
}
.custom-project-col {
    width: 100%;
}
.new-col-two {
    margin-bottom: 20px;
}
@media screen and (max-width:1201px) {
footer h2 {
    font-size:28px;
}
.footer--bar h4 {
    font-size: 14px;
}
.footer--bar p a {
    font-size: 14px;
}

.footer--bar p a:hover
{
    color:#c3ca43;
    transition: 0.3s ease-in;
}

.section-wrap h4 {
    font-size: 22px !important;
}
.side--nav ul li a {
    font-size: 14px;
}
.side--nav ul li.active a {
    font-size: 14px;
}
.main--pro li {
    width: 35% !important;
}
header .right-col li a {
    font-size: 12px !important;
    padding: 10px 0px;
}
}
@media screen and (min-width:1101px) {
.new-col-one {
    width: 100%;
}
.new-col-two {
    width: 40%;
}

}
#project-detail-three ul li {
  padding-left: 36px;
  background-repeat: no-repeat !important;
  font-size: 16px;
  font-family: 'WorkSans-Medium';
  margin: 10px 0px;
  color: #1B1B1B;
  padding-bottom: 15px;
}
@media screen and (max-width:1501px) {
#project-detail-three ul li {
    font-size: 15x;
}
.custom-project-col h3 {
    font-size: 28px !important;
}
.custom-project-col h3 span {
    font-size: 28px !important;
}
}

.main--pro {
    margin-bottom: 35px;
}
.main--pro li {
    width: 45%;
}

.main--pro h6  {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'WorkSans-Medium';
    color: #A6AE17;
}

@media screen and (min-width: 991px) {
  #project-detail-three ul li {
    width: 33%;
    max-width: 33%;
  }

  .site-pan {
    max-width: 45%;
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  #project-detail-three ul li {
    width: 49%;
    max-width: 49%;
  }

  .contact--content ul li {
    width: 100%;
  }

  .site-pan {
    width: 45%;
    max-width: 45%;
  }

}

@media screen and (max-width: 576px) {
.sort--list .nav li {
    padding-right: 20px;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}
#homeCarousel .carousel-caption {
        width: 100%;
}
.main--pro li {
    width: 100%;
}
}



.site-pan {
  padding-bottom: 15px;
}

#project-detail-six {
  padding-bottom: 50px;
}

header .left--col .mail a {

  background-repeat: no-repeat;
  background-position: left;
  padding-left: 23px;
}

header .left--col .mail a:hover
{
  color:#c3ca43;
  transition: 0.3s ease-in;
}

header .left--col .tel a {

  background-repeat: no-repeat;
  background-position: left;
  padding-left: 23px;
}

header .left--col .tel a:hover
{
  color:#c3ca43;
  transition: 0.3s ease-in;
}



.other-pages header .left--col .mail a,
.fixed .left--col .mail a {

  background-repeat: no-repeat;
  background-position: left;
  padding-left: 23px;
}

.other-pages header .left--col .tel a,
.fixed .left--col .tel a {

  background-repeat: no-repeat;
  background-position: left;
  padding-left: 23px;
}
.col-one-pro {
    position: relative
}
.col-one-pro:nth-child(1) {
    flex:50%;
    width: 50%;
    max-width: 50%;
}
.col-one-pro:nth-child(2) {
    flex: 49.9%;
    width: 49.9%;
    max-width: 49.9%;
}
.other-pages .fixed .head-btn {
        color: #22212c !important;
}


@media screen and (max-width: 991px) {
  .col-two-pro {
    max-width: 100%;
    width: 100%;
    flex: 100%;
    position: relative
}
.col-one-pro {
    max-width: 100%;
    width:100%;
    flex:100%;
    position: relative
}
#pro--col {
  padding-bottom: 45px;
}
}
.img-wrapper {
    height:350px;
    background-position: center !important;
    background-size: cover !important;
}

@media screen and (max-width:1401px) and (min-width:991px){
    #homeCarousel .carousel-caption h1 {
        width: 80%;
        font-size: 30px !important;
        margin:0 auto;
    }
}

@media screen and (min-width:576px){
 .homemodal .modal-dialog {
    margin: 0px;
    height: unset;
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (min-width:1601px){
.homemodal .modal-dialog {
    top:15%;
}
}

/* .landing-content {
    position: absolute;
    top: 164px;
    text-align: center;
    width: 100%;
} */
.landing-content h5 {
  font-family: 'Roboto-Regular';
  font-size: 32px;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.landing-content a {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 22px;
  display: inline-block;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  text-transform: uppercase;
  margin-top: 20px;
}
@media screen and (max-width:1200px) and (min-width:767px) {
    .timers-section {
        width: 100%;
    }
}

@media(min-width:991px) and (max-width:1364px)
{
.csr-detail-wrapper .col-lg-3 {
    max-width:49%;
    width:49%;
    flex:49%;
}
#csr .csr-detail-wrapper .csr-listing-wrapper {
    min-height:370px;
    margin-bottom:100px;
}
}
@media(min-width:1201px) and (max-width:1364px)
{
  #csr .csr-detail-wrapper .csr-listing-wrapper
  {
    min-height: 564px;
  }
}
@media(min-width:1221px) and (max-width:1260px)
{
  #csr .csr-detail-wrapper .csr-listing-wrapper
  {
    min-height: 529px;
  }
}
@media(min-width:1261px) and (max-width:1362px)
{
  #csr .csr-detail-wrapper .csr-listing-wrapper
  {
    min-height: 502px;
  }
}

@media(min-width:1363px)
{
  #csr .csr-detail-wrapper .csr-listing-wrapper
  {
    min-height:590px;
  }
}

@media (min-width: 767px) {
    .modal-dialog {
        max-width: 63%;
        margin: 1.75rem auto;
        top:5%;
    }
    .aboutmodal .modal-content .dea--popup {
        height: 200px;
        overflow-y: scroll;
        padding-right:25px;
    }
    #aboutTwo .modal-content {
        height: 400px;
        overflow-y: scroll;
    }
    .aboutmodal .modal-body {
      padding: 50px 20px;
    }
    .aboutmodal .modal-body {
        padding-right:0px;
    }
    #aboutTwo .modal-body {
      padding: 50px 20px;
    }
    .aboutmodal .modal-content .dea--popup::-webkit-scrollbar {
        width: 5px;
    }
    .aboutmodal .modal-content .dea--popup::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(226, 226, 226, 1);
        -webkit-border-radius: 0px;
        border-radius: 10px;
    }
    .aboutmodal .modal-content .dea--popup::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 0px;
        background: rgba(195, 202, 67, 1);
    }
    .img-wr img {
        position: sticky;
        top: 50px;
    }
    .right-col .active a{
        border-bottom: 2px solid #C3CA43;
    }
    #aboutOne .modal-content::-webkit-scrollbar-thumb:window-inactive {
    	background: rgba(255,0,0,0.4);
    }
    .aboutmodal .modal-content::-webkit-scrollbar {
        width: 5px;
    }
    .aboutmodal .modal-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(226, 226, 226, 1);
        -webkit-border-radius: 0px;
        border-radius: 10px;
    }
    #aboutTwo .modal-content::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 0px;
        background: rgba(195, 202, 67, 1);
    }
    #aboutTwo .modal-content::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(195, 202, 67, 1);
    }
}
.project-dea {
    height: 424px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position:center !important;
}
.controls  {
    height:20px;
    position:absolute;
    top:200px;
}
@media (max-width: 767px) {
    .wrapper-con {
        height:300px;
        overflow-y:scroll;
    }
    .modal {
        top:10%;
    }
    .letstalk {
        position:fixed;
        width:100%;
    }
    .aboutmodal .wrapper-con::-webkit-scrollbar {
        width: 5px;
    }

    .aboutmodal .wrapper-con::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(226, 226, 226, 1);
        -webkit-border-radius: 0px;
        border-radius: 10px;
    }
    .aboutmodal .wrapper-con::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 0px;
        background: rgba(195, 202, 67, 1);
    }
    .next-arrow {
        right: 6px;
    }
    .prev-arrow {
        right:50px;
    }
    #aboutOne .modal-content {
        height: 700px;
        overflow-y: scroll;
    }
    #aboutTwo .modal-content {
        height: 700px;
        overflow-y: scroll;
    }
    #aboutOne .modal-body {
      padding: 50px 20px;
    }
    #aboutTwo .modal-body {
      padding: 50px 20px;
    }
    #aboutOne .modal-content::-webkit-scrollbar {
        width: 5px;
    }
    #aboutOne .modal-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(226, 226, 226, 1);
        -webkit-border-radius: 0px;
        border-radius: 10px;
    }
    #aboutOne .modal-content::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 0px;
        background: rgba(195, 202, 67, 1);
    }

    #aboutOne .modal-content::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(195, 202, 67, 1);
    }
    #aboutTwo .modal-content::-webkit-scrollbar {
        width: 5px;
    }
    #aboutTwo .modal-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(226, 226, 226, 1);
        -webkit-border-radius: 0px;
        border-radius: 10px;
    }
    #aboutTwo .modal-content::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 0px;
        background: rgba(195, 202, 67, 1);
    }
    #aboutTwo .modal-content::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(195, 202, 67, 1);
    }
    .modal-dialog {
        max-width: 95%;
        margin: 1.75rem auto;
    }
    .proeject-header main {
        margin-top: 0px !important;
    }
    #aboutOne .modal-body {
      padding: 20px 20px;
    }
    #aboutOne .modal-body::-webkit-scrollbar {
      width: 0.4em;
    }
    .profle-box {
        margin-bottom: 30px;
    }
    #aboutOne .modal-body::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    .img-wr {
        margin-bottom: 20px;
    }
    #aboutOne .modal-body::-webkit-scrollbar-thumb {
      background-color: darkgrey;
      outline: 1px solid slategrey;
    }
}
#aboutTwo button.close, #aboutOne button.close{
    position: fixed;
}
button.close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2;
}
#aboutTwo button.close, #aboutOne button.close{
    position: fixed;
}
.wrapper-con h5
{
  padding-bottom:0px;
      font-family: 'WorkSans-Regular';
    font-size: 26px;
    color: #261C20;
    margin-bottom:0px;
}
.wrapper-con h6
{
  padding-bottom: 10px;

}
/* Animation delays */
#homeCarousel .carousel-caption {
  text-align: center;
}

#homeCarousel .carousel-caption h3:first-child {
  animation-delay: 1s;
}

#homeCarousel .carousel-caption h3:nth-child(2) {
  animation-delay: 2s;
}

#homeCarousel .carousel-caption button {
  animation-delay: 2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/




.img-wrapper .image-wrapper--text {
  padding: 3em;
}

.img-wrapper .image-wrapper--text::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #c3ca43;
  content: '';
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img-wrapper .image-wrapper--text::before,
.img-wrapper .image-wrapper--text p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.img-wrapper .image-wrapper--text h6 {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 15px;
}

.img-wrapper .image-wrapper--text p {
  margin: 0 auto;
  max-width: 200px;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.img-wrapper .image-wrapper--text {
  text-align: center;
}
.img-wrapper .image-wrapper--text::before,
.img-wrapper .image-wrapper--text:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media screen and (min-width:1601px) {
    .main--head h3 {
        font-size: 60px;
    }
}

.flipClock {
  display: flex;
  justify-content: space-between; }

.flipUnitContainer {
  display: block;
  position: relative;
  perspective-origin: 50% 50%;
  perspective: 300px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0px 10px 10px -10px grey; }

.upperCard, .lowerCard {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  height: 50%;
  overflow: hidden;
  }

.upperCard {
  align-items: flex-end;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .upperCard span {
    transform: translateY(50%);
    margin-bottom: -1px; }

.lowerCard {
  align-items: flex-start;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .lowerCard span {
    transform: translateY(-50%);
    margin-top: -1px; }

.flipCard.first span {
  margin-top: -1px; }

.flipCard.second span {
  margin-bottom: -1px; }

.flipCard {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100% !important;
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden; }
  .flipCard.unfold {
    top: 50%;
    align-items: flex-start;
    transform-origin: 50% 0%;
    transform: rotateX(180deg);
    background-color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
     }
    .flipCard.unfold span {
      transform: translateY(-50%); }
  .flipCard.fold {
    top: 0%;
    align-items: flex-end;
    transform-origin: 50% 100%;
    transform: rotateX(0deg);
    background-color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

     }
    .flipCard.fold span {
      transform: translateY(50%); }

.fold {
  animation: fold 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 normal forwards;
  transform-style: preserve-3d; }

.unfold {
  animation: unfold 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s 1 normal forwards;
  transform-style: preserve-3d; }

@keyframes fold {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(-180deg); } }

@keyframes unfold {
  0% {
    transform: rotateX(180deg); }
  100% {
    transform: rotateX(0deg); } }

.flip-stats-counter {
  display: flex;
  align-items: flex-start; }
  .flip-stats-counter .col {
    flex: 1; }
  .flip-stats-counter .counter, .flip-stats-counter .title {
    margin-bottom: 0;font-size: 20px;color: #1B1B1B; }
  .flip-stats-counter .counter {
    font-size: 70px;
    padding-top: 23px;
    line-height: normal;
    letter-spacing: 0.2325em;
    color: #912022;
    position: relative;
    width: 100%;
    height: 116px;
    max-width: 100%;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px 1px rgba(34, 33, 75, 0.08);
    margin-bottom: 20px; }
  .flip-stats-counter .flipCard {
    width: 290px;
    height: 58px; }
  @media only screen and (max-width: 1800px) {
    .flip-stats-counter .counter {
      font-size: 58px;

      height: 110px; }
    .flip-stats-counter .flipCard {
      width: 250px;
      height: 55px; } }
  @media only screen and (max-width: 991px) {
    .flip-stats-counter .counter {
      font-size: 40px;

      height: 80px; }
    .flip-stats-counter .flipCard {

      height: 40px; } }
  @media only screen and (max-width: 768px) {
    .flip-stats-counter .counter {

      height: 80px;
      margin-bottom: 15px; }
    .flip-stats-counter .flipCard {
       } }
  @media only screen and (max-width: 600px) {
    .flip-stats-counter {
      flex-direction: column; }
      .flip-stats-counter .item {
        margin-bottom: 40px; }
      .flip-stats-counter .counter {
        font-size: 40px;

        height: 80px; }
      .flip-stats-counter .flipCard {

        height: 40px; } }

        #philosophytwo {
            padding-bottom: 10px;
        }

        .project-card .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .4s, opacity .3s;
}
.bg-img-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.project-slider .project-card .content {
    opacity: 1;
    transform: none;
    transition: opacity 0.2s 0.6s, transform 0.2s 0.6s;
}
#featured-projects .owl-item .project-card {
    opacity: .3;
    transition: opacity 0.2s;
}
#featured-projects .active .project-card {
    opacity: 1;
}
.project-card .content {
    position: absolute;
    bottom: 7px;
    left: 50px;
    background: #ffffff;
    width: 480px;
    padding: 30px;
    padding-bottom: 0px;
    box-shadow: 0px 3px 8px 1px rgba(212, 212, 212, 0.5);
    cursor: pointer;
}
.project-card {
  position: relative;
  padding-bottom: 0px; }
  .project-card  .content {
  border-bottom: 2px solid transparent;
}
@media screen and (min-width:767px) {
  .project-card .col-12 {
  position: relative;
  padding-bottom: 70px !important; }
}
  .project-card .col-12 {
    position: relative;
  }
.project-card:hover .content {
  border-bottom: 2px solid #912022;
}

  .project-card:hover .more-info {
    opacity: 1;
    max-height: 600px;
    transition: max-height 1s, opacity 1s; }
    .project-card:hover .content .name {
    color: #912022 !important;
}
  .project-card .img-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative; }
  .project-card .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .4s, opacity .3s; }
  .project-card .content {
    position: absolute;
    bottom: 7px;
    left: 50px;
    background: #ffffff;
    width: 480px;
    padding: 30px;
    padding-bottom: 0px;
    box-shadow: 0px 3px 8px 1px rgba(212, 212, 212, 0.5); }
  .project-card .info h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .bg-img-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
  .project-card .img-container {
      width: 100%;
      height: 500px;
      overflow: hidden;
      position: relative;
  }
    @media only screen and (max-width: 1800px) {
    .project-card .img-container {
      height: 450px; }
    .project-card .content {
      width: 400px; } }
  .project-card .info p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #4B4B4B;
    }
  .project-card .more-info {
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    transition: max-height .5s, opacity .5s; }
  @media only screen and (max-width: 1800px) {
    .project-card .img-container {
      height: 450px; }
    .project-card .content {
      width: 400px; } }
  @media only screen and (max-width: 1500px) {
    .project-card .img-container {
      height: 400px; } }
  @media only screen and (max-width: 1200px) {
    .project-card {
      padding-bottom: 0; }
      .project-card .more-info {
        opacity: 1;
        max-height: 2000px; }
      .project-card .img-container {
        height: 300px; }
      .project-card .content {
        width: 600px;
        max-width: calc(100% - 60px);
        margin-top: -100px;
        position: relative;
        left: auto;
        bottom: auto;
        margin-left: 30px;
        margin-right: 30px; } }
  @media only screen and (max-width: 991px) {
    .project-card .img-container {
      height: 260px; } }
  @media only screen and (max-width: 480px) {
    .project-card .col-xs-6 {
      width: 100%; } }

.project-slider {
  overflow: hidden;
  transition: opacity 0.2s, visibility 0.2s; }
  .project-slider.loading {
    opacity: 0;
    visibility: hidden; }
  .project-slider .slider, .project-slider .slick-list, .project-slider .slick-track {
    overflow: visible; }
  .project-slider .slick-list {
    padding: 0 !important; }
  .project-slider .slider {
    margin-bottom: 30px;
    height: 560px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s; }
    .project-slider .slider .slide {
      position: absolute; }
    .project-slider .slider.slick-initialized {
      opacity: 1;
      visibility: visible; }
      .project-slider .slider.slick-initialized .slide {
        position: relative; }
  .project-slider .slider {
    margin-left: -100px;
    margin-right: -100px; }
  .project-slider .slide {
    padding-left: 100px;
    padding-right: 100px; }
  .project-slider .slick-slide .project-card {
    opacity: .3;
    transition: opacity 0.2s; }
    .project-slider .slick-slide .project-card .content {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.2s, transform 0.2s; }
  .project-slider .slick-slide.slick-current .project-card {
    opacity: 1; }
  .project-slider .slick-slide.slick-current .project-card .content {
    opacity: 1;
    transform: none;
    transition: opacity 0.2s 0.6s, transform 0.2s 0.6s; }
  .project-slider .slider-nav {
    display: flex;
    justify-content: flex-end; }
    .project-slider .slider-nav .slick-arrow .icon {
      width: 16px;
      height: 16px; }
    .project-slider .slider-nav.hidden {
      display: none; }
  .project-slider .slider-count {
    margin-right: 25px; }
  @media only screen and (max-width: 2000px) {
    .project-slider .slider {
      margin-left: -50px;
      margin-right: -50px; }
    .project-slider .slide {
      padding-left: 50px;
      padding-right: 50px; } }
  @media only screen and (max-width: 1800px) {
    .project-slider .slider {
      margin-left: -30px;
      margin-right: -30px;
      height: 510px; }
    .project-slider .slide {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 1500px) {
    .project-slider .slider {
      margin-left: -20px;
      margin-right: -20px;
      height: 460px; }
    .project-slider .slide {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 1280px) {
    .project-slider .slider {
      height: 460px; } }
  @media only screen and (max-width: 1200px) {
    .project-slider .slider {
      margin-left: -40px;
      margin-right: -40px;
      margin-bottom: 10px;
      height: auto; }
    .project-slider .slide {
      padding-left: 0px;
      padding-right: 0px; }
    .project-slider .slider-nav {
      width: 100%; } }
  @media only screen and (max-width: 991px) {
    .project-slider .slider {
      margin-left: -30px;
      margin-right: -30px; } }
  @media only screen and (max-width: 1800px) {
    .project-card .img-container {
      height: 450px; }
    .project-card .content {
      width: 400px; } }
  @media only screen and (max-width: 1500px) {
    .project-card .img-container {
      height: 400px; } }
 .project-card .content .name {
  color: #1B1B1B;
  font-size: 22px;
    font-family: 'LibreBaskerville-Bold';
}

.project-card .info h4 {
  font-size: 16px;
  color: #A6AE17;
}
button:focus {
    outline: 0px;
    outline: 0px;
}
.next-arrow {
    right:99px;
}
.prev-arrow {
    right: 136px;;
}

.slick-arrow {
  position: absolute;
  bottom: -69px;
  width: 40px;
  border: 0px;
  height: 40px;
  background:inherit;
  z-index: 1;
  transition: background 0.2s;
  color: #22214B;
  cursor: pointer;
  }
  .slick-arrow:hover {
    color: #21AB74; }
  .slick-arrow .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 15px;
    height: 15px;
    transition: color 0.2s; }
  .slick-arrow.slider-prev {
    left: 30px; }
  .slick-arrow.slider-next {
    right: 30px; }
  @media only screen and (max-width: 1800px) {
    .slick-arrow {
      width: 32px;
      height: 32px; }
      .slick-arrow .icon {
        width: 12px;
        height: 12px; }
      .slick-arrow.slider-prev {
        left: 20px; }
      .slick-arrow.slider-next {
        right: 20px; } }

.slider-arrows {
  display: flex;
  flex-direction: column; }
  .slider-arrows .slick-arrow {
    position: absolute;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    left: auto;
    right: auto;
    background: #ffffff;
    width: 80px; }
    .slider-arrows .slick-arrow .icon {
      width: 16px;
      height: 16px; }
  .slider-arrows.right {
    align-items: flex-end; }
  .slider-arrows .slider-prev .icon {
    margin-top: 4px; }
  .slider-arrows .slider-next .icon {
    margin-top: -4px; }
  .slider-arrows.left-border {
    position: relative;
    width: 60px; }
    .slider-arrows.left-border:before {
      position: absolute;
      top: 50%;
      right: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: '';
      left: 0;
      height: 40px;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 2; }
    .slider-arrows.left-border .slick-arrow {
      width: 50px; }
    .slider-arrows.left-border.right {
      margin-left: auto; }
  .slider-arrows.align-x {
    flex-direction: row; }
    .slider-arrows.align-x.right {
      align-items: flex-start;
      justify-content: flex-end; }
    .slider-arrows.align-x .slider-prev .icon {
      margin-top: 0px; }
    .slider-arrows.align-x .slider-next .icon {
      margin-top: 0px; }
    .slider-arrows.align-x .slick-arrow {
      width: 32px;
      color: #22214B; }
      .slider-arrows.align-x .slick-arrow .icon {
        width: 13px;
        height: 13px; }
      .slider-arrows.align-x .slick-arrow:hover {
        color: rgba(34, 33, 75, 0.5); }
  @media only screen and (max-width: 1800px) {
    .slider-arrows .slick-arrow .icon {
      width: 14px; } }
  @media only screen and (max-width: 991px) {
    .slider-arrows .slick-arrow {
      width: 50px; }
    .slider-arrows.left-border {
      width: 50px; } }

.slider-count {
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: center; }
  .slider-count .divider {
    height: 12px;
    width: 2px;
    background-color: #22214B;
    margin: 0 10px; }
.slider-for h4{
    text-align: left;
    color: #241414;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Domine-Regular';
}
.slider-for h4 span{
    color: #A6AE17;
}
#featured-projects {
    overflow: hidden;
}
li.dot {
    position: relative;
}
li.dot a::before {
    content: '';
    border: 1px solid #231F20;
    padding: 6px 6px;
    border-radius: 50%;
    /* height: 10px; */
    display: inline-block;
    position: absolute;
    left: -7px;
    z-index: 2;
    background-color: #fff;
    top: 4PX;
}
.dot.active a::before {
    content: '';
    background-color: #C3CA43;
}

.proeject-header header .left--col a {
    color:#231F20;
}
.proeject-header header .right-col a {
    color:#231F20;
}
.proeject-header .head-btn {
    background-color: #C3CA43 !important;
    color:#fff !important;
}
.tel a span {
    background: url('../images/call_white.png');
    background-position: center;
    padding: 8px 12px;
    background-repeat: no-repeat !important;
    margin-right: 5px;
}
.mail a span {
    background: url('../images/mail_white.png');
    background-position: center;
    padding: 8px 12px;
    margin-right: 5px;
    background-repeat: no-repeat !important;
}
.srch {
    background: url('../images/srch.png');
    background-position: center;
    padding: 8px 12px;
    margin-right: 5px;
    background-repeat: no-repeat !important;
    background-size: 18px;
}
.fixed .srch,  .proeject-header .srch{
    background: url('../images/search.png');
    background-position: center !important;
    padding: 8px 12px;
    margin-right: 5px;
    background-repeat: no-repeat !important;
}
.fixed .tel a span {
    background: url('../images/phone_black.png') !important;
    background-position: center !important;
    padding: 8px 12px;
    background-repeat: no-repeat !important;
    margin-right: 5px;
}
.fixed .mail a span {
    background: url('../images/email_black.png') !important;
    background-position: center !important;
    padding: 8px 12px;
    margin-right: 5px;
    background-repeat: no-repeat !important;
}
.proeject-header .tel a span {
    background: url('../images/phone_black.png') !important;
    background-position: center !important;
    padding: 8px 12px;
    background-repeat: no-repeat !important;
    margin-right: 5px;
}
.proeject-header .mail a span {
    background: url('../images/email_black.png') !important;
    background-position: center !important;
    padding: 8px 12px;
    margin-right: 5px;
    background-repeat: no-repeat !important;
}
.landing-wrapper {
    display: none;
}

header .left--col .mail a:hover span{
    background: url('../images/greenemail.png') !important;
    background-position: center !important;
    padding: 8px 12px;
    background-repeat: no-repeat !important;
    margin-right: 5px;
}

header .left--col .tel a:hover span{
    background: url('../images/call_green.png') !important;
    background-position: center !important;
    padding: 8px 12px;
    background-repeat: no-repeat !important;
    margin-right: 5px;
    transition: 0.3s ease-in;
}
@media screen and (min-width:1401px) {
.slider-nav  .slick-list{
    padding:0 40% 0 0;
    }
   .slider-nav .slick-slide {
        opacity: 0.33;
    }
   .slider-nav  .slick-current {
        opacity: 1;
    }
}
@media screen and (max-width:1201px) {
.green-section {
    padding: 20px !important;
}
 .other-pages header .right-col li a, .fixed .right-col li a  {
     font-size: 14px 1important;
 }
 .slider-for h4 {
     font-size: 28px !important;
 }
 h3 {
     font-size: 28px;
 }
 .green-section h6 {
     font-size: 15px !important;
 }
}
@media screen and (max-width:1401px) and (min-width:991px) {
  .slider-for h4 {
      font-size: 26px !important;
  }
.slider-nav  .slick-list{
    padding:0 22% 0 0;
    }


   .slider-nav .slick-slide {
        opacity: 0.33;
    }
   .slider-nav  .slick-current {
        opacity: 1;
    }
}

.footer--bar ul li a
{
    color: #ffffff;
    font-size: 14px;
    padding: 0px;
    opacity: 0.6;
    font-family: 'WorkSans-Regular';
}



@media(max-width:767px)
{
    .slideshow-pagination
    {
        display:none !important;
    }
    .main--pro
    {
        justify-content: space-between;
    }
    .section-wrap
    {
        padding: 35px 0px 50px;
    }

    .slideshow-pagination
    {
        display: none;
    }
    #client-testtmonial .next-arrow {
        right:15px !important;
    }
    #client-testtmonial .prev-arrow {
    right: 54px !important;
}
#green-section
{
     padding: 40px 0px 40px;
}
#green-section .slick-arrow {
    bottom: -10px;
}
#client-testtmonial {
    padding: 40px 0px 50px;
}
footer h2
{
      font-size: 26px;
}
.footer--bar p
{
      margin-bottom: 20px;
}
#philosophytwo {
    padding-bottom: 0px;
}
#philosophy {
    padding: 35px 0px 60px;
}
.phil-content h3 {
    margin-bottom: 0px;
    font-size: 22px;
}
#featured-projects {
    padding-bottom: 40px;
    padding-top: 0px;
}
}

.letstalk .modal-dialog {
    background-color: inherit;
}
@media (min-width: 992px) {
.offset-lg-1 {
    margin-left: 6.6%;
}
}

.header-search-modal-wrapper {
    position: absolute;
    top:100%;
    left: -.9em;
    height: 0px;
    overflow: hidden;
    display: block;
    margin-top: -1px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}
.srch {
    cursor: pointer;
}
.showform .header-search-modal-wrapper {
    height: auto;
    overflow: initial;
    z-index: 26;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.header-search-modal-wrapper {
    left: auto;
    right: -.9em;
}
.header-search-modal-wrapper label {
    font-size: 14px;
}
.header-search-modal-wrapper .btn {
     position: absolute;
    top: 41px;
    right: 22px;
    background-color: transparent;
    padding: 5px;
}
.header-search-modal {
    border: 1px solid #eaecee;
    padding: 1.25em;
    background: #fff;
    width: 310px;
    position: relative;
    margin-top: 15px;
    box-shadow: 0 3px 30px rgba(25,30,35,.1);
}
.header-search-modal {
    border-style: solid;
}
.header-search-modal label {
    width: 100%;
}
.header-search-form .search-field {
    display: block;
    width: 100%;
    border-radius: 2px;
    height: 2.4em;
}
.header-search-form button.search-submit {
    overflow: hidden;
    box-shadow: none;
    margin-left: -40px;
    background: 0 0;
    color: #6d6d6d;
    line-height: 0;
    padding: 0 .7em;
    min-height: auto;
}
.header-search-form button.search-submit svg {
    width: 15px;
    height: 15px;
}
.close-frm {
    position: absolute;
    top: 6px;
    right: 6px;
}
.close-frm img {
    width: 12px;
}
.main-video {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    z-index: 20;
}
header .right-col li a {
    position: relative;
}
header .right-col li:not(:last-child) a.nav-link::after {
    padding: 0px 0px;
    content: '';
    background-color:#C3CA43;
    width:0px;
    position: absolute;
    height: 2px;
    display: block;
    transition: 0.3s ease-in;
}
header .right-col li:not(:last-child):hover a.nav-link::after {
    width: 100%;
}
div#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:#3d5313;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
    align-self: center;
    justify-content: center;
}
#myVideo {
    width: 100%;
}
div#overlay img {
    width: 100px;
    height: 100px;
    align-self: center;
}
@media screen and (max-width:1301px) and (min-width:767px){
    #client-testtmonial .next-arrow {
        right: 55px !important;
    }
    #client-testtmonial .prev-arrow {
        right: 95px !important;
    }
}
.main-video {
    height: 100%;
    background-color: #4f5703;
}
header .dropdown-menu {
    background:#fff;
    padding: 0px;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    padding-bottom: 15px;
}
header .dropdown-menu a.dropdown-item{
  padding: 10px 20px !important;
  border: 0px !important;
  color: #1B1B1B !important;
}

.right-col .active .dropdown-menu a {
    border: 0px !important;
}
header .dropdown-menu a.dropdown-item:hover{
background-color:inherit !important;
color:  #c3ca43 !important;
}
.container.banner--content {
    bottom:20px;
    position: absolute;
    z-index:8;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 85%;
}
.relative {
    position:relative;
}
@media screen and (min-width:767px) {
    .mobile__banner {
        display:none;
    }
  .view--row {
    float: right;
    margin-top: 43px;
    text-align: right;
    padding-right: 55px;
}
}
@media screen and (max-width:767px) {
  .view--row {
    margin-bottom: 50px;
    float: inherit !important;
    text-align: initial !important;
}
.project-card .content {
    width: 100%;
}
.carousel-control-prev img {
    width: 35px;
}
}
.view--row {
       float: right;
    margin-top: 43px;
    text-align: right;
    padding-right: 55px;
}
.view--row a {
    text-align: right;
}
header ul li:hover .dropdown-menu {
    display: block;
}
a.view-all {
    padding:0px 13px 0px 20px !important;
    display: inline-block;
    position: relative;
    color:#A6AE17 !important;
    margin-top: 10px;
}
.view-all::after {
    content: '';
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    height: 3px;
    width: 7px;
    background-color: #A6AE17;
    transition: width 0.2s;
}
.view-all:hover::after {
    width: 13px;
}
 .animated  {
      -webkit-animation-duration : 0 ms  !important;
      animation-duration : 0 ms  !important;
      -webkit-animation-fill-mode : both  !important;
      animation-fill-mode : both  !important;
    }
    #client-carousel .owl-item .client-item .qm {
         opacity: 0;
        transition: opacity 1.25s ease-out;
    }
    #client-carousel .owl-item.active .client-item .qm {
        opacity: 1;
     }
    .fadeOut  {
      -webkit-animation-name : fadeOut  ;
      animation-name : fadeOut  ;
    }
    @-webkit-keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }
      100% {
        opacity : 0   ;
      }
    }
    @keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }
      100% {
        opacity : 0   ;
      }
    }

    #client-carousel .slick-arrow {
        bottom: 0px !important;
    }

    #client-carousel .slick-slide {
         display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0;
        opacity: 0;
        transition: opacity 1.25s ease-out;
   }

    #client-carousel .slick-active {
        opacity: 1;
      }
      #client-testtmonial .next-arrow {
          right:-1px;
      }
      #client-testtmonial .prev-arrow {
        right: 28px;
    }
  .hero_carosel  .owl-dots {
            margin-top: 25px;
            justify-content: center;
            flex-wrap: wrap;
            position: absolute;
            right: 0;
            left: 0;
            bottom: 104px;
    }
    .hero_carosel .owl-dot {
        align-self: center;
    }

    @media screen and (max-width:1501px) and (min-width:767px) {
        .tag {
            font-size: 32px !important;
        }
      
    }
      @media screen and (max-width:767px) {
        .tag {
            font-size: 24px !important;
        }
          .desktop__banner{
            display:none;
        }
        .main--head{
            padding:0px;
        }        
        .main--head h3 {
            font-size:22px;
        }
        .container.banner--content {
            bottom:0px;
            width:92%;
        }
    }
     @media screen and (max-width:1201px) {
        #client-testtmonial .next-arrow {
            right: -1px;
        }
        #client-testtmonial .prev-arrow {
            right: 36px;
        }
    }
    .hero_carosel .owl-dots .owl-dot span {
        padding: 3px;
        border: 1px solid #fff;
        background-color: #fff;
        opacity: 0.45;
        transition: 0.3s ease-in-out;
    }
     .hero_carosel .owl-dots .active span {
         opacity: 1;
         padding: 6px;
    }
.desc {
   position: absolute;
   z-index: 9;
   width: 100%;
   text-align: center;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   color:#fff;

   }
.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}
   .hero-img{
      position: relative;
   }


   .hero-img:before {
       background: rgba(0, 0, 0, 0.38);
       content: '';
       position: absolute;
       width: 100%;
       height: 100%;
       top: 0;
       left: 0;
   }

   .btn-gradient-bg {
       color: #fff;
       display: inline-block;
       padding: 11px 33px;
       background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
       border-radius: 30px;
   }
   .delay-1 {
   animation-delay: .2s;
   }
   .delay-2 {
   animation-delay: .4s;
   }
   .delay-3 {
   animation-delay: .6s;
   }
   .delay-4 {
   animation-delay: .8s;
   }

   .desc span {
       color: #fff;
       font-size: 54px;
       text-transform: uppercase;
           font-family: 'LibreBaskerville-Regular';
   }

   .swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
    position: absolute;
    
    width: calc(100% );
    height: calc(100% );
    
    background-size: cover;
}
.slide-title {
  font-size: 32px;
  line-height: initial;
  max-width: 50%;
  white-space: normal;
  word-break: break-word;
  color: #FFF;
  z-index: 100;
  text-transform: uppercase;
  font-family: 'LibreBaskerville-Bold';

}
@media (min-width: 1501px) {
  .slide-title {
    font-size: 54px;
    max-width: none;
  }
}
.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 8rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}

.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}

@media (min-width: 1751px){
.container {
    max-width: 1500px;
}
}
@media (max-width: 1750px) and (min-width:1201px) {
.container {
    max-width: 1450px;
}
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

 #client-carousel .slick-slide{
    margin-left:  15px;
    margin-right:  15px;
  }
.breadcrumb .sold {
    display: none !important;
}

@media screen and (max-width:1251px) {
    .sold {
        display: inline-block !important;
        margin-top: 20px !important;
        margin-left: 10px !important;
    } 
}

.content .sold {
    display: none !important;
}
.container-2 input#search:focus {outline:0;box-shadow:none;border:0px;}

.w3-animate-bottom {
    position: relative !important;
    animation: animatebottom 0.8s !important;
}
.w3-animate-top {
    position: relative !important;
    animation: animatetop 0.8s !important;
}

@media screen and (max-width:1601px) {
#client-testtmonial .prev-arrow {
    right:22px;
} 
#client-testtmonial .next-arrow {
    right:-9px;
}
}


/* 2436x1125px at 458ppi */
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
        
        .xs{
            margin-bottom: 800px;
        }
    }
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-open {
    overflow: hidden;
}
@media screen and (min-width:1800px) {
    #client-testtmonial .next-arrow {
        right: -71px;
    }
    #client-testtmonial .prev-arrow {
        right: -38px;
    }
}

@media screen and (min-width:1501px) {
    .aboutmodal {
        top:20%;
    } 
}

@media screen and (max-width: 600px) {
  .xs {
   display: none;
  }
}
.mobile-drp ul{
    display:none;
    position:static;
}
.fixed .without-scroll {
    display:none;
}
.fixed .scrolled {
    display:block;
}
.scrolled {
    display:none;
}

.sub--menu > ul {
    display:none;
    position:static;
}
.proeject-header header {
    position:initial;
}
.proeject-header header.fixed {
    position:fixed;
}
.proeject-header .scrolled {
    display:block;
}
.proeject-header  .without-scroll {
    display:none;
}

@media screen and (max-width:400px) {
    .mobile__banner {
        height:250px;
    }
}
@media (max-width: 1750px) and (min-width: 1201px) {
#about-sec-tab .container {
    max-width: 85%;
}
}

header .left--col li {
    color:#fff;
}
.fixed .left--col li {
    color:#1B1B1B;
}
@media (max-width: 1750px) and (min-width: 1201px) {
.container {
    max-width: 85%;
}
}

@media screen and (max-width:767px) {
    .modal {
    padding:20px !important;       
    }
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#BCBCBC;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #BCBCBC;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color:#BCBCBC;
}

.not-found h1 {
    font-size:36px;
    font-family: 'LibreBaskerville-Regular';
    color:#2D2D2D;
}

.btn-ok {
    border:1px solid #A6AE17;
    background-color:#A6AE17;
    border-radius:0px;
    color:#fff;
        padding: 7px 37px;
    font-size: 16px;
}
.slide-image