:root {
  --white: #ffffff;
  --darkblue: #242424;
  --offblue: #00af91;
  --lightblue:#bcc0cf;
  --black-0:#000000;
  --orangs:#00af91;
  --offwhite1:#dddddd;
  --black-b:#bbbbbb;
  --gray-3:#333333;
  --gray-6:#66686b;
}
:root {
  --lato:"lato";
}
#slider h2,#slider p,#slider .btn-primary,.consult_wrapper h6,.consult_wrapper p,.consult_wrapper .dis_more,#our_records h4,#our_records p,.project-title h3 a,#expert .expert-box:hover p, #expert .expert-box:hover h4 a, #expert .expert-box:hover a i,.choose-box-icon:hover i,#testimonials button.owl-next i, #testimonials button.owl-prev i,#properties h3 a,#newsletter input[type="email"],.newsletter-heading h2,#newsletter input[type="submit"]{
  color: var(--white);
}
/* --------- SLIDER--------- */
#slider{ 
  max-width:100%; 
  margin:auto; 
  position:relative;
}
#slider img {
  width: 100%;
}
#slider h2 {
  text-transform: uppercase;
  font-size: 45px;
  border-right: 3px solid var(--orangs);
}
#slider p{ 
  line-height:20px; 
  border-radius:0 0 5px 5px; 
  font-weight: 700;
  font:16px/20px var(--lato); 
}
#slider p.price {
  font-size: 22px !important;
}
#slider .carousel-caption.d-none.d-md-block {
  max-width: 690px;
  margin: 0 auto;
}
#slider .btn-primary {
  background: var(--orangs);
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 3px;
}
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%); 
  bottom: inherit;
  text-align: left;
  left: 24%;
  right: 20%;
}
.inner_carousel{
  padding: 20px 20px;
  text-align: right;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon,#slider .carousel-control-next-icon{
  background-image:none; 
}
#slider .carousel-control-next,#slider .carousel-control-prev{
  opacity: 1;
}
.carousel-control-next-icon,.carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider a i {
  padding: 19px 23px;
  background-color: var(--darkblue);
  border-radius: 50%;
  font-size: 22px;
}
#slider a i:focus,#slider a i:active,#slider a i:hover{
  background: var(--orangs);
  border: none;
  transition: all 0.5s ease-out;
}
/*------------------------- Consult -----------------------------*/
#consult_sec {
  background: var(--orangs);
  background-repeat: no-repeat;
  background-size: cover;
}
.consult_wrapper h6 {
  font-size: 30px;
  font-weight: bold;
}
.row.consult_inner{
  width: 100%;
  float: left;
}
.consult_box_outer p {
  font-size: 36px;
  color: var(--darkblue);
  font-weight: bold;
}
.consult_box_outer p i {
  color: var(--orangs);
  font-size: 41px;
}
.bth_consult a {
  float: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: var(--orangs);
  background-color: var(--darkblue);
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 0;
}
.consult_box_outer{
  z-index: 10;
  float: left;
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
  -o-transform: skew(-22deg);
  transform: skew(-22deg);
  border-right: 10px solid var(--white);
}
.consult_box_outer,.consult_box_outer::after{
  background: var(--white);
}
.consult_title{
  height: 100%;
  -webkit-transform: skew(22deg);
  -moz-transform: skew(22deg);
  -ms-transform: skew(22deg);
  -o-transform: skew(22deg);
  transform: skew(22deg);
  float: left;
  max-width: 100% !important;
  position: relative;
  z-index: 9999999;
}
.consult_box_outer::after{
  bottom: 0;
  content: "";
  position: absolute;
  left: -99988px;
  top: 0px;
  width: 99999px;
}
.consult_box.mt-4.mb-4 {
  vertical-align: middle;
  height: 100%;
}
.mid-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
/*------------------------- Welcome-----------------------------*/
.welcome-heading {
  border-bottom: solid 1px var(--offwhite1);
  padding: 15px 0px 15px 0px;
}
.welcome-heading small{
  display: block;
  color: var(--orangs);
  font-size: 18px;
  line-height: 30px;
}
.welcome-heading h2{
  font-size: 34px;
  font-weight: bold;
  color: var(--darkblue);
}
.welcomeborder{
   border-left: solid 5px var(--orangs);
 }

.welcome-heading img{
  text-align: right;
}
.welcome-content p {
  font-size: 16px;
  line-height: 30px;
  color: #242424;
}
.welcome-content a {
  border-left: solid 5px var(--orangs);
  font-weight: bold;
  font-size: 16px;
  color: var(--darkblue);
  text-transform: uppercase;
  letter-spacing: 1px;
  display:block;
}
/*------------------------- Our Records -----------------------------*/
#our_records {
  background-size: 100% 100%;
}
#our_records .counter-icon {
  text-align: left;
}
#our_records h4 {
  font-size: 34px;
  font-weight: bold;
  line-height: 34px;
}
#our_records p {
  font-size: 14px;
}
#our_records .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#our_records button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--darkblue);
}
#our_records button.owl-dot.active {
  background-color: var(--orangs);
  border: solid 2px var(--orangs);
}
#our_records button:focus {
  outline: inherit !important;
}
/*-------------------------Services Tab -----------------------------*/
#services_tab ul.nav.nav-pills.nav-justified {
  background-color: var(--offblue);
}
#services_tab li.nav-item {
  border-right: solid 1px var(--lightblue);
  border-radius: 0;
}
#services_tab li.nav-item:last-child {
  border-right:none;
  border-radius: 0;
}
#services_tab a.nav-link {
  color: var(--darkblue);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
#services_tab a.nav-link:hover{
  color: var(--orangs);
}
#services_tab .nav-pills .nav-item.show .nav-link, #services_tab .nav-pills .nav-link.active {
  color: var(--orangs);
  background-color: inherit;
}
#services_tab .tab-content h3 {
  color: var(--darkblue);
  font-size: 20px;
  font-weight: bold;
}
#services_tab .get-btn {
  border-left: solid 5px var(--orangs);
}
#services_tab .get-btn a {
  color: var(--darkblue);
  font-size: 16px;
  font-weight: bold;
}
#services_tab .get-btn a:hover {
  color: var(--orangs);
}
#services_tab .details-box {
  background-color: var(--offblue);
  transform: skew(-40deg);
}
#services_tab .details-box-content {
  transform: skew(40deg);
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
#services_tab .details-box-content i {
  color: var(--orangs);
  font-size: 20px;
}
#services_tab .details-box-content strong {
  color: var(--darkblue);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
/*------------------------- Project -----------------------------*/
#project {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#project ul.nav.nav-pills.nav-justified {
  display: block;
}
.project-img img {
  width: 100%;
}
.project-title {
  background-color: var(--darkblue);
}
.project-title h3 a{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#project .link-bg {
  background-color: var(--white);
}
#project .nav-justified .nav-item {
  text-align: left;
}
#project a.nav-link {
  display: block;
  color: var(--orangs);
}
#project a.nav-link:hover,#project .nav-pills .nav-link.active {
  color: var(--darkblue);
}
#project .nav-pills .nav-link.active {
  background-color: inherit;
}
#project p.project_cat_title {
  display: none;
}
#project  li.nav-item:hover p.project_cat_title, #project  a.nav-link.active p.project_cat_title{
  display: block;
}
#project li.nav-item{
  position: relative;
}
#project  p.project_cat_title {
  position: absolute;
  top: 0;
  background: var(--offblue);
  z-index: 1;
  left: 0;
  width: 120px;
}
#project  li.nav-item a{
  width: 100%;
  text-align: center;
}
#project  li.nav-item a:hover, #project a.nav-link.active{
  background: var(--offblue) !important;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*------------------------- Expert -----------------------------*/
#expert .owl-carousel {
  padding: 40px 0;
}
#expert .expert-box {
  background-color: var(--offblue);
  margin-top: -120px;
  margin-left: 35px;
}
#expert .expert-box:hover {
  background-color: var(--orangs);
  padding: 15px;
}
#expert .expert-socialbox i {
  font-size: 18px;
  padding: 10px 0;
}
#expert .expert-socialbox a {
  display: block;
  text-align:right;
  padding-right: 15px;
}
#expert .expert-box a,#expert .expert-box p {
  color: var(--darkblue);
}
#expert .expert-image img {
  width: 100% !important;
  max-width: 175px;
}
#expert .owl-carousel .owl-item img {
  display: inline-block;
}
#expert .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#expert button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--darkblue);
}
#expert button.owl-dot.active {
  background-color: var(--orangs);
  border: solid 2px var(--orangs);
}
#expert button:focus {
  outline: inherit !important;
}
/*------------------------- Choose Video -----------------------------*/
#choosevideo {
  background-color: var(--offblue);
}
.choose-box-icon {
  width: 50px;
  height: 50px;
  border: solid;
  text-align: center;
  background-color: var(--white);
  border: solid 2px var(--orangs) ;
      margin: 0 auto;
}
.choose-box-icon:hover {
  background-color: var(--orangs);
  border: solid 2px var(--orangs) ;
}
.choose-box-icon i {
  padding-top: 12px;
  color: var(--orangs);
  font-size: 18px;
}
.choose-box-content h4 {
  font-style: italic;
  color: var(--darkblue);
  font-weight: bold;
  font-size: 18px;
}
/*------------------------- Testimonials -----------------------------*/
#testimonials .owl-carousel {
  padding: 40px 0;
}
.testimonial_box img {
  border-radius: 50%;
}
.testimonial_box img,#testimonials .owl-carousel .owl-item img{
  width: 100px !important;
}
#testimonials button.owl-prev,#testimonials button.owl-next{
  position: absolute;
  background: var(--gray-3);
  border: none;
  padding: 10px;
}
#testimonials button.owl-prev {
  left: 0;
}
#testimonials button.owl-next {
  right: 0;
}
#testimonials .testimonial_box {    
  border: 1px solid var(--black-b);
}
#testimonials .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#testimonials button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--darkblue);
}
#testimonials button.owl-dot.active {
  background-color: var(--orangs);
  border: solid 2px var(--orangs);
}
#testimonials button:focus {
  outline: inherit !important;
}
#testimonials h4.testimonial_name {
  position: absolute;
  top: 50%;
}
#testimonials h4.testimonial_name a {
  color: var(--darkblue);
  font-weight: bold;
}
#testimonials h4.testimonial_name a:hover {
  color: var(--orangs);
}
/*------------------------- Properties -----------------------------*/
#properties{;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#properties .owl-carousel {
  padding: 40px 0;
}
#properties .properties-title {
  background-color: var(--darkblue);
}
#properties h3 a {
  border-left: solid 5px var(--orangs);
  letter-spacing: 0;
  font-size: 22px;
  text-transform: uppercase;
   color: #ffffff;
}
#properties h3 a:hover {
  color: var(--orangs);
}
#properties .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#properties button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--darkblue);
}
#properties button.owl-dot.active {
  background-color: var(--orangs);
  border: solid 2px var(--orangs);
}
#properties button:focus {
  outline: inherit !important;
}
/*------------------------- Partners -----------------------------*/
#our_partners .owl-carousel {
  padding: 25px 0;
}
#our_partners .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#our_partners button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--darkblue);
}
#our_partners button.owl-dot.active {
  background-color: var(--orangs);
  border: solid 2px var(--orangs);
}
#our_partners button:focus {
  outline: inherit !important;
}
/*------------------ Newsletter -----------------*/
#newsletter {
  background-color: var(--darkblue);
  border-top: solid 3px var(--orangs);
  border-bottom: solid 3px var(--orangs);
}
#newsletter p,.newsletter-heading h2 small{
  margin: 0;
}
.newsletter-heading h2 small{
  display: block;
  color: var(--orangs);
  font-size: 18px;
}
.newsletter-heading h2{
  border-left: solid 5px var(--orangs);
  font-size: 34px;
  font-weight: bold;
}
#newsletter .news_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#newsletter input[type="email"] {
  width: auto;
  border: solid 1px var(--white);
}
#newsletter input[type="submit"] {
  background-color: var(--orangs);
  border: solid 1px var(--white);
  padding: 11px 10px;
  margin-left: 15px;
}
#newsletter input[type="submit"]:hover {
  background-color: var(--white);
  border: solid 1px var(--orangs);
  color: var(--orangs);
}
/*------------------Latest Post -----------------*/
h3.latest_post_name {  
  margin: 0;
  padding: 0;
}
h3.latest_post_name a {
  font-size: 24px;
  font-weight: bold;
}
.tags,h3.latest_post_name a{
  text-transform: uppercase;  
}
.tags a{
  text-transform: capitalize;
  border: solid 1px var(--gray-6);
  padding: 3px 15px;
  border-radius: 15px;
  color: var(--gray-6);
  margin: 2px 5px;
  display: inline-block;
}
.discover-btn {
  border-left: solid 5px var(--orangs);
}
.discover-btn a {
  color: var(--darkblue);
  font-size: 16px;
  font-weight: bold;
}
.discover-btn a:hover {
  color: var(--orangs);
}
#latest_post .owl-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
#latest_post button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--darkblue);
  display: block;
  margin: 5px auto;
}
#latest_post button.owl-dot.active {
  background-color: var(--orangs);
  border: solid 2px var(--orangs);
}
#latest_post button:focus {
  outline: inherit !important;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
}
button.owl-prev, button.owl-next {
  background: var(--white);
  border: 1px solid var(--black-0);
  padding: 6px 9px;
}
.owl-nav {
  margin: 12px auto;
  display: none;
}
button.owl-next.disabled, button.owl-prev.disabled {
  background: var(--black-b);
}