/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-semibold-webfont.html');
    src: url('fonts/lato-semibold-webfontd41d.html?#iefix') format('embedded-opentype'), 
    url('fonts/lato-semibold-webfont.woff2') format('woff2'), 
    url('fonts/lato-semibold-webfont-2.html') format('woff'), url('fonts/lato-semibold-webfont-3.html') format('truetype'), 
    url('fonts/lato-semibold-webfont-4.html#latosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}
@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato-black-webfont.html');
    src: url('fonts/lato-black-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/lato-black-webfont.woff2') format('woff2'),
         url('fonts/lato-black-webfont-2.html') format('woff'),
         url('fonts/lato-black-webfont-3.html') format('truetype'),
         url('fonts/lato-black-webfont-4.html#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

body{
    color: #777;
    font-size: 14px;
}
/* country code css start */
.flag-container {
    display: none;
}
.iti__country-container [type=button], .iti__country-container button{
	display: flex;
	padding: 2px;
}
.active-btn{
    pointer-events: none;
    opacity: 0.8;
  }

  .iti--allow-dropdown{
 width:100%;
  }

  .phone::placeholder {
    color: #888888 !important; /* Change to your desired color */
  }

  .footer-form .iti .iti__country-container phone{
    border:none;
  }

  .iti__search-input {
    padding: 13px !important;
    font-size: 14px !important;
}

.iti__search-input {
  color: #000 !important;
  background-color: #fff !important;
  font-size: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* country code css ends */
a{
    text-decoration: none;
}
.container {
    max-width: 1280px;
}
/*header css*/
header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0,0,0,.95);
} 
.container-fluid {
    max-width: 100%;
    padding: 0 15px;
}
.inner-header { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.formflag{
display: none;
}


.wpcf7 form .wpcf7-response-output{
    display: none !important;
}

.menu ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.menu ul li {
    margin-left: 40px;
}
.menu ul li span,
.menu ul li a {
    font-size: 15px;
    font-family: 'latosemibold';
    color: #fff; 
    text-decoration: none;
}
.menu ul li a.active {
    color: #c08830;
}
.menu ul li.mobile-number a {
    border: 1px solid #464646;
    color: #fff;
    padding: 6px 20px;
    font-family: 'latoblack';
	display:none;
}
.menu ul li.mobile-number a:hover {
    border: 1px solid #c08830;
    color: #FFF;
    background-color: #c08830; 
}
.menu .submenu {
    position: absolute;
    background-color: #fff;
    display: none;
    padding: 10px;
    min-width: 160px;
    z-index: 9;
}
.menu .submenu li {
    margin: 0 0 5px 0;
    width: 100%;
}
.menu .submenu li a {
    color: #000;
}

/* header css */
.top-footer {
    position: relative;
    padding: 50px 0px 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-footer::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.location-detail {
    padding: 30px 30px; 
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}
.top-footer .container {
    position: relative;
}
.location-detail h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}
.location-item {
    margin-top: 30px;
}
.location-item h5 {
    font-size: 22px;
}
.location-item p {
    margin: 0;
    font-size: 14px;
}
.location-item p a {
    color: #fff;
    text-decoration: none;
}
.form-footer h4 {
    color: #c08831;
    margin-bottom: 30px;
    font-size: 30px;
}
.form-footer .form-group {
    margin-bottom: 20px;
    position: relative;
}
.form-footer textarea.form-control {
    min-height: 180px;
    resize: none;
}
.form-footer .form-control {
    border-radius: 0;
    padding: 10px 15px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}
.form-footer .countryCode {
    padding: 0;
    position: absolute;
    width: 100px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: 57%;
    border: 0;
    background-color: transparent;
    z-index: 1;  
    color: #fff;
} 
.form-footer .countryCode ~ .form-control {
    padding-left: 120px;
} 
.countryCode option {
    color: #000;
}
.form-footer .form-control::placeholder {
    color: #fff;
    opacity: 1;
}
.form-footer .form-control:-ms-input-placeholder {
   color: #fff;
}  
.form-footer .form-control::-ms-input-placeholder {
   color: #fff;
}
.form-footer .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.mid-footer {
    background-color: #2a2a2a;
    padding-top: 30px;
    width: 100%;
    display: inline-block;
}
.footer-menu {
    margin-bottom: 15px;
}
.footer-menu h4 {
    color: #a3a3a5;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 6px solid #c08831;
} 
.footer-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.footer-menu ul li {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0; 
    position: relative;
    padding: 0 0 0 12px;
}
.footer-menu ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #777;
    border-radius: 100%;
    transform: translateY(-50%);
}
.footer-menu ul li a {
    color: #777;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}
.copyright {
    font-size: 16px;
    font-weight: 400;
	color: #959595;
	font-family: latoregular;
}
.rera-strip ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}
.rera-strip {
    padding: 0;
    background-color: transparent;
}
.rera-strip ul li {
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    border-right: 1px solid #fff;
    width: auto;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
} 
.rera-strip ul li:last-child {
    border-right: 0;
}
.rera-item {
    background-color: #696969;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 14px !important;
	font-weight: 400;
} 
.footer-para p {
    text-align: justify;
    margin-top: 16px;
    font-size: 13px;
	color: #959595;
    font-weight: 400;
    line-height: 1.5;
}
.btm-footer .container-fluid { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-icons a {
    background-color: #c08831;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
    border-radius: 100%;
    color: #fff;
    margin: 0 0 0 10px;
}
.btm-footer {
    background-color: #272727;
    padding: 15px 0;
}
.btm-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-section {
    padding: 40px 0 40px 0;
}
.blog-item {
    margin-bottom: 30px;
    box-shadow: 0 0 10px gainsboro; 
}
.blog-img {
    position: relative;
}
.blog-img>a{
    display: block;
}
.blog-img>a>img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 230px;
    object-fit: cover;
}
.blog-date {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2f2f2f;
    color: #fff;
    padding: 10px;
    font-size: 10px;
}
.blog-cnt {
    font-weight: 400;
    padding: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.blog-cnt ul {
    padding: 0;
    list-style: none;
    display:flex;
}
.crp_related ul {
    display: inline-block;
    width: 100%;
	padding: 0 30px;
    list-style: disc;
}
ul.ul-list {
    display: inline-block;
    list-style: disc;
    padding: 0 0 0 20px;
}
ul.ul-list li {
    width: 100%;
    float: left;
    margin: 0 0 5px 0 !important;
}
ul.ul-list li ul {
    display: inline-block;
    list-style: circle;
    padding: 0 0 0 20px;
}
.blog-cnt ul li {
    margin: 0 15px 0 0;
}
.blog-cnt ul li a {
    color: #cd852b;
    font-size: 16px;    
    text-decoration: none;
}
.blog-cnt p {
    font-size: 15px;
    margin: 0;
    color: #000;
}
.blog-cnt h4 a {
    color: #000;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}
a.read_more {
    text-decoration: none;
    color: #c08831;
}
ul.page-numbers {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}
.page-numbers li .current {
    color: #6c757d !important;
}
.page-numbers li:first-child .page-numbers {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-numbers li .page-numbers {
    color: #c08831;
    padding: 0.375rem 0.75rem;
    border: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 400;
}
.page-numbers li:last-child .page-numbers {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-numbers li:not(:first-child) .page-numbers {
    margin-left: -1px;
}
.banner-section{
    text-align: center;
    color: #fff;
    min-height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section h1{
    font-size: 40px;
    margin: 0;
    font-weight: 400;
}
.blog-info-div-content {
    border: 1px solid gainsboro;
    margin-bottom: 25px;
    padding: 15px;
}
.blog-info-div-content h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #c08830;
}
.blog-info-div-content p {
    margin-bottom: 15px;
    font-size: 15px;
}
#comments .comment .comment-body, #comments .pingback .comment-body {
    padding: 10px 0 0px 150px;
    border-bottom: 0;
}
.comment-author.vcard .fn, .comment-author.vcard a{
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    display: block;
}
.comment-metadata >a {
    font-size: 15px;
    color: gray;
    font-style: oblique;
    text-decoration: none;
    font-weight: 600;
}
footer.comment-meta {
    flex-direction: column;
}
p.comment-notes,
#comments ol.comment-list .children:before,
span.says,
.reply{
    display: none;
}
#comments .children {
    padding-left: 150px;
}
form#commentform{
    display: flex;
    flex-direction: column;
}
p.form-submit,
p.comment-form-comment{
    order: 1;
}
.form-submit>input#submit {
    background-color: #c08831;
    color: #fff;
    border-color: transparent;
}
.wpcf7-submit,
.send_btn {
    background-color: #c08831;
    border-color: transparent;
    color: #fff;
}
a.whatsapp {
    background-color: #2fb842;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 10px;
    bottom: 20px;
    margin: 0;
    z-index: 2;
}
.fix-mobile-strip {
    display: none;
}

.form-footer .form-group p {
    margin: 0;
}
.wpcf7>.screen-reader-response {
    display: none;
}
option {
    color: #000;
}
.project-form{
    position: sticky;
    top: 80px;
}
header.fixed {
    position: fixed;
}
.recent-post {
    background-color: #fff;
    padding: 15px 15px 0 15px;
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    margin-top: 30px;
}
.recent-post h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.recent-post-item {
    display: flex;
    margin-bottom: 15px;
}
.recent-post-img {
    width: 40%;
    padding-right: 15px;
}
.comments-area a, .page-content a {
    text-decoration: none;
    color: #c08830;
}
.recent-post-info {
    width: 60%;
    color: #000!important;
}
.recent-post-info h6{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recent-post-info p {
    color: gray;    
    font-size: 13px;
}
.banner-form h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 25px;
}
.banner-form .form-control {
    padding: 10px 15px;
    border: 1px solid gray;
}
.banner-form {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
}
.banner-form .form-control {
    padding: 10px 15px;
    border: 1px solid gray;
}
textarea.form-control {
    height: 100px;
    resize: none;
}

.scriptlesssocialsharing{
    display: none;
    margin: 0;
}
.content-container.active .scriptlesssocialsharing{
    display: block;
}
.menu ul li.dropdown:hover .submenu {
    display: block;
}
.modal-content {
    border: 0;
    background-color: #c08831;
    padding: 5px;
}
.modal-body {
    padding: 0;
}
.modal-body .close {
    color: #000;
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    box-shadow: 2px -2px 3px #000;
    padding: 0;
    z-index: 9;
    border: 0;
}
.modal-body .close svg{
	width:15px;
	height:15px;
}
.modal-body .top-footer {
    padding: 15px 0px 15px;
    background-attachment: inherit;
}
.modal .form-footer textarea.form-control{
	min-height:100px;
}
.top-footer::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.top-footer .container {
    position: relative;
}

.post-tags {
    margin-bottom: 1em;
}
span.tag-links a {
    text-decoration: none;
    margin-right: 5px;
    border: 1px solid #c08831;
    background-color: #c08831;
    margin-bottom: 4px;
    display: inline-block;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 12px;
    color: #fff;
}
.single-post .banner-section {
  display: none;
}

@media only screen and (max-width: 991px){
    #comments .comment .comment-body, 
    #comments .pingback .comment-body{
        padding: 10px 0 0px 0;
    }
    #comments .comment .avatar{
        float: none;
    }
    #comments .children{
        padding-left: 0;
    }
    .blog-info-div-content h2,
    .blog-cnt h4 a {
        font-size: 20px;
    }
    .blog-cnt p {
        font-size: 14px;
    }
    .banner-section h1 {
        font-size: 22px;
    }
    .banner-section{
        min-height: 120px;
    }
    .button_container {
        position:absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }

    .button_container:hover {
        opacity: 0.7;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #fff;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #fff;
    }

    .button_container span {
        background: #ce9f47;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .overlay {
        position: fixed;
        background: #ce9f47;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 9;
    }

    .overlay.open {
        opacity: 0.9;
        visibility: visible;
        height: 100%;
    }

    .overlay.open li {
        -webkit-animation: fadeInRight 0.5s ease forwards;
        animation: fadeInRight 0.5s ease forwards;
        -webkit-animation-delay: 0.35s;
        animation-delay: 0.35s;
    }

    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: 0.45s;
        animation-delay: 0.45s;
    }

    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }

    .overlay ul li {
        display: block;
        position: relative;
        opacity: 0;
        margin: 0 0 15px 0;
    }

    .overlay ul li a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        font-size: 20px;
    }

    .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
        width: 100%;
    }

    .overlay ul li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        transform: translateX(-50%);
        height: 3px;
        background: #fff;
        transition: 0.35s;
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }

        100% {
            opacity: 1;
            left: 0;
        }
    }

    .menu {
        position: relative;
    }

    .menu ul li.mobile-number a {
        border: none;
        padding: 0;
    }

    .menu ul li.mobile-number a:hover {
        border: 0;
        background-color: transparent;
    }

    .menu ul li a.active {
        color: #fff;
    }
        .btm-footer .container {
        display: block;
        text-align: center;
    }
    .copyright {
        margin-bottom: 10px;
    }
    .social-icons a {
        background-color: #c08831;
        width: 35px;
        height: 35px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        display: inline-flex;
        border-radius: 100%;
        color: #fff;
        margin: 0 0 0 10px;
    }
    .btm-footer {
        padding: 15px 0 59px 0;
    }
    .social-icons a {
        width: 30px;
        height: 30px;
        margin: 0 0 0 2px;
    }
    .copyright {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .btm-footer .container-fluid {
        display: block;
    }
      .fix-mobile-strip{
    display: block;
    position: fixed;
    top: 50%;
    right: -153px;
    width: 350px;
    height: auto;
    padding: 0px;
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 99;
  }
      .fix-mobile-strip ul{
    margin: 0;
    list-style: none;
    position: absolute;
    text-align: center;
    cursor: pointer;
    transform: rotate(270deg);
    color: #fff;
    width: 350px;
  }
	.fix-mobile-strip ul li:first-child{
  display: none;
}
    .fix-mobile-strip ul li {
        width: 50%;
        text-align: center;
    }
    .fix-mobile-strip ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        background-color: #c08831;
        padding: 10px;
        font-size: 16px;
    }
    a.whatsapp {
        display: none;
    }
    .blog-date {
        padding: 5px;
        font-size: 13px;
    }
  .form-footer h4 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
	.form-footer .form-group{
		margin-bottom:15px;
	}
    span.tag-links a{
        padding: 2px 10px;
    }
	.banner-section{
 display:none;
}
}
@media only screen and (max-width: 575px){
td {
    margin: 10px;
}
}
@media only screen and (max-width: 340px){
	table {
    margin: -10px;
}
}
body .wpulike-default .count-box {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    padding: 0;
    box-shadow: none;
    line-height: 0;
    margin-right: 3px;
    font-weight: 600;
}
body .wpulike-default .count-box:before {
    width: auto;
    height: auto;
    border: 0;
    background-color: transparent;
}
body .wpulike {
    padding: 0;
    margin: 0 10px;
}
body .wpulike .wp_ulike_general_class {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
body .wpulike-default button.wp_ulike_btn {
    color: #000000 !important;
    min-height: inherit;
    min-width: auto;
    background-color: transparent !important;
    font-size: 0;
    line-height: normal;
}
body .wpulike-default button.wp_ulike_btn:before {
    content: "\f164";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 16px;
}
body .blog-cnt ul li {
    margin: 0;
}



