
@font-face { font-family: 'goldplay'; src: url("../fonts/goldplay/Goldplay-Regular.otf") format("truetype"), url("../fonts/goldplay/Goldplay-Regular.otf") format("truetype"); font-weight: normal; font-display: swap; font-style: normal; }
@font-face { font-family: 'goldplay-bold'; src: url("../fonts/goldplay/Goldplay-Bold.otf") format("truetype"), url("../fonts/goldplay/Goldplay-Bold.otf") format("truetype"); font-weight: normal; font-display: swap; font-style: normal; }
@font-face { font-family: 'lora-regular'; src: url("../fonts/Lora/Lora-Regular.otf") format("truetype"), url("../fonts/Lora/Lora-Regular.otf") format("truetype"); font-weight: 500; font-display: swap; font-style: normal; }
@font-face { font-family: 'lora'; src: url("../fonts/Lora/Lora-Medium.otf") format("truetype"), url("../fonts/Lora/Lora-Medium.otf") format("truetype"); font-weight: 600; font-display: swap; font-style: normal; }
@font-face { font-family: 'Lora-SemiBold'; src: url("../fonts/Lora/Lora-SemiBold.otf") format("truetype"), url("../fonts/Lora/Lora-SemiBold.otf") format("truetype"); font-weight: 400; font-display: swap; font-style: normal; }

body { background: #FEFBF2; overflow-x: hidden;}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #8C080A;
}

p {
  font-family: Goldplay; line-height: 30px; font-size: 16px;
}
a {
  color: #000000;
  transition: all .5s ease;
}

a:hover {
  color: #2eca6a;
  text-decoration: none;
}

.link-two {
  color: #FCC719; font-size: 24px;
  transition: all .5s ease;
}

.link-two:hover {
  color: #FCC719;
}

.link-one {
  color: #FCC719;
  transition: all .5s ease;
}

.link-one:hover {
  color: #fff;
  text-decoration: none;
}

.link-icon {
  color: #000000;
  font-weight: 500;
}

.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  color: #ffffff;
  text-decoration: none;
}

.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.d-none-tab {
   display: none !important; 
}
.text-brand {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

.color-a {
  color: #000000;
}

.color-b {
  color: #FFEAAE;
      line-height: 50px;
    font-family: Lora;
}

.color-d {
  color: #adadad;
}

.color-text-a {
color: #2E2E2E;
    font-family: Goldplay;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;    text-align: left;
}
.socials-a {
    margin-bottom: 0px;
	    position: relative;
    top: -40px;
}
li.nav-item.mobile-logo {
    display: none;
}
footer:before {
    content: '';
    background: url(../img/grid.svg);
    height: 50px;    background-size: cover;
    top: -30px;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    display: block;
    z-index: 0;
}
.no-margin {
  margin: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: 10px;
}
.flex-direction-nav .flex-next {
    right: 10px !important;
    text-align: right;
}
.flex-direction-nav a:before{
    color:#fff !important;
}
.intro-carousel .color-b{
	font-family: Lora;
	font-size: 38px;
}
/*------/ Nav Pills  /------*/

.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #2eca6a;
  z-index: 2;
}

/*------/ Bg Image /------*/

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/

.list-a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}

.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}

.list-a li:before {
  content: '';
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/

.pagination-a .pagination .page-link {
  margin: 0 .2rem;
  border-color: transparent;
  padding: .5rem .8rem;
  color: #000000;
}

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
  background-color: #2eca6a;
}

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
  padding: .4rem .9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: .4rem .9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: #2eca6a;
}

.a {
  color: #2eca6a;
  font-size: 1.3rem;
}
.contact-btn:hover {
    background: #FFEAAD !important;
    color: #8C080A !important;
}
/*------/ Icon Box /------*/

.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  position: relative;
    top: -10px;
}


/*------/ Space Padding /------*/

.section-t8 {
  padding-top: 3%;
}

.section-t4 {
  padding-top: 4rem;
}

.section-t3 {
  padding-top: 3rem;
}

.section-b2 {
  padding-bottom: 2rem;
}

.section-tb85 {
  padding: 8rem 0 5rem 0;
}

/*------/ Title /------*/

.title-wrap {
  padding-bottom: 4rem;
}

.title-a {
  font-size: 2.6rem;
  font-weight: 600;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}

.title-link a {
  color: #313131;
}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 0rem;
  margin-bottom: 1rem;
  position: relative;
}

.title-box-d .title-d {
      font-weight: 600;
    font-size: 2rem;
    font-family: Lora;
    line-height: 46px;
}

.title-box-d .title-d:after {
  content: '';
    position: absolute;
    width: 100%;
    height: 45px;
    background: url(../img/line-1.png)no-repeat;
    bottom: 0px;
    left: 0;
    z-index: 1;
    top: -35px;
}

/*------/ Display Table & Table Cell /------*/

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle; padding-top: 5%;
}

/*------/ Ul Resect /------*/

.ul-resect ul,
.list-a ul,
.box-comments ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/

.overlay-a {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 2px;
  margin: 5px 5px;
  background: #000000;
  border: 0px solid #000000;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #FFBE00;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #FFBE00;
  width: 35px;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

.owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: .7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #2eca6a;
  opacity: .9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*------/ Socials /------*/

.socials-a .list-inline-item:not(:last-child) {
    margin-right: 25px;
    margin-top: 20px;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #2eca6a;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #2eca6a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-default {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 0px 0px rgba(100, 100, 100, 0.3);
}

.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}

.navbar-default.navbar-reduce {
  box-shadow: 0px 0px 0px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 0px;
  padding-bottom: 8px;
  margin-left: 0;
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 16px;
  color: #FFEAAE;
  font-weight: 600;
  letter-spacing: 0.030em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
  transition: transform .2s ease-out, opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  
}

.navbar-default.navbar-trans .nav-link:hover:before {
  content: '';
    position: absolute;
    width: 100%;
    height: 45px;
    background: url(../img/line-2.png)no-repeat;
    bottom: 0px;
    left: 0;
    z-index: 1;
    top: 55px;
}
.founder-img.foo .img-fluid {
    width: 100%;
}
a.nav-link.nav-btn:before {
    content: '';
    display: none;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #FFBE00;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans {
  color: #FFEAAE;
}

.navbar-default.navbar-reduce {
  padding-top: 0px;
  padding-bottom: 0px;
  background:#8C080A;
  webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a.nav-link.nav-btn {
    /* padding-top: 25px; */
    position: relative;
    top: 25px;
}
.nav-btn:before {
    background-color: transparent !important;
}

a.nav-link.nav-btn {
    border: 1px solid;
    padding: 8px 13px !important;
}
.navbar img {
    width: 85%;
    text-align: center;
    display: block;
    position: relative;
    margin: auto;
	top: 7px;
}
.navbar-default.navbar-reduce a{
  color:#FFEAAE !important;	
}

.navbar-default.navbar-reduce .nav-link {
  color: #FFEAAE;
  padding-bottom: 0px;
}
.btn-portfolio.active:before {
        content: '';
    position: absolute;
    width: 10%;
    height: 45px;
    background: url(../img/line-2.png)no-repeat;
    bottom: 55px;
    z-index: 1;}
.navbar-default.navbar-reduce .nav-link:hover:before {
 content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: url(../img/line-2.png)no-repeat;
    bottom: 0px;
    left: 0;
    z-index: 1;
    top: 55px;
}
.nav-link.active{
color: #FFBE00;
}
a.nav-link.nav-btn:hover {
    background: #FFEAAD !important;
    color: #8C080A !important;
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #FFEAAE;
}

.navbar-default.navbar-reduce .show > .nav-link,
.navbar-default.navbar-reduce .active > .nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color:  #FFEAAE;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #2eca6a;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: translate3d(0px, -40px, 0px);
  transform: translate3d(0px, -40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #2eca6a;
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #2eca6a;
}

.navbar-default .dropdown:hover .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}
.ipad-section{
    display: none;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/

.box-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background-color: #ffffff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.6s ease;
}

.box-collapse .title-box-d {
  top: 30px;
  left: 60px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: .3s;
}

.box-collapse-wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  transition: opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease, -webkit-transform 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: .7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #000000;
  opacity: .4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 4.2857rem;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #ffffff;
}

.intro .owl-theme .owl-dots {
  position: absolute;
  bottom: 70px;
  right: 50px;
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #FFBE00;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #FFBE00;
}

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

.intro .intro-body .price-a {
	font-size: 18px;
  color: #8C080A;
  padding: 0.5rem 2rem;
  border: 1px solid #FFBE00;
  background: #FFCC06;
  border-radius: 0px;
  text-transform: none;
  letter-spacing: 0.030em;
  font-family: Lora;
  
}
.intro .intro-body .price-a:hover {
   background: #8C080A;
    color: #fff;
    border-color: #8C080A;
}
.intro .spacial {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  color: #ffffff;
}

.intro .intro-title-top {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  margin-bottom: 1rem;
  font-size: .9rem;
  color: #ffffff;
  letter-spacing: .05em;
}

.intro .intro-title {
  transition-duration: 60s !important;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}

/*------/ Intro Single /------*/

.intro-single {
  padding: 12rem 0 3rem;
}

.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
  border-left: 3px solid #2eca6a;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 .5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/*======================================
//--//-->   CARD GENERAL
======================================*/

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: .8s all ease-in-out;
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/

.card-overlay-a-content {
  transition: all .5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

.card-header-a {
  padding: 0 1rem;
}

.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: .7rem;
}

.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all .5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: .5rem;
}

.price-a {
  color: #ffffff;
  padding: .6rem .8rem;
  border: 2px solid #2eca6a;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.030em;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #2eca6a;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: .5rem 0;
}

.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}

.card-info li span {
  color: #ffffff;
  font-size: .9rem;
}

/*------/ Property Grid /-----*/

.property-grid .grid-option {
  text-align: right;
  margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}

.property-grid .grid-option .custom-select:hover,
.property-grid .grid-option .custom-select:active,
.property-grid .grid-option .custom-select:focus {
  border-color: #313131;
}

.property-grid .grid-option .custom-select option {
  border-color: #313131;
}

/*------/ Property Single /-----*/

.gallery-property {
  margin-bottom: 3rem;
}

.property-price {
  margin: 0 auto;
}

.property-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}

.summary-list .list {
  padding: 0;
  line-height: 2;
}

.summary-list .list span {
  color: #555555;
}

.property-agent .title-agent {
  font-weight: 600;
}

.property-agent ul {
  line-height: 2;
  color: #000000;
}

.property-agent .socials-a {
  text-align: center;
}

/*======================================
//--//-->   NEWS - CARD-B
======================================*/

.card-header-b {
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

.card-header-b .category-b {
  font-size: .9rem;
  background-color: #2eca6a;
  padding: .3rem .7rem;
  color: #313131;
  letter-spacing: 0.030em;
  border-radius: 50px;
  text-decoration: none;
}

.card-header-b .title-2 {
  margin-bottom: 0;
  padding: .6rem 0;
  font-size: 1.5rem;
}

.card-header-b .title-2 a {
  color: #ffffff;
  text-decoration: none;
}

.card-header-b .date-b {
  color: #d8d8d8;
  font-size: 1rem;
}

/*------/ News Single /------*/

.post-information {
  padding: 3rem 0;
}

.post-content {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.post-content .post-intro {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 4rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}

.post-content p {
  margin-bottom: 1.7rem;
}

.post-content .blockquote {
  padding: 1rem 3rem 1.7rem 3rem;
  border-left: 3px solid #2eca6a;
  color: #000000;
}

.post-content .blockquote footer {
  text-align: left;
  padding: 0;
}

.post-footer {
  padding: 3rem 0 4rem;
}

.post-share .socials {
  display: inline-block;
}

.post-share .socials li {
  margin-left: .6rem;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments .comment-description {
  padding: .8rem 0 .5rem 0;
}

.box-comments .list-comments a {
  color: #000000;
}

.box-comments .list-comments span {
  display: block;
  color: #2B2A2A;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*======================================
//--//-->   SERVICES - CARD-C
======================================*/

.card-box-c {
  position: relative;
}

.card-header-c {
  padding: 0 1rem 1rem 1rem;
}

.card-body-c {
  padding: .5rem .5rem 0 .5rem;
}

.card-footer-c {
  padding-left: .5rem;
}

.card-box-ico {
  padding: 1rem 3rem 1rem 2.5rem;
  border: 5px solid #2eca6a;
}

.card-box-ico span {
  font-size: 4rem;
  color: #000000;
}

.title-c {
  font-size: 2.5rem;
  font-weight: 600;
  margin-left: -40px;
}

/*======================================
//--//-->   AGENTS - CARD-D
======================================*/

.card-box-d .card-overlay-hover {
  transition: all .2s ease-in-out;
  padding: 85px 40px 15px 35px;
}

.card-box-d .title-d {
  transition: .3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

.card-box-d .content-d {
  opacity: 0;
  transition: .5s ease-in-out;
  transition: opacity 0.35s, transform 1.35s;
}

.card-box-d .info-agents {
  opacity: 0;
  transition: .5s ease-in-out;
}

.card-box-d .card-footer-d {
  transition: .5s ease-in-out;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
  background-color: #8f181bb5;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
      opacity: 1;
    background-color: transparent;
    transition: transform 0.35s;
    transform: translateY(-2.5em);
    position: relative;
    z-index: 999;

}

/*------/ Agent Single /------*/

.agent-info-box .socials-footer {
  margin-top: 2rem;
}

.agent-info-box .socials-footer li {
  margin-right: 1.5rem;
}

/*======================================
//--//-->   ABOUT
======================================*/

.section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  font-size: 1.8rem;
  width: 300px;
  font-weight: 700;
  text-align: right;
}

.about-img-box {
  padding-left: 1rem;
  position: relative;
}

.sinse-box {
  background-color: #2eca6a;
  padding: 1rem 2rem;
  position: absolute;
  left: 15px;
  bottom: 10px;
}

.sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
  font-size: 1rem;
}

.sinse-box .sinse-title span {
  position: absolute;
}

.sinse-box .sinse-title span:after {
  content: ' ';
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}

.sinse-box p {
  margin-bottom: 0;
  font-size: .7rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials-box {
  padding: 0rem 0;
}

.testimonials-box .testimonial-avatar {
  width: 80px !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  border-radius: 50%;
}

.testimonial-ico {
  text-align: left;
}

.testimonial-ico span {
  color: #ffffff;
    font-size: 60px;
}

.testimonial-text {
    margin-top: 0px;
    padding: 85px 135px 25px 135px;
    background-color: #D49608;
    position: relative;
}


.testimonial-author-box {
  margin-top: 2rem;
}

.testimonial-author {
  margin-left: 0rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    color: #FFFFFF;
}

/*======================================
//--//-->   FOOTER
======================================*/

.section-footer {
  padding-top: 60px;
  margin-top: 60px;
  background: #f3f3f3;
}

.section-footer ul {
  line-height: 2;
}

.section-footer .item-list-a i {
  font-size: 18px;
  padding-right: 4px;
  color: #2eca6a;
}

.section-footer .widget-a .w-title-a {
  margin-bottom: 1rem;
}

footer {
  background: #FEFBF2;
  text-align: center;
  padding: 30px 0 0 0;
}
.copyright-f {
    background: #FCC719;
}

footer .copyright-footer {
  border-top: 1px solid #ddd;
  padding-top: 0px;
}
.footer_rigt img {
    height: 160px;
    float: right;
    position: relative;
    top: 15px;
}
.pt-px {
	padding-left: 70px;
}
nav.nav-footer {
    position: relative;
    left: 20%;
}
.nav-footer img{
 width: 80%;
}
.socials-a i {
    border: 1px solid #8C080A;
    background: #8C080A;
    color: #fff;
    padding: 8px 8px 8px 8px;
}
footer .credits {
  font-size: 14px;
}
.home-icons p.color-text-a {
    font-weight: 600;
	    color: #5A0F11;
	    text-align: center;
}
/*======================================
//--//-->   FORM INPUT
======================================*/

.form-a #sendmessage {
  color: #2eca6a;
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-a #sendmessage.show,
.form-a #errormessage.show,
.form-a .show {
  display: block;
}

.form-a .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}

.form-a label {
  color: #000000;
  position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.form-a .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.form-a .form-control.form-control-a {
  height: 2.5rem;
}

.form-a .form-control:focus {
  box-shadow: none;
  border-color: #8c080a;
}


/*======================================
//--//-->   BUTTON
======================================*/

.btn {
  transition: .5s ease;
}

.btn.btn-a,
.btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: .05rem;
}

.btn.btn-a {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-a:hover {
  background-color: #2eca6a;
  color: #000000;
}

.btn.btn-b {
  background-color: #2eca6a;
  color: #000000;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-b-n {
  background-color: #2eca6a;
  color: #ffffff;
  border-radius: 0;
}

.btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}

/*=Own css=*/
.intro-carousel .owl-nav {
    display: none;
}
.intro-title:before{
    content: '';
    position: relative;
	left:40px;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #2eca6a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
    transition: transform .2s ease-out, opacity .2s ease-out 0.3s, -webkit-transform .2s ease-out;
	
}
a.nav-link {
    font-family: Goldplay;
}
.home_second {
    background: #FEFBF2;

}
.home_second .section-md-t3 {
        padding-top: 8rem;
		padding-left: 4rem;
    padding-bottom: 5rem;
}
.section-md-bg2 {
    padding-top: 5rem;
	padding-left: 4rem;
}
.home-icons{
	    width: 40%;
    display: inline-block;
}
.section-md-bg3 {
    padding: 125px 0px 100px 80px;
}

.section-md-t3 p.color-text-a {
    width: 55%;
}
.home-svg {
    padding: 20px 40px 0 60px;
}
.home_sec3 {
    text-align: center;
	padding-top: 30px;
}
.sec_home3 {
    background: #FEFBF2;
}
.home_sec3 p {
    color: #8C080A;
    font-size: 26px;
	    font-family: 'Goldplay';
}
h2.title-home2 {
        width: 50%;
    font-family: Lora;
    margin: auto;
}
a.button_style1 {
    padding: 14px 14px;
    background: #FFBE00;
	color: #8C080A;
	font-weight: 600;
    width: 13%;
	text-align: center;
	font-size: 14px;
    margin: 45px auto;
	-webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	    font-family: Lora;
}
.t_section{
    background: #FEFBF2;
}
.testimonial-sec {
    padding: 0;
	background: #d49608;
	overflow: hidden;
    position: relative;
}
.testimonial-text h4 {
    color: #FFFFFF;
    font-weight: 400;
}
.testimonial-text p {
        color: #FFFFFF;
    font-size: 18px;
    line-height: 32px;
        font-family: Lora;
}
.img-box-a {
    text-align: center;
}
.our_work {
    padding: 5rem 0 0rem 0;
	background: #FEFBF2;
}
.work-logo { 
    padding-bottom: 40px;
}
.work-logo .img-box-a.foo {
    padding-top: 20px;
}
.section-end .card-img-d img {
    transition: all 1s;
    cursor: pointer;
    width: 100%;
}
.our_work p {
    color: #5A0F11;
    font-size: 20px;
}
.red_section {
    padding-top: 5%;
    padding-bottom: 5%;
        background: url(../img/inner_banner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	/**max-height: 450px;**/
}
.red_section .row{align-items: center;}
.about-bg2{
	padding-left: 20px;
    padding-right: 50px;
    text-align: justify;
} 
.about-bg1{
	padding-left: 50px;
    text-align: justify;
}
.red_inner p {
   font-size: 30px;
    width: 85%;white-space: pre-line;
	padding: 0 8rem 15px 7rem;
    text-align: center;
    margin: auto; line-height: 40px;
    color: #FBEBC6;
	font-family: Lora;
}
h2.title-work {
    font-family: Lora;
}
.red_inner {
         background: url(../img/talk.png) no-repeat;
    background-size: contain;
    background-position: 50% 15%;
    padding: 6rem 0;
    text-align: center;
}
.red_inner1:after {
    padding: 0;
    background: url(../img/140.png)no-repeat;
    background-position: center;
    background-size: 100%;
    content: '';
    height: 640px;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    z-index: 999;
    top: -90px;
    left: -85px;
}

.red_inner2 {
     padding: 0;
    background: url(../img/141.png)no-repeat;
    background-position: 95px 52px;
    background-size: 58%;
}

a.button_style2 {
    padding: 14px 14px;
    background: #FCC719;
    width: 34%;
    margin: 45px auto;
}
.red_inner a {
	    font-weight: 600;
    font-size: 16px;
    font-family: Lora;
    text-align: center;
    display: inline-block;
    background: #FFBE00;
	color:#8C080A; width: 210px;
    line-height: 48px;
    vertical-align: middle;
	-webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.title-wrap.home_sec3:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 45px;
    background: url(../img/line-1.png)no-repeat;
    bottom: 46px;
    left: 44%;
    z-index: 999;
    top: 0px;
    display: block;
}
.socials-a ul.list-inline {
    margin-bottom: 0px;
    margin-top: 10px;
}
.socials-a ul.list-inline  img{
    width: 30px;
    border-radius: 4px;
}
.testimonial-text h4:after {
    color: #FFFFFF;
    content: '';
    position: absolute;
    width: 100%;
    height: 45px;
    background: url(../img/testimonial-after.png)no-repeat;
    bottom: 0px;
    left: 135px;
    z-index: 1;
    top: 40px;
    font-weight: 400;
}
p.testimonial-sub {
    font-size: 12px;
    font-family: Goldplay;
}
.our_work p:after {
    color: #FFFFFF;
    content: '';
    position: absolute;
    width: 100%;
    height: 45px;
    background: url(../img/line-1.png)no-repeat;
    bottom: 0px;
    left: 0;
    z-index: 1;
    top: -40px;
    font-weight: 400;
}
.card-box-d .card-body-d p {
    margin-bottom: 0px;
    font-size: 18px;
    font-family: Lora;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
p.sub {
    font-size: 14px !important;
    text-align: center;
    font-family: "Goldplay" !important;
}
.title-d img.img-d.img-fluid {
    margin: 0 0 0 70px;
}
.section_after:before {
   content: '';
    position: absolute;
    width: 350px;
    height: auto;
    max-height: 390px;
    background: url(../img/Group-116.png)no-repeat;
    bottom: 0px;
    background-position: bottom;
    left: -170px;
    background-size: contain;
    z-index: 1;
    top: 75px;
}
.intro-body:before{
	content: '';
    position: absolute;
    bottom: 0;
    top: 20%;
    left: -50px;
    width: 54px;
    height: 3px;
    z-index: 0;
    background-color: #FFBE00;
}
.intro .intro-title:before{
	content: '';
    position: absolute;
    bottom: 0;
    top: 45%;
    left: 0px;
    width: 50%;
    height: 3px;
    z-index: 0;
    background-color: #FFBE00;
}
.intro .owl-theme .owl-dots {
    bottom: 20px;
}
.intro .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
	}
	
.section-testimonials .owl-nav {
    display: none;
}
.intro .intro-subtitle.intro-price{
	padding-top: 0rem;
}
.about_t1 h3{
    text-align: center;
    padding: 70px 0 15px 0;
	font-size: 36px;
    font-weight: 600;
    line-height: 56px;
	font-family: Lora;
}
.intro .intro-subtitle {
    font-size: 22px;
	color:#FFEAAE;
	    font-family:"Goldplay";
		
    letter-spacing: 1px;
}
.about_t1:before {
    content: '';
    position: absolute;
    width: 40%;
    height: 45px;
    background: url(../img/line-1.png)no-repeat;
    bottom: 0px;
    left: 210px;
    z-index: 1;
    top: 35px;
}
.section-about {
    background: #FEFBF2;background-image: url(../img/weluv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;}
}
.about-bg1:before {
    content: '';
    background: url(../img/about-left.png)no-repeat;
    position: absolute;
    height: 380px;
    width: 100%;
    background-size: contain;
    display: block;
    left: -290px;
    top: -95px;
    right: 0;

}

.about-bg-i:before {
    content: '';
    background: url(../img/about-right.png)no-repeat;
    position: absolute;
    height: 380px;
    min-width: 120px;
    max-width: 277px;
    background-size: cover;
    display: block;
    float: right;
    top: -95px;
	right: -100px;
}

.founder-img {
    text-align: center;
}
.img-focus {
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.card-img-d.foucs{
    position: relative;
    display: inline-block;
    cursor: pointer;
	transition: 0.3s;
}
.card-img-d.foucs:hover{
transform: scale(1.1);	
}
.simple blockquote { width: 100%; margin: 0px; height: 100%; display: block; padding-top: 100px; padding-bottom: 100px;  min-height: 400px;
}
.simple blockquote#agedcare { background: rgba(0, 0, 0, 0) url("https://kingkong.com.au/wp-content/uploads/2017/03/testimonial-bg-agedcare.jpg") repeat scroll center center / cover ; }
.simple blockquote#breathe { background: rgba(0, 0, 0, 0) url("https://kingkong.com.au/wp-content/uploads/2017/03/testimonial-bg-breathe.jpg") repeat scroll center center / cover ; }
.simple blockquote#ensohomes { background: rgba(0, 0, 0, 0) url("https://kingkong.com.au/wp-content/uploads/2017/03/testimonial-bg-ensohomes.jpg") repeat scroll center center / cover ; }

.simple blockquote p {
  font-family: Baskerville;
	color: #ffffff;
	padding: 25px;
	font-size: 45px;
	font-style: italic;
	text-align: center;
}
.simple cite {
  font-family: ProximaNova, Helvetica Neue;
  font-weight: bold;
  letter-spacing: 3px;
  font-style: normal;
  font-size: 13px;
	text-align: center;
	color: #b5b5b5;
  display: block;
  text-transform: uppercase;
}
.simple .play-button {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  cursor: pointer;
}

.slick-dots {
    bottom: -10px;
}
.slick-dots li {
  width: 80px;
  background: #ffffff;
  height: 80px;
  border-radius:100px;
  text-align: center;
}
.slick-dots li button {
    height: 125px;
    width: 91px;
  opacity:0.8;
  margin: 0;
}
.slick-dots li:nth-child(1) button {
  background: rgba(0, 0, 0, 0) url("https://kingkong.com.au/wp-content/uploads/2017/03/testimonial-button-agedcare.png") no-repeat scroll center center / 91px 125px;
}
.slick-dots li:nth-child(2) button {
  background: rgba(0, 0, 0, 0) url("https://kingkong.com.au/wp-content/uploads/2017/03/testimonial-button-ensohomes.png") no-repeat scroll center top / 91px 125px;
}
.slick-dots li:nth-child(3) button {
  background: rgba(0, 0, 0, 0) url("https://kingkong.com.au/wp-content/uploads/2017/03/testimonial-button-breathe.png") no-repeat scroll center top / 91px 125px;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
}
.slick-dots li button::before {
  content: "";
}

.col-png {
    width: 20%;
    float: left;
}
/* A custom cursor to let folks know they can drag things */

.wistia_responsive_wrapper {
  visibility:hidden; 
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  transition: opacity 0.6s ease;
  opacity: 0;
}
.wistia_responsive_wrapper.playing {
  visibility: inherit;
  opacity: 1;
  z-index: 99999;
}
.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.testimonial-img .button.active {
  background-color: #0077a2;
}
.testimonial-img {
    background: url(../img/testi_bg.jpg);
    height: auto;
    width: 100%;
    max-height: 600px;
    min-height: 476px;
    background-size: cover;
    background-repeat: no-repeat;
	transition: all 1s;
    cursor: pointer;
}
.testimonial-img:hover {
	  transform: scale(1.05);
}
.testimonial-img i.fa.fa-play-circle-o {
    font-size: 66px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 30%;
}
.testimonial-img p{
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    font-family:Goldplay;
}

p.color-text-a1 {
        width: 70%;
    font-weight: 600;
    font-size: 18px;
    color: #2e2e2ecf;
}
p.sub2 {
    color: #8C080A;
    font-size: 22px;
    font-family: Goldplay;
}
.founder_bg h4 {
    font-family: Goldplay-bold;
    font-weight: 800;
    padding: 25px 0 0 0;
}
.section-founder {
    background: #FEFBF2;
}
.color-text-a-2{
       font-weight: 600;
    color: #2E2E2E;
    font-family: Goldplay;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 15px;
}
.icon-center {
    text-align: center;
	padding: 0 22px;
}
.p-lr {
    padding: 1rem 0 2rem 0rem;
}
p.about_icon_t {
    color: #8C080A;
    font-weight: 800;
    padding: 18px 0 18px 0;
	    font-family: Lora;
    font-size: 16px;
}
.section-agents { background: #FEFBF2;padding-top: 3%;}
.no-pad{
padding: 0;
}
.play{
	display: block;
    width: 10% !important;
    margin: auto;
    padding: 30% 0 0 0;
    position: relative;
	
}
a.button_style1:hover {
        background: #8C080A;
    color: #fff;
}
.red_inner a:hover {
      background: #FFEAAD;
}
.pd-3{
	    padding-top: 7rem;
        padding-bottom: 4rem;	
}
.copyright.color-text-a {
    font-weight: 600;
    color: #5a0708d6;
    font-family: Goldplay;
    line-height: 30px; text-align: center;
    font-size: 12px;
    margin-bottom: 0;
}
.pt{padding:0;}
.left-img{
	
	    float: left;
}
.bkrnd{
	background: #FEFBF2;
}
.contact_two {
    width: 50%;
    float: left;
}
.talk-to-us {
    background: #8C080A;
}
.talk_t1 h3 {
	font-size:32px;
    color: #FBEBC6;
	font-weight: 400;
    line-height: 1.4;
	    font-family: Lora;
}
.form-a label {
    color: #989898;
    position: relative;
}
.talk_t1 p {
    color: #FBEBC6;
	font-size: 16px;
    letter-spacing: 1px;
    opacity: 0.9;
}
.talk_t1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 45px;
    background: url(../img/line-1.png)no-repeat;
    bottom: 0px;
    left: 10px;
    z-index: 1;
    top: 30px;
}
.talk-form {
    background: #fff;
	padding:0 25px 20px 25px;
}
.message_col {
    height: calc(5.25rem + 2px) !important;
}
.section-talk {
    padding-top: 4rem;
	padding-bottom: 4rem;
	    margin-top: 4rem;
		background: url(../img/Group226.png)no-repeat;
    background-size: contain;
    background-position: -295px 250px;
}
.talk_t1 {
    padding: 80px 0 0 0;
}
.talk-form h3 {
    padding: 20px 0;
}

.contact-btn {
    background-color: #8F181B !important;
    color: #ffffff !important;
    padding: 0.5rem 2rem !important;
}
.intrest {
    background: #FBEBC6;
    text-align: center;
    padding: 3rem 0;
}
.interest-to-join p {
    font-size: 18px;
    color: #5A0F11;
    padding: 10px 0 0 0;
    font-weight: 600;
}
.interest-to-join a {
    font-size: 18px;
    color: #5A0F11;
    padding: 10px 0 0 0;
    font-weight: 600;
	    text-decoration: underline;
}
	.right:after {
    content: '';
    background: url(../img/Home_title2-after.png)no-repeat;
    background-size: cover;
    width: 100%;
    background-position: 400px -320px;
    max-height: 1000px;
    min-height: 940px;
    height: auto;
    position: absolute;
    display: block;
    left: 0;
    top: 70%;
    z-index: 0;
}
.flexslider {
    margin: 20px 0 10px 0 !important;
}
.m-bt{
	margin-bottom:50px;
}
#project_carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
    border-radius: 10px;
}
#project_carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}
.works-grid {
  display: block;
  margin: 0 auto;                  
  width: 100%;
  padding-left: 0;  
  font-size: 0;  
  text-align: center;
}

.works-grid figure {
  margin: 0.1em;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Common style */
.works-grid figure img {
  position: relative;
  display: block;
  opacity: 0.8;
  height: 315px;
}



.works-grid figure figcaption {
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.works-grid figcaption h2 {
  text-transform: uppercase;
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 1em;
}

.works-grid figure figcaption::before,
.works-grid figure figcaption::after {
  pointer-events: none;
}

.works-grid figure figcaption,
.works-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.works-grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.works-grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 1em;
}

.works-grid figure h2 span {
  font-weight: 800;
}

figure.effect-steve {
  z-index: auto;
  background: #000;
}

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}

figure.effect-steve figcaption {
  z-index: 1;
}

figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve h4,
figure.effect-steve p {
  background: #f1f1f1;
  color: #2d434e;
}
figure.effect-steve h4 {
  margin-top: 2em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 1.35s;
}

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0s;
  transition: opacity 0.35s, transform 0s;
}

figure.effect-steve:hover:before {
  opacity: 1;
}

figure.effect-steve:hover img {
  -webkit-transform: scale(1.05);
      transform: scale(1.05);
}
figure.effect-steve:hover h2:before {
  opacity: 0;
}

figure.effect-steve:hover p {
  opacity: 1;
    background-color: transparent;
    transition: transform 0.35s;
    transform: translateY(-2.5em);
    position: relative;
    z-index: 999;
}
figure.effect-steve:hover h2 {
  opacity: 1;
}
.works-grid figure,
figcaption,
img {
  z-index: 0;
}

.works-grid figcaption:hover {
    background-color: #8f181bb5;
}

.works-grid figcaption p {
  padding: 200px 0;
  font-size: 18px;
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: Lora;
  margin: 0;
  height: 25%;
  width: 100%;
  background-color: transparent;
}
.works-grid figcaption p:before {
    content: '';
    background: url(../img/Group-13.png)no-repeat;
    display: block;
    height: 42px;
    display: block;
    margin: auto;
    width: 42px;
    position: relative;
}

.works-grid figcaption h4 {
  position: absolute;
  top: 100%;
  margin: 0;
  height: 25%;
  width: 100%;
  background-color: transparent;
}
figure:hover h4 {
  background: transparent;
  transition: transform 0.35s;
  transform: translateY(-2.5em);
}

.works-grid figcaption p:hover  {
  transition: transform 0.35s;
  transform: translateY(-2.5em);
  top: 45px;
}



.works-grid figure figcaption h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: -40px;
  padding: 0;
  font-family: 'Goldplay';
  margin-left: 0;
  margin-right: 0;
  transition: transform 0.35s;
      opacity: 1;
	  color:#fff;
}
.section-end .card-overlay.card-overlay-hover:hover {
    background-color: #8f181bb5;
    transition: transform 0.35s;
    transform: translateY(0em);
    cursor: pointer;
}
.content-portfolio img {
    position: relative;
    transition: transform 0.5s ease;
}
.content-portfolio {
    overflow: hidden;
    position: relative;
}
.content-portfolio:hover img{
  transform: scale(1.05);
  background-color:#8f181bb5;
}
.overlay-portfolio p {
 padding: 315px 0;
    font-size: 15px;
    position: absolute;
    color: #fff;
    text-align: center;
    top: 120px;
    margin: 0;
    height: 25%;
    width: 100%;
    transition: opacity 0.35s, transform 1.35s;
	
}
.overlay-portfolio:hover p {
    opacity: 1;
	top: 15px;
    transition: transform 0.35s;
    transform: translateY(-2.5em);
        background: #8f181bb5;
}
.card-img-d.relevant img {
    position: relative;
    transition: transform 0.5s ease;
    opacity: 1;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
}
.card-img-d.relevant:hover img {
   webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px);
}
div:hover .overlay-portfolio{
  height: 100%;
}
.overlay-portfolio:hover h4 {
	opacity: 1;
    background-color: transparent;
    transition: transform 0.35s;
    transform: translateY(-2.5em);
	bottom: 0px;
	z-index: 999;
	
}
.card-box-d img{
    opacity: 1;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}
.overlay-portfolio h4 {
    position: absolute;
	font-size: 18px;
    color: #fff;
    font-family: Lora;
    text-align: center;
    bottom: -100px;
    margin: 0;
    height: 25%;
    width: 100%;
    transition: .5s ease-in-out;
    transition: opacity 0.35s, transform 0.35s;
	}
	.overlay-portfolio:hover h4:before {
    content: '';
    background: url(../img/Group-13.png)no-repeat;
    display: block;
    height: 42px;
	    top: -15px;
    display: block;
    margin: auto;
    width: 42px;
    position: relative;
}
#homeVideo .close {
    background: black;
    border-radius: 50%;
    position: absolute;
    right: 0;
    z-index: 5;
    color: white;
}

@media (max-width: 767px) {
.intro .intro-body{
padding-left: 3rem;
}
.navbar-toggler span{
background-color: #fff;
}
section.property-single {
    padding: 0rem 0 2rem 0 !important;
}
	.navbar-nav{
	background: #fff;    margin-bottom: 5%;
	}
a.nav-link.nav-btn {
    position: relative;
    top: -15px;
	width: 30%;
    left: 25px !important;

}
 .navbar-default.navbar-trans .nav-link:hover:before{top: 40px;}
.intro .intro-subtitle {
    font-size: 18px;
        margin-bottom: 0px;
}
.work-logo .col-md-3.col-sm-6 { width: 50%;}
.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link {
    padding-left: 30px;
	color:#8c080a !important;
	padding-top:10px;
    padding-bottom: 0px;
}

.navbar-default.navbar-reduce {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar img {
    width: 70%;
        margin: unset;
}
.home_second .section-md-t3{
	padding-top:4rem;
	padding-left: 0rem;
	padding-bottom: 0rem;
}
.section-md-bg2 {
    padding-top: 2rem;
    padding-left: 0rem;
}
.section-md-bg3 {
    padding: 15px 0px 50px 65px;
}
.title-wrap.home_sec3:after{
	left: 30%;
	top: -20px;
}
h2.title-home2 {
    width: 100%;
    font-size: 1.5rem;
}

a.button_style1 {
    position: relative;
    top: 0px;
    width: 35%;
	    margin: 25px auto;
}

.img-box-a.foo {
    margin-top: 30px;
}
.title-wrap {
    padding-bottom:1rem;
}
h2.title-work, .our_work p{
	text-align: center;
}
.section-property.our_work p:after {
    left: 30%;
}
section.section-property.our_work {
    display: block;
}
.work-logo{
	    padding-bottom: 30px;
}
.red_section{
	display: block;
}
nav.nav-footer {
    margin: 0px 0 0 0px;
    left: 0%;
}
.socials-a {
    top: -110px;
	    padding: 0px 0;
}
.footer_rigt img {
    height: 120px;
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
	    top: 50px;
}
.about_t1:before{
	width: 40%;
	    left: 124px;
}
.about-bg-i:before{
	display: none;
}
.col-png {
    width: 32%;
}

.about-bg1 {
    padding-left: 18px;
}
.founder_bg h4, p.sub2{
	text-align: center;
}
.color-text-a-2 {
    padding: 0 0px 0 0px !important;
    text-align: center;
}
p.about_icon_t {
    font-size: 14px !important;
    line-height: 17px;
}
.col-png-mob{
	        margin: 0 35px;
    padding: 0 0;
}
.about-bg2 {
    padding-left: 20px;
    padding-right: 14px;
}
.about_t1 h3 {
    font-size: 28px;
    line-height: 40px;
	    padding: 70px 0 0px 0;
}
.about_t1:before {
    width: 40% !important;
    left: 120px !important;
}
.pd-3 {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.mobile-res{
	display: block !important;
}
.mobile-disable{
	display: none;
}
.pt-px {
    padding-left: 18px;
}
.section-md-t3 {
    padding-top: 4rem !important;
}
.color-b {
    font-size: 28px;
    line-height: 30px;
}
.bakrnd:before{
	display: none;
}
.bakrnd:after{
	display: none;
}
button.btn-portfolio.active:after {
    width: 60px;
    bottom: -100px;
    left: 10px;
}
#myBtnContainer {
    padding: 0px 0 10px 0 !important;
}
.portfolio {
    margin: 10px 0px !important;
}
.talk_t1 {
    padding: 0px 0 0 0;
}
.talk_t1:before {
    top: -35px;
}
.talk_t1 h3 {
    font-size: 28px;
    padding-bottom: 20px;
}
.section-b2 {
    padding-bottom: 0rem;
}
.contact-map.box {
    margin: 25px 0 0 0;
}
.section-talk{
	    margin-top: 1rem;
}
.talk_t1:before{
	width: 40%;
}
.pt3.col-sm-3.col-md-3 {
    width: 50%;
    display: inline-block;
    float: left;
    clear: none;
}
/**.pt3 {
    padding-left: 4rem !important;
	padding-top: 0rem !important;
}**/
.btn-portfolio {
    padding: 12px 0px;
}
.mob-t {
    width: 50%;
    float: left;
}
h2.title-home2 {
    width: 100% !important;
    padding-bottom: 40px;
}
.home_sec3 {
    padding-top: 0px !important;
}
.navbar-default.navbar-trans .nav-link:before {
    left: 25px !important;
}
.pt.property-single .card-header-c.d-flex {
    width: auto !important;
}
h3.title-d {
    padding: 14px 0 !Important;
}
.section-end h3.title-d {
    padding: 20%!Important;
}
.desk-none {display: block!important;}
.btn-portfolio.active:before{display:none;}
.title-d img.img-d.img-fluid {
    margin: 0px 0 -85px 50px !important;
}
.section-md-t3 h3.title-d {
    font-size: 1.4rem;
}
.nav-footer img {
    width: 45%;
}
.red_inner1:after{
	display: none;
}
 
.red_inner p{
	padding:20px 0rem 0px 0rem ;
	font-size: 15px;
    width: 65%;
	margin-top: 0px !important;
}
.red_inner{
	padding:10% 0 5% 0;
}
.our_work p:after{
	 width: 55%;
}
.title-box-d .title-d:after{
	    width: 55%;
}
.testimonial-text{
padding: 73px 55px 0 55px;	
}
.testimonial-img p{
	    font-size: 20px;
	    padding-top: 20px;
}
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

/** projects **/

 .main-portfolio {
  max-width: 1000px;
  margin: auto;    padding: 3% 0;}

.portfolio {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row-portfolio,
.row-portfolio > .column-portfolio {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column-portfolio {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content-portfolio {
  background-color: white;
  padding: 0px;
  margin: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn-portfolio {
  border: none;
  font-family: Lora;
  outline: none;
  font-size: 20px;
      font-weight: 500;
  padding: 12px 30px;
  background-color: transparent;
    color: #A8883D;
  cursor: pointer;
}
button.btn-portfolio.active:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 45px;
    background: url(./img/line-2.png)no-repeat;
    bottom: -100px;
    z-index: 1;
  display: none;
}

.btn-portfolio:hover {
  color: #8C080A;
}

.btn-portfolio.active {
  background-color: transparent;
    color: #8C080A;
    outline: 0px;
    border: 0px !important;
}
#myBtnContainer {
    text-align: center;
    padding: 0px 0 45px 0;
}

 .card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.section-end .card-overlay.card-overlay-hover:hover {
    background-color: #8f181bb5;
    transition: transform 0.35s;
    transform: translateY(0em);
    cursor: pointer;
}
.link-two:after {
    font-family: FontAwesome;
    content: "\f105";
    color: #FCC719;
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 400;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 10px;
}
h3.title-d {
    text-align: center;
    padding: 145px 0;
    font-weight: 400;
}
.link-two:hover:after {
    left: 15px;
}

/** priya css **/
.inner_banner { 
      background: url(../img/inner_banner_bg.jpg);
    height: 70vh;
    text-align: center;
    background-size: cover;
    background-position: center;}
.inner_banner .content {padding-top: 15%;}
.inner_banner .content h6{ font-size: 25px;  color: #FFEAAE;
    font-family: "Goldplay";    letter-spacing: 1px;}
.inner_banner .content h3{ color: #FFEAAE; font-family: Lora;
    font-size: 36px;white-space: pre-line;  line-height: 45px;}
.main-portfolio .show{padding-bottom: 3%;}
.section-about{text-align: center;    padding: 3% 0;}
.section-about h3{font-size: 36px;font-weight: 600;line-height: 56px;font-family: Lora;}
.property-single h3{font-size: 25px;font-weight: 600;line-height: 40px; font-family: Lora;}
.flex-container{display: flex;align-items: center;}
.home_second h3.title-d { text-align: left; padding: 0;}
.inner_banner .content h5{color: #FF8142;
    font-weight: 300; font-size: 18px;    font-family: Goldplay;}
.inner_banner .content p{color: #FFEAAE; font-family: Lora; font-size: 22px;}
.inner_banner .content .pt3{ text-align: left; padding: 2% 4%;}
button:focus{outline: none!important;}
.contact h4 {font-family: Goldplay;font-size: 22px;font-weight: 600; line-height: initial; margin-bottom: 0;}
.contact td {vertical-align: initial;color: #2E2E2E;
    font-family: Goldplay;    font-size: 20px;}
.contact td img { width: 32px; object-fit: none;  height: 24px;
    text-align: right;}
.contact table{ width: 100%;}
table.addr {margin-top: 10%;}
.addr p{ white-space: pre-line;    color: #2E2E2E;
    font-family: Goldplay;
    font-size: 20px;}
label{font-family: Goldplay;font-size: 15px;color: #989898;}
.flex-direction-nav a{height: 65px!important;}
.align-self-center h3.title-d{ padding-top: 25%;}
.desk-none {display: none;}
.pt4 .works-grid{padding-bottom: 5%;}
.newcl img{ border: 1px solid #ccccccb8; }
address { white-space: pre-line;}
.red_section .col-md-2 img {display: none;}

/** responsive **/
@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 1rem;
  }

  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }

  .about-img-box {
    padding-left: 4rem;
  }

  .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }

  .sinse-box .sinse-title {
    font-size: 1.3rem;
  }

  .sinse-box p {
    font-size: .8rem;
  }

  .sinse-box p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .link-a {
    font-size: .9rem;
  }
.intro .intro-title:before{
    
    display: none;
}
  .link-a span {
    font-size: 1.5rem;
  }

  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 45px;
  }
  ul.navbar-nav {
   margin: 0 auto;
}
a.nav-link {
    margin: 0 20px;
}
  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #2eca6a;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }

  .box-collapse {
    width: 50%;
  }

  .intro .owl-theme .owl-dots {
    right: 0px;
  left: 0px;
  }
  button.owl-dot {outline: none;}
.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
 
  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .intro .intro-title {
    font-size: 2rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }

  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    -webkit-transform: scale(1);
    transform: scale(1.1);
      overflow: hidden;
    width: 235px;
    margin: 10px 0 0 0;
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: .9rem;
  }

  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }

  .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }

  .card-overlay-a-content {
    bottom: -20px;
  }

  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }

  .card-info .card-info-title {
    font-size: .9rem;
  }

  .card-info li span {
    font-size: .8rem;
  }

  .card-header-b {
    bottom: 0px;
  }

  .card-header-b .title-2 {
    font-size: 1rem;
  }

  .card-header-b .date-b {
    font-size: .9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }

  .title-c {
    font-size: 1.8rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }

  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: .5rem 0;
  }

  .card-box-d .content-d {
    font-size: .8rem;
    margin: .5rem 0;
  }



  .about-img-box {
    padding-left: 5rem;
  }

  .sinse-box {
    padding: 1.5rem 3rem;
  }

  .sinse-box .sinse-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}

@media (min-width: 992px) {
  .link-a {
    font-size: 1rem;
  }

  .link-a span {
    font-size: 18px;
  }

  .list-a li {
    width: 33.333%;
  }

  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .intro .intro-title {
    font-size: 2rem;
  }

  .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }

  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }

  .card-overlay-a-content {
    bottom: 0px;
  }

  .card-header-a .card-title-a {
    font-size: 2rem;
  }

  .card-info .card-info-title {
    font-size: 1rem;
  }

  .card-info li span {
    font-size: 1rem;
  }

  .card-header-b {
    bottom: 20px;
  }

  .card-header-b .title-2 {
    font-size: 1.6rem;
  }

  .card-header-b .date-b {
    font-size: 1rem;
  }

  .title-c {
    font-size: 2.5rem;
  }

  .card-box-d .card-overlay-hover {
    padding: 220px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
  .sinse-box {
    padding: 3rem 4.5rem;
  }

  .sinse-box .sinse-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 220px 40px 5px 35px;
  }

  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
}
@media (max-width: 991px) {
  .property-contact {
    margin-top: 2.5rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media only screen and (max-width: 767px)  {
    .inner_banner ul {margin: 0;padding: 0;}
  .text-brand {
    font-size: 1.8rem;
  }

  .section-t8 {
    padding-top: 0rem;
  }

  .section-t4 {
    padding-top: 2rem;
  }

  .section-md-t3 {
    padding-top: 3rem;
  }

  .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }

  .intro-single {
    padding-top: 9rem;
  }

  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 2.5rem;
  }

  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }

  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }

  .property-agent {
    margin-top: 2.5rem;
  }

  .card-box-c {
    margin-bottom: 2rem;
  }

  .card-body-c {
    padding: 0;
  }
  .nav-item.mobile-logo {
    display: block;
}
.navbar-toggler {
    left: 25%;
}
.mobile-none {
    display: none;
}
}

@media (max-width: 575px) {
  .box-collapse .title-box-d {
    left: 35px;
  }

  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}
@media (max-width: 640px){
.intro .intro-body {
    padding-left: 1rem;
}
.color-b {
    font-size: 22px !important;
}
/**.pt3 {
    width: 100% !important;
    margin: 0 0px 0 0rem !important;
}**/
.intro-body:before{
    display: none !important;
}
.about_t1:before {
    left: 30% !important;
}
button.btn-portfolio.active:after {
    left: 46px;
}
.property-single img{ width:initial; max-width:-webkit-fill-available;}
.column-portfolio{ width: auto; margin: 0 auto;}
.inner_banner .content h3{font-size: 30px;white-space: initial;}
.inner_banner .content { padding-top: 40%;}
.section-about h3  {
    font-size: 22px;
    line-height: 30px;
}
.about_t3 h3 {
    padding: 55px 0 15px 0 !important;
    font-size: 22px !important;
}
.col-png {
    width: 35% !important;
}
.icon-center {
    text-align: center;
    padding: initial;
    margin: 0 auto;
}
.about_t3:before {
    width: 45% !important;
    left: 30% !important;
    top: 30px !important;
}
a.nav-link.nav-btn {
    width: 35%;
}
.section-md-bg3{
padding: 15px 0px 50px 40px ; 
}
.intro-carousel .color-b {
    font-size: 22px;
    line-height: 30px;
}
.intro .intro-body {
    padding-left: 2rem !important;
}
#light{ text-align: center;
    left: 0!important;
    right: 0!important;
    width: 75%;
    max-width: initial!important;
    margin: 0 auto!important;
    top: 10%!important;
    float: none;}
.contact td{ display: block; text-align: center;
    padding-bottom: 5%;}
table.addr { margin-top: 0;}
.red_inner p{
  padding:0 0rem 0px 0rem ;
  font-size: 15px;padding-bottom: 10%;
    width: 65%; line-height: 20px;
  margin-top: 15px !important;
}
.red_inner{
  padding:10% 0 5% 0;
}

.section-agents{  padding-top: 15%;}
section.section-agents.sec_home3.pt4 {
    padding-top: 3%;
}
.our_work p:after {
    left: 104px;
}
.navbar-default.navbar-trans .nav-link:before {
    left: 25px;
}
.btn-portfolio {
    font-size: 20px !important;
    padding: 1% 5%!important;    width: auto;
}
.home-icons {
    width: 50%;
    display: inline-block;
}
.navbar-default.navbar-reduce .nav-link:hover:before {
    left: 26px;    top: 40px;
}
}
@media only screen and (max-width: 767px) {
     .nav-item.mobile-logo {
    display: block !important;
    padding-bottom: 0px;
}
.socials-a .list-inline-item:not(:last-child) {
    margin-top: 0px;
}
.main-portfolio {  padding-bottom: 1rem;    padding-top: 5%;}

.nav_mobile-btn {
    padding: 25px 0;
}
}

@media only screen and (max-width: 1440px) { 
.about-bg-i:before {
    right: -105px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    
.sec_home3 a.button_style1 {
    width: 50%;
}

.col-png-mob {
    margin: 0 30px;
}
#myBtnContainer {
    text-align: left;
}
.pt3 p {
    font-size: 16px !important;
}

.pt3 h5 {
    font-size: 14px !important;
}
.talk_t1 h3 {
    font-size: 20px;
    padding-bottom: 20px;
}
.interest-to-join h3 {
 font-size: 1.5rem;   
}
}


@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { 
  
.i-phone .red_inner a {
    margin: 5% 0 0 30% !important;
}
    }
    
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 
    .i-phone .red_inner a {
    margin: 5% 0 0 30% !important;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px){
    .navbar-toggler span {
    display: block;
    background-color: #fff;  }
  .container-fluid .nav-item.mobile-logo {    display: block;}
li.nav-item.mobile-none{    display: none;}
.align-self-center h3.title-d {  padding-top: 20%;}
a.nav-link.nav-btn {
    top: -5px;
    width: 25%;
}
.about-bg-i:before{
 display: none;   
}
.about-bg1:before{
    display: none;
}
.about_t1 h3{
  font-size: 30px;
    line-height: 45px;  
}
.about_t3:before{
    left:30% !important;
}
.about_t1:before{
    left: 30%;
    
}

p.about_icon_t {
    font-size: 16px;
}
.i-pd-d-n{
    display: none;
}
.i-pd-d-b{
    display: block;
}
.ipad-section {
display: block !important;
}
section.property-single.nav-arrow-b.d-none-tab {
    display: block !important;
}
.pd-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.bakrnd:before{
   display: none; 
}
.bakrnd:after{
    display: none;
}

.red_inner {
    background-size: 100%;
    background-position: 50% 15%;
    padding: 5rem 0;
}
.red_inner p {
    width: 90%;
    padding: 2rem 0rem 17px 0rem;
}

.title-wrap.home_sec3:after{
    left: 40% !important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)and (orientation : portrait)  {
    
   .navbar-default.navbar-trans .nav-item, .navbar-default.navbar-reduce .nav-item {
    margin-left: 0px;
} 
a.nav-link.nav-btn {
    top: 16px;
    width: 80%;
}
    
}

@media only screen and (min-width: 1920px){
    .right:after {
    background-position: 685px -750px;
    top: 90%;
}
.home-svg {
    padding: 20px 40px 0 100px;
}
.title-wrap.home_sec3:after{
left: 46%;
}
.red_section{
max-height: 590px;
}
.red_inner1:after{
top: -30px;
}
.red_inner2{
background-position: 145px 52px;
}
.red_inner p{
padding: 3rem 8rem 15px 7rem;
}
.play {
    padding: 20% 0 0 0;
  }
  .about-bg1:before{
  left:-565px;
  }
  .about-bg-i:before{
  right:-380px ;
  }
.section-end h3.title-d {
    padding: 230px 0;
}
.inner_banner .content {padding-top: 30%;}
.red_inner a {
    margin: 1% 35% !important;
    width: 25% !important;
}
.bakrnd:before{
        max-height:725px !important;
}
.bakrnd:after {
    max-width: 265px !important;
    max-height: 725px !important;
}
}

@media only screen and (min-width: 1600px){
.about-bg-i:before{
    right: -220px;
}
.about-bg1:before{
    left:-385px;
}
}

@media (max-width: 640px){
.section-md-t3 h3.title-d {
    padding: 0px 0 !Important;
    line-height: 30px;
}
.section-md-bg2 h3.title-d {
    padding: 0px 0 !Important;
  font-size: 1.4rem;
  line-height: 30px;
}
p.color-text-a1 {
    width: 100%;
}
.footer_rigt img {
    top: 46px;
}
.socials-a {
  padding: 0px 0;  
}

p.testimonial-sub {
    font-size: 12px !important;
    font-family: Goldplay;
}

a.button_style1 {
        width: 40%;
    padding: 10px 14px;
}

.img-box-a.foo {
    margin-top: 0px;
}
.testimonial-text p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
}
.play {
    padding: 50% 0 0 0;
}
.intro-body:before{
  left: 5px;
}
.intro-carousel .color-b{
  font-size: 22px;
}
h2.title-home2{
font-size: 1.2rem;
    padding-bottom: 0px;
    padding-top: 10px;
}
.home_sec3 p {
      font-size: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
}
.card-box-a, .card-box-b, .card-box-c, .card-box-d {
    margin-bottom: 0rem;
}
.testimonial-text h4:after{
  left: 64px;
}

.about_t3:before {
    content: '';
    position: absolute;
    width: 40% !important;
    height: 35px;
    background: url(./img/line-1.png)no-repeat;
    bottom: 0px;
    left: 100px;
    z-index: 1;
    top: 65px;
}
.testimonial-text h4:after {
    width: 35%;
}
.home-svg {
    padding: 20px 0px 0 0px;
}

.home-icons .title-box-d {
    display: block;
    text-align: center;
}
.section-md-bg3 {
    padding: 15px 0px 50px 0px;
}
.our_work .title-box {
    width: 100%;
}
h2.title-work {
    font-size: 1.2rem;
}
h2.title-work, .our_work p {
    margin-bottom: 0;
}
.work-logo {
    padding-top: 0px;
}
.our_work {
    padding: 4rem 0 0rem 0;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px){
 img{width: initial; max-width: 100%;}
 .title-box-d {
    padding-bottom: 0;
    margin-bottom: 0;}
.title-box-d .title-d { font-size: 28px;line-height: 35px;margin-bottom: 20px;}
.right:after {
    background-size: 120%;
    background-position: 165px 40%;
    top: 5%;
}
.section-md-bg2 {
    padding-top: 0rem;
}
.section-md-bg3 {
    padding: 40px 0px 100px 40px;
}
.home-svg {
    padding: 20px 35px 0 35px;
}
a.button_style1 {
    width: 20%;
    margin: 25px auto;
}
.testimonial-text {
    padding: 50px 46px 25px 45px;
}
.testimonial-text p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
}
.testimonial-text h4:after {
    left: 40px;
    top: 25px;
}
.play {
    padding: 45% 0 0 0;
}
.red_inner p{
        width: 90%;
    padding: 0 0rem 20px 0rem;
}
.red_inner {
    background-size: 100%;
    padding: 5rem 0;
}
.red_inner a{
  margin:2% 30% ;  
    
}
.red_section{
      max-height: 335px;  
}
.red_inner2{
    display:none;
}
.red_inner1:after{
    display: none;
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .right:after{
    background-position: 157px 58%;
}
a.nav-link.nav-btn {
    width: 85%;
}
}
/* Medium devices (ipad */
@media only screen and (max-width:768px) and (min-width:640px) 
{

}

/* Medium devices (ipad pro */
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) 
{
.intro .carousel-item-a{ height: 50vh;}
.intro {height: 50vh;}
.inner_banner {height: 30vh;}
.inner_banner .content { padding-top: 18%;}
}

.inner_banner ul{list-style: none; text-align: center;}
.inner_banner li { display: inline-block; padding: 2%;}