:root {
 --theme-color: cadetblue;
 --footer-bg-color: #171717;
}
html,body{
    font-family: 'tawk-icon';
    overflow-x: hidden;
    position: relative;

    
    
    /*background: #23262d;*/
}
/*--------------floating form*/
/*------------- Form ---------------*/
.text-sq{
    font-size: 18px !important;
    font-weight: 300;

}
.err-bd {
         border: 1px solid #c21c20 !important;
      }
.nb-form {
    position: fixed;
    z-index: 1030;
    width: 300px;
    background: #FFF;
    right: 20px;
    bottom: -375px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
   .blog-bg img {
     height: 300px;
       }

.nb-form:hover {
    bottom: 0px;
}

/*-- User Icon --*/

.nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.nb-form .title {
    background: #b8271f;
    font-size: 16px !important;
    padding: 10px 15px !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
    /*text-align: center;*/
    font-weight: 300;
}
a {
    color: black;
    text-decoration: auto;
}
/*-- Text --*/

.nb-form p {
    font-size: 18px;
    margin: 0;
    padding: 15px;
    color: #666;
}

.nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
    padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea, 
.nb-form select{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    width: 254px;
    max-width: 254px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding: 6px;
    border: none;
    border-radius: 0;
    color: #000;
    border-bottom: 1px solid #b8271f;
}
select:focus-visible {
    /* outline-offset: 0px; */
    /* border: none !important; */
    outline: -webkit-focus-ring-color auto 0px !important;
}
.nb-form input:focus,
.nb-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}

.nb-form input[type='submit']:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.07),0 1px 7px 0 rgba(0,0,0,0.02),0 3px 1px -1px rgba(0,0,0,0.1);
}

.nb-form textarea {
    min-height: 110px;
}


.nb-form ::-webkit-input-placeholder {
    color: #666;
}

.nb-form ::-moz-placeholder{
    color: #666;
}

.nb-form :-ms-input-placeholder {
    color: #666;
}

.nb-form :-moz-placeholder {
    color: #666;
}

.nb-form input[type='submit'] {
    background: #b8271f;
}

@media screen and (max-width: 676px) {
    .nb-form:hover .user-icon {
        display: none;
    }

    .nb-form .message {
        display: none;
    }

    .nb-form form {
        padding-top: 15px;
    }
    .nb-form{
        right: 50%;
        bottom: -320px;
        left: 50%;
        transform: translateX(-50%);
            width: 100%;
    }
}

.float-container {
    position: fixed;
    top: 33%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
      z-index: 999;
}

.float-container a {
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        width: 232px;
    height: 43px;
    margin-right: -190px;
    margin-bottom: 10px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: white;
    border-color: #46b8da;
    border-radius: 5px 0 0 5px;
    background-color: #eb690b;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: sans-serif;
}

.float-container a:hover {
    margin-right: 0;
    background-color: #c45100;
    -webkit-box-shadow: 0 2px 4px #7d7d7d;
    box-shadow: 0 2px 4px #7d7d7d;
}

/* Icon settings - remove if not needed*/
.float-container .icon:before {
  /*  font-family: "Font Awesome";
    margin-right: 25px;*/
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.label-container{
    position:fixed;
    bottom:60px;
    right:60px;
    display:table;
    visibility: hidden;
    z-index: 999;
    top:33%;

}

.label-text{
    color:#FFF;
    background:rgba(51,51,51,0.5);
    display:table-cell;
    vertical-align:middle;
    padding:10px;
    border-radius:3px;
}

.label-arrow{
    display:table-cell;
    vertical-align:middle;
    color:#333;
    opacity:0.5;
}

.float{
   position: fixed;
    width: 104px;
    height: 43px;
    bottom: 94px;
    right: -30px;
    top:33%;
    background-color: #b8271f;
    color: #FFF;
    border-radius: 0;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
    vertical-align: top;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    color: #fff !important
    
}

.my-float{
    font-size:20px;
    margin-top:18px;
}

a.float + div.label-container {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover + div.label-container{
  visibility: visible;
  opacity: 1;
}

/* Media queries */
@media screen and (max-width:440px)
{
    .float-container .icon:last-child {
        display: none;
    }
    .float-container
    {
        position: fixed;
        top: auto;
        bottom: 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            -ms-flex-direction: row;
                flex-direction: row;

        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: auto;
        -webkit-box-align: auto;
        -ms-flex-align: auto;
        -align-items: auto;
    }
        .float-container a.icon
    {
        right: 0;
        bottom: 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 5px;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 #7d7d7d;
                box-shadow: 0 0 0 #7d7d7d;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-left: 1px solid darkorange;
        border-right: 1px solid darkorange;
    }
}

.floatwhatsapp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:10px;
    left:10px;
    background-color:#25d366;
    color:#FFF !important;
    border-radius:50px;
    text-align:center;
  font-size:26px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.floatwhatsapp i{
    /*font-size: 35px*/
}
.my-float1{
    margin-top:16px;
}
textarea {
    resize: vertical;
    width: 100%;
}
header{
        /*position: absolute;*/
    width: 100%;
        z-index: 999;
background: rgb(255 255 255 / 26%);
}
.text-white{
    color: #fff !important
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem !important;
}
.navbar {
    transition: all 0.4s;
        padding: 0;
}
.navbar li{
   /*     padding: 1em;*/
   padding-left: 30px;
}
.dropdown-menu {
    border-top: 3px solid #b8271f !important;
    min-width: 200px;
}

.dropdown-menu li {
    padding: 0px;
    font-size: 18px;
    background: #fff;
    font-weight: 300;
    border-bottom: 1px solid #d3d0d0;
}
.dropdown-menu li a{
   
    font-weight: 300;
        font-size: 18px;
    
}
.dropdown-item {
        padding: 10px 15px;
    color: #000;
    border-bottom: 1px solid #c9c9c9!important;
}
.dropdown-item:hover {
    background-color: #b72820 !important;
    color: #fff !important

}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #b72820 !important;
}
.navbar li .active-m:before  {
        /*width: 100%;
    left: 0;
    right: auto;*/
    /*content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    left: auto;*/
    /*right: 0;*/
   /* bottom: -10px;
    background-color: #fff;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    top: 83px;*/

}
.navbar .active ul li a:before  {
    top: 56px !important;
}
.navbar .nav-link {
    color: #fff;
        font-size: 16px;
    font-weight: 300;
    /*text-transform: uppercase;*/
    line-height: 16px;

}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */
.navbar.active {
        background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
z-index: 9;
padding: 0;
}
.logo-width{
    max-width: 100%;
}
.navbar.active .logo-width{
    max-width: 65%;
}
.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #555;
}


.text-small {
    font-size: 0.9rem !important;
}

.navigation{
  padding-top:30px;
  padding-bottom:30px;
  /*position:absolute;*/
  top:0;
  width:100%;
  z-index:1;
}

.navbar-right{
  float:right;
  padding-right:10%;
}

.navbar-right a{
  text-decoration:none;
  padding:10px;
  color: #fff;
  font-family:Arial;
  font-weight:900;
}

.navbar-right a:hover{
  text-decoration:underline;
}
.navbar-logo{
  padding-left:10%;
  font-family:Arial;
  font-size:30px;
  font-weight:bold;
  text-decoration:none;
  color:#fff; 
}
header {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.video-container {
z-index: -100;
width:100%;
height:100%;
    /*position: relative;
    top: -65px;*/
/*overflow:hidden;
*/
    /*background-image: url('../img/banner/s1.jpg');*/
}


.fa {
    display: inline-block;
    font: normal normal normal 16px / 1 FontAwesome;
    font-size: larger;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.video-container:before{
    content: "";  
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    /*background:#00000075;*/
    /*background-image: linear-gradient(120deg, #000, #000);*/
        /*background-image: linear-gradient(120deg, #0000006b, #00000052);
    opacity: .7;*/
}
#video-bg{
  width:100%;
 
}
.top-header{
       padding: 8px 15px;
    border-bottom: 1px solid #b0b6bc8f;
        background: #2ab47878;
}
.social-media{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    float: right;
}
.social-media li{
    display: inline-block;
    list-style-type: none;
}
.social-media li a{
    /*color: black;*/
    padding-right: 10px;
    margin: 5px 0;

}

.navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 0rem; 
    padding-left: 0.5rem;
        padding: 25px 0px;
         line-height: 34px;
     color: #000; 
    /* padding: 0 30px; */
    font-size: 18px;
    font-weight: 300;
}
.top-left{
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    /*float: right;*/
}
.top-left li{
    display: inline-block;
    list-style-type: none;
}
.top-left li a{
    color: black;
    padding-right: 15px;
    margin: 5px 0;
    text-decoration:none;
    font-size: 18px;
    font-weight: 300;
}
.float-right{
    float: right;
}
.book-app{
       text-transform: math-auto;
    line-height: 37px;
    letter-spacing: 1px;
    background-color: #907348;
    border-radius: 0;
    padding: 5px 6px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 200;
    text-decoration: auto;

}

.abt-section{
    position:relative;
   background: #baffff;
    padding: 100px 30px 70px;
}
.numbering{
        padding: 5px;
       position: relative;
    border: 3px solid #393c42;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
    transition: 1s;
    margin-right: 100px;
}
.numbering h2{
    color: darkblue;
    font-size: 80px;
    line-height: 80px;
        font-weight: 300; 
}
.numbering:before{
    top: -10px;
    position: absolute;
    background-color:revert-layer;
    z-index: -1;
    transition: 1s;
    content: "";
    height: 10px;
    width: 58%;    left: 0;
    right: 0;
    margin: 0 auto;
}
.numbering:after{
        bottom: -10px;
        position: absolute;
    /*background-color: #f6c662;*/
    z-index: -1;
    transition: 1s;
    content: "";
    height: 10px;
    width: 58%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.experience{
     color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    padding-left: 23px;
}
.sub-title{
        font-size: 40px;
        padding:20px;
    text-transform: uppercase;
    /*line-height: 20px;*/
    letter-spacing: 3.4px;
    color:white;
}
.main-title{
      color: #000;
    font-size: 25px;
    font-weight: 300;
    /* line-height: 52px; */
    /* letter-spacing: -1px; */
    text-transform: uppercase;
}.main-titlea{
        color: #000;
    font-size: 40px;
    font-weight: 300;
    line-height: 52px;
    letter-spacing: -1px;
}
.main-title1{
        color: #000;
    font-size: 30px;
    font-weight: 300;
    line-height: 52px;
    letter-spacing: -1px;
}
.main-title2 {
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}
.main-title::before,
.main-title::after {
    display: inline-block;
    content: "";
    border-top:.2rem solid #b8271f;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}
.main-titlea::before,
.main-titlea::after {
    display: inline-block;
    content: "";
    border-top:.2rem solid #fff;
    width: 4rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}
/*.main-title:before {
    position: absolute;
    content: '';
    left: -65px;
    top: 22px;
    height: 2px;
    width: 50px;
    background-color: #b8271f;
}*/
.para-content{
      margin: 5px 1px 30px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    padding: 0 2px;
    text-align: justify;
}
.theme-btn{
    font-size: 15px;
    /* font-weight: 300; */
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.2px;
    padding: 10px 15px !important;
    background: maroon;
    margin: 0 15px;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
}
.theme-btn:hover{
    background:var(--theme-color);
}

.ongoing-proj{
    /*background-image: url('../img/h2-bg01.png');*/
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.ong-heading{
    /*margin-bottom: 30px*/
}
.ongoing-box{
    /*height: 560px;*/
     background-repeat: no-repeat;
padding: 44px 44px 33px 37px;
    /*padding: 44px 44px 33px 37px;*/
    justify-content: flex-start;
        align-content: flex-start;
    -webkit-box-align: start;
        text-align: left;
            /*background-color: #00000024;*/
            background-color: #00000094;
            background-blend-mode: overlay;
                position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: all .9s ease;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.ong-img1{
    background-image: url('../img/ongb1.jpg');
}
.ong-img2{
    background-image: url('../img/ongb2.jpg');
}
.ong-img3{
    background-image: url('../img/ongb3.jpg');
}
.ong-img4{
    background-image: url('../img/ongb4.jpg');
}
.ong-title{
        margin-bottom: 303px;
        /*margin-bottom: 100px;*/
    padding: 0 0 0 6px;
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 28px;
    color: #fff;
        position: relative;
    z-index: 1;
    padding-top: 10px;

}
.ong-para{
        margin: 0;

        font-size: 16px;
    line-height: 22px;
    color: #ededed;
    background-position: top left;
    /*max-height: 0;*/
    overflow: hidden;
    transition: all .9s ease;
    opacity: 0;
    transform: translateY(10px);
        position: relative;
        cursor: pointer;
        padding-top: 20px;
}
.ongoing-box:hover .ong-para{
        max-height: 120px;
    opacity: 1;
    transform: translateY(0px);
}
.ongoing-box a{
    text-decoration: none;
}
.ong-btn{
        margin-top: auto;
            font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    background: none;
    border: none;
    padding: 15px 0;
    font-weight: 300;
}
.ong-btn:hover{
    color:var(--theme-color);
}

.whychoose{
    background-image: url('../img/h2-bg01.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0 30px;
    /*margin-bottom: 100px;*/
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 0 30px 48px;
}
.whychoose-heading{
        margin: 0 0 65px;
}
.choose-icon{
        display: inline-block;
    line-height: 1;
   /* transition: all .3s;*/
}
.choose-icon i{
    background-color: #32343b;
    fill: #fff;
    color: #fff;
        border-radius: 50%;
        width: 100px;
        margin-bottom: 30px;
         transition: all .3s;
}
.choose-icon i{
        font-size: 68px;
    padding: 16px
}
.choose-icon:hover i{
    background-color: var(--theme-color);
    fill: #fff;
    color: #fff;
        transform: scale(1.1);
            transition-duration: .3s;
    transition-property: transform;
}
.whychoose-box {
text-align: center;
padding: 43px 30px 40px 28px;
}
.choose-content h2{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 14px;
}
.choose-content p{
    color: #9b9b9b;
    font-size: 14px;
    line-height: 24px;
}

.videobg{
        background-image: url(../img/abt-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 120px 0;
    margin-top: -55px;
    margin-bottom: -12px;
    /*padding: 0 30px;*/
    z-index: 2;
}
.videobg-heading{
        margin: 0 0 30px;
}
.vid-bg{
       background-image: url(../img/vd-bg.jpg);
        padding: 185px 0;
        background-repeat: no-repeat;
}
.vid-bg a{
        /*padding: 0 315px;*/
        display: block;
        text-align: center;
}
.videobg p{
      margin: 0 0 48px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    max-width: 450px;
    line-height: 34px;
    /* color: #000; */
    /* padding: 0 30px; */
    font-size: 20px;
    font-weight: 300;

}
.vid-btn{
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1.3px;
    /*fill: #30373e;*/
    color: #000 !important;
        border-radius: 30px;
    background: #fff;
    padding: 15px 36px 13px 39px;
    text-decoration:none;

}
.vid-btn:hover{
    background:var(--theme-color) ;
    color:#fff !important;
}
.logo-slider{
    margin-bottom: 50px;
}
.completed-proj{
    padding: 30px 0;
    background-image: url('../img/h1-bg02.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 60px 30px;
    /*margin-bottom: 100px;*/
    /*transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;*/
    /*padding: 0 30px 148px;*/
}
.cmp-heading{
        margin: 0 0 30px;

}
.cmp-content{
             color: #fff !important;
    margin: 30px 0 50px;
    /*font-size: 16px;
    line-height: 29px;
    color: #9b9b9b;*/
    /* padding: 0 30px; */
     line-height: 34px;
    /* color: #000; */
    /* padding: 0 30px; */
    font-size: 20px;
    font-weight: 300;
    /*max-width: 600px*/


}
.project-inner {
    position: relative;
        margin-bottom: 30px;
}
.project-inner:before {
    opacity: 0;
}
 .project-inner:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    position: absolute;
    transition: all .3s ease;
    opacity: 1;
    z-index: 1;
}
.project-inner .project-post-thumbnail {
    overflow: hidden;
}
.project-inner .project-post-thumbnail img {
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease;
    width: 100%;
    aspect-ratio: 16 / 9;  /* Example for a 16:9 image */
    height: auto;
}
.project-inner:hover .project-post-thumbnail img {
    transform: scale(1.1);
        object-fit: cover;
            transition: all .3s!important;
}
.project-inner .project-content {
    justify-content: center;
    text-align: center;
}
 .project-inner .project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    transition: all .3s ease;
    opacity: 0;
    margin: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.project-inner:hover .project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    transition: all .3s ease;
    opacity: 1;
    margin: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
}
 .project-inner .project-content .entry-title {
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.project-inner .project-content .entry-title a {
    transition: all .3s ease;
    color: #fff;
    text-decoration:none;
}
.project-inner .project-content .project-content-category {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: transparent;
}
 .project-inner .project-content .project-content-category a {
    color: #fff;
    transition: all .3s ease;
     text-decoration:none;
}
.project-inner .project-content {
    justify-content: center;
    text-align: center;
}
.project-inner:hover .project-content {
    opacity: 1;
}
.image-bg1{
        margin-top: 0;
    /*margin-bottom: 60px;*/
    padding: 0 30px;
    background:#f6c662;
}
.image-inner{
    background-image: url('../img/h2-bg04.png');
    background-color: #b3bdc718;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
        position: relative;
    width: 100%;
        padding: 0 0 100px 0;
}
.image-rightside{
    padding: 25px 25px 25px 25px;
}
.image-rightside img{
        /*margin: 0 0 22px 5px;*/
}
.para-content-img {
   
    /*padding: 0 30px;*/
    line-height: 27px;
    color: #000;
    /* padding: 0 30px; */
    font-size: 16px; 

}

.text-black{
    color:#000 !important;
}
.theme-bg-btn{
        background-color: black;
        font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.2px;
    padding: 13px 40px;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 300;
    text-decoration:none;
}
.clients{
        background-color: transparent;
    background-image: linear-gradient(270deg,#fff 0%,#f5f5f5 0%);
    position: relative;
    overflow: hidden;  
    padding: 60px 0;
    /*opacity: .5;*/
   /* margin-bottom: 50px;
    background-image: url('../img/h2-bg02.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 0 30px 70px;*/
}
/*.client-sli{
    margin: 0 -204px 0 -2px;
}*/
.client-says-item{
    justify-content: stretch;
    margin: 30px;
}

 .client-inner {
    padding: 30px;
    background: #fff;
    box-shadow: 0 3px 18px 0 rgba(0,0,0,.09);
        text-align: left; 
}
.client-content-text{
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}


.client-inner .client-icon {
    font-size: 31px;
    margin: 0 0 11px;
    color: var(--theme-color);
}
.client-sli a{
    text-decoration: none;
}
.client-content{
    color: #000;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 25px;
    text-decoration: none;
    /*font-style: italic;*/

    /*font-weight: 300;*/
} 
.cap-top img{
        margin-right: 20px;
    line-height: 0;
}
.client-caption{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.cl-name{
        text-transform: capitalize;
    letter-spacing: -.5px;
    margin-bottom: 8px;
        display: block;
    /*font-size: 18px;*/
    font-size: 1.125rem;
    line-height: 1.3333333333;
    font-weight: 300;
    color: #000;
}

.cl-job{
text-transform: capitalize;
    letter-spacing: -.5px;
    margin-bottom: 8px;
        display: block;
    font-size: 14px;
    /*font-size: 1.125rem;*/
    line-height: 1.3333333333;
    font-weight: 300;
    color: #000;
}



.image-inner1{
    background-image: url('../img/h2-bg03.png');
    background-color: #b3bdc718;
    background-position: top left;
    background-repeat: no-repeat;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
        position: relative;
    width: 100%;
        /*padding: 0 0 100px 0;*/
}

.image-leftside{
        padding: 88px 85px 80px 81px;
}
.counters{
    margin: 0 0 50px 0; background: #8effff;
} 
.counter-box .head{
       color: #fff;
    font-size: 55px;
    line-height: 70px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    stroke: #e2e2e2;
    text-align: center;
    font-weight: 300;
}
.counter-box .suffix{
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    -webkit-text-stroke-width: 2px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #e2e2e2;
    stroke: #fff;
}
.padb{ padding-bottom:30px;}
.counter-text{
     font-size: 21px;
    line-height: 30px;
    letter-spacing: -.01em;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.footer{
    background-image: url('../img/footer_BG_01.jpg');
    /*background-position: center center;*/
    background-repeat: no-repeat;
    background-size: cover;
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
        padding: 100px 0 0;
            background-color: indigo;
            
   /* background-image: linear-gradient(0deg,var(--e-global-color-secondary) 55%,#30373E00 100%);
   */ opacity: .93;
    transition: background .3s,border-radius .3s,opacity .3s;
    background-blend-mode: overlay;
}
.bottom-foot{
    border-top: 1px solid #FFFFFF1A;
    background:beige;
}
.btm-inner{
     margin-top: 40px;
    margin-bottom: 0;
    padding: 0 10px 15px;
}
.logo-foot{
    max-width: 100px
}
.foot-title{
        color: #000;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
}
.foot-links{
    padding-left: 0 !important;
    list-style-type: none;
}
.foot-links li a{
    color: #000 !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px !important;
    text-decoration:none;
   
}
/*.foot-address{
    padding-left: 0 !important;
}*/
.foot-address {
    /*list-style-type: none;
    */
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #9b9b9b !important;
}
.footer_nav2 {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_nav2 li {
    display: block;
    margin-bottom: 7px;
    position: relative;
    padding-left: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    color: #000;
}
.padt{ margin-top:30px;}
.footer_nav2 li i {
    position: absolute;
    left: 0;
    width: 40px;
    color: #fff;
    height: 40px;
    background: #b82820;
    border: 1px solid #b82820;
    border-radius: 35px;
    text-align: center;
    line-height: 40px;
}
.footer_nav2 li a {
    display: block;
    padding: 3px 0;
    color: #000;
    text-decoration: none;
}

.gbb-row-wrapper {
    position: relative;
}
.el-21497313 > .bb-inner {
    padding-bottom: 70px!important;
}
.gbb-row .bb-inner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.gbb-row-wrapper .bb-container {
    position: relative;
    z-index: 2;
}
.btn-theme{
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.2px;
    padding: 13px 40px !important;
    background: #b72820;
    /*margin: 0 30px;*/
    color: #fff !important;
    border-radius: 30px;
    text-decoration: none;
}
.gsc-column {
    position: relative;
}
.gsc-heading__align-left {
    text-align: left;
}

.gsc-heading {
    padding: 0 0 40px;
    display: block;
    width: 100%;
}
.style-1 .gsc-heading__sub-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.4px;
    color: #848484;
    text-transform: uppercase;}

    .gbb-row-wrapper .gbb-row-wrapper .bb-inner {
    padding: 0;
}
.el-45364930 > .bb-inner {
    padding-bottom: 40px!important;
   /* margin-right: 10px!important;
    margin-left: 10px!important;*/
}
.service-one__content {
    position: relative;
    padding: 30px 30px 30px;
    background: #fff;
    -webkit-box-shadow: 0 10px 60px rgba(0,0,0,0.07);
    box-shadow: 0 10px 60px rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 30px
}

.service-one__content:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 0;
    background-color: var(--theme-color);
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}

.service-one__content:after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 26px;
    background: -webkit-gradient(linear,left top,right top,from(#f4f4f4),to(transparent));
    background: linear-gradient(to right,#f4f4f4,transparent);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.service-one__icon-inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.service-one__icon {
    width: 66px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: var(--theme-color);
    font-size: 32px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.service-one__number {
    color: #e6e6e6;
    font-size: 30px;
    font-weight: 300;
}

.service-one__title {
    font-size: 20px;
    letter-spacing: -0.8px;
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 30px;
}

.service-one__content-inner {
    position: relative;
    z-index: 2;
}

.service-one__link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.service-one__single:hover .service-one__icon,.service-one__single:focus .service-one__icon,.service-one__single:active .service-one__icon {
    color: var(--theme-color);
    background: #fff;
}

.service-one__single:hover .service-one__title,.service-one__single:focus .service-one__title,.service-one__single:active .service-one__title {
    color: #fff;
}

.service-one__single:hover .service-one__content:before,.service-one__single:focus .service-one__content:before,.service-one__single:active .service-one__content:before {
    opacity: 1;
    max-width: 100%;
}

.service-one__single:hover .service-one__content:after,.service-one__single:focus .service-one__content:after,.service-one__single:active .service-one__content:after {
    opacity: 0.2;
}

.service-two__single {
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}
.full-height * {
    height: 100%;
}
.el-97847429 {
    padding-bottom: 50px;
}

.gsc-column {
    position: relative;
}
.feature-two__single {
    position: relative;
    background: #fff;
    max-width: 300px;
    margin: 0 auto;
}

.feature-two__image {
    position: relative;
    overflow: hidden;
    padding-bottom: 46%;
}

.feature-two__image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--theme-color-second);
    opacity: 0.8;
    content: "";
}

.feature-two__image:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));
    background: linear-gradient(to top,#000,transparent);
    opacity: 1;
    content: "";
}

.feature-two__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 480px) {
    .feature-two__image {
        padding-bottom:50%;
    }
}

.feature-two__title {
    letter-spacing: 1.2px;
    font-size: 12px;
    font-weight: 300;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
}

.feature-two__icon {
    font-size: 32px;
}

.feature-two__desc {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.29;
    letter-spacing: -1.12px;
    color: #fff;
}

@media (max-width: 480px) {
    .feature-two__desc {
        font-size:22px;
        letter-spacing: 0;
    }
}

.feature-two__action {
    margin-top: 30px;
}

.feature-two__content-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    padding: 0 50px 40px;
}

@media (max-width: 1024px) {
    .feature-two__content-inner {
        padding:0 30px 30px;
    }
}

.feature-two__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 40%) !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-next span {
    font-size: 55px;
    position: relative;
    color: #fff;
    /* width: 30px; */
    /* height: 30px; */
    top: -7px;
   
}
.owl-prev span {
    font-size: 55px;
    position: relative;
    color: #fff;
    /* width: 30px; */
    /* height: 30px; */
    top: -7px;
}
.owl-nav button:focus {
    outline: none;
}
.post-one__single {
    max-width: 300px;
    margin: 10px;
    background: #fff;
}

.post-one__image {
    position: relative;
    overflow: hidden;
}

.post-one__image a {
    position: relative;
    display: inline-block;
}

.post-one__image a:after {
    background: rgba(255,255,255,0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.post-one__image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.post-one__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
}

.post-one__author i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    padding: 2px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
}

.post-one__author span {
    margin-left: 2px;
}

.post-one__created {
    background: var(--theme-color);
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 10px 15px;
    line-height: 1;
    font-weight: 300;
}

.post-one__created:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    border-top: 10px solid var(--theme-color);
    border-right: 10px solid transparent;
    content: "";
}

.post-one__meta {
    background: #f6f6f6;
    padding: 15px 20px;
    margin-top: 20px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    color: var(--body-color);
    text-transform: uppercase;
    text-align: center;
}

.post-one__title {
    font-size: 22px;
    letter-spacing: -0.88px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.post-one__title a {
    word-wrap: break-word;
    color: #b82820;
    text-decoration: none;
}

@media (max-width: 767px) {
    .post-one__title {
        font-size:20px;
    }
}

.post-one__desc {
    /*font-size: 15px;
    line-height: 2;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 34px;
    color: #000;
    /* padding: 0 30px; */
    font-size: 20px;
    font-weight: 300;
}

.post-one__content {
    padding: 0px 35px 30px;
    -webkit-box-shadow: 0px 5px 20px 0 rgba(0,0,0,0.05);
    box-shadow: 0px 5px 20px 0 rgba(0,0,0,0.05);
}

.post-one__button {
    color: var(--body-color);
}

.post-one__button i {
    /*margin-right: 5px;*/
}

.post-one__comment i {
    color: var(--theme-color);
}

.post-one__single:hover .post-one__image a:after,.post-one__single:focus .post-one__image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.post-one__single:hover .post-one__image img,.post-one__single:focus .post-one__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#footer {
    color: var(--footer-color);
    font-size: 15px;
    background: url(../img/bg-footer.png) no-repeat left top var(--footer-bg-color);
    background-size: cover;
}

#footer a {
    color: var(--footer-link-color);
}

#footer a:hover,#footer a:focus {
    color: var(--footer-link-color-hover);
}

#footer .block {
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer .block .block-title {
    color: #fff !important;
}

#footer .block .block-title:after,#footer .block .block-title:before {
    display: none;
}

@media (max-width: 767px) {
    #footer .text-copyright {
        text-align:center;
    }
}

#footer .copyright {
    font-size: 15px;
    font-weight: 300;
}

#footer .copyright .copyright-inner {
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

#footer .gsc-heading__title {
    letter-spacing: 0;
}

#footer .gsc-socials {
    margin: 25px 0 0;
}

#footer .gsc-socials a {
    margin-right: 5px;
}

#footer .gsc-socials a i {
    width: 42px;
    height: 42px;
    background: #0f0f0f;
}

#footer .gsc-socials a:hover i,#footer .gsc-socials a:focus i {
    background: var(--theme-color);
}

#footer .gallery-post a.zoomGallery {
    font-size: 15px;
}

.user-links {
    list-style: none;
    padding-left: 0;
}

.user-links li {
    padding-bottom: 8px;
}

.footer-links {
    width: 100%;
    list-style: none;
    padding-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .footer-links {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-links li {
    position: relative;
}

.footer-links li + li {
    padding-left: 15px;
    margin-left: 15px;
}

.footer-links li + li:before {
    position: absolute;
    left: -3px;
    top: 0;
    font-weight: 300;
    content: "/";
}
.feature-one__single {
    position: relative;
    background: #fff;
    max-width: 300px;
    margin: 0 auto 60px;
}

.feature-one__content {
    position: relative;
    -webkit-box-shadow: 0 50px 50px rgba(0,0,0,0.07);
    box-shadow: 0 10px 10px rgba(0,0,0,0.07);
}

.feature-one__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--theme-color);
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.feature-one__image {
    position: relative;
    overflow: hidden;
    height: 185px;
}

.feature-one__image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(transparent));
    background: linear-gradient(to top,#fff,transparent);
    z-index: 2;
    content: "";
}

.feature-one__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-one__title {
    letter-spacing: -0.8px;
    font-size: 20px;
    margin-top: 0;
    line-height: 32px;
    font-weight: 300;
}

.feature-one__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    color: #fff;
    border: 12px solid #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.01);
    box-shadow: 0 10px 10px rgba(0,0,0,0.01);
    z-index: 99;
    margin: 0 auto -60px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-one__desc {
    margin-bottom: 20px;
}

.feature-one__action {
    margin-top: 30px;
}

.feature-one__content-inner {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0 50px 30px;
    margin-top: -45px;
    z-index: 4;
}

@media (max-width: 1024px) {
    .feature-one__content-inner {
        padding-left:30px;
        padding-right: 30px;
    }
}

.feature-one__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
}

.feature-one__single:hover .feature-one__icon {
    background: #ee763c;
}

.feature-one__single:hover .feature-one__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video-container1 {
     width: 640px;
     border-radius: 4px;
     margin: 0 auto;
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: center;
     box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
 /*.video-container1 .video-wrapper {
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .video-container1 video {
     width: 100%;
     height: 100%;
     border-radius: 4px;
}*/
 .play-button-wrapper {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 100%;
     height: auto;
     pointer-events: none;
}
 .play-button-wrapper #circle-play-b {
     cursor: pointer;
     pointer-events: auto;
}
 .play-button-wrapper #circle-play-b svg {
    width: 75px;
    height: 70px;
    fill: #b8271f;
    /* stroke: #fff; */
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.9;
    border: none;
}
 .video-play-button {
     position: absolute;
     z-index: 10;
     top: 50%;
     left: 50%;
     transform: translateX(-50%) translateY(-50%);
     box-sizing: content-box;
     display: block;
     width: 32px;
     height: 44px;
    /* background: #fa183d;
     */
     border-radius: 50%;
     padding: 18px 20px 18px 28px;
}
 .video-play-button:before {
     content: "";
     position: absolute;
     z-index: 0;
     left: 50%;
     top: 50%;
     transform: translateX(-50%) translateY(-50%);
     display: block;
     width: 80px;
     height: 80px;
     background: #ffffff61;
     border-radius: 50%;
     animation: pulse-border 1500ms ease-out infinite;
}
 .video-play-button:after {
     content: "";
     position: absolute;
     z-index: 1;
     left: 50%;
     top: 50%;
     transform: translateX(-50%) translateY(-50%);
     display: block;
     width: 80px;
     height: 80px;
     background: #b8271f;
     border-radius: 50%;
     transition: all 200ms;
}
 .video-play-button:hover:after {
     background-color: #da0528;
}
 .video-play-button img {
     position: relative;
     z-index: 3;
     max-width: 100%;
     width: auto;
     height: auto;
}
 .video-play-button span {
     display: block;
     position: relative;
     z-index: 3;
     width: 0;
     height: 0;
     border-left: 32px solid #fff;
     border-top: 22px solid transparent;
     border-bottom: 22px solid transparent;
}
 @keyframes pulse-border {
     0% {
         transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
         opacity: 1;
    }
     100% {
         transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
         opacity: 0;
    }
}
 .video-overlay {
     position: fixed;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: rgba(0, 0, 0, 0.80);
     opacity: 0;
     transition: all ease 500ms;
}
 .video-overlay.open {
     position: fixed;
     z-index: 1000;
     opacity: 1;
}
 .video-overlay-close {
     position: absolute;
     z-index: 1000;
     top: 15px;
     right: 20px;
     font-size: 36px;
     line-height: 1;
     font-weight: 300;
     color: #fff;
     text-decoration: none;
     cursor: pointer;
     transition: all 200ms;
}
 .video-overlay-close:hover {
     color: #fa183d;
}
 .video-overlay iframe {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translateX(-50%) translateY(-50%);
    /* width: 90%;
     */
    /* height: auto;
     */
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
 

 /*---------------------------------About Us-----------------------------*/
 .breadcrumb-abt{
    background-image: url(https://prajaproperties.com/assets/img/sunguvachathram.webp);
      float: left;
    width: 100%;
    padding: 130px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
        background-blend-mode: overlay;
    background-color: #0000007a;
    margin-bottom: 50px;
    /*padding: 60px 0 71px 0px;
    position: relative;    
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
        background-blend-mode: overlay;
    background-color: #0000007a;
    width: 100%;
    height: 100%;*/
 }
 .breadcrumb-contact{
    background-image: url(https://prajaproperties.com/img/about.png);
        float: left;
    width: 100%;
    padding: 130px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    background-blend-mode: overlay;
    background-color: #0000007a;
    margin-bottom: 50px;
    /*padding: 60px 0 71px 0px;
    position: relative;    
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
        background-blend-mode: overlay;
    background-color: #0000007a;
    width: 100%;
    height: 100%;*/
 }
 .breadcrumb-contact p {
    position: relative;
    /*margin-top: 80px;*/
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
 .breadcrumb-contact h2{
    color: #fff;
    position: relative;
    font-size: 34px;
    line-height: 50px;
 
    /*font-size: 4.25rem;*/
    text-align: center;
    font-weight: 300;

 }
 
 img {
    /*aspect-ratio: 16 / 9; */
    /*width: 100%; */
    height: auto;
}
 .breadcrumb-ongoing{
    background-image: url(https://prajaproperties.com/assets/img/sunguvachathram.webp);
    float: left;
    width: 100%;
    padding: 130px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    background-blend-mode: overlay;
    background-color: #0000007a;
    margin-bottom: 50px;
    /*padding: 60px 0 71px 0px;
    position: relative;    
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
        background-blend-mode: overlay;
    background-color: #0000007a;
    width: 100%;
    height: 100%;*/
 }
 .breadcrumb-ongoing p {
    position: relative;
    /*margin-top: 80px;*/
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
 .breadcrumb-ongoing h2{
    color: #fff;
    position: relative;
    font-size: 34px;
    line-height: 50px;
 
    /*font-size: 4.25rem;*/
    text-align: center;
    font-weight: 300;

 }
 
 .breadcrumb-faq{
    background-image: url(../img/faq-banner.jpg);
        float: left;
    width: 100%;
    padding: 130px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    background-blend-mode: overlay;
    background-color: #0000007a;
    margin-bottom: 50px;
   /* padding: 60px 0 71px 0px;
    position: relative;    
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
        background-blend-mode: overlay;
    background-color: #0000007a;
    width: 100%;
    height: 100%;*/
 }
 .breadcrumb-faq p {
    position: relative;
    /*margin-top: 80px;*/
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
 .breadcrumb-faq h2{
    color: #fff;
    position: relative;
    font-size: 34px;
    line-height: 50px;
 
    /*font-size: 4.25rem;*/
    text-align: center;
    font-weight: 300;

 }
 .breadcrumb-video{
    background-image: url(../img/video-banner.jpg);
  float: left;
    width: 100%;
    padding: 130px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
        background-blend-mode: overlay;
    background-color: #0000007a;
    margin-bottom: 50px;
  
 }


 .breadcrumb-video p {
    position: relative;
    /*margin-top: 80px;*/
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
 .breadcrumb-video h2{
    color: #fff;
    position: relative;
    font-size: 34px;
    line-height: 50px;
 
    /*font-size: 4.25rem;*/
    text-align: center;
    font-weight: 300;

 }
 .breadcrumb-reviews{
    background-image: url(../img/reviews-banner.jpg);
        float: left;
    width: 100%;
    padding: 130px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    background-blend-mode: overlay;
    background-color: #0000007a;
    margin-bottom: 50px;
 }
 .breadcrumb-reviews p {
    position: relative;
    /*margin-top: 80px;*/
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
 .breadcrumb-reviews h2{
    color: #fff;
    position: relative;
    font-size: 34px;
    line-height: 50px;
 
    /*font-size: 4.25rem;*/
    text-align: center;
    font-weight: 300;

 }
 .breadcrumb-why{
    background-image: url(../img/why-banner.jpg);
      float: left;
    width: 100%;
    padding: 130px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
        background-blend-mode: overlay;
    background-color: #0000007a;
    margin-bottom: 50px;
   /* padding: 60px 0 71px 0px;
    position: relative;    
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
        background-blend-mode: overlay;
    background-color: #0000007a;
    width: 100%;
    height: 100%;*/
 }
 .breadcrumb-why p {
    position: relative;
    /*margin-top: 80px;*/
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
 .breadcrumb-why h2{
    color: #fff;
    position: relative;
    font-size: 34px;
    line-height: 50px;
 
    /*font-size: 4.25rem;*/
    text-align: center;
    font-weight: 300;

 }
 .breadcrumb-how{
    background-image: url(../img/how-banner.jpg);
    padding: 60px 0 71px 0px;
    position: relative;    
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s; 
        background-blend-mode: overlay;
    background-color: #0000007a;
    width: 100%;
    height: 100%;
 }
 .breadcrumb-how p {
    position: relative;
    /*margin-top: 80px;*/
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
 .breadcrumb-how h2{
    color: #fff;
    position: relative;
    font-size: 34px;
    line-height: 50px;
 
    /*font-size: 4.25rem;*/
    text-align: center;
    font-weight: 300;

 } 
 .breadcrumb-abt:before{
        /*background-color: #000;
    opacity: .52;
    transition: background .3s,border-radius .3s,opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;*/
 }
 .rm{
        color: cadetblue;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
 }
 .breadcrumb-abt p {
    position: relative;
    /*margin-top: 80px;*/
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
 .breadcrumb-abt h2{
    color: #fff;
    position: relative;
    font-size: 34px;
    line-height: 50px;
 
    /*font-size: 4.25rem;*/
    text-align: center;
    font-weight: 300;

 }
 .about-us{
    margin-top: 60px;
    margin-bottom: 80px;
    padding: 0 30px;
        background-image: url(../img/About_01_imges.png);
    /*background-position: top center;*/
    background-repeat: no-repeat;
 }
 .about-leftside{
    background-image: url(../img/About_02.jpg);
     background-repeat: no-repeat;
 }
 .abt1{
  position: relative;
  left: 10%;
  /*top:35%;*/
      margin-top: 80px;
 }
 .about-rightside{
    margin-left: 25%;
 }
 .about-us img{
    max-width: 700px
 }
 .about-us-sec{
    background-image: url(../img/About_BG_01.jpg);
     background-repeat: no-repeat;
     background-position:top center;
     margin-top: 0;
    margin-bottom: 60px;
    padding: 103px 30px 104px;
    background-attachment: fixed;
 }
 .about-us-thir{
     margin-top: 0;
    margin-bottom: 60px;
 }
 .separater{
        border-top: 2px solid #b8271f;
 }

 .icon-title{
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 18px;
    letter-spacing: -.2px;
    color: #b8271f;
 }
 .icon-para{
   font-size: 16px;
    line-height: 35px;
    color: #000;
    font-weight: 300
 }
  .icon-para a{color: #000;}
 .why-us{
    /*margin-top: 40px;*/
    /*margin-bottom: 90px;*/
    padding: 40px 90px;
    background:#f5f5f5;
 }
 .gallery-s {
    overflow: hidden;
    position: relative;
    padding: 100px 0 70px;
}
    .gallery-s:before {
        content: '';
    position: absolute;
    width: 1000px;
    transform: translate(-50%, -50%) rotate(76deg);
    height: 864px;
    /* left: 10%; */
    top: 16%;
    background: #b8271f;
    /* right: 50%; */
    left: 103%;
}
.gallery-s{
  /*  padding: 50px 0;
 background-image: url('../img/g-bg.png');
        background-repeat: no-repeat;
        background-size: cover;*/

}
    .gallery-s .carousel-item img{
        height: 700px;
        object-fit: cover;

    }
    .video-s{
      padding: 50px 0;
      background:#f6c662;
      
      }
    
 .why-us-inner{
        background-color: #fff;
        padding: 35px;
        margin-bottom: 30px;
 }
 .service-style-2 .service-inner {
    display: flex;
    flex-direction: column
}

.service-style-2 .service-inner:hover .service-content-wrap:before {
    display: none
}
.service-inner .service-post-thumbnail {
    position: relative;
    overflow: hidden
}

.service-inner .service-post-thumbnail img {
    /* width:100%; */
    /* object-fit:cover; */
    transition: all .3s ease
}

.service-inner .service-post-thumbnail:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.25)
}

.service-inner .button-more-link {
    margin-top: auto
}

.service-inner .button-more-link a {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    font-size: 14px;
    font-size: .875rem;
    display: flex;
    align-items: center;
    letter-spacing: .8px
}

.service-inner .button-more-link i {
    font-size: 12px;
    margin-left: 8px
}

.service-inner:hover svg path {
    fill: var(--e-global-color-primary)
}

.service-style-1 .service-content-wrap {
    padding: 16px 20px 30px;
    background-color: #fff
}

@media(max-width: 425px) {
    .service-style-1 .service-content-wrap {
        flex-direction:column;
        text-align: center;
        padding: 0 15px 20px
    }
}

.service-style-1 .service-excerpt {
    margin-bottom: 0;
    max-width: 420px
}

.service-style-1 .service-excerpt p {
    margin-bottom: 0
}

.service-style-1 .entry-title {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    margin-top: 10px;
    margin-bottom: .2rem
}

.service-style-1 .service-content-icon {
    width: 100px;
    height: 100px;
    flex: 0 0 100px
}

.service-style-2 .service-content-wrap {
    margin-bottom: 31px;
    padding-top: 14px;
        display: flex;
    align-items: center;
    width: 100%;
}
.service-inner .entry-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-style-2 .service-excerpt {
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .service-style-2 .service-excerpt {
        margin-bottom:52px
    }
}

.service-style-2 .service-content-icon {
    margin-right: 13px
}

.service-style-2 .item-inner {
    padding: 15px 15px 30px;
    background-color: #fff;
    display: flex
}

@media(min-width: 768px) {
    .service-style-2 .item-inner {
        padding:20px
    }
}

@media(min-width: 1024px) {
    .service-style-2 .item-inner {
        padding:35px
    }
}
.service-style-2 .service-inner {
    display: flex;
    flex-direction: column
}

.service-style-2 .service-inner:hover .service-content-wrap:before {
    display: none
}

.service-style-2 .service-content-wrap {
    margin-bottom: 31px;
    padding-top: 14px
}

.service-style-2 .service-excerpt {
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .service-style-2 .service-excerpt {
        /*margin-bottom:52px*/
    }
}

.service-style-2 .service-content-icon {
    margin-right: 13px
}

.service-style-2 .item-inner {
    padding: 15px 15px 30px;
    background-color: #fff;
    display: flex
}

@media(min-width: 768px) {
    .service-style-2 .item-inner {
        padding:20px
    }
}

@media(min-width: 1024px) {
    .service-style-2 .item-inner {
        padding:35px
    }
}
.service-inner .service-content-icon-inner::before {
    content: "";
    position: absolute;
    top: -2px;
    right: -6px;
    width: 30px;
    height: 30px;
    background-color: #b8271f;
    border-radius: 50%;
}
.service-inner .service-content-icon-inner {
    position: relative;
}
.service-style-2 .service-content-icon {
    margin-right: 13px;
}

.service-inner .service-content-icon svg, .service-inner .service-content-icon img {
    position: relative;
    width: 48px;
    height: auto;
}
.service-inner .entry-title a {
    transition: all 0.3s ease 0s;
}
.entry-title a {
    color: #000
}
.entry-title a:hover {
    color: #b8271f;
}
.service-inner .service-content-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.service-style-2 .service-content-icon {
    margin-right: 13px;
}
.serv-btn{
        font-size: .875rem;
    display: flex;
    align-items: center;
    letter-spacing: .8px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.faq{
    padding: 50px 50px 
}
.accordion-container .accordion-title {
 position: relative;
    margin: 0;
    padding: 20px ;
    background-color: #fff;
    font-size: 20px;
   font-weight: 300;
    color: #b8271f;
    cursor: pointer;
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: #b8271f;
  color:#fff;
}
.accordion-container .accordion-title::after {
  content: "\f067";
  position: absolute;
  font-family: tawk-icon;
  top: 32px;
  right: 25px;
  width: 0;
  height: 0;
  /*border: 8px solid transparent;*/
  /*border-top-color: #b8271f;*/
}
.accordion-container .accordion-title.open::after {
      content: "\f068";
    position: absolute;
    top: 15px;
    /*border: 8px solid transparent;*/
    /* border-bottom-color: #b8271f; */
    font-family: tawk-icon;
}

/*CSS for CodePen*/

.accordion-content {
 padding: 10px;

/*  border: 1px solid #0079c1;*/
}
.accordion-container {
  /*width: 300px;*/
  margin: 0 auto;
  padding: 0px 20px;
}

.comp-proj{
    padding: 50px ;
}
 .project-content-st1 {
    
    opacity: 1 !important;
/*height: 200px !important;*/
   position: relative !important;
   padding: 30px;
   background: #000
}
.project-content-st1:before{
    
     display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-right: 36px solid transparent;
    border-top: 25px solid #b8271f;
    border-left: 36px solid transparent;
    content: '';
}
.project-content-st2 {
    
    opacity: 1 !important;
/*height: 200px !important;*/
   position: relative !important;
   padding: 30px;
   background: #f6c96d
}
.project-content-st2:before {
   display: block;
    position: absolute;
    top: -25px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-right: 36px solid transparent;
    border-bottom: 25px solid #b8271f;
    border-left: 36px solid transparent;
    content: '';
}
.project-inner1:hover:before {
    
    background-color: #f6c96d73 !important;
    
}
.project-inner .project-content-st2 .entry-title a {
  
    color: #000 !important;

}

   .project-inner .project-content-st2 .project-content-category a {
    color: #000 !important;
}

#page-main-content {
    min-height: 360px;
}
.help {
    position: relative;
    z-index: 1;
    display: none;
    width: 100%;
}
.block.no-title {
    border: none;
}
.block.no-title {
    margin-top: 0;
    border: none;
}
.block.block-system-main-block {
    margin-bottom: 0;
}
.block {
    background: transparent;
    margin-bottom: 30px;
     line-height: 34px;
    /* color: #000; */
    /* padding: 0 30px; */
    font-size: 20px;
    font-weight: 300;
}
.bg-size-cover {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.el-66356846 > .bb-inner {
    margin-top: -60px!important;
}

.gbb-row .bb-inner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.gbb-row-wrapper .bb-container {
    position: relative;
    z-index: 2;
}.feature-five__single {
    position: relative;
    overflow: hidden;
}

.feature-five__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 10s;
    transition: all 10s;
}

.feature-five__image img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.feature-five__image:before {
    content: "";
    position: absolute;
    background: var(--theme-color);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
}

.feature-five__icon {
    width: 87px;
    height: 87px;
    line-height: 90px;
    font-size: 28px;
    display: inline-block;
    background: var(--theme-color);;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,0.1);
    box-shadow: 0 0 0 10px rgba(255,255,255,0.1);
    margin-bottom: 30px;
}

.feature-five__title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .feature-five__title {
        font-size:22px;
    }
}

.feature-five__content {
    min-height: 400px;
    max-width: 280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 15px 45px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.feature-five__desc {
    color: #fff;
    font-size: 20px;
}

.feature-five__desc span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.feature-five__action {
    margin-top: 60px;
}

.feature-five__action a {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    padding: 10px 20px;
}

@media (max-width: 1199px) {
    .feature-five__action {
        margin-top:30px;
    }
}

.feature-five__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
}

.feature-five__single:hover .feature-five__icon {
    -webkit-animation: beat 1.5s ease 0s infinite;
    animation: beat 1.5s ease 0s infinite;
}

.widget.gsc-block-drupal {
    margin-bottom: 30px;
}
.menu--menu-services {
    background: #f4f4f4;
    padding: 30px;
    overflow: hidden;
}

.menu--menu-services.navigation .gva_menu {
    float: none;
    padding: 0;
}

.menu--menu-services.navigation .gva_menu > li {
    margin-bottom: 5px;
    display: block;
}

.menu--menu-services.navigation .gva_menu > li > a {
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    color: var(--body-color);
    font-weight: 300;
    padding: 10px 20px;
    letter-spacing: 0;
    background: #fff;
    display: block;
    position: relative;
    text-decoration: none;
}

.menu--menu-services.navigation .gva_menu > li > a:after {
    position: absolute;
    right: 20px;
    font-weight: 900;
    font-size: 14px;
    font-family: tawk-icon;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\00BB";
}

.menu--menu-services.navigation .gva_menu > li.menu-item--active-trail > a {
    background: var(--theme-color);
    color: #fff;
    text-decoration: none;
}

.mb-30 {
    margin-bottom: 30px !important;
}
blockquote {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.64px;
    color: var(--theme-color);
    padding: 20px 25px;
    position: relative;
    margin-bottom: 0;
}
.icon-box-classic-three__single {
    padding: 40px;
    position: relative;
    background: #fff;
    margin-top: 50px;
}

.icon-box-classic-three__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px;
    margin-top: -100px;
}

.icon-box-classic-three__title {
    font-size: 20px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
}

.icon-box-classic-three__highlight-icon {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 109px;
    flex: 0 0 109px;
    width: 109px;
    height: 120px;
    line-height: 130px;
    text-align: center;
    background-image: url(../img/bg-counter-primary.png);
    color: #fff;
}

.icon-box-classic-three__single:hover:before {
    height: 100%;
    top: 0;
}

.gsc-heading__align-left {
    text-align: left;
}
.gsc-heading__title {
    position: relative;
    margin: 0;
}

.fsize-24 {
    font-size: 24px !important;
}

.gsc-heading__align-left .gsc-heading__desc {
    float: left;
}
.gsc-heading__desc {
    margin: 25px 0 0;
}
.text-theme {
    color: var(--theme-color) !important;
}
.features-list-6 li{
    padding: 6px 0;
}


  .carousel-inner img {
      width: 100%;
      height: 100%;
  }

#custCarousel .carousel-indicators {
    position: static;
    margin-top:20px;
    
}

#custCarousel .carousel-indicators > li {
  width:100px;
}

 #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
 }

  #custCarousel .carousel-indicators li.active img {
    opacity: 1;
  }

  #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }

  /*.carousel-item img{

    width:80%;
  }*/

  #custCarousel {
    
    /*opacity: 1 !important;*/
/*height: 200px !important;*/
   position: relative !important;
   /*padding: 30px;*/
   background: #fff
}
.container6 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
/*#custCarousel:before {
      z-index: 0;
    display: block;
    position: absolute;
    top: 7px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-right: 844px solid transparent;
    border-bottom: 553px solid #b8271f;
    border-left: 36px solid transparent;
    content: '';
}*/
.project-inner2 .project-content {
    background: #b8271f;
        top: -47px;

    
}
.project-inner2 .project-content-st1:before{
    border-top: 25px solid #000;
    left: 9%
}
.project-inner2:hover:before{
    display: none !important;
}
.project-inner2 .project-content .project-content-category a {
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
    line-height: 28px;
    text-transform: none;
}
.project-inner2:hover .project-content{
     
         top: -47px;
}
.reviews-sec{
    padding: 50px ;
}

.project-inner3 .project-content {
    background: #b8271f;
    top: 0;
}
.project-inner3 .project-content-st1:before {
    border-top: 65px solid #fff;
    left: -21px;

    top: 10%;
    
    
    transform: rotateZ(269deg);
}

.wpcf7-form {
    margin: 0
}

.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block
}
.wpcf7-form-control::placeholder{
    color: #fff !important
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text],.wpcf7-form .wpcf7-form-control-wrap input[type=number],.wpcf7-form .wpcf7-form-control-wrap input[type=email],.wpcf7-form .wpcf7-form-control-wrap input[type=tel],.wpcf7-form .wpcf7-form-control-wrap input[type=url],.wpcf7-form .wpcf7-form-control-wrap input[type=password],.wpcf7-form .wpcf7-form-control-wrap input[type=search],.wpcf7-form .wpcf7-form-control-wrap .input-text {
    width: 100%;
   /* height: 100%;*/
    border-width: 1px;
    color: var(--e-global-color-secondary);
    font-size: 14px;
    font-size: .875rem;
   /* padding: 15px 22px;*/
   padding: 15px 0px;
    border: none;
    border-radius: 0;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.wpcf7-form .wpcf7-form-control-wrap textarea {
    margin: auto;
    width: 100%;
    height: 100%;
    color: var(--e-global-color-secondary);
    font-size: 14px;
    font-size: .875rem;
    border-width: 1px;
    resize: none;
    padding: 9px 22px 15px;
    overflow: hidden
}

.wpcf7-form .wpcf7-form-control-wrap input[type=button] {
    padding: 1.1em 4.35em;
    border-radius: 100px
}

.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-text);
    border-radius: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    color: var(--e-global-color-secondary);
    font-size: 14px;
   /* font-size: .875rem;
    padding: 15px 22px;*/
    padding: 15px 0px;
    border: none;
    border-radius: 0;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.checkbox-button {
  cursor: pointer;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
/*
input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}
*/
.checkbox-button__input {
    opacity: 0;
    position: absolute;
}

.checkbox-button__control {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 1px;
    vertical-align: middle;
    background-color: inherit;
    color: #017b5f;
    border: 2px solid #fff;
}
.checkbox-button__label{
    color: #fff;
    font-size: 16px;
    /*font-weight: 300*/
}
.checkbox-button__input:checked+.checkbox-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.checkbox-button__input:checked+.checkbox-button__control {
    border-color: #fff;
}

.checkbox-button__control {
  transform: scale(0.75);
}

.wpcf7-form .row {
    display: flex;
    flex-wrap: wrap
}

.wpcf7-form .row [class*=" column-"],.wpcf7-form .row [class^=column-] {
    margin-bottom: 14px;
    padding: 0 15px
}

.wpcf7-form .wpcf7-button button,.wpcf7-form .wpcf7-button input[type=button],.wpcf7-form .wpcf7-button input[type=reset],.wpcf7-form .wpcf7-button input[type=submit],.wpcf7-form .wpcf7-button .button {
    position: relative;
    background-color: var(--e-global-color-secondary);
    border-radius: 100px;
    padding: 1.5em 6.35em 1.4em 4em
}

.wpcf7-form .wpcf7-button button:before,.wpcf7-form .wpcf7-button input[type=button]:before,.wpcf7-form .wpcf7-button input[type=reset]:before,.wpcf7-form .wpcf7-button input[type=submit]:before,.wpcf7-form .wpcf7-button .button:before {
    position: absolute;
    top: 50%;
    right: 47px;
    transform: translateY(-50%);
    font-size: 17px;
    font-size: 1.0625rem
}

.wpcf7-form .wpcf7-button button:hover,.wpcf7-form .wpcf7-button input[type=button]:hover,.wpcf7-form .wpcf7-button input[type=reset]:hover,.wpcf7-form .wpcf7-button input[type=submit]:hover,.wpcf7-form .wpcf7-button .button:hover {
    transition: all .3s ease;
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary)
}

.wpcf7-form .wpcf7-button .wpcf7-spinner {
    position: absolute
}

.wpcf7-form .wpcf7-button-1 button,.wpcf7-form .wpcf7-button-1 input[type=button],.wpcf7-form .wpcf7-button-1 input[type=reset],.wpcf7-form .wpcf7-button-1 input[type=submit],.wpcf7-form .wpcf7-button-1 .button {
    position: relative;
    padding: 1.283em 3.4em;
    display: flex;
    align-items: center;
    justify-content: center
}

.wpcf7-form .wpcf7-button-1 button:before,.wpcf7-form .wpcf7-button-1 input[type=button]:before,.wpcf7-form .wpcf7-button-1 input[type=reset]:before,.wpcf7-form .wpcf7-button-1 input[type=submit]:before,.wpcf7-form .wpcf7-button-1 .button:before {
    top: 50%;
    right: 40px;
    font-size: 17px;
    font-size: 1.0625rem;
    order: 2;
    margin-left: 5px
}

.wpcf7-form .wpcf7-list-item {
    margin: 0 0 15px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    color: var(--e-global-color-text)
}

.wpcf7-form .wpcf7-list-item input[type=checkbox],.wpcf7-form .wpcf7-list-item input[type=radio] {
    margin-right: 10px
}

.contact-form-special-yes .wpcf7-form input[type=text],.contact-form-special-yes .wpcf7-form input[type=number],.contact-form-special-yes .wpcf7-form input[type=email],.contact-form-special-yes .wpcf7-form input[type=tel],.contact-form-special-yes .wpcf7-form input[type=url],.contact-form-special-yes .wpcf7-form input[type=password],.contact-form-special-yes .wpcf7-form input[type=search],.contact-form-special-yes .wpcf7-form .input-text,.contact-form-special-yes .wpcf7-form textarea {
    background-color: #f6f6f6
}

.ctns{
    padding: 30px;
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.ctns li{
        color: #ffc107 !important;
        font-size: 20px;
font-weight: 300;
line-height: 32px
}
.ctns li a{
font-size: 18px;
font-weight: 300;
line-height: 32px
}
.ctns:before{
   
        display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-right: 36px solid transparent;
    border-bottom: 25px solid #b8271f;
    border-left: 36px solid transparent;
    content: '';
    transform: rotateZ(180deg);
}
.section-why-choose-us {
    display: block;
    position: relative;
    padding: 50px 0 50px;
}

.section-why-choose-us .section-title {
    margin-bottom: 0;
}

.section-why-choose-us .section-title .ms-h2 {
    margin-bottom: 15px;
}

.section-why-choose-us .section-content {
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.44;
}

.section-why-choose-us .section-content ul {
    margin-top: 40px;
    color: #555555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}


.project-mbanner{
    background-image: url(../img/breadcrumb-default-1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
   
        background-blend-mode: overlay;
    background-color: #0000007a;
    background-size: cover;
    height: 750px;
        padding: 350px 356px;
 }
 .project-mbanner p {
    position: relative;
    margin-top: 80px;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: .875rem;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
/*.bottom-foot{
    position: absolute;
    bottom: 0
}*/
.project-mbanner h2 {
   position: relative;
    margin-top: 24px;
    margin-bottom: 0px;
    line-height: 50px;
    font-size: 37px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.p-det-icon{
    margin-bottom: 30px;
    display: block;
}
.p-det-icon svg{
    background: #b8271f;
    padding: 5px;
    border-width: 1px 1px 1px 1px;
    border-radius: 50%;
    border: 2px dashed #69727d;
    /* background-color: transparent; */
    fill: #fff;
}
.awards-p{
    background: #ececec
}
.flat-title-page.inner {
    padding: 50px 0 41px 0px;
    position: relative;
    background-image: url(../img/bg-page.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}
.flat-title-page.inner1 {
    padding: 50px 0 41px 0px;
    position: relative;
    background-image: url(../img/bg-page.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}
.overlay2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.43%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.flat-title-page .page-title-heading .heading {
    color: #fff;
    margin-bottom: 25px;
    line-height: 45px;
    font-size: 45px;
    font-weight: 300;
}
.flat-title-page .page-title-heading .icon-boxs {
    color: #fff;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flat-title-page .page-title-heading .icons {
    margin-right: 19px;
}

.wg-dream .icons {
    margin-right: 18px;
}
.wg-dream .icons.icon-1::before {
    content: "\00BB";
}

.wg-dream .icons::before {
    font-family: "icomoon";
    font-size: 16px;
    font-weight: 300;
    margin-right: 4px;
}
.wg-dream .icons span:nth-child(1) {
    margin-right: 4px;
}
.fw-6 {
    font-weight: 300;
}
.page-title-heading{
    position: relative;
}
.title-inner {
    padding: 28px 0 19px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 28px;
}
.fs-12 {
    font-size: 12px;
}
.title-inner .title-group > a {
    position: relative;
    display: inline-block;
    text-decoration: none !important
}

.text-color-3 {
    color: #b8271f !important;
}
.title-inner .title-group > a::after {
    content: "\00BB";
    font-family: tawk-icon;
    color: #120A21;
    font-size: 12px;
    line-height: normal;
    top: 5px;
    margin: 0 12.5px 0 11.5px;
    text-decoration: none;
}
.relative {
    position: relative;
}

.flat-contact2 {
    background-image: url(../img/bangalore.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 62px;
    background-attachment: fixed;
   /* background-color: #fff;*/
}

.flat-contact2 .heading-section {
   /* padding-right: 414px;*/
    margin-bottom: 0;
    background: #ffffffc9;
    padding: 20px;
    border-radius: 10px;
}

.heading-section {
    margin-bottom: 50px;
}
.flat-contact2 .mark-img {
    position: absolute;
    top: -158px;
    right: 14px;
}
.heading-section h2 {
    margin-bottom: 14px;
    font-size: 45px;
    line-height: 54px;
    font-weight: 300;
}
.flat-contact2 .heading-section p {
    margin-bottom: 82px;
}

.text-color-2 {
    color: #000 !important;
}
.my-2 {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}

.flex-column {
    flex-direction: column!important;
}
.d-flex {
    display: flex!important;
}

.list-style-tick li {
   position: relative;
    box-shadow: 11px 13px 7px 0px rgba(8, 7, 7, 0.2);
    border-radius: 24px;
    padding: 19px;
    list-style-type: none;
    color: #000;
    border: antiquewhite;
    border-block: 2px;
    border-block-color: aquamarine;
    /* background: blanchedalmond; */
    font-size: 23px;
    margin-bottom: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 33px;
    line-height: 32px;
}
.list-style-tick li i{
    width: 25px;
    height: 55px;
    margin-top: 0;
    /* background: #f6c662; */
    text-align: center;
    line-height: 25px;
    border-radius: 25px;
    position: absolute;
    left: 0;
    color: #b8271f;
    font-size: 21px;
}

.flat-property-detail .wrap-house {
    justify-content: space-between;
    margin-bottom: 15px;
}
.flat-property-detail .wrap-house .title-heading {
    margin-bottom: 14px;
    font-size: 40px
}

.fs-30 {
    font-size: 30px;
}
.lh-45 {
    line-height: 45px;
}
.fw-7 {
    font-weight: 300;
}
.flat-property-detail .wrap-house .inner {
    margin-bottom: 7px;
}
.flat-property-detail .wrap-house .inner .sales {
   /*padding: 6px, 8px, 6px, 8px;*/
    background-color: #b8271f;
    /* width: 62px; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 13px;
    padding: 10px;
}
.flat-property-detail .wrap-house .inner .text-address {
    margin-bottom: 0;
    margin-right: 15px;
}
.download_bt {
       width: 200px;
    height: 51px;
    background: #ffc107;
    display: inline-block;
    color: #000;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
}
.wg-dream .text-address {
    margin-bottom: 21px;
}
.wg-dream .text-address p {
    color: #120A21;
}

.text-p, p {
    font-weight: 200;
    font-size: 18px;
    /*line-height: 21px;*/
    color: black;
    text-align:justify;
}
.wg-dream .text-address p::before {
    content: "\f279";
    font-family: "tawk-icon";    
    font-size: 12px;
    font-weight: 300;
    margin-right: 5px;
    color: #8E8E93;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flat-property-detail .wrap-house .inner .icon-inner .years-icon {
    margin-right: 10px;
}

.align-center {
    align-items: center;
}

.flat-property-detail .wrap-house .inner .icon-inner i {
    margin-right: 6px;
    margin-top: -14px;
}
.flat-property-detail .wrap-house .inner {
    margin-bottom: 7px;
}
.flat-property-detail .wrap-house .icon-boxs {
    margin-bottom: 6px;
}
.flat-property-detail .wrap-house .icon-boxs a:hover {
    background-color: #b8271f;
    border: 1px solid #b8271f;
}

.flat-property-detail .wrap-house .icon-boxs a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #E5E5EA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.flat-property-detail .wrap-house .icon-boxs a:hover path, .flat-property-detail .wrap-house .icon-boxs a:hover svg {
    stroke: #fff;
}
.flat-property-detail .wrap-house .icon-boxs a path, .flat-property-detail .wrap-house .icon-boxs a svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.flat-property-detail .wrap-img {
    /*margin-bottom: 50px;*/
}
.flat-property-detail .wrap-img .box-1 {
    margin-right: 10px;
    width: 49.1%;
}
.flat-property-detail .wrap-img .box-img img {
    width: 100%;
}
.flat-property-detail .wrap-img .box-2 {
    width: 50.2%;
}
.flat-property-detail .wrap-img .box-img img {
    width: 100%;
}
.flat-property-detail .wrap-img .box-2 .img-box {
    margin-top: 10px;
}
.flat-property-detail .wrap-img .box-2 .img-3 {
    width: 50%;
}
.flat-property-detail .wrap-img .box-2 .image {
    margin-left: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.flat-property-detail .wrap-img .box-2 .image::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.85%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
}
.flat-property-detail .wrap-img .box-2 .image .img-4 {
    height: 100%;
}

.flat-property-detail .wrap-img .box-img img {
    width: 100%;
}
.flat-property-detail .wrap-img .box-2 .image .contents {
    position: absolute;
    padding-top: 10px;
    padding-right: 10px;
}

.text-color-1 {
    color: #fff !important;
}
.flat-property-detail .wrap-img .box-2 .image .contents svg {
    margin-bottom: 6px;
}
.flat-property-detail .wrap-img .box-2 .image .contents {
    position: absolute;
    padding-top: 10px;
    padding-right: 10px;
    z-index: 9
}
.flat-property-detail .wrap-img .box-2 .image .contents h3 {
    font-size: 16px;
    line-height: 27px;
}
.flat-property-detail .wrap-overview {
    padding: 10px 20px 1px;
}

.flat-property-detail .wrap-style {
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.0784313725);
}
.flat-property-detail .post .titles {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 16px;
    line-height: 27px;
}
.flat-property-detail .wrap-overview .box-icon {
    width: 26.1%;
}
.flat-property-detail .wrap-overview .icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #E5E5EA;
    margin-bottom: 19px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.flat-property-detail .wrap-text {
    padding: 21px 20px 20px;
}


.flat-property-detail .wrap-property {
    padding: 20px 20px 8px;
}


.flat-property-detail .wrap-property ul:nth-child(1) {
    width: 51.5%;
}
.flat-property-detail .wrap-property ul li {
    margin-bottom: 12px;
}
.flat-property-detail .wrap-property ul:nth-child(1) .one {
    width: 24.3%;
}

.fw-6 {
    font-weight: 300;
}
.flat-property-detail .wrap-property ul:nth-child(2) {
    width: 48.5%;
}
.flat-property-detail .wrap-property ul:nth-child(2) .one {
    width: 25.6%;
}

.flat-property-detail .wrap-featured {
    padding: 20px 20px 18px;
}
.flat-property-detail .post .titles {
       width:fit-content;
    /* padding-bottom: 12px; */
    margin-bottom: -20px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    background: #b8271f;
    
    padding: 5px 10px;
    box-shadow: 2px 2px 3px #999;

}.flat-property-detail .wrap-featured {
    padding: 20px 20px 18px;
}
.flat-property-detail .wrap-featured .inner-1 {
    width: 50%;
}

.tf-amenities .inner-1 {
    width: 50.2%;
    padding-right: 15px;
}
.tf-amenities .subtitle {
    margin-bottom: 21px;
}

.fw-6 {
    font-weight: 300;
}
.tf-amenities label {
    position: relative;
    margin-bottom: 15px;
}
.tf-amenities label input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    margin-right: 0px;
    margin-bottom: 0px;
}
.tf-amenities label input:checked ~ .btn-checkbox {
    background-color: #b8271f;
    border: 1px solid #b8271f;
}

.tf-amenities .btn-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #E5E5EA;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.tf-amenities label input:checked ~ .btn-checkbox:after {
    display: block;
}

.tf-amenities .btn-checkbox::after {
    content: "\f00c";
    font-family: "system-ui";
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 200;
}
.flat-property-detail .wrap-featured .inner-2 {
    width: 50%;
}

.tf-amenities .inner-2 {
    margin-top: 42px;
}
.flat-property-detail .wrap-featured .inner-3 {
    width: 50%;
}
.flat-property-detail .wrap-featured .inner-4 {
    margin-top: 42px;
}
.flat-property-detail .wrap-map {
    padding: 20px 20px 12px;
}


.fw-6 {
    font-weight: 300;
}
.flat-property-detail .wrap-map .map-content {
    width: 100%;
    height: 360px;
}
.flat-property-detail .wrap-floor {
    padding: 20px 20px 6px;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 14px;
    background-color: #fff;
    border-bottom: 1px solid #E5E5EA;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .toggle-title {
    padding: 0px 0px 13px 22px;
    cursor: pointer;
    color: #120A21;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.justify-space {
    justify-content: space-between;
}
.flat-property-detail .wrap-floor .flat-accordion .flat-toggle .btn-toggle {
    position: absolute;
    left: 4px;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*.flat-property-detail .wrap-floor .flat-accordion .icons {*/
/*    margin-right: 20px;*/
/*}*/
/*.flat-property-detail .wrap-video {*/
/*    padding: 21px 20px 20px;*/
/*}*/
/*.flat-property-detail .wrap-video .post-video a {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    line-height: 60px;*/
/*}*/
/*.post-video a {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 86px;*/
/*    height: 86px;*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    text-align: center;*/
/*    line-height: 86px;*/
/*}*/
/*.flat-property-detail .wrap-video .post-video .ripple::before, .flat-property-detail .wrap-video .post-video .ripple::after {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*}*/
/*.ripple::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    -webkit-animation-delay: 0.6s;*/
/*    animation-delay: 0.6s;*/
/*}*/
/*.ripple::before, .ripple::after {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 86px;*/
/*    height: 86px;*/
/*    border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    -o-border-radius: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    -ms-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.04);*/
/*    -o-box-shadow: 0 0px 0 50px rgba(255, 255, 255, 0.04);*/
/*    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3);*/
/*    -webkit-animation: ripple 2s infinite;*/
/*    animation: ripple 2s infinite;*/
/*}*/
/*.flat-property-detail .wrap-video .post-video .ripple::before, .flat-property-detail .wrap-video .post-video .ripple::after {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*}*/
/*.ripple::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    -webkit-animation-delay: 0.2s;*/
/*    animation-delay: 0.2s;*/
/*}*/
/*.ripple::before, .ripple::after {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 86px;*/
/*    height: 86px;*/
/*    border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    -o-border-radius: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    -ms-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.04);*/
/*    -o-box-shadow: 0 0px 0 50px rgba(255, 255, 255, 0.04);*/
/*    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3);*/
/*    -webkit-animation: ripple 2s infinite;*/
/*    animation: ripple 2s infinite;*/
/*}*/
.flat-property-detail .wrap-virtual {
    padding: 20px 20px 20px;
}
.absolute {
    position: absolute;
}
.flat-property-detail .wrap-walksore {
    padding: 20px 20px 20px;
}
.flat-property-detail .wrap-walksore .icon-p {
    margin-left: 2px;
    margin-bottom: 20px;
}
.flat-property-detail .wrap-walksore .progress-box {
    margin-bottom: 20px;
}
.flat-property-detail .wrap-walksore .progress-box .progress-walk {
    margin-right: 20px;
}
.flat-property-detail .wrap-walksore .progress-box .chart {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flat-property-detail .wrap-walksore .progress-box canvas {
    background: #FFF5E0;
    border-radius: 50%;
}
.flat-property-detail .wrap-walksore .progress-box .progress-walk svg {
    position: absolute;
}
.flat-property-detail .wrap-nearby {
    padding: 20px 20px 12px;
}
.flat-property-detail .wrap-nearby .box-1 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5EA;
}
.flat-property-detail .wrap-nearby .icon {
    width: 68px;
    height: 56px;
    border-radius: 50%;
    background-color: #b8271f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.flat-property-detail .wrap-nearby .content {
    width: 100%;
        line-height: 28px;
            font-size: 14px;
}
.flat-property-detail .wrap-nearby .content h4{
    font-size: 16px;
    font-weight: 300;
}
.flat-property-detail .wrap-nearby .content .title-box {
    margin-bottom: 8px;
}
.justify-center {
    justify-content: center;
}
.img-2{
    width: 100%
}
.flat-property-detail .wrap-virtual .images{
    width: 1240px
}
.amenities-area .media {
    margin-bottom: 21px;
}
.amenities-area .media .icon {
    background:  #f6c662b5;
    height: 45px;
    width: 45px;
    border-radius: 6px;
    text-align: center;
    line-height: 45px;
    color: #101010;
    font-size: 20px;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
}
.amenities-area .media .media-body {
    margin-left: 19px;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.amenities-area .media .media-body h6 {
    margin-bottom: 0;
        margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 15px;
}
.amenities-area .media .media-body p {
    margin-bottom: 0;
}

.facilities .media {
    margin-bottom: 21px;
}
.facilities .media .icon {
    background: #dee2e6 ;
    height: 45px;
    width: 45px;
    border-radius: 6px;
    text-align: center;
    line-height: 45px;
    color: #101010;
    font-size: 20px;
}

.facilities .media .media-body {
    margin-left: 19px;
}


.facilities .media .media-body h6 {
    margin-bottom: 0;
        margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.facilities .media .media-body p {
    margin-bottom: 0;
}
.rightsidefrm{

}
.titles {
    margin-bottom: 0px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 19px;
    line-height: 27px;
    color: #b8271f;
    background: #f6c662;
    /*color: #fff;*/
    padding: 5px 10px;
    position: relative;
    bottom: 35px;
    width: fit-content;
      box-shadow: 2px 2px 3px #999;
}
.sidebar1{
    background: #b8271f !important;
}
.submit1{
    background:#fff !important;
    color:#000 !important;
}
/* Property List widget */
.property-widget{}
.property-widget ul.property-list{list-style-type: none;padding: 0;margin: 0;}
.property-widget ul.property-list li{}
.property-widget ul.property-list li .property-item{background: #fff;margin-bottom: 15px;margin-top: 15px;    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px 0px;
    margin: 10px 10px;
    border-radius: 10px;}
.property-widget ul.property-list li .property-item .property-img{}
.property-widget ul.property-list li .property-item .property-img img{border-radius: 0px;}

.property-widget ul.property-list li .property-item .property-img .property-item-badge{position: absolute;}
.property-widget ul.property-list li .property-item .property-img .badge-top{top: 0px;}
.property-widget ul.property-list li .property-item .property-img .badge-bottom{bottom: 0px;}

.property-widget ul.property-list li .property-item .property-img .property-item-badge span{
    position: relative;
    left: 30px;
    padding: 8px 30px;
    text-align: center;
   
    font-weight: 300;
}
.property-widget ul.property-list li .property-item .property-img .badge-top span{
    background: #000;
    color: #fff;
    top: 30px;
}
.property-widget ul.property-list li .property-item .property-img .badge-bottom span{
    background: #90c908;
    color: #fff;
    bottom: 30px;
}

.property-widget ul.property-list li .property-item .property-img .property-item-badge a.rent{}
.property-widget ul.property-list li .property-item .property-img .property-item-badge a.featured{}
.property-widget ul.property-list li .property-item .property-img .property-item-badge a.sell{}

.property-widget ul.property-list li .property-item .property-info{}
.property-widget ul.property-list li .property-item .property-info h2{
    font-size: 25px;
    padding: 15px 0 0 0;
    margin: 0;
       font-weight: 300;
    color: #b8271f;
    height: 45px;
    overflow: hidden;
    /*font-weight: 300;*/
}
.property-widget ul.property-list li .property-item .property-info p{
    font-size: 80%;
    margin: 0;
    color: #666;
    padding: 10px 0 2px 0;
}
.property-widget ul.property-list li .property-item .property-info p i{font-size: 12px;}
.property-widget ul.property-list li .property-item .property-info span{
      color: #000;
    font-weight: 300;
    margin-right: 4px;
    font-size: 16px;
}
.property-widget ul.property-list li .property-item .property-info p.price{
    padding: 18px 0;
    font-size: 22px;
    color: #b8271f;
   
    font-weight: 300;
}
.btn-property:hover {
    color: #fff;
    background: #b8271f;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn-property {
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #b8271f;
    
    font-weight: 300;
    font-size: 14px;
    margin: 20px 0;
    background: #b8271f;
}
.property-widget ul.property-list li .property-item .property-info a{
  letter-spacing: 1px;
    /*padding: 10px 25px;
    text-decoration: none;
    color: #90c908;
    border: 1px solid #90c908;
   
    font-weight: 300;
    font-size: 14px;*/
}
.property-widget ul.property-list li .property-item .property-img img {
    border-radius: 10px 0 0px 10px;
    max-width: 100%
}
.property-widget ul.property-list li .property-item .property-img .badge-top span {
    background: #000;
    color: #fff;
    top: 30px;
}
.property-widget ul.property-list li .property-item .property-img .property-item-badge span {
    position: relative;
    left: 30px;
    padding: 8px 30px;
    text-align: center;
   
    font-weight: 300;
}
.property-widget ul.property-list li .property-item .property-img .badge-top {
    top: 0px;
}

.property-widget ul.property-list li .property-item .property-img .property-item-badge {
    position: absolute;
}

.flat-property-detail{
    padding-top: 40px
}
.header-map.google-maps {
    background: #e1e5f1;
    padding: 0;
    height: 520px;
    position: static;
}
.header-map.google-maps .container {
    position: static;
}
#map-leaflet {
    width: 100%;
    height: 520px;
    position: absolute;
    z-index: 0;
}
.info-box-img {
    width: 180px;
    margin-right: 20px;
    float: left;
}
.info-box p {
    color: black;
}
.header-map.google-maps.horizontal,
.header-map.google-maps.horizontal #map-canvas {
    height: 520px;
    position: static;
}
.map-leaflet-wrapper,
.map-google-wrapper {
    position: absolute;
}
#map-leaflet,
#map-google {
    width: 100%;
    height: 755px;
    position: absolute;
    z-index: 0;
}
.map-pull-top #map-leaflet,
.map-pull-top #map-google {
    margin-top: -180px;
}
#map-leaflet.full,
#map-google.full {
    display: table;
    height: 100%;
    width: 100%;
}
.map-marker {
    height: 50px;
    width: 50px;
}
.leaflet-div-icon,
.map-marker {
    background-color: #fa2964;
    border: 5px solid #fa2964;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all .15s linear;
    z-index: 10;
}
.leaflet-div-icon:before,
.map-marker:before {
    border: 4px solid transparent;
    border-width: 10px 8px;
    border-top-color: #fa2964;
    bottom: -24px;
    height: 0;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 11;
}
.leaflet-div-icon:after,
.map-marker:after {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
}
.leaflet-div-icon i,
.map-marker i {
    color: #000;
    font-size: 23px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 13;
}
.leaflet-div-icon:hover,
.map-marker:hover {
    top: -2px;
}
.map-popup-content-wrapper {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    display: none;
    left: -100px;
    top: -210px !important;
    position: absolute;
    z-index: 9999;
}
.map-popup-content-wrapper:after {
    border: 7px solid transparent;
    border-top-color: #fff;
    bottom: -14px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}
.map-popup-content-wrapper,
.leaflet-popup-content-wrapper {
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 240px;
}
.map-popup-content,
.leaflet-popup-content {
    background-color: #fff;
    height: 243px;
    margin: 0 0 8px 0;
    padding: 0;
}
.leaflet-popup-tip {
    width: 17px;
    height: 1px;
    padding: 1px;
    margin: -1px auto 0;
    transform: rotate(45deg);
}
.map-popup-content a:hover,
.leaflet-popup-content a:hover {
    text-decoration: none;
}
.map-popup-content-wrapper .close {
    color: #fff;
    display: block;
    font-size: 11px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    text-shadow: none;
    z-index: 99999;
}
.listing-window-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 180px;
    position: relative;
}
.listing-window-image:after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .15s linear;
    visibility: hidden;
    z-index: 100;
}
.listing-window-image:before {
    -webkit-font-smoothing: antialiased;
    background-color: #fa2964;
    border-radius: 50%;
    color: #fff;
    content: '\f002';
    display: block;
    font-family: 'tawk-icon';
    height: 32px;
    left: 50%;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity .15s linear;
    visibility: hidden;
    width: 32px;
    z-index: 101;
}
.map-popup-content-wrapper:hover .listing-window-image:before,
.map-popup-content-wrapper:hover .listing-window-image:after,
.leaflet-popup-content-wrapper:hover .listing-window-image:before,
.leaflet-popup-content-wrapper:hover .listing-window-image:after {
    opacity: 1;
    visibility: visible;
}
.listing-window-content h2,
.listing-window-content h3 {
    display: block;
    color: #323232;
}
.listing-window-content h2 {
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.5;
    margin: 8px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listing-window-content p {
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
    margin: 4px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listing-window-content h3 {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    left: 15px;
    margin: 0;
    padding: 4px 8px;
    position: absolute;
    top: 15px;
}
.marker-cluster-small {
    background-color: rgba(250, 41, 100, 0.6);
    color: #fff;
    font-weight: 300;
}
.marker-cluster-small div {
    background-color: rgba(250, 41, 100, 0.6);
    color: #fff;
    font-weight: 300;
}
.marker-cluster-medium {
    background-color: rgba(250, 41, 100, 0.6);
    color: #fff;
    font-weight: 300;
}
.marker-cluster-medium div {
    background-color: rgba(250, 41, 100, 0.6);
    color: #fff;
    font-weight: 300;
}
.marker-cluster-large {
    background-color: rgba(250, 41, 100, 0.6);
    color: #fff;
    font-weight: 300;
}
.marker-cluster-large div {
    background-color: rgba(250, 41, 100, 0.6);
}


.infoBox {
    border-radius: 4px
}
.map-box {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    position: relative
}
.map-box .listing-img-container img {
    width: 100%;
    border-radius: 4px 4px 0 0
}
.map-box h4 {
    margin: 0;
    padding: 0
}
.map-box h4 a {
    padding: 0 0 2px;
    font-size: 17px;
    line-height: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block
}
.listing-img-container {
    position: relative;
    height: 100%;
    display: block
}
.map-box h4 a:hover {
    color: #66676b
}
.map-box p {
    padding: 0;
    line-height: 25px;
    margin: 2px 0 0;
    font-size: 14px
}
.map-box ul.listing-details {
    padding: 0;
    font-size: 14px;
    display: none
}
.map-box .listing-title {
    padding: 16px 22px
}
.map-box .listing-img-content {
    padding: 18px 22px
}
.map-box .listing-img-content span {
    font-size: 21px
}
.map-box .listing-img-content .listing-price i {
    font-size: 15px;
    margin: -7px 0 0
}
.infoBox>img {
    position: absolute!important;
    right: 0;
    top: 0
}
.map-box .listing-img-container::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(to top, rgba(35, 35, 37, 0.85) 0%, rgba(35, 35, 37, 0.40) 35%, rgba(22, 22, 23, 0) 60%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(35, 35, 37, .2)
}
.map-box .listing-item-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 24px;
    width: 100%;
    z-index: 50;
    box-sizing: border-box
}
.map-box .listing-item-content h3 {
    color: #fff;
    font-size: 16px;
    padding: 0 0 2px;
    font-weight: 300;
    margin: 0;
    line-height: 27px
}
.map-box .listing-item-content span {
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
    color: rgba(255, 255, 255, .7)
}
.infoBox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    z-index: 999;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
    height: 29px;
    width: 29px;
    background-color: #fff;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: system-ui;
    border-radius: 50%;
    -webkit-text-stroke: 1px #fff
}
.infoBox-close:hover {
    color: #fff;
    background-color: #66676b;
    -webkit-text-stroke: 1px #66676b
}
.map-box-icon {
    height: 38px;
    width: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #3685cf;
    display: block;
    color: #fff;
    font-size: 12px;
    z-index: 101;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden
}
.map-box-icon:before {
    content: "\f064";
    font-family: system-ui;
    position: relative;
    top: 7px;
    display: block
}
.map-box-image:hover .map-box-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateX(0)
}
.map-box-image {
    position: relative;
    overflow: hidden;
    display: block
}
.infoBox {
    -webkit-animation: fadeIn .9s;
    animation: fadeIn .9s
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.infoBox .star-rating {
    font-size: 16px;
    margin-top: 1px
}
.infoBox .star-rating span {
    margin-right: 3px
}
.infoBox .rating-counter {
    position: relative;
    top: -1px
}
.infoBox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff
}
#map-leaflet {
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: 1;
}
#map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
    z-index: 8;
    margin-bottom: 60px
}
.gmnoprint {
    margin: 10px
}
#map-container.fullwidth-home-map {
    height: 690px;
    margin-bottom: 0
}
#map-container.fullwidth-home-map .main-search-inner {
    position: absolute;
    display: block;
    bottom: 60px;
    top: auto;
    transform: none;
    padding-bottom: 0;
    z-index: 9999;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}
.dark-overlay .main-search-inner {
    bottom: 315px !important;
}
#map-container.fullwidth-home-map .main-search-input {
    margin-top: 0
}
.cluster img {
    display: none
}
.cluster-visible {
    text-align: center;
    font-size: 15px!important;
    color: #fff!important;
    font-weight: 300;
    border-radius: 50%;
    width: 36px!important;
    height: 36px!important;
    line-height: 36px!important;
    background-color: #fa2964;
}
.cluster-visible:before {
    border: 7px solid #fa2964;
    opacity: .2;
    box-shadow: inset 0 0 0 4px #fa2964;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cluster-animation 2.5s infinite
}
@keyframes cluster-animation {
    0%,
    100% {
        transform: scale(1.3) rotate(0deg)
    }
    50% {
        transform: scale(1.5) rotate(90deg)
    }
}
.map-marker-container {
    position: absolute;
    margin-top: 10px;
    transform: translate3d(-50%, -100%, 0)
}
.marker-container {
    position: relative;
    margin: 10px auto;
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    top: -5px
}
#singleListingMap .marker-container {
    cursor: default
}
.marker-container {
    perspective: 1000
}
.marker-card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all .4s ease-in-out;
    position: absolute;
    z-index: 1
}
.marker-container:hover .marker-card,
.map-marker-container.clicked .marker-card {
    transform: rotateY(180deg) translateY(-4px)
}
.marker-arrow {
    width: 0;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0;
    border-color: #fa2964 transparent transparent;
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    z-index: 100
}
.face i {
    line-height: 34px;
    font-size: 22px;
    margin-top: .2rem;
    margin-bottom: 0px;
}
.face.front {
    background-color: #fff;
    border: 6px solid #fa2964;
    color: #121B22;
    z-index: 100
}
.face.back {
    transform: rotateY(180deg);
    box-sizing: border-box;
    background: #fa2964;
    border-color: #fa2964;
    color: #fff
}
.face.back i {
    transform: scaleX(-1);
    line-height: 48px;
    font-size: 22px;
    margin-top: .2rem;
}
.face.back:after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    position: absolute
}
.custom-zoom-in,
.custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 50%;
    margin: 5px 15px;
    transition: color .3s, background-color .3s;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 15px;
    height: 34px;
    width: 34px;
    display: none;
}
.custom-zoom-in:hover,
.custom-zoom-out:hover {
    background-color: #66676b;
    color: #fff
}
.custom-zoom-in:before,
.custom-zoom-out:before {
    font-family: system-ui;
    width: 100%;
    line-height: 35px;
    transition: -webkit-text-stroke .3s;
    -webkit-text-stroke: 1px #fff
}
.zoomControlWrapper {
    position: absolute;
    left: 0;
    right: auto;
    width: 70px
}
.custom-zoom-in:before {
    content: "\f067"
}
.custom-zoom-out:before {
    content: "\f068"
}
.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before {
    -webkit-text-stroke: 1px #66676b
}
#mapnav-buttons {
    position: absolute;
    transform: translate(0, 0);
    z-index: 999;
    font-size: 14px;
    display: inline-block;
    bottom: 20px;
    right: 20px;
    list-style: none;
    padding: 0
}
#mapnav-buttons.top {
    top: 20px;
    right: 20px;
    bottom: auto
}
#mapnav-buttons li {
    float: left;
    margin-left: 4px;
    line-height: 20px
}
#streetView,
#geoLocation,
#scrollEnabling,
#mapnav-buttons a {
    color: #333;
    background-color: #fff;
    padding: 7px 18px;
    padding-top: 9px;
    font-weight: 300;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -transition: all .2s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 50px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2)
}
#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled,
#mapnav-buttons a:hover {
    background-color: #66676b;
    color: #fff
}
#prevpoint:before,
#nextpoint:after {
    font-family: tawk-icon;
    position: relative;
    font-weight: 300;
    margin: 0 0 0 6px;
    font-size: 17px;
    top: 0;
    line-height: 1px
}
#prevpoint:before {
    content: "\f104";
    margin: 0 6px 0 0
}
#nextpoint:after {
    content: "\f105";
    margin: 0 0 0 6px
}
#streetView,
#geoLocation,
#scrollEnabling {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 13px;
    line-height: 21px
}
#streetView:before,
#geoLocation:before,
#scrollEnabling:before {
    content: "\e015";
    font-family: simple-line-icons;
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    font-size: 15px;
    line-height: 1px
}
#scrollEnabling:before {
    margin-left: -3px
}
#streetView:before {
    content: "\f21d";
    font-family: tawk-icon;
    font-size: 16px;
    top: 1px;
    margin-right: 8px
}
#geoLocation {
    right: auto;
    left: 20px;
    padding: 8px 11px
}
#geoLocation:before {
    content: "\f192";
    font-family: tawk-icon;
    font-size: 16px;
    margin: 0;
    top: 2px
}
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}
.dropzone,
.dropzone * {
    box-sizing: border-box
}
.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px
}
.dropzone.dz-clickable {
    cursor: pointer
}
.dropzone.dz-clickable * {
    cursor: default
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}
.dropzone.dz-started .dz-message {
    display: none
}
.dropzone.dz-drag-hover {
    border-style: solid
}
.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}
.dropzone .dz-preview:hover {
    z-index: 1000
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}
.dropzone .dz-preview.dz-image-preview {
    background: #fff
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 0
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, .8);
    background-color: rgba(255, 255, 255, .8)
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, .4);
    padding: 0 .4em;
    border-radius: 3px
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}
.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all .3s;
    display: block;
    z-index: 10
}
.dropzone .dz-preview .dz-image img {
    display: block;
    filter: blur(0px);
    transition: all .4s
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 300;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    border-radius: 4px;
    padding: 10px 15px;
    line-height: 18px;
    color: #fff
}
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}
.dropzone {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all .3s linear;
    margin-bottom: 10px;
    margin-top: 5px;
    display: inline-block;
    width: 100%
}
.dropzone:hover {
    border: 2px dashed #59b02c;
    background: #fff;
    transition: all .35s linear
}
.dropzone:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    background-color: #59b02c;
    opacity: 0;
    z-index: 10;
    transition: all .3s linear;
    border-radius: 3px
}
.dropzone:hover:before {
    opacity: .4
}
.dropzone .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #888;
    transition: all .3s linear;
    position: relative;
    z-index: 11
}
.dropzone:hover .dz-message {
    color: #59b02c
}
.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .96
}
.mfp-wrap {
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}
.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.mfp-align-top .mfp-container:before {
    display: none
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}
.mfp-ajax-cur {
    cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
    cursor: auto
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.mfp-loading.mfp-figure {
    display: none
}
.mfp-hide {
    display: none!important
}
.mfp-preloader {
    color: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 504
}
.mfp-preloader a {
    color: #ccc
}
.mfp-preloader a:hover {
    color: #fff
}
.mfp-s-ready .mfp-preloader {
    display: none
}
.mfp-s-error .mfp-content {
    display: none
}
.mfp-s-loading .mfp-arrow {
    display: none
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
    top: -40px
}
.mfp-gallery .mfp-close {
    top: 20px;
    right: 10px
}
.mfp-gallery .mfp-content .mfp-close {
    display: none
}
.mfp-gallery .mfp-close:after,
.mfp-gallery .mfp-close:before {
    font-family: tawk-icon;
    font-size: 29px;
    top: 4px;
    left: 50%;
    position: absolute;
    height: 10px;
    transition: .3s
}
#small-dialog .mfp-close,
#sign-in-dialog,
.mfp-close,
.mfp-close:hover {
    color: #fff
}
#sign-in-dialog .mfp-close,
#small-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    border-radius: 50%;
    top: 28px;
    right: 40px;
    width: 40px;
    height: 40px
}
#sign-in-dialog .mfp-close:hover,
#small-dialog .mfp-close:hover {
    color: #fff;
    transform: rotate(0);
    background-color: #66676b
}
#sign-in-dialog .mfp-close::after,
#sign-in-dialog .mfp-close::before,
#small-dialog .mfp-close::after,
#small-dialog .mfp-close::before {
    top: 4px;
    height: 9px;
    font-size: 21px;
    transition: 0s
}
.small-dialog-content input[type=submit] {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 10px
}
.small-dialog-content .divider {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0
}
.small-dialog-header {
    font-size: 22px;
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
    top: 0;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 35px 40px;
    margin-bottom: 40px
}
.small-dialog-header h3 {
    padding: 0;
    margin: 0;
    font-size: 24px
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px
}
.mfp-arrow {
    opacity: 1;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    outline: 0
}
.mfp-arrow:hover {
    background: #66676b;
    color: #fff
}
.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
    font-family: simple-line-icons;
    font-size: 20px
}
.mfp-arrow.mfp-arrow-right {
    right: 15px
}
.mfp-arrow.mfp-arrow-left:before {
    content: "\e605";
    left: -1px;
    top: 0;
    position: relative
}
.mfp-arrow.mfp-arrow-right:before {
    content: "\e606";
    left: 1px;
    top: 0;
    position: relative
}
.mfp-content:hover .mfp-arrow {
    opacity: 1
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1180px
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 54%
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}
#sign-in-dialog,
#small-dialog {
    background: #fff;
    padding: 40px;
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px
}
#sign-in-dialog {
    max-width: 500px
}
#sign-in-dialog span.line,
#small-dialog span.line {
    padding-top: 0
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}
.my-mfp-zoom-in.mfp-bg {
    opacity: .001;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto;
    border-radius: 4px
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 18px rgba(11, 11, 11, .6)
}
.mfp-figure {
    line-height: 0
}
.mfp-bottom-bar {
    margin-top: -30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}
.mfp-image-holder .mfp-content {
    max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}
.mfp-ie7 .mfp-img {
    padding: 0
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}
.mfp-ie7 .mfp-container {
    padding: 0
}
.mfp-ie7 .mfp-content {
    padding-top: 44px
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: .92;
    background-color: #111
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}
.numerical-rating {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    width: 44px;
    display: inline-block;
    font-family: tawk-icon;
    position: relative;
    border-radius: 50px;
    letter-spacing: -.5px;
    background-color: rgba(255, 255, 255, .2);
    margin: 15px 32px
}
.compact .numerical-rating {
    margin: 0 0 8px
}
.numerical-rating:before {
    content: attr(data-rating)
}
.numerical-rating.high {
    background-color: #64bc36
}
.numerical-rating.mid {
    background-color: #c0c52a
}
.numerical-rating.low {
    background-color: #ee3535
}
.infoBox .numerical-rating .rating-counter,
.numerical-rating .rating-counter {
    position: absolute;
    top: 0;
    left: 14px;
    width: auto;
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    width: 150px;
    color: #909090
}
.infoBox .numerical-rating .rating-counter {
    left: 12px
}
.infoBox .numerical-rating {
    margin: 0;
    font-family: tawk-icon;
}
.star-rating {
    display: block;
    font-size: 17px
}
.listing-item-container .star-rating {
    padding: 15px 32px
}
.star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 4px;
    position: relative
}
.rating-counter {
    color: #909090;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px
}
.star-rating .rating-counter {
    top: -1px;
    position: relative
}
.infoBox .star-rating .rating-counter {
    font-size: 15px;
    top: -2px
}
.star-rating .star.half:after,
.star-rating .star:before {
    font-family: tawk-icon;
    content: "\f005";
    display: block;
    color: #fe4f4f;
}
.star-rating .star.empty:before {
    color: #ddd
}
.rating:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.star-rating .star.half:before {
    color: #ddd
}
.star-rating .star.half:after {
    color: #fe4f4f;
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
    height: 100%;
    overflow: hidden
}
/*---------------------------------------*/
/*--------- 17. PARALLAX IMAGE ----------*/
/*---------------------------------------*/ 
/* Search Form */
.search-2 .trip-search {
    background: #fff;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 50px;
    text-align: left;
    margin-top: 50px;
}
.search-2 .trip-search .form {
    line-height: 0px;
}
.search-2 .form-group {
    width: 288px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 0px;
}
.search-2 .form-group:last-child {
    margin-right: 0px;
}
.search-2 .form-group .nice-select {
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.search-2 .form-group .nice-select:hover {
    color: #fa2964;
}
.search-2 .form-group .nice-select::after {
    right: 20px;
    color: #757575;
}
.search-2 .form-group .nice-select i {
    color: #fa2964;
    font-size: 1.2rem;
    margin-top: 5px;
    margin-right: 10px;
}
.search-2 .form-group .list li {
    color: #757575;
}
.search-2 .form-group .list li.selected {
    color: #757575;
    font-weight: 300;
}
.search-2 .form-group .list li:hover {
    color: #fff;
    background: #fa2964;
}
.search-2 .form-group.looking {
    width: 350px;
    margin: 0px;
}
.search-2 .first-select {
    height: 30px;
    border-radius: 5px;
    padding-right: 3px;
    border: none;
    box-shadow: none;
    color: #757575;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.main-search-input-item {
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    position: relative;
}
.nice-select.wide {
    width: 100%;
}
.search-2 .form-group.looking input {
    float: left;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 50px;   
    padding-left: 20px;
}
.search-2 .form-group.location {
    width: 270px;
}
.search-2 .form-group.categories {
    width: 288px;
}
.search-2 .form-group.button {
    width: 145px;
    position: relative;
    height: 50px;
}
.search-2 .form-group .btn {
    display: block;
    width: 100%;
    background: #fa2964;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    position: absolute;
    top: 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 14px;
    border: none;
    border-radius: 50px;
}
.search-2 .form-group .btn:hover {
    background: #121B22;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    .search-2 .trip-search .form-group {
        margin-top: 15px;
        margin-right: 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 991px) { 
    .search-2 .hero-inner {
        margin: 97px 0;
    }
    .search-2 .trip-search {
        border-radius: 3px;
    }
    .hero-inner2 {
        margin-top: 550px;
    }
    .header.vid {
        position: relative;
        background: #121B22;
    }
    .dark-overlay h1 {
        font-size: 40px;
    }
    .homepage-1 .bg-all {
        margin-top: 0px !important;
    }
}
@media only screen and (max-width: 767px) {
    .search-2 .welcome-text h1 {
        font-size: 48px;
    }
    .search-2 .hero-inner {
        margin: 69px 0;
    }
    .search-2 .trip-search .form-group {
        margin-top: 10px;
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .dark-overlay h1 {
        font-size: 30px !important;
    }
}
@media only screen and (max-width: 450px) {
    .search-2 .welcome-text p {
        font-size: 14px;
    }
    .hero-inner2 {
        margin-top: 400px;
    }
    .search-2 .hero-inner {
        margin: 70px 0;
    }
    .search-2 .trip-search {
        margin-top: 30px;
    }
    #map-container.fullwidth-home-map .main-search-inner.vid {
        position: relative;
    }
    .dark-overlay h1 {
        font-size: 21px !important;
    }
}

.homepage-1 .how-it-works .serv-flex {
    -webkit-box-shadow: 0px 0px 1px #e7e7e7 !important;
    box-shadow: 0px 0px 1px #e7e7e7 !important;
    border: 1px solid #e7e7e7;
}
 .serv-flex {
    background: #fff;
    color: #b8271f;
    text-align: center;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
    -webkit-transition: .5s ease;
    transition: .5s ease;
        margin: 10px 0;
}
.serv-flex h3{
    font-size: 20px;
    margin-top: 15px; 
}
 .service-text-p p{
    color: #000 !important;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
 }
.serv-flex article img {
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    width: 100px;
    height: 100px;
    text-align: center;
}
.serv-flex article p {
    color: #000;
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 0px;
}
.project-detail{
    /*padding: 50px 0;*/
   /* background-image: url('../img/bg111.jpg');
    background-repeat: no-repeat;
    background-size: cover;*/
}
 .bg-sivaimg{
    overflow: hidden;
    position: relative;
    /* padding: 100px 0 70px; */
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.project-detail {
    overflow: hidden;
    position: relative;
    /*padding: 100px 0 70px;*/
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1)
}

    .bg-sivaimg:before {
    content: '';
    position: absolute;
    width: 100%;
    transform: translate(-5%, -50%) rotate(0deg);
    height: 886px;
    left: 10%;
    opacity: 0.7;
    top: 60%;
    background-image: url(https://prajaproperties.com/assets/img/ishtaaikigai/HD-wallpaper-adiyogi-shiv.jpg);
}
    .project-detail:before {
    content: '';
    position: absolute;
    width: 1000px;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 886px;
    left: 10%;
    top: 60%;
    background: #b8271f;
}


.amenities{
    padding: 50px 0;
    background:#f9fafb;
}

.jdzBox
        {
            /*width: 300px;*/
            /*border-bottom: 20px solid #b8271f;*/
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            text-transform: uppercase;
        }
        .jdzBox h2
        {
               color: #fff;
    background: #b8271f;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 300;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: fit-content;
        }
        .jdzBox ul
        {
            position: relative;
                padding-left: 5px;
            /*background: #fff;*/
            text-align: center;
        }
        .jdzBox ul li
        {
            list-styLe: none;
       background: #ffffff94;
    margin-right: 10px;
    padding: 14px 20px;
    text-align: center;
    box-shadow: 0px 0px 6px #00000059;
    border-radius: 4px; margin-bottom:15px;  
    font-size: 20px;
    font-weight: 300;
        }
       
        .jdzBox ul li span
        {
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            background: #ffc107;
            color: #fff;
            display: inline-block;
            border-radius: 50%;
            margin-right: 10px;
            font-size: 12px;
            font-weight: 300;
            transform: translateY(-2px);
                position: absolute;
   left: 10px;
        }
        
        .map-direction{
            padding: 50px 0;
            background-image: url('../img/h10-background04.png');

            background-repeat: no-repeat;
            background-size: contain;
            /*background:#f5f5f5;*/
        }
        .layout-plan{
            padding: 50px 0;
            background-image: url('../img/lay.jpg');
            background-repeat: no-repeat;
            /*background-size: 100%;*/
        }

        .why-sizzle-s{
             padding: 50px 0;
          background:#f5f5f5;
        }
        .download-b{
            background: indigo;
    padding: 50px 0;
        }
        .contact{
            background: #f5f5f5;
    padding: 50px 0;
        }


.about-section{
    position:relative;
    padding:90px 0px 70px;
}

.about-section .title-box{
    position:relative;
    margin-bottom:30px;
}

.about-section .title-box .bold-text{
    position:relative;
    color:#222222;
    font-size:16px;
    line-height:1.6em;
    margin-top:40px;
    margin-bottom:20px;
}

.about-section .title-box .text{
       position: relative;
    color: #000;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 300;
    text-align:justify;
    
}

.about-section .pattern-layer{
    position:absolute;
    right:0px;
    bottom:0px;
    width:100%;
    height:500px;
}
.auto-container {
    position: static;
    max-width: 1140px;
    padding: 0px 15px;
    margin: 0 auto;
}
.sec-title .title{
    position: relative;
    color: #b8271f;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sec-title h1{
    position: relative;
    color: #222222;
    font-weight: 300;
    line-height: 1.3em;
    font-size:34px;
    display:inline-block;
    text-transform: capitalize;
}
.sec-title h2{
    position: relative;
    color: #222222;
    font-weight: 300;
    line-height: 1.3em;
    font-size:34px;
    display:inline-block;
    text-transform: capitalize;
}

.sec-title .text{
    position: relative;
    color: #666666;
    font-weight: 300;
    line-height: 1.8em;
    font-size:16px;
    margin-top:15px !important;
    
}

.sec-title h2:before{
    position:absolute;
    content:'';
    left:-65px;
    top:22px;
    height:2px;
    width:50px;
    background-color:#b8271f;
}

.services-block .inner-box .lower-box{
    position:relative;
    padding-top:35px;
    text-align:center;
    padding-bottom:22px;
}

.services-block .inner-box .lower-box:before{
    position:absolute;
    content:'';
    left:50%;
    bottom:0px;
    height:2px;
    width:50px;
    margin-left:-25px;
    background-color:#b8271f;
}

.services-block .inner-box .lower-box h3{
    position:relative;
    font-size:24px;
    font-weight:300;
    line-height:1.3em;
}

.services-block .inner-box .lower-box h3 a{
    position:relative;
    color:#222222;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.services-block .inner-box .lower-box h3 a:hover{
    color:#b8271f;
}

.services-block .inner-box .lower-box .text{
    position:relative;
    color:#666666;
    font-size:14px;
    margin-top:4px;
    
}
.branded-section:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:100%;
    height:215px;
    background-color:#ffffff;
}

.branded-section .lower-section .row{
    margin:0px -55px;
}

.branded-section .lower-section .brand-block,
.branded-section .lower-section .brand-block-two{
    padding:0px 55px;
}

/* Brand Block */

.brand-block{
    position:relative;
    z-index:1;
}

.brand-block .inner-box{
    position:relative;
    background-color:#ffffff;
    box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.brand-block .inner-box .upper-box{
    position:relative;
    padding:42px 45px 45px;
    background-color:#e9c37a;
}

.brand-block .inner-box .upper-box h3{
    position:relative;
    color:#222222;
    font-size:24px;
    font-weight:300;
    line-height:1.3em;
    padding-bottom:22px;
}

.brand-block .inner-box .upper-box h3:before{
    position:absolute;
    content:'';
    left:0px;
    height:3px;
    width:50px;
    bottom:0px;
    background-color:#222222;
}

.brand-block .inner-box .lower-box{
    position:relative;
    padding:32px 0px;
}

.brand-block .inner-box .lower-box .box-inner{
    position:relative;
    padding-top:25px;
    padding-bottom:25px;
    padding-left:155px;
    padding-right:20px;
}

.brand-block .inner-box .lower-box .box-inner .image{
    position:absolute;
    left:-30px;
    top:0px;
}

.brand-block .inner-box .lower-box .box-inner .text{
    position:relative;
    color:#666666;
    font-size:14px;
    line-height:1.8em;
    
}
.brand-block-two .inner-box .upper-box .upper-inner {
    position: relative;
    padding-left: 60px;
    padding-bottom: 20px;
    background-color: #ececec;
}
.brand-block-two .inner-box .upper-box {
    position: relative;
}
.brand-block-two .inner-box .upper-box .upper-inner .image {
    position: relative;
    margin-top: -35px;
    display: inline-block;
}
.brand-block-two .inner-box .upper-box .upper-inner .image {
    position: relative;
    margin-top: -35px;
    display: inline-block;
}
.brand-block-two .inner-box .lower-box .box-inner {
    position: relative;
    padding: 20px 25px;
}
.brand-block-two .inner-box .lower-box .box-inner h3 {
    position: relative;
    color: #b8271f;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4em;
    padding-bottom: 20px;
}
.brand-block-two .inner-box .lower-box .box-inner h3:before {
    position: absolute;
    content: '';
    left: 0px;
    height: 3px;
    width: 50px;
    bottom: 0px;
    background-color: #222222;
}
.brand-block-two .inner-box .lower-box .box-inner .text {
    position: relative;
    color: #000;
    font-size: 20px;
    line-height: 1.8em;
    margin-top: 30px;
    font-weight: 300;
}
.about-section-1{
    padding: 50px 0;
}
/* Working Process Section Style Two */

.working-process-section.style-two .process-block .icon {
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 40px;
    line-height: 96px;
}

/* Room Dimention */
.room-dimention {
    position: relative;
}

.room-dimention .auto-container {
    max-width: 100%;
    padding: 0;
}

.room-dimention .image {
    position: relative;
    margin-right: -80px;
}

.room-dimention .content {
    position: relative;
    padding: 70px 130px;
    margin-right: 100px;
    margin-left: -50px;
    margin-top: -77px;
}

.room-dimention .text {
    color: #fff;
}

.room-dimention ul li {
    color: #fff;
    margin-bottom: 5px;
}

.room-dimention ul li i {
    margin-right: 10px;
    margin-top: 0;
    font-size: 12px;
}
.room-dimention .image {
    position: relative;
    margin-right: -80px;
}
.sec-title {
    position: relative;
    /*margin-bottom: 70px;*/
}

.mb-30 {
    margin-bottom: 30px !important;
}
.room-dimention ul li {
    color: #fff;
    margin-bottom: 5px;
}
.room-dimention ul li {
    color: #fff;
    margin-bottom: 5px;
        list-style-type: none;
        font-weight: 300;
    line-height: 1.8em;
    font-size:16px;
}
/* Working Process Section */
.working-process-section {
    position: relative;
    padding: 15px 0 15px;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 30px;
}

.working-process-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .7;
}
.layer-overlay.overlay-white-8::before {
    /*background-color: rgba(255, 255, 255, 0.8);*/
}
.layer-overlay:before {
    z-index: -1;
}
.layer-overlay::before {
    /*background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;*/
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.tm-sc-section-title {
    margin-bottom: 60px;
}
.tm-sc-section-title {
    margin-bottom: 60px;
}

.mb-0 {
    margin-bottom: 0!important;
}
.tm-sc-section-title .title-wrapper {
    margin-bottom: 20px;
    position: relative;
}
.tm-sc-section-title .title-wrapper :first-child {
    margin-top: 0;
}
.text-theme-colored3 {
    color: #c6c6c6 !important;
}
.font-weight-400 {
    font-weight: 400 !important;
}
.letter-space-3 {
    letter-spacing: 3px;
}
.tm-sc-section-title .title-wrapper :first-child {
    margin-top: 0;
}
.text-theme-colored1 {
    color: #b8271f !important;
}

.working-process-section .text {
    position: relative;
    color: #fff;
    margin-top: 40px;
    text-align: center;
}

.process-block .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.process-block .icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 98px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 15px;
}

.process-block .count {
    position: relative;
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    line-height: 45px;
}

.process-block h4 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}
.working-process-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .7;
}
.layer-overlay.overlay-white-8::before {
    background-color: rgba(255, 255, 255, 0.8);
}
.layer-overlay:before {
    z-index: -1;
}
.layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.tm-sc-unordered-list ul > li, .tm-sc-unordered-list ol > li {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    padding-left: 60px;
}
.tm-sc-unordered-list ul > li i{
 
    position: absolute;
    left: 0;
    width: 32px;
    /*color: #fff;*/
    height: 32px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 35px;
    text-align: center;
    line-height: 33px;
}
.border-bottom {
    border-bottom: 4px solid #b8271f!important;
}
.service-section .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background-color: #f8f9fa;
}
.service-section .icon-box i{
position: absolute;
}
.service-section .icon-box:hover .service-title a {
    color: #41A1FD;
}
.service-section .icon-box .service-icon {
    float: left;
    color: #41A1FD;
    font-size: 40px;
}
.service-section .icon-box .service-title {
    margin-left: 70px;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.2;
    padding-left: 20px;
     color: #556270 !important;
}
.service-section .icon-box .service-title a {
    
    transition: 0.3s;
    text-decoration: none;
    color: #b8271f !important;
    font-weight: 300;
}
.service-section .icon-box .service-para {
    margin-left: 70px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 300;
    color: #000
}
.service-section .service-main-heading {
    color: #556270;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 60px;
    font-weight: 300;
}
.whyus{
    /*background-image: url('../img/bord.png');
    background-repeat: no-repeat;
    background-size: cover;*/
    background: linear-gradient(to right, #f6c662, #fff);
}
ol {
margin-inline: auto;
display: flex;
flex-wrap: wrap;
gap: 2rem;
margin-top: 50px;
  list-style: none;
  counter-reset: cardnr;
  justify-content: center;
}

ol li {
frontColor: white;
width: 10em;
inlineP: 0.5rem;
borderR: 4rem;
arrowW: 2rem;
arrowH: 1.5rem;

  counter-increment: cardnr;
  width: calc(var(--width) - var(--inlineP) * 2);
  /*display: grid;*/
  grid-template:
    "icon" var(4rem)
    "title" 
    "descr" sdf;
  margin-inline: 0.5rem;
  margin-bottom: calc(var(4rem));
  position: relative;
}
li .icon,
ol li .title,
ol li .descr {
  background: var(--frontColor);
  padding-inline: 1rem;
  padding-bottom: 1rem;
}
ol li .icon,
ol li .title {
  color: var(--accent-color);
  text-align: center;
  padding-bottom: 0.5rem;
}

ol li .title,
ol li .descr {
  filter: drop-shadow(0.125rem 0.125rem 0.075rem rgba(0, 0, 0, 0.25));
}
ol li .icon {
  grid-area: icon;
  font-size: 2rem;
  display: grid;
  place-items: center;
  border-radius: var(--borderR) 0 0 0;
  position: relative;
  background:#ffc107;
}

ol li .title {
  grid-area: title;
  font-size: 1.1rem;
  font-weight: bold;
}

ol li .descr {
  grid-area: descr;
  font-size: 0.85rem;
  text-align: center;
}
ol li .descr::before {
  content: "";
  width: var(--arrowW);
  height: var(--arrowH);
  position: absolute;
  right: 1.5rem;
  top: 100%;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

ol li::after {
  content: counter(cardnr, decimal-leading-zero);
  position: absolute;
  z-index: -1;

  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  top: var(--borderR);
  bottom: calc(var(--borderR) * -1);

  display: flex;
  align-items: flex-end;
  background: var(--accent-color);
  background-image: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.25),
    transparent 25% 75%,
    rgba(0, 0, 0, 0.25)
  );
  border-radius: 0 0 var(--borderR) 0;

  pad: 1rem;
  padding: var(--pad);
  font-size: calc(var(--borderR) - var(--pad) * 2);
  color: white;
}
ol li::before {
  content: "";
  position: absolute;
  height: var(--borderR);
  top: calc(100% + var(--borderR) - 2px);
  left: calc(var(--inlineP) * -1);
  right: calc(var(--inlineP) * -1);
  border-radius: 0 var(--borderR) 0 0;

  background-image: linear-gradient(var(--accent-color), transparent 60%);
  opacity: 0.5;
  filter: blur(2px);
}

.credits {
  margin-top: 2rem;
  text-align: right;
}
.credits a {
  color: var(--color);
}
.circle-container {
     display: flex;
     justify-content: center;
}
 .circle-container .outer-circle {
     width: 250px;
     height: 250px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
}
 .circle-container .outer-circle .inner-circle {
    width: 190px;
    height: 190px;
    box-sizing: content-box;
    border: 10px solid #ffc107;
    transform: rotate(45deg);
    border-radius: 50%;
}
 .circle-container .outer-circle .inner-circle .inner-circle-content {
     background: #fff;
     border: 5px solid #fff;
     box-sizing: border-box;
     border-radius: 50%;
     width: 100%;
     height: 100%;
     transform: rotate(-45deg);
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.3);
}
 .circle-container .outer-circle .inner-circle .inner-circle-content span {
     font-size: 22px;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #b8271f;
    text-align: center;
}
 .circle-container .outer-circle .inner-circle .inner-circle-content svg {
     margin-top: 15px;
}
 .circle-container .outer-circle svg path {
     stroke: #f6671f;
     fill: #f6671f;
}
 .circle-container .outer-circle:not(:first-child) {
     margin-left: -49px;
}
 .circle-container .outer-circle:nth-child(odd) .inner-circle {
     border-top-color: transparent;
     border-left-color: transparent;
}
 .circle-container .outer-circle:nth-child(even) {
     margin-top: 1px;
}
 .circle-container .outer-circle:nth-child(even) .inner-circle {
     border-bottom-color: transparent;
     border-right-color: transparent;
}
 .circle-container .outer-circle:first-child .inner-circle {
     border-left-color: #ffc107;
}
 @media (max-width: 767px) {
     .circle-container {
         flex-direction: column;
         align-items: center;
    }
     .circle-container .outer-circle .inner-circle {
         transform: rotate(135deg);
    }
     .circle-container .outer-circle .inner-circle .inner-circle-content {
         transform: rotate(225deg);
    }
     .circle-container .outer-circle:not(:first-child) {
         margin-left: 0px;
         margin-top: -49px;
    }
}
 
 .howitwrks{
    padding: 50px 0
 }
 .product-list-box {
  background: #f4f4f4;
  display: block;
      padding: 60px 34px 20px 28px;
  width:100%;
  /*height: 300px;*/
  position: relative;
  margin: 40px;
  /*float: left;*/
} 

/* This was just for container and outer HTML */


/* This is the ribbon style */

.ribbon-container {
  display: block;
  position: absolute;
  width: 100%;
  left: -10px;
  top: 10px;
  z-index: 1;
}

.ribbon-container.two {
  left: -35px;
}

.ribbon-bottom {
  background: #b50101;
  display: block;
  width: 35px;
  height: 40px;
  box-shadow: 1px 1px 1px #8e8d8d;
  -moz-box-shadow: 1px 1px 1px #8e8d8d;
  -webkit-box-shadow: 1px 1px 1px #8e8d8d;
  -o-box-shadow: 1px 1px 1px #8e8d8d;
  position: absolute;
  z-index: 10;
}

.ribbon-triangle {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 10px 20px;
  border-color: transparent transparent #6b0000 transparent;
  box-shadow: 1px 1px 1px #8e8d8d;
  -moz-box-shadow: 1px 1px 1px #8e8d8d;
  -webkit-box-shadow: 1px 1px 1px #8e8d8d;
  -o-box-shadow: 1px 1px 1px #8e8d8d;
  position: absolute;
  left: 15px;
  z-index: 20; 
}

.ribbon-triangle.blue {
  border-color: transparent transparent #023960 transparent;
}

.ribbon-container > h4.red,
.ribbon-container > h4.blue { 
  color: #FFF;
  text-shadow: 1px 2px 1px #6b0101;
  -moz-text-shadow: 1px 2px 1px #6b0101;
  -webkit-text-shadow: 1px 2px 1px #6b0101;
  -o-text-shadow: 1px 2px 1px #6b0101;
  font-size: 20px;
  background: #c00;
  display: block;
  width: auto;
  padding: 10px 30px;
  box-shadow: 1px 1px 1px #8e8d8d;
  -moz-box-shadow: 1px 1px 1px #8e8d8d;
  -webkit-box-shadow: 1px 1px 1px #8e8d8d;
  -o-box-shadow: 1px 1px 1px #8e8d8d;
  border-left: 1px solid #9f0101;
  position: absolute;
  z-index: 30;
  top: 10px;
  left: 15px;
}

.ribbon-container > h4.blue {
  background-color: #0071c0;
  border-left: 1px solid #0163a8;
   text-shadow: 1px 2px 1px #014372;
  -moz-text-shadow: 1px 2px 1px #014372;
  -webkit-text-shadow: 1px 2px 1px #014372;
  -o-text-shadow: 1px 2px 1px #014372;
}
.product-list-box ul{
    padding-left: 1em
}
.product-list-box ul li{
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    position: relative;
    padding-left: 30px;
}
.product-list-box ul li:before{
    content: "\f101";
    font-family: 'tawk-icon';
    font-weight: 300;
    position: absolute;
    left: 0;
        color: #b8271f;
}
/*.timeine{*/
  
/*    background:;*/

/*}*/

.intro {
  /*background: #f5f5f5;*/
  padding: 100px 0;
}

/*.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
*/


/* TIMELINE
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.timeline{
        margin-top: -50px;
}

.timeline ul {
      background-image: url('../img/awards/aww.png');
    background-repeat: no-repeat;
    background-size: cover;
  /*background: #f5f5f5;*/
  padding: 50px 0 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #b8271f;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: fit-content;
  /*width: 300px;*/
  padding: 15px;
  background: #fff;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 80px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #ffc107 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -500px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffc107;
}

time {
    display: block;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 8px;
    /* color: red; */
    background: #b8271f;
    width: fit-content;
    padding: 10px 10px;
    color: #fff;
    position: absolute;
    border-radius: 10px;
    top: -42px;
    left: -30px;
}


/* EFFECTS
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #ffc107;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
      font-size: 16px;
    line-height: 32px;
    font-weight: 300;

}


/* GENERAL MEDIA QUERIES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #ffc107 transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

.video-testimonials{
    margin-top: -50px;
    padding: 100px 0;
    background-image: url(../img/real-estate.jpg);background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: 50px;*/

}
.vid-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 4px;
    background: #fff;
    border-radius: 10px;
}
.vid-box h4{
    font-size: 25px;
    font-weight: 300;
    color:cadetblue;
}
.form-c{
    background: white;
    padding: 30px;
    box-shadow: 2px 2px 3px #999;
    border-radius: 10px
}
.reviews-sec{
    /*background-image: url('../img/review/rr.jpg');
    background-repeat: no-repeat;*/
    padding: 50px 0;
        /*background-size: cover;*/
        background: linear-gradient(to right, #fff, #f8f9fa);

        /*background-position: top;*/
}
.amazing-reviews {
  font-size: 12pt;
}
.amazing-reviews blockquote {
  padding: 0; 
  margin: 30px 0 0 0; 
  border-radius: 3px;
  padding: 15px 15px 10px 15px;
  position: relative; 
}
.amazing-reviews blockquote:before {
  content: '';
  display: block;
  border: 20px solid transparent;
  border-top-color: #ccc;
  position: absolute;
  top: 100%;
  left: 20px;
  z-index: 250;
  background: transparent;
  height: 0;
  opacity: 1;
}
.amazing-reviews blockquote:nth-of-type(even):before {
  left: auto;
  right: 20px;
}
.amazing-reviews blockquote:after {
  content: '';
  display: block;
  border: 19px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: 21px;
  z-index: 500;
}
.amazing-reviews blockquote:nth-of-type(even):after {
  left: auto;
  right: 21px;
}
.amazing-reviews blockquote:last-of-type {
  margin-bottom: 45px;
}
.amazing-reviews blockquote header span i {
  color: white;
  text-shadow: #aaa 1px 0 0, #aaa 0 1px 0, #aaa -1px 0 0, #aaa 0 -1px 0;
}
.amazing-reviews blockquote header span[data-rating="1"] i:nth-child(-n+1),
.amazing-reviews blockquote header span[data-rating="2"] i:nth-child(-n+2),
.amazing-reviews blockquote header span[data-rating="3"] i:nth-child(-n+3),
.amazing-reviews blockquote header span[data-rating="4"] i:nth-child(-n+4),
.amazing-reviews blockquote header span[data-rating="5"] i:nth-child(-n+5) {
  color: #f0c96a;
  text-shadow: #c08036 1px 0 0, #c08036 0 1px 0, #c08036 -1px 0 0, #c08036 0 -1px 0;
}
.amazing-reviews blockquote strong {
  color: black;
  display: inline;
}
.amazing-reviews strong + span {
  margin-left: -3px;
}
.amazing-reviews blockquote strong + span + span {
  display: block;
  margin: 5px 0;
}
.amazing-reviews blockquote span em {
  font-style: normal;
    font-weight: bold;
    /* color: #155096; */
    /* text-decoration: underline; */
    font-size: 15px;
}
.amazing-reviews blockquote span:last-of-type {
  color: #e47d21;
    margin-top: 7px;
  font-size: 10pt;
  font-weight: bold;
  display: block;
}
.amazing-reviews blockquote p {
  font-size: 16px;
    font-style: normal;
    margin: 5px 0 15px;
    color: black;
    font-weight: 300;
    line-height: 32px;
}
.amazing-reviews h2:last-of-type {
  background: #eee;
  text-align: center;
  font-weight: 300;
  padding: 15px;
  margin: 0;
  border: 1px solid #ccc;
  position: relative;
}
.amazing-reviews h2 q,
.amazing-reviews h2 strong {
  font-weight: 300;
}
.flip-box {
  background-color: transparent;
  /* width: 100%;
    height: 400px; */
  /* border: 1px solid #f1f1f1; */
  perspective: 1000px;
  margin-bottom:20px;
}

.flip-box-inner {
  /*position: relative;
    width: 500px;
    height: 400px;*/
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  margin-inline: auto;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  /*  position: absolute;*/
  /* width: 100%;
    height: 100%; */
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
/* .flip-box-front {
    background-color: #13315c;
    color: black;
  } */
.flip-box-front img {    margin: auto;
    display: block;
}.flip-box-inner {
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    margin-inline: auto;
}
.pb-60 {
  padding-bottom: 60px;
}
/* Style the back side */
.flip-box-back {
  background-color: #ffffff;
  color: rgb(17, 17, 17);
  transform: rotateY(180deg);
  padding: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  z-index: 9999;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flip-box-back h2 {
  color: #d21a26 !important;
  font-size: 23px;
  /* position: absolute; */
  /* top: 23%; */
  text-align: center;
  /* left: 36%; */
  width: 100%;
}
.flip-box-back p {
  color: #121111 !important;
  font-weight: 300;
  font-size: 20px;
  /* padding-top: 40%; */
  width: 100%;
}

.bgflip1 {
  background-image: url(../img/digi2.png);
  background-size: cover;
  background-position: top;
  position: relative;
}
.bgflip1 p {
  color: white !important;
}
.overlay1 ::before {
  background-color: #00000071 !important;
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  opacity: 0.01;
  z-index: 999;
}.flip-box-front1 {
    height: 150px !important;
}.flip-box-front1 {
    background: #fff;
    border-radius: 7px 7px 7px 7px;
    overflow: hidden;
    height: 200px !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    width: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}.flip-box-front, .flip-box-back {
    /* position: absolute; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}.ab-icon {
    max-width: 60px;
    max-height: 60px;
}
.flip-box-back ul {
  font-size: 20px;
  padding-top: 0px;
  overflow: hidden;
  display: flex !important;
  justify-content: center !important;
  line-height: 30px;
  flex-direction: column !important;
  padding-left: 0;
  margin-bottom: 0;
}
.flip-box-front1 ul{
   padding-left: 0;
  /*margin-bottom: 0; */
}
.flip-box-front1 {
  background: #fff;
  border-radius: 7px 7px 7px 7px;
  overflow: hidden;
  height: 140px !important;
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
  width: 100%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.padt1{ padding-top:100px}
.flip-box-front1 h2 {
  font-size: 23px;
} 

@media (min-width: 400px) {
  .amazing-reviews h2:last-of-type {
    font-size: 24pt;
  }
}
@media (min-width: 700px) {
  .amazing-reviews blockquote {
    width: 85%;box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 18px 0px;
    text-align: left;
    margin-right: 30px;
    padding: 25px;
    background: rgb(255, 255, 255);
    font-size: 19px; margin-bottom:10px;
  }
  .amazing-reviews blockquote:nth-of-type(even) {
    margin-left: calc(15% - 15px);
  }
  .amazing-reviews h2:last-of-type {
    font-size: 28pt;
  }
}
@media (min-width: 700px) {
  .amazing-reviews .quote-container {
    width: 100%;
    padding: 0 75px;
  }
}
.clsbtn{
        background: #fff;
    color: #b8271f;
    border: 0;
    border-radius: 50%;
    padding: 0px 11px;
    font-size: 23px;
    line-height: 38px;
}
.modal-header {
    border-bottom-color: #b8271f !important;
    background-color: #b8271f !important;
    border-radius: 0;}
.md-rez{
    max-width: 900px !important;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
}
.modal-body p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color:#000;
}
.modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
            -ms-transform: translate3d(0%, 0, 0);
             -o-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }

    .modal.left .modal-content,
    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }
    
    .modal.left .modal-body,
    .modal.right .modal-body {
        padding: 15px 15px 80px;
    }

/*Left*/
    .modal.left.fade .modal-dialog{
        left: -320px;
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
             -o-transition: opacity 0.3s linear, left 0.3s ease-out;
                transition: opacity 0.3s linear, left 0.3s ease-out;
    }
    
    .modal.left.fade.in .modal-dialog{
        left: 0;
    }
        
/*Right*/
    .modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
           -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
             -o-transition: opacity 0.3s linear, right 0.3s ease-out;
                transition: opacity 0.3s linear, right 0.3s ease-out;
    }
    
    .modal.right.fade.in .modal-dialog {
        right: 0;
    }

/* ----- MODAL STYLE ----- */
    .modal-content {
        border-radius: 0;
        border: none;
    }

    .modal-header {
        border-bottom-color: #EEEEEE;
        background-color: #FAFAFA;
    }


.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

.btn-demo:focus {
    outline: 0;
}
.breadcrumb-sec{
        /*float: left;*/
    width: 100%;
    padding: 170px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}
.img-1{
    /*width: 845px;*/
    height: 675px;
    object-fit: cover;
    border-radius: 10px

}
.img-2{
   
    height: 418px;
    object-fit: cover;
    border-radius: 10px

}
.img-3{
   
    height: 245px;
    object-fit: cover;
    border-radius: 10px

}
.img-4{
   
    height: 245px;
    object-fit: cover;
    border-radius: 10px

}

.nav-pills-custom .nav-link {
    color: #b8271f;
    background: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 300;
}

.nav-pills-custom .nav-link.active {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background: #b8271f;
}
.tab-content h4{    color: #fff;
    font-size: 22px;
    font-weight: 300;
    color: #b8271f;
}
.tab-content p{
    font-size: 16px;
    font-weight: 300;
  line-height: 34px;
  color: #000 !important;
}

.top-foot h2{
    font-size: 30px;
        font-weight: 300;
  line-height: 44px;
  color: #fff !important;
}
.tab-content ul li{
     font-size: 20px;
        font-weight: 300;
  line-height: 44px;
  color: #000 !important;
}


.checkbox-button__input1 {
    opacity: 0;
    position: absolute;
}

.checkbox-button__control1 {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 1px;
    vertical-align: middle;
    background-color: inherit;
    color: #2a2a2a;
    border: 2px solid #b8271f;
}
.checkbox-button__label1{
    color: #2a2a2a;
    font-size: 16px;
    
}
.checkbox-button__input1:checked+.checkbox-button__control1:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    background-color: #b8271f;
}

.checkbox-button__input1:checked+.checkbox-button__control1 {
    border-color: #b8271f;
}

.checkbox-button__control1 {
  transform: scale(0.75);
}

.floating-form2 {
    width: 170px;
    padding: 47px 20px 22px;
    font: 13px Arial,Helvetica,sans-serif;
    background: #fff;
    border: 0px solid #ddd;
    right: 10px;
    position: fixed;
    box-shadow: 2px 0 8px rgba(43,33,33,.27);
    z-index: 99;
    top: 160px;
}
.floating-form-heading {
    font-weight: 300;
    font-style: normal;
    border-bottom: 1px solid #b9231a;
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 3px;
    color: #000;
}

/*.contact-opener,.contact-opener2,.floating-form input[type=button]:hover, .floating-form input[type=submit]:hover {
    background: #f6c662;
}*/

.floating-form .success {
    background: #d8ffc0;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    border: none;
    font-weight: 300;
    color: #2e6800;
    border-left: 3px solid #2e6800
}

.floating-form .error {
    background: #ffe8e8;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    border: none;
    font-weight: 300;
    color: red;
    border-left: 3px solid red
}

.call_us_sec {
    padding: 10px 0 0;
    margin: 0;
    list-style: none
}

.call_us_sec li {
    display: block;
    margin-bottom: 18px
}

.call_us_sec li:last-child {
    margin-bottom: 0
}

.call_us_sec li a {
        display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    background: #b62820;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 50px;
}

.call_us_sec li:hover span {
    color: #b9231a
}

.call_us_sec li h4 {
    font-size: 15px;
    margin: 0 0 10px
}

.call_us_sec li span {
    line-height: 26px;
    font-size: 15px;
}
.contact-form h4 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 10px;
}
.call_us_sec li a:hover{    background-color: rgba(51,51,51,.9);
    color: #fff !important;
}
.contact-opener2 {
    z-index: 9;
    text-align: center;
    box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.26);
}

.contact-opener.form_closebt, .contact-opener2.form_closebt {
    position: absolute;
    top: 0;
    left: 0;
    background: #b9231a;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    padding: 0;
    margin-bottom: 10px
}

.contact-opener2 img {
    max-width: 30px;
    margin: 0 auto 6px;
    display: block
}

.contact-opener2 span {
    display: block;
    color: #000;
    font-weight: 300;
}
.single-blog-wrap {
  background: #fff;
  margin-bottom: 60px;
}
.blog-bg img{
    width: 100%;
}
.single-blog-wrap span {
  border: 1px solid #eee;
  padding: 8px 12px;
  margin-bottom: 20px;
}
.single-blog-wrap .blog-content {
  padding: 15px; 
  border-top: none;
   border: none;
    box-shadow: 0px 10px 5px 0px rgba(1, 1, 1, 0.12);
}
.blog-content h3{ padding-bottom:5px!important}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-wrap .blog-content {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrap .blog-content {
    padding: 25px;
  }
}
.single-blog-wrap h3 a {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-wrap h3 a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-wrap h3 a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-blog-wrap h3 a {
    font-size: 18px;
  }
}
.single-blog-wrap .details-link {
    width: 34%;
    height: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 3px;
    justify-content: center;
    margin-top: 22px;
    font-size: 22px;
    text-decoration: none;
    /*background: cadetblue;*/
    background: linear-gradient(303deg, #ce8f46, #eba613);
    color: wheat;
}
.single-blog-wrap .details-link i{
    color: black;
}
.single-blog-wrap:hover h3 a {
  color: #000;
}
.single-blog-wrap:hover .details-link {
  background:  linear-gradient(303deg, #ce8f46, #eba613);
  border-color: #fff;
  color: #fff;
}
.single-blog-wrap h3 a {
    font-weight: 300;
    color: #000;
    text-decoration: none;

    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    /* padding: 0px 20px; */
    font-size: 24px;
    font-family: "Fira Sans", Sans-serif;
}
.single-blog-wrap p {
   font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    position: relative;
    color: #000;
}
.single-blog-wrap h1{
    font-size: 15px;
    color: initial;
    font-weight: 300;
}
.details-link{
 
    position: relative !important;
    left: auto;
    right: 0;
    top: -20px;
    /*left: 250px;*/
}

.slideshow-item{
    position: relative;
}
.slideshow-item::before {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    content: '';
}

.slideshow-item__content {
    z-index: 2;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
}
 .btns{
   top:180px;
    z-index: 999;
    position: relative;
}

.slideshow-item__title {
    display: block;
    /*position: relative;*/
    margin-top: 24px;
    
    color: #fff;
    position: relative;
    font-size: 34px;
    line-height: 50px;
    /* font-size: 4.25rem; */
    text-align: center;
    font-weight: 300;
    height: 50px
}

.slideshow-item__title::after {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 25px;
    margin: 45px auto 0;
    background-image: url(../img/decor/decor-lines-white.svg);
    content: '';
}

.slideshow-item__desc {
   position: relative;
    /* margin-top: 80px; */
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}

.sidebar-contact{
  position:fixed;
  top:280px;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:30px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 1030;
}
.sidebar-contact.active{
  right:0;
  z-index: 99999;
}
.sidebar-contact input,
.sidebar-contact select,
.sidebar-contact textarea{
     width: 100%;
    height: 43px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.5);
    outline: none;
    border-radius: 5px;
    color: #2a2a2a;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#b62820;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.sidebar-contact::placeholder{
    color: #000;
}
.toggle{
  position:fixed;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#b62820;
  top:40%;
  left:-48px;
  line-height:48px;
 
}
.toggle.active{
    top: 0
}
.toggle:before{
  content:'\f003';
  font-family:'FontAwesome';
  font-size:18px;
  color:#fff;
}
.toggle.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    /*height:100%;*/
    right:-100%;
  }
  .sidebar-contact .toggle{
    top:60%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    left:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    /*overflow-y:auto;*/
  }
  .content{
    padding:50px 50px;
  }
  .mr-t{
    margin-top: 10px !important
  }
 /* .toggle {
    
    top: 41% !important;
    
}*/
}



.sidebar-contact1{
  position:fixed;
  top:260px;
  right:-250px;
  transform:translateY(-50%);
  width:250px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 1030;
}
.sidebar-contact1.active{
  right:0;
  z-index: 99999;
  background:#f6c662;
}
.sidebar-contact1 input,
.sidebar-contact1 select,
.sidebar-contact1 textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
  color: #666
}
.sidebar-contact1 h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact1 textarea{
  height:60px;
  resize:none;
}
.sidebar-contact1 input[type="submit"]{
  background:#b62820;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.sidebar-contact1::placeholder{
    color: #000;
}
.toggle1{
  position:fixed;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#b62820;
  top:177px;
  left:-48px;
  line-height:48px;

}
.toggle1.active{
    top: 0
}
.toggle1:before{
  content:'\f095';
  font-family:'FontAwesome';
  font-size:18px;
  color:#fff;
}
.toggle1.active:before{
  content:'\f00d';
}
@media(max-width:768px)
{
  .sidebar-contact1{
    width:100%;
    /*height:100%;*/
    right:-100%;
  }.flat-property-detail .wrap-house .title-heading {
    margin-bottom: 14px;
    font-size: 30px;
}
  .sidebar-contact1 .toggle1{
   top:70%;
    transform:translateY(-50%);
    transition:0.5s;
  }.sidebar-contact {
    position: fixed;
    top: 341px;}
  .sidebar-contact1.active .toggle1
  {
    top:0;
    left:0;
    transform:translateY(0);
  }
  .scroll1{
    width:100%;
    height:100%;
    /*overflow-y:auto;*/
  }
  .content1{
    padding:50px 50px;
  }
}


.go-top {
  position: fixed;
    bottom: 15%;
    right: 37px;
    padding: 20px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 9999;
}
.go-top:after {
     font-family: 'FontAwesome';
    content: "\f106";
    background-color: #ffc107;
    padding: 5px 17px;
    color: #bc3730;
    position: absolute;
    bottom: 10px;
    font-size: 28px;
    border-radius: 50%;
    font-weight: bold;
}

.go-top-text {
    position: absolute;
    width: 60px;
    text-align: center;
    font-family: 'Questrial';
    line-height: 1.5;
    letter-spacing: 3px;
    font-size: 12px;
    margin: 20px 0 0 -4px;
}

.go-top:hover {
    transition: all .4s linear;
    transform: scale(1.1);
}

.crw .client-sli {
    margin: 0 10px 0 10px;
}
.crw .row {
    background: #11111126;
    padding: 60px 20px;
}
.client-content-text p {
    height: 130px;
    overflow-y: scroll;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #b6282090; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b62820; 
  }
  .review-btn {
    text-align: center;
    margin-top: 40px;
}
.test-in .form-group {
    display: flex;
    column-gap: 16px;
    margin-bottom: 16px;
}
.form-sbtn {
    text-align: center;
    margin-top: 40px;
}
select#Contact-us-sources option {
    background: #fff !important;
    color: #111 !important;
}

.vbc-ic .client-sli {
    margin: 0 0px 0 0px;
}
.scvhd {
    position: relative;
    z-index: 5;
}
.tcs-sec {
    clear: both;
    padding: 40px 0 60px;
    position: relative;
}
.tcs-ic {
    box-shadow: 0 0 50px #00000015;
    padding: 40px 40px;
}
.tcs-main-tt h5 {
    display: inline-block;
    margin-inline: auto;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
    background: #fff;
    padding-inline: 15px;
}
.tcs-main-tt {
    text-align: center;
    margin-bottom: 30px;
}
.tcs-main-tt h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #b72820;
    z-index: -1;
    max-height: 4px;
    min-width: 130%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 2px;
}
.tcs-sub p {
    font-size: 18px;
    font-weight: 300;
    color: #b72820;
}
.tcs-sub h6 {
    font-size: 20px;
    font-weight: 300;
    color: #b72820;
    margin-bottom: 10px;
}
.tcs-sub p span{
    color: #333;
}

.tcs-con p {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.tcs-trs {
    display: flex;
    column-gap: 12px;
    margin-left: 24px;
}
.trs-r h5 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 2px;
    line-height: 28px;
}
.trs-l span {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 2px;
    line-height: 28px;
}
.trs-r p {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 8px;
}
.trs-r ul {
    -icon-space: 1.3em;
    list-style: none;
    padding: 0;
  }
  
  .trs-r li {
    padding-left: var(--icon-space);
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
  
  .trs-r li:before {
    content: "\f054";
    font-family: tawk-icon;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
    font-size: 14px;
  }
  .tcs-trs-con {
    margin-left: 24px;
}

.tcs-trs-con p {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
.tcs-trs-con p a {
    text-decoration: none;
    color: #333;
}
.tcs-trs-con p a:hover {
    color: #b72820;
}
span.wpcf7-form-control-wrap a {
    text-decoration: none;
    color: #ffc107;
}
span.wpcf7-form-control-wrap a:hover {
    color: #fff;
}
.tc-pp {
    display: flex !important;
    column-gap: 6px;
}