@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,400;1,500;1,600;1,700&display=swap");

body {
    font-family: "Nunito Sans", sans-serif;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

:root {
    --primary-color: #ee1c27;
    --light-color: #2e3190;
    --btn-color: #ee1c27;
    --title-color: #2e3190;
}

.ma-t {
    margin-top: 80px;
}

.ma-tb {
    margin-top: 80px;
}

.pa-t {
    padding-top: 80px;
}

.pa-tb {
    padding-top: 80px;
    padding-bottom: 80px;
}

.concrete-img img,
#photo-viewer img,
.thumbnail-img img,
.single-product-item .single-product-img img,
.service-carousel-item img,
.recent-news-img img,
.blog-main-image img,
.our-design-gallery .image-list img,
.design-detail-img img,
.blog-img img,
.team-block .team-inner .team-img img,
.service-card-img img,
.our-design-img img,
.carousel-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.counter-icon img,
.construction-card-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.toast-message {
    color: #28a745 !important;
    position: fixed;
    right: 0;
    z-index: 9;
    top: 130px;
    padding: 10px;
    color: #fff !important;
}

/*header start*/
.top-header {
    background: #794382;
}

.top-left .text {
    color: #fff;
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 14px;
}

.top-right .social-nav {
    text-align: right;
    padding: 5px 0;
}

.top-right .social-nav li {
    display: inline-block;
    margin-left: 20px;
}

.top-right .social-nav li:first-child {
    margin-left: 0px;
}

.top-right .social-nav li a {
    color: #fff;
}

.main-menu {
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
    /*background: rgb(152,88,163,0.5);*/
}

.logo img {
    height: 100px;
    transition: all 0.6s ease;
}

.sticky .logo img {
    height: 50px;
}

.main-menu .bg-transparent {
    background: transparent !important;
}

.menu-item .nav-link {
    color: #000000 !important;
    font-size: 18px;
    font-weight: 600;
    transition: all linear 0.3s;
}

.menu-item .nav-link:hover {
    color: var(--primary-color) !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
/*header end*/

/*footer start*/
footer {
    display: block;
}

.main-footer {
    position: relative;
    padding: 100px 0px 0px;
    background-color: var(--primary-color);
}

.pattern-layer-one {
    background: url("../images/pattern-1.png");
    position: absolute;
    left: 0px;
    top: 0px;
    width: 426px;
    height: 696px;
    background-position: left top;
    background-repeat: no-repeat;
}

.pattern-layer-two {
    background: url("../images/pattern-2.png");
    position: absolute;
    right: 0px;
    top: 0px;
    width: 490px;
    height: 569px;
    background-position: right top;
    background-repeat: no-repeat;
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 40px;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 40px;
}

.main-footer .footer-widget h4 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.main-footer .footer-widget h4:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 35px;
    background-color: var(--btn-color);
}

.main-footer .footer-widget h4:after {
    position: absolute;
    content: "";
    left: 38px;
    bottom: 0px;
    height: 2px;
    width: 3px;
    background-color: #ffffff;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 40px;
}

.main-footer .logo-widget .read-more {
    position: relative;
    color: #ffffff;
    padding: 12px 25px;
    font-size: 16px;
    background-color: var(--btn-color);
}

/* List Link */

.list-link {
    position: relative;
}

.list-link li {
    position: relative;
    margin-bottom: 15px;
}

.list-link li a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-link li a:hover {
    color: var(--btn-color);
    text-decoration: line-through;
}

.list-link li a:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: -2px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.request-widget .phone {
    position: relative;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
}

.request-widget .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 15px;
}

.request-widget .request-btn {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 30px;
    margin-top: 34px;
    border: 1px solid #ffffff;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.request-widget .request-btn:hover {
    border-color: var(--btn-color);
    background-color: var(--btn-color);
}

.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-widget ul {
    position: relative;
}

.main-footer .contact-widget ul li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 28px;
    line-height: 1.6em;
}

.main-footer .contact-widget ul li .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 18px;
    line-height: 1em;
    color: var(--light-color);
}

.main-footer .contact-widget ul li a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .contact-widget ul li a:hover {
    color: var(--btn-color);
}

.main-footer .lower-section {
    position: relative;
    padding-bottom: 60px;
}

.main-footer .lower-section .newsletter-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .lower-section .newsletter-column .inner-column {
    position: relative;
    padding-left: 120px;
}

.main-footer .lower-section .newsletter-column .inner-column .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.main-footer .lower-section .newsletter-column .inner-column h3 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}

.main-footer .lower-section .newsletter-column .inner-column .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.newsletter-form .form-group {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 80px;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    border-radius: 50px;
    font-weight: 600;
    padding: 10px 50px 10px 30px;
    background: fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    background: var(--primary-color);
    border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.newsletter-form button:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.footer-copyright {
    background: var(--primary-color);
    padding: 10px;
    position: relative;
}

.copyright {
    color: #ffffff;
}

.footer-design {
    background: #763c80;
    padding: 10px;
    position: relative;
}
.design {
    color: #ffffff;
    text-align: center;
}
.design a {
    color: #fff;
    text-decoration: underline;
}

.social-nav {
    padding-left: 20px;
    text-align: right;
}

.social-nav li {
    display: inline-block;
    padding: 0 10px;
}

.social-nav li a {
    color: #ffffff;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 9;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
}

/*footer end*/

/*home start*/
.carousel-search {
    position: relative;
}

.carousel-image {
    height: 725px;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 678px) {
    .carousel-image {
        height: 400px;
    }
}

.carousel-search-content {
    background: rgba(225, 225, 225, 0.5);
    margin-top: -100px;
    z-index: 1;
    position: relative;
    padding: 30px 20px;
}

.carousel-search-content .form-group {
    margin-bottom: 0;
}

.search-btn {
    position: relative;
    color: #ffffff;
    padding: 6px 25px;
    font-size: 16px;
    width: 100%;
    background-color: var(--btn-color);
}

.tagline h1 {
    font-family: "EB Garamond", serif;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
}

.sec-title .separater {
    position: relative;
    width: 14px;
    height: 20px;
    margin-bottom: 24px !important;
    border-left: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
}

.sec-title .separater:before {
    position: absolute;
    content: "";
    left: 4px;
    top: -5px;
    width: 2px;
    height: 20px;
    background-color: var(--btn-color);
}

.sec-title .separater {
    margin: 0 auto;
}

.sec-title .title {
    position: relative;
    color: var(--btn-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 600;
    line-height: 1.2em;
}

.home-about .inner-content .text {
    text-align: justify;
}

/*construction kinds*/
.construction-card {
    position: relative;
    text-align: center;
    margin-left: 20px;
    padding: 40px 30px 45px;
    background-color: #ffffff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.construction-card-img {
    height: 100px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.construction-card .text {
    height: 100px;
    overflow: hidden;
}

.card-title a {
    color: var(--title-color);
    font-weight: 700;
}

.construction-card .read-more {
    color: var(--btn-color);
    font-weight: 600;
}

.construction-card .read-more:after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    display: inline-block;
    padding-left: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    color: var(--title-color);
}

.construction-card .read-more:hover:after {
    visibility: visible;
    opacity: 1;
    transform: translateX(10px);
}

.line-one {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 10px;
    height: 80px;
    background-color: var(--btn-color);
    transition: all 0.5s ease;
}

.construction-card:hover .line-one {
    height: 50px;
}

.line-two {
    position: absolute;
    right: 40px;
    top: 0px;
    width: 6px;
    height: 50px;
    background-color: var(--title-color);
    transition: all 0.5s ease;
}

.construction-card:hover .line-two {
    height: 70px;
}

/*home-about*/
.home-about {
    background: url(../images/4.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.home-about:before {
    content: "";
    background-color: rgba(204, 4, 52, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.home-about-content .separater {
    border-color: #ffffff;
}

.home-about .inner-content .text,
.home-about-content .sec-title h2,
.home-about-content .sec-title .title {
    color: #ffffff;
}

.counter {
    color: #222;
    text-align: center;
    width: 250px;
    height: 100%;
    padding: 46px 30px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after {
    content: "";
    background: var(--btn-color);
    border-radius: 50%;
    box-shadow: 0 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.counter:after {
    background: #fff;
    left: 25px;
    top: 25px;
    bottom: 25px;
    right: 25px;
}
.counter .counter-icon {
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.counter h3 {
    color: var(--btn-color);
    font-size: 15px;
    font-weight: 500;
}
.counter .counter-value,
.counter span {
    color: #555;
    font-size: 30px;
    font-weight: 600;
}

@media screen and (max-width: 990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/*our-design*/
.our-design {
    background: url(../images/pattern-3.png);
    background-position: center top;
    background-repeat: no-repeat;
}

/*.filter.hide {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.filter.show {
	opacity: 1;
	visibility: visible;
	display: block;
}*/

.our-design-tab {
    border-bottom: none;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 0px 30px;
    border-radius: 50px;
    border: 1px solid #ebebeb;
    display: inline-flex;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.our-design-tab .nav-item.show .nav-link,
.our-design-tab .nav-link.active {
    color: var(--btn-color);
    background-color: #fff;
}

.our-design-link span {
    font-size: 30px;
    margin-right: 10px;
}

.our-design-tab .our-design-link {
    color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.our-design-tab .our-design-link:hover {
    color: var(--btn-color);
}

.our-design-tab .nav-link.active,
.our-design-tab .our-design-link:hover {
    border: none;
}

.our-design-tab .nav-item:first-child .our-design-link {
    /*border-bottom: 1px solid #dee2e6;*/
    border: none;
}

.our-design-tab .nav-item {
    position: relative;
}

.our-design-tab .nav-item:after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.our-design-tab .nav-item:first-child:after {
    display: none;
}

.our-design-card {
    position: relative;
}

.our-design-img {
    height: 350px;
    width: 100%;
    overflow: hidden;
}

.our-design-card .overlay-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: transform 0.6s ease;
    transform: scale(0, 1);
    transform-origin: right center;
}

.our-design-card .overlay-bg:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0.8;
    background-color: var(--primary-color);
}

.our-design-card:hover .overlay-bg {
    transform: scale(1, 1);
    transform-origin: left center;
}

.our-design-card .overlay-bg .content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    color: #fff;
}

.our-design-card .overlay-bg .content h4 a {
    color: #fff;
}

.overlay-bg .content .category {
    position: relative;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.overlay-bg .content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 16px;
}

.overlay-bg .content h4 a {
    position: relative;
    color: #ffffff;
    transition: all 300ms ease;
}

.overlay-bg .read-more {
    color: #ffffff;
    padding: 5px 10px;
    font-size: 16px;
    background-color: var(--btn-color);
}

.overlay-bg .read-more:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
    transition: all 0.6s ease;
}

.overlay-bg .read-more:hover:after {
    left: auto;
    right: 0;
    width: 100%;
}

.overlay-bg .gallery-icon {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 60px;
    height: 60px;
    color: #ffffff;
    z-index: 2;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    border-radius: 0px;
    display: inline-block;
    background-color: var(--btn-color);
    transition: all 300ms ease;
}

.overlay-bg .gallery-icon:before {
    position: absolute;
    content: "";
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    z-index: -1;
    border-left: 10px solid rgba(255, 255, 255, 0.2);
    border-bottom: 10px solid rgba(255, 255, 255, 0.2);
}

.home-feature-design {
    background: #f5f5f5;
}

/*our service*/
.recent-project,
.home-blog,
.our-service {
    position: relative;
}

.recent-project-layer,
.home-blog-layer,
.our-service-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background: url(../images/13.jpg);
    background-size: cover;
    background-position: center center;
}

.recent-project-layer:before,
.home-blog-layer:before,
.our-service-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(46, 49, 144, 0.9);
}

.our-service-card {
    position: relative;
    margin-bottom: 30px;
}

.service-card-img {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.our-service-card .lower-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 6px 75px 6px 12px;
    background-color: #ffffff;
    transition: all 500ms ease;
    box-shadow: 0px 15px 15px rgb(0 0 0 / 10%);
    height: 80px;
    overflow: hidden;
}

.our-service-card:hover .lower-box {
    opacity: 0;
    visibility: hidden;
}

.our-service-card .lower-box h4 {
    position: relative;
    color: var(--btn-color);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.our-service-card .lower-box .plus-symbol {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 70px;
    height: 70px;
    color: #ffffff;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    background-color: var(--light-color);
}

.our-service-card .overlay-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(238, 46, 56, 0.9);
    transition: transform 0.6s ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.our-service-card .overlay-bg:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/pattern-4.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.our-service-card:hover .overlay-bg {
    transform: scale(1, 1);
    transform-origin: right center;
}

.our-service-card .overlay-bg .overlay-inner {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
}

.our-service-card .overlay-bg h3 {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.our-service-card .overlay-bg h3 a {
    position: relative;
    color: #ffffff;
    transition: all 500ms ease;
}

.our-service-card .overlay-bg .text {
    position: relative;
    line-height: 1.8em;
    color: #ffffff;
    font-size: 16px;
}

.recent-project-slider .owl-dots .owl-dot span,
.owl-service-slider .owl-dots .owl-dot span,
.owl-testimonail-slider .owl-dots .owl-dot span {
    width: 25px !important;
    border-radius: 0 !important;
}

.recent-project-slider .owl-dots .owl-dot.active span,
.owl-service-slider .owl-dots .owl-dot.active span,
.owl-testimonail-slider .owl-dots .owl-dot.active span,
.recent-project-slider .owl-dots .owl-dot:hover span,
.owl-service-slider .owl-dots .owl-dot:hover span,
.owl-testimonail-slider .owl-dots .owl-dot:hover span {
    background: #763c80 !important;
}

.owl-service-slider .owl-nav button {
    height: 50px;
    width: 50px;
    background: var(--primary-color) !important;
}

/*testimonial*/
.home-testimonial {
    background: url(../images/14.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.testimonial-card .inner-content {
    position: relative;
    padding: 45px 55px;
    background-color: #ffffff;
    border-bottom: 2px solid var(--btn-color);
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-card .author-img {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.testimonial-card .author-name h4 {
    color: var(--light-color);
    font-weight: 800;
}

.testimonial-card .author-name span {
    display: block;
}

.testimonial-card .text-content .text {
    color: #555555;
    font-size: 16px;
    margin-bottom: 0;
}

/*branch*/
.our-team {
    background: none;
}

.team-block .team-inner {
    position: relative;
}

.team-block .team-inner .team-img {
    position: relative;
    overflow: hidden;
    height: 370px;
    width: 100%;
}

.team-block .team-inner .team-img .circular-menu {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    transition: all 300ms ease;
}

.team-block .team-inner .team-img .circular-menu.active,
.team-block .team-inner .team-img .circular-menu:hover {
    opacity: 1;
}

.team-block .team-inner .team-img .floating-btn {
    display: block;
    z-index: 20;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    background-color: var(--btn-color);
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    outline: 0;
}

.team-block .team-inner .team-img .floating-btn:before {
    position: absolute;
    content: "";
    right: -5px;
    top: 5px;
    bottom: -5px;
    left: 5px;
    opacity: 0.2;
    z-index: -1;
    background-color: #000000;
}

.team-block .team-inner .team-img .circular-menu:hover .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, 0.3);
}

.team-block .team-inner .team-img .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.2);
}

.team-block .team-inner .team-img .circular-menu .floating-btn i {
    font-size: 16px;
    transition: transform 0.2s;
}

.team-block .team-inner .team-img .circular-menu.active .floating-btn i:before {
    content: "\f00d";
}

.team-block .team-inner .team-img .circular-menu:after {
    display: block;
    content: " ";
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: #ffbc00;
    opacity: 0;
    transition: all 300ms ease;
}

.team-block .team-inner .team-img .circular-menu:hover:after {
    transform: scale3d(5.5, 5.5, 1);
    transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.team-block .team-inner .team-img .circular-menu:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: 0px;
    width: 140px;
    height: 140px;
}

.team-block .team-inner .team-img .circular-menu .font-icon {
    padding: 0;
    margin: 0;
}

.team-block .team-inner .team-img .circular-menu .menu-item {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    transition: all 300ms ease;
}

.team-block .team-inner .team-img .circular-menu .menu-item span {
    position: relative;
    color: #ffffff;
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: var(--btn-color);
    transition: all 300ms ease;
}

.team-block .team-inner .team-img .circular-menu .menu-item:hover span {
    background-color: #ffffff;
    color: var(--btn-color);
}

.team-block .team-inner .team-img .circular-menu:hover .menu-item {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.team-block .team-inner .team-img .circular-menu:hover .menu-item:nth-child(1) {
    transform: translate3d(1em, -7em, 0);
    z-index: 1;
}

.team-block .team-inner .team-img .circular-menu:hover .menu-item:nth-child(2) {
    transform: translate3d(-3.5em, -6.3em, 0);
    z-index: 1;
}

.team-block .team-inner .team-img .circular-menu:hover .menu-item:nth-child(3) {
    transform: translate3d(-6.5em, -3.2em, 0);
    z-index: 1;
}

.team-block .team-inner .team-img .circular-menu:hover .menu-item:nth-child(4) {
    transform: translate3d(-7em, 1em, 0);
    z-index: 1;
}

.team-block .team-inner .lower-box {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.team-block .team-inner .lower-box h3 {
    position: relative;
    font-weight: 800;
}

.team-block .team-inner .lower-box h3 a {
    position: relative;
    color: var(--btn-color);
    transition: all 500ms ease;
}

.team-block .team-inner .lower-box h3 a:hover {
    color: var(--primary-color);
}

.team-block .team-inner .lower-box .designation {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 400;
}

/*blog*/
.home-blog {
    position: relative;
}

.blog-inner {
    position: relative;
    padding-right: 30px;
    transition: all 300ms ease;
}

.blog-block .blog-inner:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.blog-img {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.blog-inner:hover .blog-img img {
    transform: scale(1.1) rotate(2deg);
}

.blog-block .blog-inner .blog-content {
    position: relative;
    padding: 20px 15px;
    background: #fff;
}

.blog-block .blog-inner .blog-content h4 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 18px;
    height: 65px;
    overflow: hidden;
}

.blog-block .blog-inner .blog-content h4 a {
    color: #222;
}

.blog-block .blog-inner .blog-content .read-more {
    background: var(--btn-color);
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    position: relative;
}

.blog-block .blog-inner .blog-content .read-more span {
    position: absolute;
    right: 0px;
    color: #ffffff;
    width: 40px;
    top: 10px;
    height: 40px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background-color: var(--primary-color);
    transition: all 300ms ease;
}

.blog-block .blog-inner .blog-content .read-more:hover span {
    transform: translateY(-15px);
}

.social-box {
    text-align: right;
    padding: 10px 0;
}

.social-box li {
    display: inline-block;
    margin-left: 15px;
}

.social-box li:hover a {
    color: var(--btn-color);
}

.social-box li a {
    color: #222;
}

.view-all {
    position: relative;
    margin-top: 25px;
    text-align: center;
}

.custom-btn {
    border-radius: 0;
    padding: 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.6s ease;
    position: relative;
    display: inline-block;
    outline: none;
}

.view-btn {
    background: #fff;
    border: none;
    z-index: 1;
}

.view-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--primary-color);
    border-radius: 0px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.view-btn:hover {
    color: #fff;
}

.view-btn:hover:after {
    left: 0;
    width: 100%;
}

/*recent project*/
.recent-project-block {
    position: relative;
    margin-bottom: 30px;
}

.recent-project-block .recent-project-inner {
    position: relative;
}

.recent-project-block .recent-project-inner .image {
    position: relative;
    height: 400px;
    width: 100%;
}

.recent-project-block .recent-project-inner .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.recent-project-block .recent-project-inner .image .tag {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 12px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    background: var(--btn-color);
    transition: all 300ms ease;
}

.recent-project-block .recent-project-inner:hover .image .tag {
}

.recent-project-block .recent-project-inner .image .overlay-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: transform 0.6s ease;
    transform: scale(0, 1);
    transform-origin: right center;
}

.recent-project-block
    .recent-project-inner
    .image
    .overlay-bg
    .content
    .pattern-layer {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/pattern-5.png) right top no-repeat;
}

.recent-project-block .recent-project-inner:hover .overlay-bg {
    transform: scale(1, 1);
    transform-origin: left center;
}

.recent-project-block .recent-project-inner .image .overlay-bg .content:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 0.8;
    background-color: var(--primary-color);
}

.recent-project-block .recent-project-inner .search-icon {
    position: absolute;
    right: 0px;
    bottom: -20px;
    width: 70px;
    height: 70px;
    color: #9e0b0f;
    z-index: 2;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    border-radius: 0px;
    display: inline-block;
    background: #763c80;
    transition: all 300ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.recent-project-block .recent-project-inner:hover .search-icon {
    background: #763c80;
    color: #ffffff;
}

.recent-project-block .recent-project-inner .image .overlay-bg .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    padding: 35px 40px;
}

.recent-project-block .recent-project-inner .image .overlay-bg .content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    z-index: 1;
    margin-bottom: 16px;
}

.recent-project-block .recent-project-inner .image .overlay-bg .content h4 a {
    position: relative;
    color: #ffffff;
    transition: all 300ms ease;
}

.recent-project-block
    .recent-project-inner
    .image
    .overlay-bg
    .content
    h4
    a:hover {
    color: #fff;
}

.recent-project-block
    .recent-project-inner
    .image
    .overlay-bg
    .content
    .category {
    position: relative;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    z-index: 1;
}

.recent-project-block
    .recent-project-inner
    .image
    .overlay-bg
    .content
    .read-more {
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 8px 20px;
    background-color: var(--btn-color);
}

/*sticky social icon*/
.icon-bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 10;
}

.icon-bar a {
    text-decoration: none;
    width: 210px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px;
    font-size: 16px;
    transform: translateX(-170px);
    -webkit-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}

.facebook {
    background: #3b5998;
}

.twitter {
    background: #00aced;
}

.instagram {
    background: #e4405f;
}

.youtube {
    background: #cd201f;
}

.linkedin {
    background: #0077b5;
}

.icon-bar a i {
    padding-left: 20px;
    font-size: 30px !important;
    animation: letszoom 3s linear alternate-reverse infinite;
}

@keyframes letszoom {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

.icon-bar a:hover {
    transform: translateX(-70px);
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
}
/*sticky social icon ends*/

.thumbs img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.preview {
    width: 100%;
    overflow: hidden;
}

.preview img {
    width: 100%;
    height: auto;
}

.thumbs > div .img-preview-content {
    display: none;
}

.img-preview {
    position: relative;
}

.preview p {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
/*home end*/

.header-margin {
    /* margin-top: 128px; */
}

/*login start*/
.form-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-content {
    overflow: hidden;
    max-width: 390px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.form-content .title-text {
    display: flex;
    width: 200%;
}

.form-content .title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-content .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls label.signup {
    color: #000;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background: -webkit-linear-gradient(
        left,
        var(--primary-color),
        var(--btn-color)
    );
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-content input[type="radio"] {
    display: none;
}

#signup:checked ~ .slider-tab {
    left: 50%;
}

#signup:checked ~ label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

#signup:checked ~ label.login {
    color: #000;
}

#login:checked ~ label.signup {
    color: #000;
}

#login:checked ~ label.login {
    cursor: default;
    user-select: none;
}

.form-content .form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.form-inner form .field input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.form-inner form .field input:focus {
    border-color: var(--btn-color);
}

.form-inner form .field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .field input:focus::placeholder {
    color: #b3b3b3;
}

.form-inner form .pass-link {
    margin-top: 5px;
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: var(--btn-color);
    text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

.form-content form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.form-content form .btn .btn-layer {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(
        right,
        var(--primary-color),
        var(--btn-color),
        var(--primary-color),
        var(--btn-color)
    );
    border-radius: 5px;
    transition: all 0.4s ease;
}
.form-content form .btn:hover .btn-layer {
    left: 0;
}

.form-content form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}
/*login ends*/

/*our design start*/
.light-bg {
    background: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
}

.breadcrumb {
    background: none !important;
    justify-content: center;
}

.design-detail-img {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.half-img {
    height: 240px;
}

.half-img:first-child {
    margin-bottom: 20px;
}

.content-column p {
    text-align: justify;
}

.our-design-gallery .image-list {
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.enquiry-section {
    background: url("../images/13.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.enquiry-section:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.enquiry-section p,
.enquiry-section h2 {
    color: #fff;
}

.enquiry-btn {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.view-more .view-btn {
    background: var(--btn-color);
    color: #ffffff;
}
/*our design ends*/

/*enquiry form start*/
.contact1 {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.container-contact1 {
    width: 1163px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 90px 130px 88px 148px;
    box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.1);
}

.contact1-pic {
    width: 296px;
}

.contact1-pic img {
    max-width: 100%;
}

.contact1-form {
    width: 390px;
}

input.input1 {
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
}

input.input1 + .shadow-input1 {
    border-radius: 25px;
}

textarea.input1 {
    min-height: 150px;
    border-radius: 25px;
    padding: 12px 30px;
}

textarea.input1 + .shadow-input1 {
    border-radius: 25px;
}

.wrap-input1 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

.input1 {
    display: block;
    width: 100%;
    background: #e6e6e6;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
}

.shadow-input1 {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87, 184, 70, 0.5);
}

.input1:focus + .shadow-input1 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}

.container-contact1-form-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact1-form-btn {
    min-width: 193px;
    height: 50px;
    border-radius: 25px;
    background: var(--btn-color);
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    transition: all 0.6s;
}

.contact1-form-btn i {
    margin-left: 7px;
    transition: all 0.4s;
}

.contact1-form-btn:hover {
    background: var(--primary-color);
    color: #ffffff;
}

.contact1-form-btn:hover i {
    transform: translateX(10px);
}

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}

.alert-validate::after {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    color: #c80000;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
/*enquiry form ends*/

/*faq start*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--btn-color);
    border-radius: 0;
    font-size: 14px;
    height: 100%;
}

.faq-link {
    color: #222;
    font-weight: 600;
}

.card-header .btn-link {
    color: #222;
    font-weight: 600;
}

.btn.focus,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    width: 100%;
    position: relative;
}

.FAQ {
    background-image: url("../images/1.jpg");
}

.bg-image:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}

.page-title {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.page-title .breadcrumb-item a,
.page-title h2 {
    color: #ffffff;
    font-weight: 700;
}

.page-title .breadcrumb-item.active {
    color: var(--primary-color);
    font-weight: 700;
}

.page-title .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
/*faq ends*/

/*blog start*/
.blog {
    background-image: url("../images/2.jpg");
}

.blog-detail-inner {
    position: relative;
}

.blog-detail-inner:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.blog-main-image {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.post-meta li {
    display: inline-block;
    margin-right: 15px;
}

.post-meta span a,
.post-meta span {
    color: #222;
    font-size: 14px;
}

.post-meta span i {
    margin-right: 5px;
    color: var(--btn-color);
}

.fb-comment {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.news {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.news .text a {
    color: #222;
    font-weight: 700;
    font-size: 18px;
}

.post-info {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
}

.recent-news-img {
    height: 70px;
    width: 100%;
    overflow: hidden;
}

.content p {
    text-align: justify;
}

.sidebar-title h3 {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 15px;
}

.sidebar-title h3:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 45px;
    height: 2px;
    background-color: var(--btn-color);
}

.sidebar-title h3:after {
    position: absolute;
    content: "";
    left: 48px;
    bottom: -1px;
    width: 5px;
    height: 4px;
    background-color: var(--primary-color);
}

.tag-list li {
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-weight: 800;
    padding: 9px 30px;
    border-radius: 0px;
    border: 1px solid #b7b7b7;
    transition: all 300ms ease;
}

.tag-list li a:hover {
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: #ffffff;
}
/*blog end*/

.service-carousel-item {
    height: 450px;
    width: 100%;
    overflow: hidden;
}

/*our team*/
.modal-header {
    background: var(--primary-color);
}

.modal-title {
    color: #ffffff;
}

.modal-header button span {
    color: #ffffff;
}
/*our-team ends*/

/*contact start*/
.form-group input {
    border: 1px solid #ced4da;
    width: 100%;
    font-size: 16px;
    height: 40px;
    padding: 10px 50px 10px 20px;
}

.contact-form button {
    margin-left: 20px;
}

.map iframe {
    height: 270px;
    width: 100%;
}

.contact-detail h4 {
    color: var(--btn-color);
    font-weight: 700;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon i {
    border: none;
    font-size: 22px;
}

.contact-detail li a {
    color: #222;
}

.contact-detail li a:hover {
    color: var(--primary-color);
}

.contact-card {
    box-shadow: 0px 0px 10px -6px rgb(0 0 0);
    padding: 20px;
}

/*contact ends*/

/*our story start*/
.about-section .tagline h1 {
    color: #222;
}

.chairman {
    position: relative;
}

.chairman-section .image-column {
    position: relative;
    padding-right: 45px;
}

.chairman-section .image-column .color-layer {
    position: absolute;
    left: -55px;
    top: -50px;
    width: 460px;
    height: 500px;
    z-index: -1;
    background-color: #ebebeb;
}

.chairman-section .image-column .title {
    position: absolute;
    right: -110px;
    top: 170px;
    color: #e5e5e5;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
    transform: rotate(-90deg);
}

.chairman-section .chairman-img {
    position: relative;
    z-index: 1;
    height: 500px;
    overflow: hidden;
    width: 100%;
}

.chairman-section .chairman-img img {
    position: relative;
    width: 100%;
    display: block;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chairman-section .image-column .chairman-img .color-layer-two {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 104%;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}

.chairman-section .image-column .chairman-img .color-layer-three {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 108%;
    width: 100%;
    background-color: var(--btn-color);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 90%);
}

.about-pattern-layer {
    position: absolute;
    right: 0px;
    top: 200px;
    width: 821px;
    height: 605px;
    background-image: url("../images/pattern-6.png");
    background-position: right top;
    background-repeat: no-repeat;
}
/*our story end*/

/*career css starts*/
.top-card .card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    width: 100%;
}

.top-card .card .card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.top-card .card .company {
    font-size: 16px;
    margin-bottom: 19px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.card {
    box-shadow: 0 10px 30px hsl(0deg 0% 60% / 20%) !important;
    border: none;
}

.position h5 {
    font-weight: 700;
}

.job-table tbody tr th {
    width: 26%;
}

.job-content {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
/*career ends*/

/*user profile start*/
.user-profile-bg {
    background-image: url(../images/25.jpg);
}

.user-profile-pills {
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
}

.user-profile-pills .nav-link {
    color: #222;
}

.user-tab-content {
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.user-profile-img img {
    margin: 0 auto;
    width: 50%;
    height: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

#orderModal .media-heading a {
    color: #222;
}
/*user profile end*/

/*shop start*/
.custom-dropdown {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    width: 100%;
    text-align: left;
    font-weight: 600;
    padding: 10px 20px;
}

.custom-dropdown.dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-dropdown-menu {
    width: 100%;
}

.selected-category {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.selected-category h6 {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 10px 20px;
    margin-bottom: 0;
}

.product-search-tab-radio label {
    /*display: inline-block;*/
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.product-search-tab-radio input {
    height: 1px;
    width: 1px;
    opacity: 0;
}

.product-search-tab-radio .outside {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

.product-search-tab-radio .inside {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    left: 3px;
    top: 3px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.product-search-tab-radio .no-transforms .inside {
    left: auto;
    top: auto;
    width: 0;
    height: 0;
}

.product-search-tab-radio input:checked + .outside .inside {
    -webkit-animation: radio-select 0.1s linear;
    animation: radio-select 0.1s linear;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.product-search-tab-radio .no-transforms input:checked + .outside .inside {
    width: 10px;
    height: 10px;
}

.category-list ul {
    padding: 20px !important;
}

.category-list ul li a {
    color: #222;
}

.category-list ul li a:hover {
    color: var(--primary-color);
}

.single-product-item {
    position: relative;
    display: block;
    transition: all 500ms ease;
    margin-bottom: 50px;
}

.single-product-item .single-product-img {
    position: relative;
    display: block;
    height: 185px;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    border: 4px solid var(--btn-color);
}

.single-product-item .single-product-img img {
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;
}

.single-product-item:hover .single-product-img img {
    transform: scale(1.1);
}

.single-product-item .single-product-title {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 22px 0 18px;
    box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    z-index: 1;
}

.single-product-item .single-product-title .static-content {
    position: relative;
    display: block;
}

.single-product-item .single-product-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 0 0 3px;
}

.single-product-item .single-product-title .title a {
    color: #1b1b1b;
    transition: all 500ms ease;
}

.single-product-item .single-product-title .static-content span {
    display: inline-block;
    padding-right: 0px;
    color: #666666;
    font-weight: 700;
}

.single-product-item .single-product-title .static-content del {
    position: relative;
    display: block;
    color: #c2c2c2;
    font-size: 16px;
    font-weight: 700;
}

.single-product-item .single-product-title .single-product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    text-align: center;
    transform: scaleX(0);
    transition: all 700ms ease 300ms;
}

.single-product-item:hover .single-product-title .single-product-overlay {
    transform: scaleY(1);
    transition: all 700ms ease 100ms;
}

.single-product-item .single-product-title .single-product-overlay ul {
    /*position: relative;*/
    display: block;
    /*padding: 23px 0 23px;*/
    /*width: 153px;*/
    /*margin: 0 auto;*/
    /*display: flex;*/
    /*justify-content: center;*/
    transform: scale(0);
    transition: all 700ms ease 100ms;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.single-product-item:hover .single-product-title .single-product-overlay ul {
    transform: scale(1);
    transition: all 700ms ease 600ms;
}

.single-product-item .single-product-title .single-product-overlay ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 51px;
    text-align: center;
    border-right: 1px solid #ededed;
}

.single-product-item
    .single-product-title
    .single-product-overlay
    ul
    li:last-child {
    border: none;
}

.single-product-item .single-product-title .single-product-overlay ul li a {
    position: relative;
    display: block;
}

.single-product-item
    .single-product-title
    .single-product-overlay
    ul
    li
    a
    span {
    position: relative;
    display: block;
}

.single-product-item
    .single-product-title
    .single-product-overlay
    ul
    li
    a
    span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    color: #666666;
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    transition: all 500ms ease;
}

.single-product-item
    .single-product-title
    .single-product-overlay
    ul
    li
    a:hover
    span:before {
    color: #ffffff;
    background: #666666;
}

.single-product-item
    .single-product-title
    .single-product-overlay
    ul
    li
    a
    .toltip-content {
    position: absolute;
    left: -50%;
    right: 0;
    top: -25px;
    margin-left: -15px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    text-align: center;
    background-color: #0a0a0a;
    transition: all 300ms ease 100ms;
    z-index: 999;
    min-width: 130px;
}

.single-product-item
    .single-product-title
    .single-product-overlay
    ul
    li
    a
    .toltip-content:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: 0;
    bottom: -8px;
    right: 0;
    content: "\f0d7";
    color: #0a0a0a;
    font-size: 25px;
    text-align: center;
    line-height: 10px;
}

.single-product-item
    .single-product-title
    .single-product-overlay
    ul
    li
    a
    .toltip-content
    p {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.single-product-item
    .single-product-title
    .single-product-overlay
    ul
    li
    a:hover
    .toltip-content {
    top: -40px;
    visibility: visible;
    opacity: 1;
}

.shop-single-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 90px;
    z-index: 9;
    background-color: #ffffff;
}

.select-column select {
    width: 100%;
    border: 2px solid var(--primary-color);
    padding: 10px;
    border-radius: 5px;
    color: var(--primary-color);
    font-weight: 600;
}

.discount-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    justify-content: start;
}

.discount-price del {
    color: #c2c2c2;
    margin-right: 15px;
}

.view-more .checkout-btn {
    background: var(--primary-color);
}

.view-more .checkout-btn:after {
    background: var(--btn-color);
}

.product-detail .view-more .view-btn {
    width: 100%;
    padding: 7px 25px;
}

/*shop ends*/

/*single product start*/
#photo-viewer {
    position: relative;
    height: 450px;
    width: 100%;
    overflow: hidden;
}

#photo-viewer.is-loading:after {
    content: url("../img/load.gif");
    position: absolute;
    top: 0;
    left: 0;
}

#photo-viewer img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
}

#thumbnails {
    margin: 10px 5px 0 0;
    /*height: 60px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#thumbnails a.active {
    opacity: 0.3;
}

.single-product-gallery {
    /*width: 400px;
	padding: 20px;
	float: left;*/
}

.thumbnail-img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin-right: 10px;
}

.availability-text {
    background: var(--primary-color);
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
    margin-right: 10px;
}

.unavailable-text {
    background: var(--btn-color);
    color: #ffffff;
    font-size: 14px;
    padding: 5px;
}
/*single product end*/

/*cart start*/
.cart-table thead tr {
    background: var(--primary-color);
    color: #fff;
}
.edit-number .view-btn {
    padding: 2px 5px;
    border-radius: 5px;
}

.no-item {
    background: var(--btn-color);
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/*cart end*/

/*Pagination*/
.shop-pagination {
    display: contents;
    flex-direction: row;
    margin-bottom: 25px;
    justify-content: center !important;
    align-items: center;
    height: 100%;
    width: 100%;
}

.page-item.active .page-link {
    background-color: var(--primary-color);
}
/*Pagination End*/

/*danfe start*/
.concrete-img {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.danfe-form .shadow-input1 {
    color: var(--danger);
    text-align: center;
    display: block;
    position: static;
}



:root {
	--primary-color: #ee1c27;
	--secondary-color: #2e3190;
}

body{
	font-family: 'Cabin', sans-serif;
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Cabin', sans-serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 700;
}


p{
	font-family: 'Cabin', sans-serif;
	color: #000;
	margin-bottom: 0;
}
span{
	font-family: 'Cabin', sans-serif!important;
	color:var(--primary-color);
	font-weight: 700;
}
a{
	font-family: 'Cabin', sans-serif;
	text-decoration: none;
	color: #000;
}
a:hover{
	text-decoration: none;
	color: #000;

}

.padding-tb{
	padding-top: 70px;
	padding-bottom: 70px;
}
.padding-t{
	padding-top: 70px;
}
.padding-b{
	padding-bottom: 70px;
}

.pad-0{
	padding: 0px;
}

.devinebutton{
	border:  2px solid var(--primary-color);
	padding: 8px 15px;
	text-decoration: none;
	text-align:center;
	text-transform: capitalize;
	transition: 0.4s;
}
.devinebutton:hover{
	background: #fff;
}
.devinebutton:hover a{
	color:var(--secondary-color);
}

.fixed-button h6{
	text-transform: uppercase;
	color: #fff;
	padding: 2px;
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
}
.negotiable-button h6{
/*position: absolute;
bottom: -150px;
left: 300px;*/
text-transform: uppercase;
color: #fff;
padding: 3px 15px;
font-size: 12px;
font-weight: 700;
border: 1px solid #3ed715;
border-radius: 100px;
background-color: #3ed715;
}

/*wishlist-button*/
.button-wishlist{
	border: 2px solid var(--primary-color);
}
.button-wishlist a{
	color: var(--primary-color);
}
.button-wishlist:hover{
	background-color: var(--primary-color);
}
.button-wishlist:hover a{
	color: #fff;
}

/*share-button*/
.button-share{
	border:2px solid var(--secondary-color);
	background: #fff;
}
.button-share a{
	color: var(--secondary-color);
}
.button-share:hover{
	background-color:var(--secondary-color);
}
.button-share:hover a{
	color: #fff;
}

/*details-button*/
.button-details{
	border: 2px solid var(--secondary-color);
}
.button-details a{
	color:var(--secondary-color);
}
.button-details:hover{
	background-color:var(--secondary-color);
}
.button-details:hover a{
	color: #fff;
}

/*properties-status*/
.properties-status{
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-top: 15px;
}
.properties-status h5{
	text-align: center;
	text-transform: uppercase;
}
.properties-status-list{
	text-align: center;
}
.properties-status-list .active{
	background: var(--primary-color);
}


/*.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid blue;
border-right: 16px solid green;
border-bottom: 16px solid red;
border-left: 16px solid pink;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}*/






.header-bg{
	background: var(--secondary-color);
	padding-top: 5px;
	padding-bottom: 10px;
}

.header-contacts ul>li{	
	display: inline-block; 
}
.header-contacts ul{
	margin-bottom: 0;
	padding: 0;
}

.header-contacts ul>li>a{
	color: #fff;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;

}
.header-login ul{
	text-align: right;
	margin-bottom: 0;
}
.header-login ul>li{
	display: inline-block;
	float: none;
	padding-bottom: 0;
	margin-left: 5px;
}

.header-login-btn{
	border: 1px solid #fff;
	padding: 3px 11px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border-radius: 100px;
	transition: 0.3s;
}
.header-login-btn:hover{
	background: #fff;
	color: var(--primary-color);
}
.header-signin-btn{
	border: 1px solid #fff;
	padding: 3px 11px;
	background-color: #fff;
	color: var(--primary-color);
	font-size: 12px;
	font-weight: 700;
	border-radius: 100px;
	transition: 0.3s;
}
.header-signin-btn:hover{
	background: var(--secondary-color);
	color: #fff;
}
.devine-button{
	background: var(--primary-color);
	color: #fff;
	border: none;
}
.header-options li>a{
	color: #000;
}







.subheader-bg{
	background-color: var(--primary-color);
}
.subheader-logo{
	height: 70px;
	padding: 7px;
	overflow: hidden;
}
.subheader-logo img{
	height: 100%;
	object-fit: contain;
}
.subheader-logo h1{
	color: #fff;
	margin-top: 15px;
	font-size: 35px;
}
.subheader-menu li>a{
	color: #fff !important;
}
.sub-header-menu-list .nav-link{
	border-bottom: 2px solid var(--primary-color);
	transition: 0.4s;
}
.sub-header-menu-list .nav-link:hover{
	border-bottom: 2px solid #fff;
}
.sub-header-padding{
	padding: 0;
}
.sub-header-menu-list ul>li{
	margin-left: 15px;
}
.sub-header-menu-list .active {
	border-bottom:2px solid #fff;
}






.subfooter-bg{
	background: var(--secondary-color);
	padding:20px 0; 
}
.subfooter-copyright p{
	color: #fff;
	text-align: center;
}
.subfooter-content p{
	color: #fff;
	text-align: right;
}
.subfooter-content p>a{
	color: #fff;
	font-weight: 700;
}
@media (max-width: 768px){
	.subfooter-content p{
		margin-top: 20px;
		text-align: left;
	}
}







.footer-bg{
	background: var(--primary-color);
}
.footer-content h5{
	color: #fff;
}
.footer-content p>a{
	color: #fff;
}
.footer-useful-links{
	color: #fff;
}
.footer-social-links a{
	margin-right: 10px;
	color: #fff;
}


.footer-button button{
	background: var(--secondary-color);
	width: 100%;
}
@media (max-width: 768px){
	.footer-useful-links, .footer-social-links, .footer-form {
		margin-top: 20px;
	}
}







.blog-detail-title h2{
	text-align: center;
	background-color: var(--secondary-color); 
	color: #fff;
	padding: 10px;
}
.blog-detail-image{
	margin-top:20px; 
	height: 400px;
	overflow: hidden;
	box-shadow: 1px 2px 5px 5px #eee;
}
.blog-title h2{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.blog-image-title{
	margin-top:20px;
	text-align: center;
	background-color: var(--secondary-color); 
	color: #fff;
	padding: 10px;	
}
.blog-image-title h4{
	margin-bottom: 0;
}
.blog-content p{
	margin-top: 20px;
	text-align: justify;
}

.blog-date{
	margin-top: 15px;
}
.blog-image{
	margin-top:20px; 
	height: 300px;
	overflow: hidden;
}

.blog-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-image:hover{
	box-shadow: 0 0 20px 5px #eee;
}

.blog-card{
	margin-top: 30px;
	border: 1px solid rgba(0,0,0,0.2);
	padding-top: 0px;
	padding: 20px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.blog-footer ul>li{
	display: inline-block;
}
/*load-button*/
.load-button{
	text-align: right;
}
.load-button a{
	display: inline-block;
	padding: 8px 45px;
	border: 1.5px solid var(--primary-color);
	color: var(--primary-color);
	border-radius: 5px;
	transition: 0.4s;
	font-size: 14px;
	font-weight: 700;
}
.load-button a:hover{
	color: #fff;
	background: var(--primary-color);
}










.buy-title h2{
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.buy-card{
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 15px 0;
	margin: 15px 0;
}
.buy-image{
	height: 230px;
	overflow: hidden;
	transition: 0.3s;
}
.buy-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.buy-image:hover{
	box-shadow: 0 0 20px 5px #ddd;
}
.buy-details h6{
	margin-top: 15px;
	text-align: center;
}
.buy-details p{
	text-align: center;
	margin-bottom: 15px;
}
.buy-details-button ul>li{
	display: inline-block;
}
.buy-details-button ul{
	margin-bottom: 0;
}








.contact-title h2{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.contact-form h5{
	text-align: center;
	text-transform: uppercase;
}
.contact-form-control{
	margin-top: 20px;	
}
.contact-address-card h5{
	text-align: center;
	text-transform: uppercase;
}
.contact-address{
	margin-top: 20px;
	text-align: center;
	border: 1px solid #eee;
	padding: 20px;	
	transition: 0.4s;
}
.contact-address:hover{
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	color: var(--secondary-color);	
}
.contact-form{
	margin-bottom: 50px;
}
.contact-form form input{
	border-radius: 0;
	border: 1px solid #ddd;
}
.contact-form form input:focus{
	border: 1px solid #ddd;
	box-shadow: 0 0 20px 0 #ddd;
}
.contact-form form textarea{
	border-radius: 0;
	border: 1px solid #ddd;
}
.contact-form form textarea:focus{
	border: 1px solid #ddd;
	box-shadow: 0 0 20px 0 #ddd;
}
.contact-map{
	margin-bottom: -6px;
}
.contact-map h5{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact-load-button{
	text-align: center;
}
.contact-load-button button{
	display: inline-block;
	padding: 8px 45px;
	border: 1.5px solid var(--primary-color);
	color: var(--primary-color);
	background: #fff;
	border-radius: 5px;
	transition: 0.4s;
	font-size: 14px;
	font-weight: 700;
}
.contact-load-button button:hover{
	color: #fff;
	background: var(--primary-color);
}








.detail-first-images{
	height: 420px;
	overflow: hidden;
	margin-top: 20px;
}

.detail-first-images img{
	height: 100%;
	width: 100%;
	object-fit: cover;	
}
.detail-images{
	height: 200px;
	overflow: hidden;
	margin-top: 20px;
}
.detail-images img{
	height: 100%;
	width: 100%;
	object-fit: cover;	
}

.detail-caption ul{
	padding-left: 0;
}
.detail-caption ul>li{
	display: inline-block;
}
.detail-caption .button-wishlist{
	margin-left: 15px;
}
.share-menu{
	padding: 15px!important;
}
.share-menu li{
	display: block !important;
}
.detail-subcaption ul{
	padding-left: 0;
}
.detail-subcaption ul>li{
	display: inline-block;
}
.detail-subcaption .negotiable-button{
	margin-left: 10px;
}
.dropdown-menu li{
	display: block;
}
.detail-overview ul{
	display: inline-block;
}
.detail-overview p{
	text-align: justify;
}
.detail-description p{
	text-align: justify;
}
.detail-amenities ul>li{
	display: inline-block;
	text-align: center;
	margin-right: 30px;
}
.detail-features ul>li{
	list-style-type: square;
}
.detail-form-control{
	margin-top: 10px;
	width: 200px;
}
.detail-form{
	margin-top: 20px;
	border: 2px solid #eee;
	padding: 20px;
	text-align: center;
}

.detail-form-control input{
	align-items: center;
	padding: 5px 15px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
}
.detail-button button{
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
	border-radius: 3px;
	padding: 5px 15px;
	width: 97%;
}
.detail-button a{
	margin-top: 5px;
	font-weight: 700;
	border-bottom: 2px solid #000;
}
.detail-owner p{
	text-align: justify;
}
.detail-more-images-title h6{
	text-align: center;
	margin-top: 30px;
	text-transform: capitalize;
}







/*home-carousel*/
.home-carousel-image-card{
	height: 500px;
	overflow: hidden;
}
.home-carousel-image{
	height: 500px;
	overflow: hidden;
}
.home-carousel-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.image-caption{
	text-align: center;
	top: 165px;
}
.image-caption p{
	color: #fff;
	margin-bottom: 20px;
}
.image-caption a{
	color: #fff;
}

/*home-form*/

.home-form-bg{
	padding: 50px 30px;	
	background-color: var(--primary-color);
	position: relative;
	bottom: 70px;
	margin-bottom: -70px;
	text-align: center;
	border-radius: 100px;
}
.form-button-search{
	padding-left:30px;
	padding-right: 30px; 
	background-color: var(--secondary-color);
	border-radius: 100px;
	color: #fff;
	transition: 0.3s;
}
@media(max-width: 678px){
    .home-form-bg{
        bottom: 0;
        margin-bottom: 0px;
        border-radius: 0;
        padding: 30px;
    }
}

.form-button-search a{
	color: #fff;
}
.form-group select, .input-group input, .input-group-text{
	border-radius:0; 
}
.form-check p{
	color: #fff;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{
	background-color: var(--secondary-color);
}
.home-form select{
	border-radius: 100px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	width: 100%!important;
}
.home-form select:focus{
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
.home-form select:active{
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
.home-form label{
	color: #fff;
}
.home-form .input-group-text{
	border-radius: 100px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.home-form input[type="number"]{
	border-radius: 100px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}
.home-form input[type="number"]:focus{
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
.home-form input[type="number"]:active{
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}




/*home-services*/
.home-service-content{
	text-align: center;
	padding: 30px;
	border: 1px solid #eee;
	border-radius: 5px;
	transition: 0.4s;
}
.home-service-content p{
	text-align: justify;
}
.home-service-content i{
	font-size: 50px;
	margin-bottom: 15px;
	color: var(--primary-color);
}
.home-service-title h2{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.home-service-content:hover{
	box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
}



/*home-listing*/
.home-listing{
	border-radius: 5px;
	margin: 15px 0;
	transition: 0.4s;
}
.home-listing-title h2{
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.home-listing-images{
	height: 200px;
	overflow: hidden;
	border-radius: 5px 5px 0 0 ;
}
.home-listing:hover{
	box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
}
.home-listing-images img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.home-listing-content{
	padding: 15px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 0 0 5px 5px
	border-top: none;
}
.sale-button{
	text-align: center;
	position: relative;
	margin-bottom: -33px;
}
.sale-button h6{
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	z-index: 10;
	padding: 2px 15px;
	border: 1px solid var(--primary-color);
	border-radius: 0 0 5px 5px;
	background-color: var(--primary-color);
}

.rent-button{
	text-align: center;
	position: relative;
	margin-bottom: -33px;
}
.rent-button h6{
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	z-index: 10;
	padding: 2px 15px;
	border: 1px solid var(--secondary-color);
	border-radius: 0 0 5px 5px;
	background-color: var(--secondary-color);
}





/*home-blog*/
.home-blog-bg{
	background: var(--primary-color);

}
.home-blog-content h2{
	color: #fff;
	margin: 5px 0;
}
.button-blog{
	text-align: right;
}
.button-blog a{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px 45px;
	color: #fff;
	transition: 0.3s;
}
.button-blog a:hover{
	background: #fff;
	color: var(--primary-color);
}

/*home-recent*/
.home-recent{
	border-radius: 5px;
	margin: 15px 0;
	transition: 0.4s;
}

.home-recent-title h2{
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.home-recent-images{
	height: 200px;
	overflow: hidden;
}
.home-recent-images img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0 0 ;
}
.home-recent:hover{
	box-shadow:0px 0px 15px 1px rgba(0,0,0,0.1);
}
.home-recent-content {
	padding: 15px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 0 0 5px 5px;
}

/*home-review*/
.home-review-bg{
	background: linear-gradient(rgba(0.75,0.5,0.5,0.75), rgba(0,0,0.5,0.75)), url('../images/1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	padding: 100px 0;
	text-align: center;
	color: #fff;
}
.review-image{
	height: 120px;
	overflow: hidden;
	display: flex;
	vertical-align: middle;

}

.review-image img{
	height:100%;
	object-fit: cover;
	margin: 0 auto;
}
.review-content p{
	margin-top: 30px;
	color: #eee;
}
.review-content p>span{
	color: #fff;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}
.review-name h5{
	margin-top: 20px;
	color: #fff;
	text-align: center;
}








.rent-title h2{
	text-align: center;
	margin-bottom: 20px;
}
.rent-card{
	border: 1px solid #888;
	padding: 20px;
	margin-top: 20px;
}
.rent-image{
	height: 230px;
	overflow: hidden;
}
.rent-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.rent-image:hover{
	box-shadow: 0 0 20px 5px #ddd;
}
.rent-details-button ul>li{
	display: inline-block;
}
.rent-details-button{
	margin-left: -40px;
}






.search-form{
	border: 2px solid var(--secondary-color);
	padding: 20px;
}
.search-title h2{
	margin-top: 20px;
	text-align: center;
}



.sell-bg{
	text-align: center;
}
.sell-title{
	text-align: center;
}
.sell-form-bg{
	
}
.sell-form-control{
	margin-top: 20px;

}
.sell-form-control input{
	
}
.sell-form{
	text-align: center;
}
.form-control{
	margin-left: auto!important;
	margin-right: auto!important;
}
.sell-form .detail-button button{
	width: 100%;
}







.blog-detail-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;

}
.blog-detail-content p{
	margin-top: 20px;
}
.blog-recent-image{
	height: 75px;
	overflow: hidden;
}
.blog-recent-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-recent-content h6{
	background-color:var(--secondary-color);
	color: #fff;
	padding: 5px;
}
.blog-recent h4{
	text-transform: uppercase;
	margin-bottom: 15px;
}



