﻿


body {
  font-family: 'Roboto', sans-serif;
  font-size:14pt;
 
}        
body::-webkit-scrollbar {
    width: 12px;
    background-color: #f3f3f3;
}
body::-webkit-scrollbar-thumb {
    background-color: #404040;
    width: 12px !important;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #2b2b2b;
    width: 12px !important;
}

#totop {
    font-weight: 900;
    color: #fff;
    background: #403d3d;
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 5px;
    line-height: 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#totop:hover{
    background-color: #e31e24;
}
#totop.top-visible {
    height: 50px;
    width: 50px;
    font-size: 25px;
}
#totop.top-visible:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@media screen and (max-width: 789px) {


    .top-social {
        display: none;
    }

    .headinfo {
        float: none;
        text-align: center;
    }

        .headinfo h3 {
            font-size: 10pt !important;
            float: left !important;
        }

    .swiper-slide {
        /* min-height: 400px; */
        height: 60vh !important;
        background-size: cover !important;
        background-position: center right !important;
        background-repeat: no-repeat;
        overflow: hidden;
        display: block;
    }

        .swiper-slide img {
            display: none;
        }

    .stitle p {
        font-size: 18px;
        padding: 4px;
    }

    .stitle h2 {
        font-size: 11px;
        padding: 4px;
    }


    .archive {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }


 
}




  .srcpanel {
    position: relative;
    height: 56px;
  margin-bottom: 12px;
}
      
            .srctext {
    position: absolute;
    width: 100%;
    padding-right: 80px;
    left: 0px;
    top: 0px;
    outline: none;
    padding: 14px;
    font-size: 14pt;
    border: 1px #dedede solid;
}
            
.srcbutton {
    position: absolute;
    line-height: 54px;
    right: 0px;
    top: 0px;
    background-color: #e31e24;
    color: white;
    border-radius: 0px 5px 5px 0px;
    padding-left: 8px;
    padding-right: 8px;
    transition: all .5s ease-in-out;
    width: 55px;
} 
            
                      .srcbutton:hover i {
    color:white;
}     
      button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
 
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 1.25em;
    padding-top: 40px;
    border: none;
    border-radius: 0;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    transition: all .5s ease-in-out;
}

      input[type=text], textarea {
    border: 0px;
  
    box-shadow: none;
   
}


   

   .swal2-close:focus{
    outline:none;
   border:none;
  
}

   .swal2-content {
 
    padding: 0!important;
    margin-top:20px!important;
  
}
   .swal2-popup {
  
    width: 90%!important;
    max-width: 1170px!important;
  
}
  

   .dark .swiper-button-white {

    background-color: #2d2d2d!important;
  
}

     .dark .swiper-button-white:hover {

    background-color: #454545!important;
  
}

     .dark .swiper-pagination-bullet-active {
    background-color: #dedede;
    opacity: 1;
}



.footer-top {
    background: #0c0b0b;
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px 0;
}
        .site-footer .widget_getintuch {
    padding-top: 0;
}
.site-footer a:hover {
     color:#fff;
     text-decoration:none;
     
}

        .dez-separator-outer {
    overflow: hidden;
}
.m-b10 {
    margin-bottom: 10px;
}

.dez-separator.style-skew {
    width: 15px;
    height: 15px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    /* -webkit-transform: skewX( -10deg ); */
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    /* transform: skewX( -10deg ); */
    background-color: #ffffff !important;
    border-radius: 50%;
    border: 1px red solid;

}

.dez-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    position: relative;
}
.bg-white {
    background-color: #FFF;
}

.dez-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}
.dez-separator.style-skew[class*="style-"]:after, .dez-separator.style-skew[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 2px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
    background-color: #e31e24;
}

.dez-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}

        .widget.widget_getintuch {
            color:white;
        }
        footer .widget ul {
    list-style: none;
    margin-top: 5px;
    padding: 0px;
}

.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
footer p, footer li {
    font-size: 13px;
    line-height: 20px;
}

        footer .widget_getintuch i {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.30);
}

.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_getintuch b, .widget_getintuch strong {
    display: block;
    text-transform: uppercase;
        color: #999;
}

footer a {
    color: #fff;
}

.dez-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}


.dez-social-icon li {
    display: inline-block;
    padding: 0;
     padding: 0 3px;
    font-size: 12px;
}


.dez-social-icon li .fa {
    vertical-align: middle;
}
    .dez-social-icon li a {
        display: inline-block;
        width: 45px;
        height: 45px;
        padding: 4px;
        line-height: 40px;
        font-size: 16pt;
        background-color: #383737;
        transition:all .5s ease-in-out;
    }

       .dez-social-icon li a:hover {
   
        background-color: #e31e24;
    }


.widget_services ul li {
    padding-bottom: 10px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(102, 102, 102, 0.11);
    position: relative;
    /* padding: 10px 10px 10px 15px; */
    margin-bottom: 0;
    line-height: 20px;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a {
    color: #fff;
    font-size:12pt;
}
.swal2-close {

    color: #2d2d2d!important;
  
}

.swal2-close:hover {
    transform: none;
    background: 0 0;
    color: #e31e24!important;
}

.swal2-header {

    height: 12px!important;
}


.headinfo {
     float:right;
}

    .headinfo h3 {
        font-size: 10pt;
        color: #828282;
        margin: 0px;
        padding: 0px;
        line-height: 45px;
        float: right;
        padding-right: 15px;
    }

    .headinfo h3 span {
        color: #828282;
    }

.top-social {
    margin: 0px;
    padding: 0px;
    list-style: none;
 
    margin-left: 12px;
}
.top-social li {
    margin:0px; padding:0px; list-style:none; float:left;
}

    .top-social li a {
        color: #676767;
        text-decoration: none;
        width: 37px;
        height: 37px;
        text-align: center;
        line-height: 38px;
        margin-right: 3px;
        border: 1px transparent solid;
        margin-top: 4px;
        transition: all .5s ease-in-out;
        font-size: 12pt;
    }

.top-social li a:hover {
    color:white;
      border: 1px #d9131a solid;
      background-color:#e31e24;
  
}

.mtop-bar {
    height: 45px;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
    background: linear-gradient(0deg, rgb(242 242 242) 0%, rgb(247 247 247) 49%, rgb(255 255 255) 100%);
}
    .mtop-bar a {
        color:white; text-decoration:none;
    }
      .mtop-bar a:hover {
        color:#e4e4e4; text-decoration:none;
    }

 /*.mtop-bar:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30%;
    height: 100%;
    z-index: -1;
    background-color: white;
    background: linear-gradient(to left,transparent 0,rgb(2 2 2 / 45%) 90%);
}

   .mtop-bar:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30%;
    height: 100%;
    z-index: -1;
    background-color:white;
    background: linear-gradient(to right,transparent 0,rgb(2 2 2 / 45%) 90%);
}*/

.product-category-list {
    position: relative;
    transition: all .5s ease-in-out;
    margin: 12px;
    padding: 0px;
    overflow: hidden;
    min-height: 295px;
    max-height:295px;
}

.product-category-list img {
    transition: all .5s ease-in-out;
    height:100%;
  
}

.product-category-list h2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    color: #ffffff;
    text-align: center;
    transition: all .5s ease-in-out;
    text-align: center;
    margin: 0px;
    padding: 10px;
    transform-origin: 2% 20%;
    display: inline-block;
    /* text-shadow: 2px 2px 3px #ffffff; */
    font-size: 16pt;
    background-color: #e31e24;
}

.product-category-list:after {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 9;
    width: 100%;
    transition: all .5s ease-in-out;
}

    .product-category-list:hover img {

        transform:scale(1.1);
    }

#breadcrumbs {
    position:relative; height:250px; z-index:1; overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover; background-attachment:fixed; background-image:none!important;
}



    #breadcrumbs:before {

          position: absolute;
    z-index: -1;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 120%;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,rgba(0,0,0,.3)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.3) 90%);
    background: linear-gradient(to bottom,transparent 0,rgb(0 0 0 / 70%) 90%);
    }

.breadcrumbs-content {
    position: absolute;

    bottom: 5%;
    /* transform: translate(15px ,-50%); */
}
.br-content {

}
.br-content h2 {
     display:inline-block;
     color:white;
     font-size:24pt;
}


.sitemap a {
   color:#ffffff;

}
.sitemap a:hover {
     color:#e9e9e9;
     text-decoration:none;

}

.sitemap {
    font-size: 12pt;
    padding: 2px;
    color:#cecece;
}
    .sitemap i {
        margin-left:4px;margin-right:4px; color:#e31e24;
    }

    .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 0px;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
    font-size: 50pt;
    position: absolute;
    transform: translate(0px, -50%);
    color: #ffffff;
    /* background-color: #00000087; */
    /* padding: 15px; */
    text-shadow: 0px 0px 5px #000000c7;
}

    .owl-nav .owl-next {
    right: -25px;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
    font-size: 22pt!important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.00)!important;
}
.owl-nav .owl-prev {
   left: -25px;
}

.owl-prev i, .owl-next i {
    padding: 10px;
    font-size: 22pt;
      background-color: #0000005c;
      color: #e31e24;
}


.form-control {
 
    font-size: 12pt;
        display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;

    line-height: 1.42857143;
    color: #555;
    background-color: #f5f5f5;
    background-image: none;
    border: none;
    border-radius:0px;
    -webkit-box-shadow:none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; 
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; 
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;

}

.btn {

    min-width: 240px;
    padding: 14px;
    font-size: 16pt;
}

.p-list .cont {
    margin: 14px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #fcfcfc;
    transition: all .5s ease-in-out;
   border:none!important;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 14%);
}

.p-list .cont:before {
    position: absolute;
   z-index:1;
    content: '';
    left: 0px;
    bottom: 0px!important;
    width: 100%;
    height: 30%;
    /*background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.9) 90%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.9) 90%);
    transition:all .5s ease-in-out;*/
}

    .p-list .cont h2 {
        font-size: 12pt;
        margin: 0px;
        padding: 8px;
        background-color: #f9f9f9 !important;
        padding-top: 20px;
        left: 0px;
        bottom: 0px;
        width: 100%;
        color: #423f3f;
        transition: all .5s ease-in-out;
        z-index: 1;
        text-align: center;
        font-weight: bold;
        font-size: 14pt;
        min-height: 60px;
        vertical-align: middle;
    }


.p-list .cont:hover:before {

    height: 80%;

}
   .p-list .cont:hover h2 {

         color:#e31e24!important;text-decoration:none;
    }

    .p-list .cont:hover .text{

        transform:scale(1.1);
    }

.p-list .container169 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    transition: all .5s ease-in-out;
    overflow:hidden;
}

.p-list .container32 {
    position: relative;
    width: 100%;
    padding-top: 66.66%; 
    transition: all .5s ease-in-out;
    overflow:hidden;
}

.p-list .text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    color: white;
    width: 100%;
    height: 100%;
   
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.team {
    padding:6px; border:1px #eee solid; margin:5px; text-align:center; padding-bottom:90px; position:relative;
}
.team h2 {
   margin:0px; padding:5px; font-size:14pt;
}

.team p {
   margin:0px; padding:5px; font-size:12pt;
}
.team-title {
    position:absolute; left:0px; bottom:10px; width:100%;
}

.satir {
    padding:4px; font-size:13pt;
}


.satir i {
    margin-right: 4px;
    /* padding: 5px; */
    width: 38px;
    height: 38px;
    background-color: #dedede;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    color: #6d6d6d;
    border: 1px #7f7c7c dotted;
}
    .satir a {
         color:#272727;
         text-decoration:none;transition:all .5s ease-in-out;
    }

       .satir a:hover {
         color:#000000;
         text-decoration:none;
         margin-left:4px;
    }

.maps-container {
    position: relative;
    background-color: #2b2a29;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.maps-container:after {
    content: '';
    position: absolute;
    left: -15%;
    top: 0px;
    bottom: 0px;
    width: 70%;
    background-color: #e31e24;
    z-index: -1;
    transform: skew(10deg, 0deg);
}

.blog-post {
    position: relative;
    margin-bottom: 5px;
}

.blog-md .dez-post-media {
    width: 350px;
    float: left;
    margin-right: 30px;
}
.dez-media, .dez-media, .dez-post-media {
    background-color: #FFF;
    position: relative;
}
.dez-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.blog-md .dez-post-info {
    border: none;
}
.dez-post-title {
    margin-bottom: 10px;
}


.date-style-2 .post-date {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
}

.dez-post-meta ul li {
    padding: 0;
    display: inline-block;
    font-weight: bold;
}
.post-date {
    background-color: #d9534f!important;
}

.dez-post-readmore {
    margin-bottom: 15px;
}

.btn-danger {
    color: #fff;
    background-color: #e31e24;
    border-color: #d43f3a;
}

.pl-list h2 {
    margin:0px; padding:5px; font-size:16pt; display:inline-block; font-weight:bold;
}
.pl-list ul {
    margin: 0px;
  
    list-style: none;
    border: 1px #ffffff solid;
    padding:0px;
 
   
}

.pl-list ul li {
    margin:0px; padding:6px; list-style:none; position:relative;padding-left:12px; font-size:10pt; border-bottom:1px #e6e6e6 dotted; font-weight:bold; border:1px #e8e8e8 solid; border-left:26px #e31e24 solid;border-right:8px #e8e8e8 solid; margin-top:4px; background-color: #f9f9f9; border-radius:4px; transition:all .5s ease-in-out;
}
.pl-list ul li:before{
    position:absolute; left:-20px; top:7px;
    content: "\f00c";
    font-family:'FontAwesome';
    color:white;
}


.pl-list ul li:hover {
     padding-left:18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size:24px;
}
.widget .sub-menu {
    margin:0px; padding:0px; list-style:none;
}

.widget .sub-menu li {
    
}

    .widget .sub-menu li a {

        transition:all .5s ease-in-out;
        position:relative; display:block;
    }
    .widget .sub-menu li a:hover {
        color:#e31e24;
        margin-left:8px;

    }

     .widget .sub-menu li a i {

        margin-right:4px;
    }


 .cont {
    margin: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #fcfcfc;
    transition: all .5s ease-in-out;
    border: 1px #272337 solid;
    /* box-shadow: 0px 0px 5px rgb(0 0 0 / 14%); */
}
      .owl-nav .owl-prev, .owl-nav .owl-next {
           font-size:22pt!important;
           text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.00)!important;
      }


     .flex-container {
  display: flex;
  width: 100%;
 
}

.column-1 {
  flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
  flex-basis: 30%; /* sets initial width to 70%*/
}

.column-2 {
  flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
  flex-basis: 70%; /* sets initial width to 70%*/
}

.box {

  padding: 10px;

}

@media only screen and (max-width: 900px) {
  .flex-container {
    flex-direction: column;
  }

  .box {
    margin: 0 0 0 0;
  }
}


.owl-item{
  flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
  flex-basis: 100%;
flex: calc(100%);
}

 
	.owl-carousel .owl-stage {
		display: flex;
	}
	.owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}
     .owl-carousel .thumbnail {
          display: flex;
          flex-direction: column;
          margin: 0 15px;
      }
      .owl-carousel.caption {
          display: flex;
          flex: 1 0 auto;
          flex-direction: column;
      }
			.owl-carousel .flex-text {
				flex-grow: 1;
			}



.info-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: black;
    position: relative;
    z-index: 1;
}

    .info-banner:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 50%;
        background-color: black;
        z-index: -1;
        width: 100%;
    }

a {
    text-decoration:none!important;
}

@media only screen and (min-width: 380px) and (max-width: 767px)
 {

    .lead {

        font-size:10pt!important;
    }

    .blog-md .dez-post-media {
        width: 100%;
        float: none;
        margin-right: 0px;
    }
}

.video-item {
    position: relative;
}
    .video-item img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 16/9;
        opacity: 0.9;
    }

.archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 0em;
    margin-top: 1em;
}

.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    font-size: 40pt;
    color: white;
    transform: translate(-50%, -50%);
}

    .video-play a {
        color: red;
        opacity: 0.6;
    }
.video-item:hover .video-play a {
    opacity: 0.9;
}

.hakmain {
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
    padding-top: 90px;
    background-color: #fff;
  
}

 /*   .hakmain:before {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        content: '';
        width: 100%;
        opacity: 0.6;
        z-index: 0;
        background-image: url(/images/insaat-slider-5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        background-attachment: fixed;
        background-color: #171717;
    }*/

    .hakmain .bg {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        content: '';
        width: 100%;
        opacity: 0.1;
        z-index: 0;
        background-image: url(/images/insaat-slider-5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        background-attachment: fixed;
        background-color: #171717;
    }

.about-view {
    position: relative;
    color: #337ab7;
    padding: 80px;
    background-color: #fff;
    opacity:1;
}

    .about-view:before {
        content: '';
        position: absolute;
        left: 20px;
        top: 20px;
        width: 100px;
        height: 100px;
        border: 1px #e31e24 solid;
        border-right: none;
        border-bottom: none;
    }

    .about-view:after {
        content: '';
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 100px;
        height: 100px;
        border: 1px #e31e24 solid;
        border-top: none;
        border-left: none;
    }


.tp-caption a {
    color: white;
    text-decoration: none;
}

.card {
    box-sizing: border-box;
    margin-bottom: 7px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px #e9e9e9 solid;
    padding: 12px;
}

    .card.card-horizontal .card-image {
        display: block;
        height: 125px;
    }

    .card .card-image {
        position: relative;
        overflow: hidden;
        background-color: #000;
    }

    .card .card-price {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 2px 5px;
        background-color: #e31e24;
        box-shadow: 1px 2px 1px rgb(94 93 99 / 8%), 0 1px 2px rgb(61 60 66 / 12%);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 11px;
        color: white;
    }


    .card.card-horizontal .card-content {
        width: 100%;
        height: 125px;
    }

    .card .card-content {
        position: relative;
        box-sizing: border-box;
        padding: 8px;
        border-radius: 0 0 2px 2px;
        background-clip: padding-box;
    }

    .card.card-horizontal .card-content .listingInfo {
        display: table-cell;
        height: 125px;
    }

.listingInfo {
    clear: both;
    padding: 0;
}

.listingInfo {
    position: relative;
}

.vcard {
    min-height: 65px;
}

.card.card-horizontal .card-content .vcard h2 {
    margin: 5px 0 5px;
    font-size: 16px;
}

.vcard h2 {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 14px;
}

.listingInfo .propertyStats {
    margin-top: 3px;
    margin-bottom: 0;
    min-height: 25px;
    font-weight: bold;
}

.card.card-horizontal .card-content .priceText {
    margin-bottom: 0;
    color: #e41c68;
    font-weight: 600;
    font-size: 16px;
}

.card .card-content p {
    margin: 0 0 10px;
    color: #e31e24;
}

.listingLocation {
    font-size: 13px;
}

.card.card-horizontal .card-content .card-action {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.card .card-action {
    padding: 3px 6px;
    border-top: 1px solid rgba(160, 160, 160, .2);
}

    .card .card-action a {
        margin-right: 5px;
        color: #3b3b3b;
        font-size: 12px;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
    }

        .card .card-action a i {
            margin-right: 3px;
        }


        .btn-group-sm>.btn, .btn-sm {
            padding: 4px 4px;
            min-width: 64px;
            font-size: 12px;
            line-height: 1.5;
        }

.card.card-horizontal .card-content .priceText {
    margin-bottom: 0;
    color: #e42425;
    font-weight: 600;
    font-size: 16px;
}

.vcard h2 a {

    color:#484646;
}

.whatsapp-sender {
    padding: 10px;
    background-color: #079b27;
    border: 1px #dedede solid;
    color: white;
    cursor:pointer;
    margin-left:15px;border-radius:6px;
}
.whatsapp-sender i {
    
    margin-right:6px;
}

.whatsapp-sender:hover {
    padding: 10px;
    background-color: #087e21;
    border: 1px #dedede solid;
    color: white;
}


@-webkit-keyframes scaling {
    From {
        -webkit-transform: scale(2.0);
        transform: translate(2.0);
        opacity: 0;
    }

    To {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 1;
    }
}




.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 0em;
}

.articles {
    border: none !important;
    padding: 0px !important;
    aspect-ratio: 4/3;
    position: relative;
    z-index: 0;
    transition: all .5s ease-in-out;
    margin: 0px;
}

.scaling {
    -webkit-animation: scaling linear .5s both;
    animation: scaling linear .5s both;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 0em;
}

.articles {
    border: none !important;
    padding: 0px !important;
    aspect-ratio: 4/3;
    position: relative;
    z-index: 0;
    transition: all .5s ease-in-out;
    margin: 0px;
   
}

    .articles:hover {
        transform: scale(1);
        z-index: 1;
    }

        .articles:hover div {
            opacity: 1;
            transform: scale(1.05);
        }

    .articles h2 {
        margin: 0px;
        padding: 0px;
        text-align: center;
        color: white;
        font-size: 14pt;
        font-weight: 600;
        position: absolute;
        left: 0px;
        bottom: 25px;
        text-align: center;
        display: block;
        width: 100%;
        z-index: 15;
        font-size:12pt;
    }

    .articles div {
        width: 100%;
        height: 100%;
        opacity: 0.9;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        z-index: 9;
        border: none;
        transition: all .5s ease-in-out;
    }

@media (max-width: 789px) {
    .project-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

.c1 {
    background-color: #ff6a00 !important;
    border-bottom: 8px #ff6a00 !important;
}

.c2 {
    background-color: #309bd9 !important;
    border-bottom: 8px #309bd9 !important;
}

.c3 {
    background-color: #ca7335 !important;
    border-bottom: 8px #ca7335 !important;
}

.c4 {
    background-color: #7c15ce !important;
    border-bottom: 8px #7c15ce !important;
}

.c5 {
    background-color: #d4b716 !important;
    border-bottom: 8px #d4b716 !important;
}

.c6 {
    background-color: #ee4353 !important;
    border-bottom: 8px #ee4353 !important;
}

.c7 {
    background-color: #77be30 !important;
    border-bottom: 8px #77be30 !important;
}

.c8 {
    background-color: #25c2d8 !important;
    border-bottom: 8px #25c2d8 !important;
}

.articles div {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    z-index: 9;
    border: none;
    transition: all .5s ease-in-out;
}



.h2title {
    border-bottom: 1px red solid;
    margin: 0px;
    padding: 4px;
    display: inline-block;
    z-index: 1;
    position: relative;
    padding-bottom: 12px;
    color: #535151;
    font-weight: 900;
    font-size: 12pt;
}


.htitle-bottom {
    background-color: rgb(0 0 0 / 8%);
    position: relative;
    margin-top: -1px;
    height: 1px;
    z-index: 0;
}

.articles div:after {
    position: absolute;
    z-index: 12;
    content: '';
    left: 0px;
    bottom: -5px;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,rgba(0,0,0,.3)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.3) 90%);
    background: linear-gradient(to bottom,transparent 0,rgb(0 0 0 / 70%) 90%);
}



