
/* --------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

*html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}


/* Header Area*/

header{
    padding: 10px 0px;
}

header nav.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menubar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.menubar ul li a {
    padding: 10px 20px;
    display: block;
    color: #000;
}

.menubar ul li a:hover{
    color: #217777;
}


.nav-item.dropdown:hover  .dropdown-menu
{
    display: block;
}

a.logomain {
    width: 28%;
}


.footer_logo img
{
    width:190px;
}
.whatsapp {
    width: 380px;
    display: flex;
    gap: 15px;
}

.whatsapp a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatsapp a img{
    width: 50px;
}

.whatsapp .number_details
{
    display: flex;
    flex-direction: column;
}

.number_details .text_normal
{
    font-size: 13px;
    color: #000;
}
.reviews_line {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 7px;
    display: block;
}


.reviews_line p {
    font-size: 16px;
    color: #000;
}

.reviews_line .fa-star
{
    color: #f1bc0c;
}

.reviews_line .fa-instagram {
    color: #b0272d;
    font-size: 26px;
    margin-left: 2px;
    position: relative;
    bottom: -3px;
}


.number_details .number
{
    font-size: 17px;
    font-weight: 500;
    color: #40C351;
}


/* Banner Area */

.slide-bg {
    background:url('../images/phone-shadow.png') no-repeat 10% 30% #2D7070;
    padding: 80px 0;
    height: 60vh;
}

.hero-img {
    max-width: 380px;
    transform: rotate(-5deg);
}

.homeslider .carousel-inner {
    position: relative;
    width: 100%;
}


.homeslider .slidertextmain
{
    font-size: 52px;
    color: #fff;
}

.homeslider p
{
    font-size: 23px;
    color: #fff;
    margin-top: 5px;
}

.foot_menu ul li a i {
    font-size: 25px;
    color: #000;
    margin-right: 10px;
    margin-top: 10px;
}



/* Section Area CSS*/

section{
    padding: 40px 0px;
}

.heading_main {
    text-align: center;
    padding: 10px 0px;
}

.iconboxes {
    padding: 40px 0px;
}


.heading_main span{
    color: #298181;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.heading_main h2{
    font-size: 21px;
    color: #000;
}

.cartx {
    margin-right: 15px;
}


.iconboxes ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.iconboxes ul li a {
    display: block;
    width: 117px;
    height: 117px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iconboxes ul li a:hover{
    background: #298181;
    color: #fff;
    border: 1px solid #298181;
}

.iconboxes ul li a:hover img{
    filter: invert(1);
}



.iconboxes ul li a img{
    width: auto;
    max-height: 36px;
}

.iconboxes ul li a span{
    display: block;
    font-size: 14px;
    margin-top: 5px;
}


.darksection
{
    background: #DDF3F3;
    padding: 20px 0px;
}

.phonecover
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.phonecover li
{
    display: block;
}

.phonecover li a {
  display: block;
  background: #044747;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 5px;
}

.phonecover li a:hover{
    background: #143737;
}


.trans_back
{
    background: url('../images/background_trans.png') no-repeat top right;
    padding: 40px 0px;
}


.gallery-img {
  cursor: pointer;
  transition: transform 0.3s;
  border-radius: 20px;
}
.gallery-img:hover {
  transform: scale(1.05);
}

button.btn-close {
  background-color: #fff;
  border-radius: 47px;
  padding: 10px;
  font-size: 11px;
}

.trans_backsec
{
    background: url('../images/back-right.png') no-repeat top left;
    padding: 40px 0px;
}

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

.heading_main_large span{
  color: #298181;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}

.heading_main_large h2 {
  font-size: 38px;
  color: #000;
  margin-bottom: 10px;
}

.uvp-list {
  margin-left: 26px;
  margin-top: 15px;
}

.uvp-list ul {
  list-style: none;
}

.uvp-list ul > li {
  clear: left;
  padding: .5rem 0;
  color: #4a4a4a;
  font-size: 14px;
}

.uvp-list ul > li:before {
  background: url(https://info.openpath.com/hubfs/checkmark-round-orange.svg);
  background-size: cover;
  background-position: center;
  padding: .15rem;

  content: "";
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  float: left;
  margin-left: -1.8rem;
}


div#testimonialSlider {
  max-width: 500px;
  box-shadow: 1px 1px 16px 0px #dbdbdb;
  border-radius: 20px 20px 20px 0px;
  margin: 25px auto;
}

div#testimonialSlider::before {
  background: url(../images/quote.png);
  background-size: cover;
  background-position: center;
  padding: .15rem;
  display: block;
  content: "";
  height: 3rem;
  width: 3.5rem;
  position: absolute;
  left: 49px;
}

div#testimonialSlider .carousel-control-prev-icon {
  background-color: #000;
  border-radius: 50px;
  background-size: 58%;
  margin-left: -22px;
}

div#testimonialSlider .carousel-control-next-icon {
  background-color: #000;
  border-radius: 50px;
  background-size: 58%;
}

.curv_bgfoot
{
  background: url('../images/bg_footer.png') no-repeat;
  background-size:cover;
  height: 151px;
}

.footer_main
{
  background-color: #F6FBFF;
  padding: 20px 0px;
}

.foot_menu h2 {
  font-size: 19px;
  margin-bottom: 10px;
}

.foot_menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.foot_menu {
    margin: 15px 0px;
}

.foot_menu ul li {
  font-size: 18px;
  color: #8C8B92;
  margin-bottom: 10px;
}

.foot_menu ul li a {
  font-size: 18px;
  color: #8C8B92;
}

.foot_menu ul li a:hover{
  color: #00A3CB;
}

.whatsapp_fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 12;
  width: 50px;
}

.tel_fixed {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 12;
  width: 50px;
}

.tel_fixed p,
.whatsapp_fixed p {
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
    font-weight: 800;
    margin-left: -3px;
}

.tel_fixed i {
    font-size: 26px;
    background: #044747;
    padding: 11px 14px;
    color: #fff;
    border-radius: 50px;
}

.tel_fixed p{
margin-left: 3px;
    margin-top: 5px;
}

.protitle {
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: 600;
    position: relative;
    background: #fff;
    z-index: 12;
    border-radius: 5px;
}

.videourl {
    z-index: 20;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -25px;
}

.videourl a {
    background: #ed0c0c;
    color: #fff;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videourl a:hover
{
    background: #d11e1e;
}



/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 100px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
  margin-right: 280px;
}

.contact-page p {
  margin-bottom: 50px;
}

.contact-page .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: #f35525;
}


/* Page heading */


.page-heading {
  background-color: #2D7070 ;
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0px;
  text-align: center;
}

.page-heading span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 10px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}


.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.single-property .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #eee;
}


#imgModal .modal-content {
  width: 68%;
  margin: 0px auto;
}


a.orderbutton {
    display: flex;
    width: 200px;
    background: #fff;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    align-items: center;
    padding: 5px 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 17px;
    align-self: center;
    box-shadow: 1px 1px 10px 0px #979797;
}

a.orderbutton img{
  width: 50px;
}


/* Page heading */



/* Page Responsive */

@media (max-width: 867px) {
.iconboxes ul {
    flex-wrap: wrap;
}

a.logomain {
    width: 45%;
}
}

@media (max-width: 768px) {
    
    .new_btn {
    font-size: 10px;
    padding: 4px 2px;
    margin: 6px 0px;
}
    
    .logomain
    {
    width: 205px;

    }

  header .menubar {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 82px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px;
    box-shadow: 6px 7px 17px 0px #e1e1e1;
}

  .whatsapp {
    display: none;
}

div#heroSlider {
  display: none;
}

section {
  padding: 20px 0px;
}

.phonecover
{
  align-items: center;
    justify-content: center;
}

.contact-page #contact-form {
  margin-left: 0;
  margin-top: 22px;
}

}

@media (max-width: 560px) {

div#testimonialSlider {
  padding: 0px 44px;
}

.footer_main
{
  padding: 20px 20px;
}

}


