@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
body {
    font-family: 'Roboto', sans-serif;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
    -moz-appearance: none;
}

ul {
    padding: 0px;
    list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

section#top-header {
    background: #034430;
    color: #fff;
    padding: 10px 0px;
}

.mail-details {
    display: inline;
}

.call-details {
    display: inline;
    margin-left: 24px;
}

.mail-details p {
    display: inline-block;
    margin-left: 5px;
}

.footer-social-links ul li {
    display: inline-block;
    margin-left: 16px;
}

.call-details p {
    display: inline-block;
    margin-left: 5px;
}

.pay-online-button {
    text-align: right;
}

.pay-online-button a span {
    margin-left: 10px;
}

.pay-online-button a {
    background: #fff;
    padding: 4px 15px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.for-margrn-none {
    margin-bottom: 0px;
}

a.navbar-brand img {
    width: 250px;
    margin-left: 10px;
}

ul.for-adjust-bar {
    margin-top: 18px;
}

.navbar-nav > li > a {
    padding: 0px;
    margin: 12px;
}

.navbar-nav > li > a:hover {
    background: transparent;
    color: #034430;
}

.navbar-nav > li > a:focus {
    background: transparent;
    color: #034430;
}

.navbar-brand {
    height: auto;
}

ul.for-adjust-bar li.active a {
    border-bottom: 2px solid #034430;
}

ul.for-adjust-bar > li > a {
    text-transform: uppercase;
    color: #333;
}

/*------------------------------------------strat banner------------------------------------------------------------------*/

section#banner {

    background-image: url(../img/banner.jpg);
    padding: 150px 0px 200px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}
section#inner-banner {

    background-image: url(../img/banner.jpg);
    padding: 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}
section#inner-banner .banner-text {
    background: rgba(255, 255, 255, .6);
    padding: 20px;
    text-align: center;
    margin: auto;
    display: table;
    position: static;
}
.banner-text {
    background: rgba(255, 255, 255, .6);
    padding: 20px;
    text-align: center;
    position: absolute;
    left: 70px;
    top: 80px;
}

.banner-text h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 0px 1px 2px #000;
    font-weight: 400;
}

.banner-text h2 {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

.oreder a {
    text-transform: uppercase;
    background: #48c615;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
}

.oreder {
    margin-top: 20px;
    float: right;
}

/*--------------------------------------------------starts steps-------------------------------------------------------*/

section#steps {
    margin: 20px 0px 70px 0px;
}

.step-1 {
    background: #034430;
    color: #fff;
    padding: 20px 0px;
    min-height: 250px;
    max-height: 260px;
}

.step-1 img {
    margin: 0 auto;
    display: block;
    width: 100px;
}

.text-steps {

    text-align: center;
}

.step-1 span {
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 20px;
    display: inline-block;
    font-weight: bold;
}

.text-steps h3 {
    text-transform: uppercase;
    margin: 10px 0px;
}

.step-2 {
    background: #034430;
    color: #fff;
}

/*----------------------------------------------about-us----------------------------------------------------------------*/

section#about-us {
    margin-bottom: 70px;
}

.headind {
    text-align: center;
    color: #000;
    position: relative;
    margin-bottom: 70px;
    padding-top: 20px;
}

.border-bottom-heading {
    background: #034430;
    width: 90px;
    height: 2px;
    margin: 0 auto;
    margin-top: 5px;
}

.about-text p {
    opacity: .6;
    font-size: 14px;
    margin-bottom: 10px;
}

.read-more-button {
    text-align: right;
    margin-top: 10px;
}

.read-more-button a {
    background: #48c615;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 4px;
    font-size: 13px;
}

/*------------------------------------------latest-post----------------------------------------------------------------------*/

section#latest-post{
    
    margin-bottom: 70px;
}

.post-1 {
    position: relative;
}

.comment {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.comment span {
    background: #f1ca31;
    /* color: #fff; */
    font-style: italic;
    padding: 5px 10px;
    border-radius: 6px;
}

.comment span+span {
    background: transparent;
    color: #fff;
    font-style: italic;
    padding: 5px 10px;
    border-radius: 6px;
}

.overlay {
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.post-text {
    padding: 0px 20px;
}

.post-text h4 {
    margin: 10px 0px;
}

.post-text p {
    opacity: .8;
}

.post-img-bg {
    border: .5px solid #888;
    padding-bottom: 10px;
}

.red-text a {
    background: #48c615;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 10px;
    margin-top: 10px;
    font-size: 10px;
    border-radius: 4px;
}


/*----------------------------------------------footer--------------------------------------------------------------------*/

footer {
    background: #313131;
    color: #fff;
    padding: 20px 0px 10px 0px;
}

.copey-right-text p {
    font-weight: lighter;
}

.copey-right-text a {
    color: #48c615;
}

.footer-social-links ul {
    text-align: right;
}
.footer-social-links ul li a {
    color: #fff;
}



/*----------------------------------------------contactpage----------------------------------------------------------------*/

section#contact-us {
    margin: 70px 0px;
}


.contact-form-heading h1 {
    font-weight: 400;
    margin-bottom: 30px;
}
.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="url"], .contact-form .form-group input[type="password"], .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 14px 15px 15px;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    color: #252525;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

.contact-form .form-group textarea {
    height: 150px;
    resize: none;
}

.contact-form button {
    min-width: 100px;
    padding: 11px 45px;
}

.btn-style-one {
    position: relative;
    padding: 12px 26px;
    line-height: 24px;
    text-transform: capitalize;
    background: #4bc700;
    color: #ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #4bc700 !important;
    transition: .5s ease;
}

.btn-style-one:hover {
    color: #4bc700 !important;
    border-color: #4bc700 !important;
    background: none;
    transition: .5s ease;
}

.contact-section .sec-title {
    margin-bottom: 35px;
}

.sec-title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #1c1c1c;
}

.sec-title.style-2 {
    text-align: left;
}
.contact-info li {
    position: relative;
    min-height: 28px;
    margin-bottom: 21px;
    padding-left: 61px;
}

.contact-section .contact-info li h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-info li .icon:before {
    position: absolute;
    left: 0px;
    top: 5px;
}

.location:before {
    content: "";
    background: url(../img/loc.jpg);
    width: 40px;
    height: 40px;
    background-size: cover;
}
.technology:before {
    content: "";
    background: url(../img/call.jpg);
    width: 40px;
    height: 40px;
    background-size: cover;
}

.interface-1:before {
    content: "";
    background: url(../img/email.jpg);
    width: 40px;
    height: 40px;
    background-size: cover;
}

.for-adjust-contact {
    padding: 0px 120px;
}

.desc-text {
    margin-bottom: 30px;
}
.row.apply-now {
    width: 90%;
    margin: auto;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0 ! important;
    color: red;
    width: 90%;
    margin: 0 auto 30px !important;
}
div.wpcf7-validation-errors:after,
div.wpcf7-validation-errors:before, 
div.wpcf7-acceptance-missing:after,
div.wpcf7-acceptance-missing:before {
    content:"";
    display: table;
    clear: both;
}


.epl-search-form.epl-sb-current {
    display: table !important;
    margin: auto !important;
} 

.field, .epl-search-form .field-width{

    width: 99.5% !important;
    box-sizing: border-box !important;
    display: inline-block !important;
}

.epl-search-form .in-field{

    border: 1px !important;
    border-radius: 3px !important;
}

.epl-search-other label.check-label {
    position:  relative;
    top: 11px;
    margin-right: 4px;
}

.epl-property-blog.epl-listing-grid-view .property-box img {
    width: 100% !important;
}

.epl-property-blog.epl-listing-grid-view .property-box-right{

    min-height: 140px !important;
}
.bank_breadcrumb {
    background: #07563b;
    color: #fff;
    margin-bottom: 35px;
}
.bank_breadcrumb ul{margin:0;}
.bank_breadcrumb ul li {
    display: inline-block;
    padding: 10px;
    position: relative;
    text-transform: capitalize;
}
.bank_breadcrumb ul li:after {
    content: ">";
    position: absolute;
    top: 11px;
    right: -5px;
}
.bank_breadcrumb ul li:last-child:after {
    content: none;
}
.bank_breadcrumb ul li:first-child {
    padding-left: 0px;
}
.bank_breadcrumb ul li a {
    color: #fff;
}
.entry-content {
    margin-bottom: 35px;
}
.entry-content h4 {
    color: #064630;
}
.contact-form button {
    padding: 11px 45px;
    margin: auto;
    display: block;
    border-radius: 5px;
}



.entry-header.epl-header {
    display:  none;
}
.entry-content img {
    margin: 0px 0;
    padding: 0px;
    border:  1px solid;
}
.entry-content a.example-image-link img.example-image {
       margin: 5px 5px 5px 4px;
}

header.archive-header.entry-header.loop-header {
    margin-left: 85px;
}

.epl-search-forms-wrapper.epl-search-default {
    display: table !important;
    margin: auto !important;
}
.epl-featured-image.it-featured-image {
    width: 45%;
    float: left;
    margin-right: 2%;
}
.epl-short-description {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.epl-featured-image.it-featured-image img {
    margin: 0 0 20px 0;
}

div#property-thumb img.example-image {
    width: 95%;
}

/* for comment section*/
div#comments {
    display: none;
}

/* for about section*/
div#epl-box1 {
    display: none;
}

/* height for property listing  section*/
div#epl-default-map {
    height: 50px !important;
}

.owl-pagination {
    display: none;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 40%;
    left: 20px;
    z-index: 99;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 20px;
    right: auto;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 20px;
    left: auto;
}
.owl-carousel .owl-wrapper-outer {
    border: 1px solid;
}




.epl-search-form.epl-sb-current {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 6px;
    display: block !important;
    margin: 25px auto !important;
    max-width: 1140px;
}

.epl-search-form .in-field {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
    color: #727272;
    min-height: 40px;
    box-shadow: none;
    background: #fff;
    width: 100% !important;
    cursor: pointer;
    background-repeat: no-repeat;
    border: 1px solid #e5e5e5 !important;
    border-radius: 30px !important;
    display: inline-block;
    outline: 0 !important;
}

.field,
.epl-search-form .field-width {
    width: 100% !important;
}

.epl-search-wide .epl-search-row-half,
.epl-search-wide .epl-property_location,
.epl-search-wide .epl-property_category,
.epl-search-wide .epl-search-land-area,
.epl-search-wide .epl-search-building-area,
.epl-search-wide .epl-search-other,
.epl-search-wide .epl-search-submit-row {
    padding: 0 15px;
    margin-bottom: 20px;
}

.epl-search-form .epl-search-label {
    margin-bottom: 5px;
    margin-top: 0px !important;
    font-size: 12px !important;
    font-weight: 400;
}

.epl-search-other label.check-label {
    top: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: 400;
}

.epl-search-wide .epl-search-other {
    margin-bottom: 0 !important;
    margin-top: 35px !important;
}
.epl-search-form .epl-search-row-checkbox .in-field {width: 20px !important;}

.epl-search-form .epl-search-btn {
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block;
    font-size: 14px;
    padding: 12px 25px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #07563b;
    cursor: pointer;
}

.epl-search-form .epl-search-btn:hover {
    background-color: #000;
}

.epl-search-form .epl-search-row-checkbox .in-field,
.epl-search-form .epl-search-row-checkbox .check-label {
    min-height: auto !important;
    float: none;
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 !important;
}

.epl-search-wide .epl-search-row-checkbox {
    margin-bottom: 0 !important;
}

header.archive-header.entry-header.loop-header {
    margin: 0 auto;
    text-align: center;
}

     .epl-search-form .epl-search-row, .epl-search-form .epl-search-row-full {
    padding: 0px 15px;
}
.epl-search-forms-wrapper.epl-search-default {
    max-width: 50% !important;
}

.epl-search-form .epl-search-other {
    margin-top: 15px !important;
}

 .epl-property-blog.epl-listing-grid-view .property-box img {
    max-width: 100% !important;
    height: 280px !important;
    display: block !important;
}


.epl-video-container.videoContainer {
    display: none !important;
}
.video-section {
    margin-top: 25px;
}
.wpcf7-radio span.wpcf7-list-item {
    display: block;
    margin: 0;
}

.post-type-archive-property .epl-property-blog .property-box-left {
    width: 35%;
    padding-right: 1em;
    background: transparent;
}
.post-type-archive-property .epl-property-blog .property-box-right {
    width: 64%;
}
.post-type-archive-property .epl-property-blog .property-box img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}
.wrap {
    padding-bottom: 30px;
}
table.property-description-table {
    width: 100%;
}
table.property-description-table td {
    border: 1px solid;
    padding: 5px 10px;
}
.epl-tab-content.tab-content ul {
    list-style-type: disc;
}

.epl-pagination {
    float: right;
    margin-left: 4px;
}

.epl-pagination span.current{

 background: #07563b !important;
}

.epl-property-blog .entry-title a {
    text-decoration: none !important;
    color: #07563b !important;
}
.b-padding {
    margin: 0;
}
form.view-map input {
    text-transform: uppercase;
    background: #48c615;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    border: none;
}
