.bg-overlay-blue:before {
  /*background-image: -webkit-linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
  background-image: -moz-linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
  background-image: -o-linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
  background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);*/
  background-color: #207ce5;
  opacity: .6;
}
 
.bg-color1 {background-color: #3773f4;}
.bg-color2 {background-color: #37f4d1;}
.bg-color3 {background-color: #37f48a;}
.bg-color4 {background-color: #646262;}
.bg-color5 {background-color: #ff853b;}
.bg-color6 {background-color: #b3b3b3;}
.bg-color7 {background-color: #f1f1f1;}

.vline {
  border-left: 2px solid #7b7373;
    height: 20px;
    /* position: absolute; */
    left: 16%;
    /* margin-left: -3px; */
    /* top: 0; */
}
  
 
.fb {
  background-color: #3B5998;
  color: white;
}

.blue {
  background-color: #55ACEE;
  color: white;
}

.red {
  background-color: #fb1a02;
  color: white;
}

.table.min-pad-table > thead > tr > td, .table.min-pad-table > thead > tr > th {
    padding: 0.2rem 0.5rem;
}

.table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #d5dfea;
    padding: 1rem;
    vertical-align: middle;
    line-height: 18px !important;
    font-size:15px;
}

.table > thead > tr > th {
   font-weight: 500;
/*text-transform: uppercase;*/
text-align: center;
/*font-family: Agency FB !important;*/
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table th, .table td {
    padding: 0.75rem !important;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    line-height:5px !important;
}

.table th, .table td a {
 color:#000000;
 font-weight: 400;
}

.box-header {
    color: #475f7b;
}

.box-bg-color{
    background: #fafcfd;
    border: 1px solid transparent;
}

.box-header-style h4 {
    margin: 0;
    padding: 6px 0 6px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    background: #051c4f;
    color: #fff;
    text-transform: uppercase;
}

.table-responsive.height-390 {
    max-height: 390px;
}

.table-responsive.height-350 {
    max-height: 350px;
}

.table-responsive.height-300 {
    max-height: 300px;
}

.table-responsive.height-275 {
    max-height: 275px;
}

.table-responsive.height-255 {
    max-height: 255px;
}

.table-responsive.height-200 {
    max-height: 200px;
}


h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-size: 65%;
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}

.btn {
    width: 140px;
    height: 40px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.50rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;

}
 
.help-block {
    display: block;
    margin-bottom: 10px;
}

.help-block, .help-inline {
    color: #595959;
}

 
.link-button {
   -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: solid 1px #404040;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
background: #051c4f;
padding: 6px 10px;
text-decoration: none;
color: #fff !important;
font-size: 11px;

}

.bg-blue {
    background-color: #051c4f;
}

.bg-red {
    background-color: #f00;
    border: 1px solid #ce0101;
}

.bg-lite-blue {
    background-color: #0952f2;
}

.bg-light-gray {
    background-color: #777777 !important;
}

.bg-dark-blue {
    background-color: #051c4f;
}

.bg-dark-blue:hover {
    color:#000000 ;
    background-color:#1b5ae5;
}


.text-uppercase {
    text-transform: uppercase;
}

.pt-0 {
    padding-top:0px !important;
}
.pl-0 {
    padding-left:0px !important;
}

.pr-0 {
    padding-right:0px !important;
}

.pb-0 {
    padding-bottom:0px !important;
}


.pt-20 {
    padding-top: 20px !important;
}
.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-10 {
    padding-top: 10px !important;
}
.mt-10 {
    margin-top:10px !important;
}

.mb-10 {
    margin-bottom:10px !important;
}

.mt-100 {
    margin-top:10px !important;
}

.txt-left {
    text-align: left;
}

/*------------------------- 06-03-2022 ------------------*/

.navbar {
   /* background-color: #0c0c0c4f !important;*/
    padding: 5px 0 9px 0px !important;
}

.sub-header {
    background-color: #1c1c1c !important;
}

.rounded {
    border-radius: 2px !important;
}
 .w-75 {
    width: 75% !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
 
.zoomIn {
    animation-name: zoomIn;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
    margin-top: 15px;
}

.g-3, .gy-3 {
    --bs-gutter-y:  1rem;
}
 
.g-3, .gx-3 {
    --bs-gutter-x:  1rem;
}

.Modern-Slider .item h5 {
    /*max-width: 570px;*/
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    /*letter-spacing: 1px;*/
    color:#fff !important;
    animation: fadeOutRight 1s both;
    text-align: right;
}

/*scroll down icon ---------------------*/

.down-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    padding: 0.5rem;
    z-index: 99;
}

.down-indicator::after {
    content: "\f103";
    font-family: FontAwesome;
    font-size: 1.48832rem;
    display: inline-block;
}

/*scroll down icon end------------------*/

.services {
    background: url(../images/about-home-bg.jpg) top left repeat-x;
}

.about-home {
    margin-left: 20px;

}

.sub-footer {
   background-color: #ff6600 !important;
    color: #000000 !important;
}


.sub-footer a, .sub-footer p {
    color: #000000;
}

.subscribe {
    background: #ffb600;
    padding: 0;
}

.subscribe-call-to-acton {
    min-height: 115px;
    padding: 30px 0 0 30px;
}

.subscribe-call-to-acton h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
}

.subscribe-call-to-acton h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.ts-newsletter {
    background: #252525;
    position: relative;
    min-height: 115px;
    padding: 15px 0 0 50px;
}

.text-white {
    color: #fff!important;
}

.content-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
    overflow: hidden;
}

/*.newsletter-form input {
    background: none;
    font-size: 12px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-control {
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 5px 20px;
    height: 44px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}*/


/*Bot menu style -----------------------------*/


.float-sm .text {
  margin: 0 60px;
}


.float-sm span,
.twitter {
  font: normal normal bold 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.float-sm .twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.float-sm .twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}

.float-sm span {
  font-style: italic;
  display: block;
}

.float-sm img {
  max-width: 100%;
}

/* Floating Social Media Bar Style Starts Here */

.float-sm .fl-fl {
 background: #ff6600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding:2px;
    width: 160px;
    position: fixed;
    right:-118px;
    z-index: 1000;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    font-family:'Calibri';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.float-sm .fa {
  font-size: 20px;
    color: #ffffff;
    padding: 10px 0;
    width: 28px;
    margin-left:5px;
    float: left;
}

.float-sm .fl-fl:hover {
  right: 0;
}

.float-sm .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

.float-sm .float-em {
  top:136px;
}

.float-sm .float-tl {
  top:185px;
}

.float-sm .float-wh {
  top: 234px;
}

.float-sm .float-ap {
  top: 437px;
}

@media (max-width: 480px) {
     
.property_details_tab {
   text-align: justify;
}
.pr-ta-details{
    text-align:justify;
    }
  a.social.media.mediamenu {
    display: none;
}
.chandrika_banner {
    margin-bottom: 14px;
}

.float-sm {
    display: none;
}
}

/*Bot menu style -end ----------------------------*/


/* ==== new Slider start === */

/*.carousel-caption .text-content {
    text-align: right;
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-caption h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#ff6600;
  animation:fadeOutRight 1s both;
  text-align: right;
}

.carousel-caption h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
  text-align: right;
}

.carousel-caption p {
    max-width: 570px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: right;
    float: right;
}

a.banner-button {
    background-color: #ff6600;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    float: right;
    transition: all 0.3s;
}

.carousel-caption  a {
  margin: 0 5px;
   
}

.carousel-caption .slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.carousel-caption .slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.carousel-caption .slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.carousel-caption .buttons {
  position: relative;
}

.carousel-item img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 95vh;
    width: 100%;
}*/

/* ==== new Slider Css end === */

.section-heading {
    text-align: center;
    margin-bottom: 40px !important;
}

.more-info {
    margin-top:80px !important;
}

.callback-form {
    margin-top: 70px;
    margin-bottom: 50px;
}

.about-txt p {
    line-height: 20px;
    text-align: justify;
    margin-bottom: 20px !important;
    color: #000;
}

.testimonials {
    margin-top: 50px !important;
    background-color: #f7f7f7;
    padding: 25px 0px !important;
}


.modal {
    z-index: 111111 !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}



/*Light box start ----------------------------*/

.lightbox {
    z-index: 100001 !important;
}

.lightbox-gallery {
    /*background-image: linear-gradient(#4A148C, #E53935);*/
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}

.lightbox-gallery p {
    color: #fff
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}

/*Light box -end ----------------------------*/

.service-item .down-content h5 span { 
  color:orange;
}

.service-item .down-content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.load-more {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}

.load-more a:hover {
    background-color: transparent;
    color: #ff6600;
}

#more {display: none;}

.read-more {
    color: #ff6600;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
    float: right;
    /* padding-top: 0px; */
    margin-top: -15px;
    cursor: pointer;
    border: 1px solid #ff6600;
    border-radius:20px;
    padding: 4px 10px;
}

.read-more:hover {
     color: #ffffff;
     background-color: #ff6600;
}

.service-item {
    margin-bottom: 25px;
}








/*-------------- Responsive -----------------------------------------*/

@media (max-width:320px) {

.Modern-Slider .item .img-fill {
    background-size: auto !important;
    background-position: center left !important;
    background-repeat: no-repeat;
    height: 100vh !important;
}

}
 
@media (max-width:479px) and (min-width:321px)  {

.Modern-Slider .item .img-fill {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*height:80vh !important;*/
}

}


@media (min-width:480px) and (max-width:640px)  {

.Modern-Slider .item .img-fill {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height:94vh !important;
}

}


@media (max-width: 768px) { 

.Modern-Slider .item p {
    max-width: 570px;
    line-height: 21px;
    margin-bottom: 30px;
    text-align: justify;
}

.Modern-Slider .item h4 {
    margin-bottom: 25px;
    font-size: 20px;
    /*line-height: 12px;*/
    letter-spacing: 1px;
}

.Modern-Slider .item h6 {
    margin-bottom: 11px;
    font-size: 18px;
    margin-top: 60px;
}

.Modern-Slider .item .img-fill {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height:45vh;
}

}


@media (max-width: 992px) {
.navbar .navbar-brand {
    position: absolute;
    left: 25px;
    top: 10px;
}

.callback-form .contact-form {
    background-color: #ff6600;
    padding: 20px;
}

.callback-form .contact-form input {
    margin-bottom: 20px;
}

}


@media (min-width: 576px) {
  .modal-dialog {
    max-width:600px !important;
    margin: 10% auto 2.12rem auto !important;
  }
}

.update-nag{
  display: inline-block;
  font-size: 14px;
  text-align: left;
  background-color: #e9f0f7;
  height: 51px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-bottom: 10px;
}

.brs-bgcolor {
    /*background: #fff;*/
    padding: 15px;
}
.update-nag:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}

.update-nag > .update-split {
    background: #337ab7;
    width: 33px;
    float: left;
    color: #fff!important;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}

.update-nag > .update-split > .glyphicon{
  position:relative;
  top: calc(50% - 9px)!important; /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success{
  background: #5cb85c!important;
}

.update-nag > .update-split.update-danger{
  background: #d9534f!important;
}

.update-nag > .update-split.update-info{
  background: #5bc0de!important;
}

.update-nag > .update-text {
    line-height: 15px;
    padding-top: 5px;
    padding-left: 45px;
    padding-right: 20px;
    font-size: 13px;
    text-align: left;
}

.circle-icon {
   /* background: #ff6600;*/
    background:#e1e2de;
    width: 100%;
    height: 95%;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
    border: 1px solid #ddd;
}




