.detail-menu.sticky {
    position: fixed;
    z-index: 10001;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 !important;
    border-top: solid 0px #192669;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}

.detail-menu.sticky ul {
    display: table;
    padding: 0 !important;
    margin: 0 ;
    width:100%;
}

.detail-menu.sticky ul li {
    text-align: center;
    display: table-cell;
    color: #111;
    padding: 0;
    font-weight: 500;
}

.detail-menu.sticky ul li a {
    display: block;
    line-height: 70px;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.home-ad {
    position: relative;
    margin: -150px 0 0 0 !important;
    z-index: 12;
}

@media screen and (max-width: 992px) {
    .home-ad {
        position: relative;
        margin: 0 0 0 0 !important;
        z-index: auto;
    }
}

.container2 {
    background-color: #f7f8f9;
}

.container2.grad {
    background: linear-gradient(#ffffff 0%, #ffffff 10%, #f7f8f9 40%, #f7f8f9 100%);
}

.container3 {
    width: 100%;
    background-size: cover;
    background-image: url(../images/container3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    padding: 0;
    position: relative;
}

.container3 h2 {
    color: #fff !important;
}

.container3 .c3-content {
    width: 100%;    
    height: auto;
    position: relative; 
    background-color: rgba(4, 29, 95, .85);
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0);
}
.container3 p,
.container3 ul li {
    color: #fff;
}
.container3 ul li::before {
  color: #cf9902!important;
}

.container3 form {
    padding: 30px 30px 10px 30px;    
}


.detail-form {
    width: 430px;
    height: auto;
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 15px;
    background-color: rgba(35, 100, 0, .8);
    padding: 20px;
    color: #fff !important;
}

.detail-form img {
    float: left;
    width: auto !important;
    height: 60px !important;
    min-height: 60px !important;
    margin-right: 20px;
}

.detail-form h2,
.detail-form h3 {
    color: #fff !important;
}

.detail-form h6 {
    color: #fff !important;
}

.detail-form a {
    color: #fff !important;
    text-decoration: underline;
}

.detail-form input[type="submit"] {
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    border: solid 2px #fff;
}

.inner-banner {
    background-color: #ebebeb;
    position: relative;
    overflow: hidden;
    height: auto;
}

.inner-banner .ibi {
    width: 100%;
    height: 100% !important;
    min-height: 60px;
    background-image: linear-gradient(rgba(247, 247, 247, 1) 0%, rgba(237, 237, 237, 1) 100%);
    padding: 0;
}

.inner-banner.no-cont {
    padding: 51px 0 0 0;
}

.inner-banner.contact-page {
    background-image: url(../images/contact-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 350px;
}

.inner-banner.about-page {
    background-image: url(../images/about-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 350px;
}

.inner-banner.customer-feedback {
    background-image: url(../images/customer-feedback.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 350px;
}

@media screen and (max-width: 1024px) {
    .inner-banner {
        background-color: #ebebeb;
        position: relative;
        overflow: hidden;
        height: auto;
        padding: 0;
    }
    .inner-banner .custom-select {
        margin: 0 0 10px 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .inner-banner.contact-page {
        background-size: cover;
        height: 200px;
        background-position: center bottom;
    }
    .inner-banner.about-page {
        background-image: url(../images/about-bg3.webp);
        background-size: cover;
        height: 180px;
        background-position: center bottom;
    }
    .inner-banner.customer-feedback {
        background-size: cover;
        height: 200px;
        background-position: center bottom;
    }
}

h1,
h2,
h3,
h4,
h5 {}

h1 {
    font-size: 26px !important;
    line-height: normal;
    color: #00225f !important;
    padding: 0 0 10px 0 !important;
    margin: 0 0 10px 0 !important;
    position: relative;
}

h1:after,
h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    border-radius: 2px;
    margin-left: 0;
    background-color: #cf9902;
}

.text-center h1:after,
.text-center h2:after {
    left: 50%;
    margin-left: -30px;
}

h1 span,
h1 strong {
    color: #cf9902;
    font-weight: 700 !important;
}

h2 {    
    font-size: 26px !important;
    line-height: normal;
    color: #00225f !important;
    padding: 0 0 10px 0 !important;
    margin: 0 0 10px 0 !important;
    position: relative;
}

h2 span,
h2 strong {
    color: #cf9902;
    display: inline-block;
    font-weight: 700 !important;
}

.brown {
    color: #5f1717 !important;
}

h3 {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: normal;
    color: #cf9902 !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}

h3 span {
    color: #192669;
    display: inline-block;
}

h4 {
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: normal;
    color: #cf9902 !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}

h4 span {
    color: #192669;
    display: inline-block;
}

h5 {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #333 !important;
    padding: 0 !important;
    margin: 10px 0 !important;
}

form h5 {
    font-size: 12px !important;
    margin: 10px 0 5px 0 !important;
    font-weight: 700 !important;
    color: #cf9902 !important;
}

h6 {
    font-style: italic;
    color: rgba(0, 0, 0, .8) !important;
    font-size: 16px !important;
    line-height: 28px !important;
}

.content {
    padding: 70px 0
}

.content p {
    text-align: justify;
}
.content p a{
    color:#212529!important;
}
.content .text-center p {
    text-align: center;
}

.center-heading h1 {
    text-align: center !important;
    position: relative;
    margin: 0 0 10px 0 !important;
    padding: 0 0 10px 0 !important;
}

.center-heading h1:after {
    left: 50%;
    margin-left: -30px;
}

@media screen and (max-width: 992px) {
    .content {
        padding: 30px 0
    }
    h1 {
        font-size: 18px !important;
        margin: 0 0 .5rem 0 !important;
    }
    h2 {
        font-size: 18px !important;
        margin: 0 0 .5rem 0 !important;
    }
    h3 {
        font-size: 16px !important;
        margin: 0 0 8px 0 !important;
    }
    h4 {
        font-size: 16px !important;
        margin: 0 0 10px 0 !important;
    }
    h5 {
        font-size: 15px !important;
    }
    h6 {
        font-size: 15px !important;
        line-height: 28px !important;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 18px !important;
        margin: 0 0 .5rem 0 !important;
    }
    h2 {
        font-size: 18px !important;
        margin: 0 0 .5rem 0 !important;
    }
    h3 {
        font-size: 16px !important;
        margin: 0 0 .5rem 0 !important;
    }
    h4 {
        font-size: 16px !important;
        margin: 0 0 1rem 0 !important;
    }
}

/*Poroject thumb*/
.pro-thumb{
    width:100%;
    height:auto;
    border: solid 1px rgba(7,152,255,.1);
    box-shadow: 0 5px 10px 0 rgba(7,152,255,.09);
    border-radius: 5px;
    overflow: hidden;
    margin:15px 0;
    position:relative;
    background-color: #fff;
    -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
    -moz-transition-duration: 0.5s; /*Mozilla duration version*/
    -o-transition-duration: 0.5s; /*Opera duration version*/
}
.pro-thumb:hover{
    box-shadow: 0 10px 30px 0 rgba(7,152,255,.15);
}
.pro-thumb .p-share{
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
}
.pro-thumb .p-share img{
    width: 26px;
}
.pro-thumb a{
    display:block;
    color:#333;
	text-decoration: none !important;
}
.pro-thumb a h2{
    color:#003e6e!important;
    font-weight:500!important;
    font-size:18px!important;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0px 0!important;
}
.pro-thumb a h2::after{
    display: none;
}
.pro-thumb a h5, .pro-thumb a h5 strong{
    font-size:14px!important;
    font-weight:500!important;
    line-height:1.4;
    margin:0!important;
    color:#cf9902!important;
    margin: 0 0 2px 0!important;
}
.pro-thumb a h5 i{
    color:#999;
    width:16px;
}
.pro-thumb a h6{
    color:#999999 !important;
    font-style:normal;
    margin:0 0 0 0!important;
    font-size:15px!important;
}
.pro-thumb a h6 i{
    width:15px;
}
.pro-thumb .pt-img{
    background-color:#f9f9f9;
    position:relative;
    overflow:hidden;
    padding-top:60%;
    width:100%;
    overflow:hidden;
    border-radius: 5px 5px 0 0;
}
.pro-thumb a .pt-img img{
    position:absolute;
    top:-2px;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    min-height:100%;
    height:auto;
    -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
    -moz-transition-duration: 0.5s; /*Mozilla duration version*/
    -o-transition-duration: 0.5s; /*Opera duration version*/
}
.pro-thumb a:hover img {    
    -webkit-transform:scale(1.05); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform:scale(1.05); /*Mozilla scale version*/
    -o-transform:scale(1.05); /*Opera scale version*/   
    opacity: 1;
}
.pro-thumb a .pt-img .pti-cont{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    min-height:100%;
    padding:20px;
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,.2), rgba(0,0,0,0), rgba(0,0,0,0));
    background: linear-gradient(0deg, rgba(0,0,0,.2), rgba(0,0,0,0), rgba(0,0,0,0));
}
.pro-thumb a .pt-img .pti-cont .status{ 
    position:absolute;
    width: 100%;
    z-index:1;
    top:0;
    left:0;
    right:0;
    padding: 10px 5px;
    color:rgba(255,255,255,1);
    text-align: right;
}
.pro-thumb a .pt-img .pti-cont .status i{
    font-size: 13px;
    margin: 0 3px 0 0;
}
.pro-thumb a .pt-img .pti-cont .status span{
    background-color:#003e6e;
    display:inline-block;
    padding:0 8px;
    margin: 0 3px;
    border-radius: 3px;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 400;
}
.pro-thumb a .pt-img .pti-cont .status span.sp2{
    background-color:#cf9902;
    display:inline-block;
    float: left;
    text-transform: capitalize;
}
.pro-thumb a .pt-img .pti-cont .status span.sp3{
    background-color:#fff;
    display:inline-block;
    color: #666;
    float: left;
    text-transform: capitalize;
}
.pro-thumb a .pt-img .pti-cont .status span.sp3 i{
    color: green;
    font-size: 13px;
    margin: 0 3px 0 0;
}
.pro-thumb a .pt-img .pti-cont h6{
    position:absolute;
    font-size: 13px!important;
    z-index:1;
    bottom:1rem;
    left:1rem;
    color:#fff!important;
    margin:0!important;
    text-shadow:1px 1px 3px rgba(0,0,0,.1);
}
.pro-thumb a .pt-img .pti-cont ul{
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    display: table;
    clear: both;
    position:relative;
    list-style: none;
}
.pro-thumb a .pt-img .pti-cont li{
    float: left;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
.pro-thumb .pt-cont{
    padding:20px;
    position:relative;
}
.pro-thumb .pt-cont ul{
    width: 100%;
    display: table;
    clear: both;
    position:relative;
    list-style: none;
	padding: 0!important;
}
.pro-thumb .pt-cont ul li{
    float: left;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #222;
}
.pro-thumb .pt-cont ul li strong{
    font-size: 11px;
    color: #999;
    font-weight: 400;
    display: block;
}
.pro-thumb .pt-cont h4{
    font-size: 18px!important;
    font-weight: 600!important;
    border-top: solid 1px #eee;
    margin: 10px 0 0 0!important;
    padding: 10px 0 0 0!important;
    color: #003e6e !important;
}
.pro-thumb .pt-cont h4 i{
    margin:0 5px 0 0;
}
@media screen and (max-width : 992px) {

}
@media screen and (max-width : 768px) {
.pro-thumb .pt-cont{
    padding:10px;
}
.pro-thumb .p-share {
    right: 10px;
    bottom: 10px;
}
}

.prop-th {
    width: 100%;
    height: auto;
    margin: 15px 0;
    position: relative;
    background-color: #fff;
    border: solid 1px #EAEAEA;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    min-height: 184px;
}

.prop-th:hover {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .15);
}

.prop-th a {
    display: block;
    padding: 0;
}

.prop-th a .prp-img {
    float: right;
    width: 200px;
    height: 182px;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 20px;
}

.prop-th a .prp-img img {
    width: 100%;
    height: auto;
    min-height: 182px;
}

.prop-th a .prp-img .status {
    background-color: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 0 10px;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
}

.prop-th ul {
    width: 100%;
    display: table;
    clear: both;
    position: relative;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.prop-th li {
    float: left;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-right: 20px;
    color: #222;
}

.prop-th li i {
    color: #cf9902;
}

.prop-th a h2 {
    color: #003366 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
}

.prop-th a h2::after {
    display: none;
}

.prop-th a h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #003369 !important;
    margin: 0 !important;
    border-top: solid 1px #eee;
    margin: 10px 0 0 0 !important;
    padding: 10px 0 0 0 !important;
}

.prop-th a h5 {
    font-size: .9rem !important;
    font-weight: 400 !important;
    line-height: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    margin: 0px 0 !important;
}

.prop-th a h5 i {
    color: #999;
    width: 16px;
}

.prop-th a h6 {
    color: #333 !important;
    font-style: normal;
    margin: 0;
    font-size: 16px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prop-th a h6 i {
    width: 16px;
    color: #cf9902 !important;
    font-size: 1rem;
}

.prop-th li {
    margin-right: 10px;
}

@media screen and (max-width: 480px) {
    .prop-th {
        margin: 15px 0;
        min-height: 164px;
    }
    .prop-th li {
        font-size: 14px;
        margin-right: 5px;
    }
    .prop-th:hover {
        box-shadow: 0px 0px 15px #c6dc93;
    }
    .prop-th a {}
    .prop-th a .prp-img {
        width: 140px;
        height: 162px;
        margin: 0 0 0 10px;
    }
    .prop-th a .prp-img img {
        min-height: 162px;
    }
    .prop-th a .prp-img .status {
        font-size: 10px;
    }
    .prop-th a h3 {
        font-size: 1rem !important;
        margin: 0 0 5px 0 !important;
    }
    .prop-th a h4 {
        font-size: 1rem !important;
        font-weight: 700 !important;
        color: #111 !important;
        margin: 0 !important;
    }
    .prop-th a h4 i {
        color: #999;
        margin: 0 5px 0 0;
    }
    .prop-th a h5 {
        font-size: .9rem !important;
        font-weight: 400 !important;
        line-height: 1.8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
        margin: 5px 0 !important;
    }
    .prop-th a h5 i {
        color: #999;
        width: 16px;
    }
    .prop-th a h6 {
        font-size: 14px !important;
    }
    .prop-th a h6 i {
        color: #0b5e2a;
        width: 16px;
        font-size: 1rem;
    }
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    text-align: center !important;
    width: 100%;
}

.nav {
    display: table !important;
    display: table !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center !important;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
    margin: 0 3px;
}

.nav-tabs .nav-link {
    color: #192669 !important;
    font-weight: 600;
}

.nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-bottom-color: #f7f8f9 !important;
    color: #cf9902 !important;
}

.counter2 {
    background-color: #fff8ee;
    padding: 40px 0;
}

.counter2 img {
    width: 3rem;
    height: auto;
    clear: both;
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
}

.counter2 .counter-value {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    color: #cf9902;
}

.counter2 .plus {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 600;
    color: #cf9902;
}

.counter2 h5 {
    font-size: 16px !important;
    margin: 0 0 !important;
    color: #666 !important;
}

.counter2 h5 br {
    display: none;
}

.home-banner .counter {
    text-align: center;
    margin: 0 0 50px 0;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, .15);
}

.home-banner .counter img {
    width: 2.5rem;
    height: auto;
    clear: both;
    display: block;
    margin: 10px auto 10px auto;
}

.home-banner .counter .counter-value {
    display: inline-block;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    color: #fff;
}

.home-banner .counter .plus {
    display: inline-block;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    color: #fff;
}

.home-banner .counter h5 {
    font-size: 16px !important;
    margin: 10px 0 !important;
    color: rgba(255, 255, 255, 1) !important;
}

.home-banner .counter h5 br {
    display: none;
}

@media screen and (max-width: 768px) {
    .counter img {
        width: 3rem;
        height: auto;
        clear: both;
        display: block;
        margin: 2rem auto 0 auto;
    }
    .counter .counter-value {
        font-size: 1rem;
        line-height: 1rem;
    }
    .counter .plus {
        font-size: 1rem;
        line-height: 1rem;
    }
    .counter h5 {
        font-size: .6rem !important;
        margin: .5rem 0 !important;
    }
    .counter2 .counter-value {
        font-size: 1.5rem;
    }
    .counter2 .plus {
        font-size: 1.5rem;
    }
    .counter2 h5 {
        font-size: 11px !important;
        margin: 0 0 15px 0 !important;
        color: #666 !important;
    }
}

.box1 {
    padding: 20px 20px 0 20px;
    margin: 15px 0;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, .09);
}

.box1.bx-location {
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #EAEAEA;
    border-top: solid 3px #cf9902;
    border-radius: 4px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, .0);
}

.box1.bx-location-head {
    background-color: #eaf7f4;
    padding: 20px;
    border: 1px solid #eaf7f4;
    border-top: solid 0px #00c194;
    border-radius: 4px;
    vertical-align: middle;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, .0);
}

.box1.bx-location-head h2::after {
    background-color: #00c194;
}

.box1.bx-location-head h2 strong {
    font-weight: 500 !important;
    clear: both;
    display: block;
    font-size: 40px;
    font-family: Damion, Helvetica, Arial, sans-serif;
    margin: 40px 0 0 0;
}

.box1.bx-location .b-link {
    background-color: #eaf7f4;
    padding: 40px 10px 10px 10px;
    border-radius: 4px;
    margin: 35px 0 0 0;
    position: relative;
}

.box1.bx-location .b-link img {
    position: absolute;
    left: 10px;
    top: -25px;
    width: 60px;
    height: 60px;
}

.box1.bx-location h4 {
    font-size: 16px !important;
    color: #666 !important;
}

.box1.bx-location h4 i {
    font-size: 16px !important;
    color: #666 !important;
}

.box1 i {
    font-size: 22px;
    color: #cf9902;
    flex: left;
    margin: 0 5px 0 0;
}

.box1 h3 {
    font-size: 20px !important;
    color: #003366 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box1 h4 {
    font-size: 14px !important;
    color: #000 !important;
}

.box1 p {
    line-height: 1.5;
}

.box1 a.more {
    position: relative;
    float: none;
}

@media screen and (max-width: 480px) {
    .box1.bx-location {
        height: auto;
    }
    .box1.bx-location-head {
        height: auto;
    }
    .box1.bx-location-head h2 strong {
        margin: 0;
    }
}

.h-ad {}

.h-ad .ad-div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 0;
    margin: 15px 0;
    font-size: 30px;
    width: 100%;
    padding-top: 90%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px .3rem .5rem -3px rgba(0, 0, 0, .3);
}

.h-ad .ad-div a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.h-ad .ad-div a img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {}

#demo3 .carousel-indicators {
    bottom: 0px;
    display: none;
}

.review-home {
    height: auto;
    overflow: visible;
    background: #202040;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 30px;
    border: none;
    padding: 3rem;
    position: relative;
    margin: 2rem 0;
    text-align: left;
    color: #fff;
}

.review-home h4 {
    color: #fff !important;
    font-weight: 700 !important;
    text-align: right;
    margin: 0 0 0 0 !important;
}

.review-home h5 {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #fff !important;
    margin: 0 0 0 0 !important;
    font-style: normal;
}

.review-home h6 {
    font-size: 17px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-align: right;
}

.review-home p {
    margin-top: 20px;
    font-size: 16px !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-align: justify !important;
}

.review-home i {
    font-size: 58px;
    color: rgba(255, 255, 255, .3);
    margin-top: -1rem;
}

.review-home img {
    width: 100% !important;
    height: autopx !important;
    border-radius: 25px 0 0 25px;
    margin: -4.5rem 0 0 0;
}

@media screen and (max-width: 992px) {
    .review-home {
        box-shadow: 0;
        border-radius: 20px;
        padding: 1rem;
        margin: 1rem 0 0 0;
        text-align: justify;
        color: #fff;
    }
    .review-home h4 {
        font-size: 14px !important;
    }
    .review-home h6 {
        font-size: 10px !important;
        line-height: 1.5 !important;
        text-align: justify;
    }
    .review-home p {
        font-size: 10px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        color: #fff !important;
        text-align: justify;
    }
    .review-home i {
        margin-top: -1rem;
    }
    .review-home img {
        width: 100px !important;
        max-width: 100px;
        min-width: 100px;
        height: auto !important;
        border-radius: 10px 0 10px 0;
        margin: -2rem auto 0 auto;
    }
}

.review {
    border: solid 0px #ebebeb;
    box-shadow: 0 .3rem 1rem -.3rem rgba(0, 0, 0, .1);
    padding: 30px;
    position: relative;
    margin: 1rem 0;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
}

.quote {
    position: absolute;
    z-index: 1;
    right: 50px;
    top: -30px;
    color: #192669;
    font-size: 45px;
    padding: 10px;
}

.review h4 {
    color: #192669 !important;
    font-style: normal;
    font-size: 1.5rem !important;
    margin: 1rem 0 0 0 !important;
    padding: 0 !important;
}

.review p strong {
    line-height: normal;
    color: #49a9c2;
    font-style: normal;
}

.review img {
    float: none;
    margin: 0 0 0 0;
    height: 60px;
    width: auto;
    border-radius: 100%;
}

@media screen and (max-width: 500px) {
    .review img {
        float: none;
        margin: 0 0 0 0;
        height: 60px;
        width: auto;
    }
}

#demo3 .carousel-control-prev,
#demo3 .carousel-control-next {
    position: absolute;
    z-index: 11;
    top: 50%;
    bottom: 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;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    color: #49a9c2;
    text-align: center;
    opacity: 1;
    font-size: 18px;
    background-color: rgba(0, 0, 0, .1);
}

#demo3 .carousel-control-prev:hover,
#demo3 .carousel-control-prev:focus,
#demo3 .carousel-control-next:hover,
#demo3 .carousel-control-next:focus {
    color: #49a9c2;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

#demo3 .carousel-control-prev {
    left: -85px;
}

#demo3 .carousel-control-next {
    right: -85px;
}

.stickySidebar {
    margin-top: 0px !important;
}

#sidebar {
    
}

#sidebar .sidebar_inner {
}

.si-call a {
    display: block;
    background-image: linear-gradient( 120deg, rgba(0, 32, 74, 1) 0%, rgba(0, 196, 217, 1) 100%);
    border-radius: 0px;
    color: #fff !important;
    padding: 10px;
    margin-top: 30px;
    display: flex;
}

.si-call a i {
    float: left;
    font-size: 32px;
    margin: 0 10px 0 0;
    background-color: #fff;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    padding: 10px;
    line-height: 36px;
    text-align: center;
    color: #cf9902;
}

.si-call a h5 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 26px !important;
    color: #fff !important;
}

.si-call a h6 {
    margin: 0 !important;
    padding: 0 !important;
    font-style: normal;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, .8) !important;
}

.dynamic-height-wrap {
    overflow: hidden;
    position: relative;
    transition: max-height 0.25s ease-in-out;
    width: 100%;
}

.dynamic-height-active .dynamic-height-wrap:before {
    background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    bottom: 0;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.c3-bg .dynamic-height-active .dynamic-height-wrap:before {
    background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}

.dynamic-height-active .dynamic-show-more {
    display: inline-block;
}

.dynamic-show-more {
    display: none;
}

.detail-page {
    position: relative;
    padding: 0 0 0 0;
   background-image: linear-gradient(180deg, #fbf7f2 90%, #fff 100%)!important;
}

.detail-banner{
}

.detail-banner .overlay{
  height: auto;
	width: 100%;
	left: 0;
	top: auto;
	bottom: 0;
	padding: 0 0 0px 0;
	position: absolute;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0), rgba(0,0,0,0));
}

.detail-banner h1 {
  color: #cf9902 !important;
  font-size: 32px !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
.detail-banner h6 i {
  color: #fff !important;
}
.detail-banner h6 {
  color: #fff!important;
  font-size: 26px!important;
  text-shadow: 1px 1px 2px rgba(0,0,0,1);
}

.detail-box {
    border: solid 0px #d3e8ff;
    position: relative;
    border-radius: 0px;
    background-color: #fff;
    padding: 1.5rem;
    margin: 51px 0;
	border-radius: 5px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, .1);
}

.detail-box h1,
.detail-box h2 {
    font-size: 20px !important;
    margin: 0 0 .5rem 0 !important;
    border-bottom: solid 1px #e9f4ff;
    padding-top: 0 !important;
}

.detail-banner h1::after,
.detail-banner h2::after {
    display: none;
}

.detail-banner h1 span {
    font-weight: 400 !important;
    font-style: normal;
    color: rgba(255, 255, 255, .85);
    font-size: 22px;
    line-height: 16px;
    display: block;
    margin: 15px 0 0 0 !important;
}

.detail-box p {
    text-align: justify;
}

.detail-banner h1 span i {
/*    background-color: #ebebeb;*/
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
}

.detail-box .pt-cont h6 i {
    background-color: transparent !important;
    text-align: left;
    width: auto;
    height: auto;
    line-height: inherit;
    border-radius: 0;
    color: #192669;
    margin: 0 8px 0 0;
}

.detail-banner .d-price {
    background-color: #cf9902;
    border-radius: 25px;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    float: none;
    position: relative;
}

.detail-banner .d-price a i {
    display: inline-block;
    position: absolute;
    z-index: 1;
    right: -15px;
    top: -15px;
    background-color: #1a1a1a;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
}

.detail-banner .v-tour {
    background-color: #192669;
    border-radius: 25px;
    padding: 5px 15px;
    display: inline-block;
    color: #fff !important;
    float: left;
}

.detail-banner .v-tour a {
    color: #fff !important;
}

.rating-css {
    height: auto;
    display: block;
}

.rating-css div {
    color: #DAA520;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 0;
    display: inline-block;
}

.rating-css input {
    display: none;
}

.rating-css input+label {
    font-size: 20px;
    text-shadow: 1px 1px 0 #DAA520;
    cursor: pointer;
}

.rating-css input:checked+label~label {
    color: #838383;
}

.rating-css label:active {
    transform: scale(0.8);
    transition: 0.3s ease;
}

.rating-css span {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #666;
}

#sidebar .detail-box {
    padding: 0;
}

#sidebar .detail-box form {
    padding: 1.5rem;
}

#sidebar .detail-box .db-heading {
    background-color: #003366;
    color: #fff !important;
    padding: .4rem 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

#sidebar .detail-box strong {
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: .8rem !important;
    font-weight: 400;
}

#sidebar .detail-box h2 {
    color: #fff !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    font-size: 1rem !important;
}

#sidebar .detail-box h2::after {
    display: none;
}

.detail-box p {
    text-align: justify !important;
}

p.agree {
    font-size: .8rem !important;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}

.modal-body p.agree {
    text-align: center;
    color: #fff;
}

.modal-body p.agree a {
    color: #111 !important;
}

.form-cont {
    font-size: .7rem;
    line-height: 1.3 !important;
    text-align: left;
    line-height: normal;
    border-top: solid 1px #cf9902;
    color: #333;
    font-weight: 500;
    padding: 15px 25px;
}

.form-cont img {
    width: 42px;
    float: left;
    height: auto;
    margin: 0 5px 0 0;
}

@media screen and (max-width: 1024px) {
    .detail-page {
        padding: 0 0 0 0;
    }
    .detail-box h1,
    .detail-box h2 {
        font-size: 18px !important;
        margin: 0 0 .5rem 0 !important;
    }
    .detail-box h1 span {
        font-size: 14px;
        line-height: 14px;
        margin: 10px 0 0 0 !important;
    }
      .detail-banner h1 span {
        font-size: 14px;
        line-height: 14px;
        margin: 10px 0 0 0 !important;
    }
}

@media screen and (max-width: 992px) {
.detail-banner{	
	background-size: cover;
  	height: 500px;
}

    .detail-box {
        padding: 1rem;
        margin: 30px 0;
    }
    .detail-box .d-price {
        float: none;
        margin: 10px 0 0 0;
    }
    .detail-box .v-tour {
        float: right;
        margin: 10px 0 0 0;
    }
    .detail-box .btn1 {
        line-height: 44px;
        padding: 0 15px;
        font-size: 14px;
    }
    .detail-box .btn2 {
        padding: 0 15px;
        font-size: 14px;
    }
    .detail-page .btn1 {
        background-color: #192669 !important;
        display: inline-block;
        line-height: 44px;
        padding: 0 15px;
        color: #fff !important;
        font-size: 14px;
        border: 0;
    }
    .detail-page .btn2 {
        background-color: #cf9902;
        display: inline-block;
        line-height: 44px;
        padding: 0 15px;
        color: #fff !important;
        font-size: 14px;
        border: 0;
    }
}

.f-fix {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    height: 35px;
    line-height: 35px;
    background-color: #ed5728;
    text-transform: uppercase;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.f-fix.ff-h {
    display: none;
}

.f-fix a {
    float: left;
    width: 50%;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.f-fix a:hover,
.f-fix a:visited,
.f-fix a:active {
    color: #fff !important;
    text-decoration: none !important;
}

.f-fix a.f-left {
    background-color: #ed5728;
}

@media screen and (max-width: 768px) {
    .f-fix.ff-h {
        display: block;
    }
}

.post-page {
    background: #f4f9fc url(../images/bg-post.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.dt-img {
    background-color: #ed5728;
    transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    padding: 5px 8px;
    box-shadow: 5px 5px 0px #ed5728;
    height: auto;
}

.dt-img img {
    transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    width: 100%;
    height: auto;
    min-height: 300px;
}

@media screen and (max-width: 992px) {
    .dt-img {
        float: none;
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
    .dt-img img {
        min-height: inherit;
    }
}

.sharing {
    display: block;
    float: right;
    margin: 15px 0 0 0;
}

.sharing img {
    width: 30px!important;
    height: auto!important;
  min-height: 30px;
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
    .sharing {
        display: block;
        float: none;
        margin: 15px 0 0 0;
    }
}

.detail ul {
    margin-left: 15px;
}

.detail-types {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 0 0 0 !important;
}

.detail-types ul {
    display: table;
    padding: 0px !important;
    margin: 0 !important;
    width: 100%;
    list-style: none;
}

.detail-types ul li {
    font-size: .8rem;
    color: #666;
    line-height: normal;
    float: left;
    width: 33.33%;
    margin: .5rem 0;
}

.detail-types ul li img {
    clear: both;
    width: 40px;
    height: auto;
    margin: 0 0 10px 0;
}
.detail-types ul li i {
	float: left;
	font-size: 26px;
    margin: 8px 15px 0 0;
	color: #cf9902;
}

.detail-types ul li strong {
    font-size: .7rem;
    font-weight: 500;
    color: #111;
}

.detail-types ul li strong a {
    color: #111;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .detail-types {
        margin: 10px 0 0 0 !important;
    }
}

@media screen and (max-width: 576px) {
    .detail-types ul li {
        width: 50%;
        margin: .8rem 0;
    }
    .detail-types ul li strong {
        font-size: .6rem;
        overflow-wrap: break-word;
    }
}

.detail-types {}

.detail-menu {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0 0 0 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    background-color: #f9f9f9;
}

.detail-menu ul {
    display: table;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}

.detail-menu ul li {
    text-align: center;
    display: table-cell;
    color: #111;
    padding: 0;
    font-weight: 500;
}

.detail-menu ul li a {
    color: #111;
    display: block;
    line-height: 40px;
    padding: 5px 10px;
}

.detail2 {
    position: relative;
}

.detail2 .d2-sign {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -170px;
}

.detail2 .dt2-l {
    float: left;
    width: 50%;
    background-color: #fff;
    padding: 40px 100px 40px 40px;
}

.detail2 .dt2-r {
    float: left;
    width: 50%;
    height: 100%;
    padding: 40px 40px 40px 120px;
}

.detail2 .dt2-r form {
    background-color: #ed5728;
    transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    padding: 10px 25px;
    box-shadow: 5px 5px 0px #ed5728;
}

.detail2 .dt2-r form .row {
    transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}

.detail2 .dt2-r a {
    color: #333 !important;
    text-decoration: underline;
}

@media screen and (max-width: 992px) {
    .detail2 .d2-sign {
        display: none;
    }
    .detail2 .dt2-l {
        float: none;
        width: 100%;
        padding: 30px;
    }
    .detail2 .dt2-r {
        float: none;
        width: 100%;
        padding: 30px;
    }
    .detail2 .dt2-r form {
        width: 100%;
        background-color: #ed5728;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        padding: 5px;
    }
    .detail2 .dt2-r form .row {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        padding: 0px 0 10px 0 !important;
        margin: 0 !important;
        background-color: #fff;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    }
}

.detail3 {
    background-color: #faf5f5;
    padding: 60px 0;
}

.detail4 {
    position: relative;
    background: #5f1717 url(../images/detail4.jpg) no-repeat left center;
    -webkit-background-size: 50%;
    -moz-background-size: 50%;
    -o-background-size: 50%;
    background-size: 50%;
    background-attachment: scroll;
    box-shadow: inset 0px 0px 100px rgba(0, 0, 0, .4);
}

.detail4 .dt4-l {
    float: left;
    width: 50%;
}

.detail4 .dt4-r {
    background-color: #5f1717;
    float: left;
    width: 50%;
    height: 100%;
    padding: 50px 40px 0 40px;
    min-height: 400px;
}

.detail4 .dt4-r h2 {
    color: #fff !important;
}

@media screen and (max-width: 992px) {
    .detail4 {
        background: #5f1717 url(../images/detail4.jpg) no-repeat center top;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        background-attachment: scroll;
    }
    .detail4 .dt4-l {
        float: none;
        width: 100%;
        height: 150px;
    }
    .detail4 .dt4-r {
        background-color: #5f1717;
        float: none;
        width: 100%;
        height: 100%;
        padding: 20px 15px;
        min-height: inherit;
    }
    .detail4 .dt4-r h2 {
        color: #fff !important;
    }
}

.pl-assist {
    width: 100%;
    margin: 0 auto;
    border-top: solid 1px #996633;
    border-bottom: solid 1px #996633;
    display: table;
    padding: 10px 0;
}

.pl-assist div {
    display: table-cell;
    width: 33.33%;
    font-size: 18px;
    vertical-align: middle;
}

.pl-assist div strong {
    color: #996633;
}

.pl-assist div ul {
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
    border: 0 !important;
}

.pl-assist div ul li {
    list-style-type: none;
    padding: 0 0 0 33px;
    text-indent: 3px;
    font-size: 14px;
    border-left: solid 0px #FF6600;
    margin: 0 0 5px 0;
    text-align: left;
}

.pl-assist div ul li:before {
    font-family: FontAwesome;
    top: 0;
    margin: 0 10px 0 -33px;
    content: "\f00c";
    color: #192669;
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .pl-assist {
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }
    .pl-assist .pl-res {
        display: none;
    }
    .pl-assist .pl-res img {
        height: 50px;
        margin: 0 0 10px 0;
    }
    .pl-assist h5 {
        margin: 0 !important;
    }
    .pl-assist span {
        padding: 0 0 15px 0 !important;
    }
    .pl-assist div {
        width: auto;
        font-size: 22px;
        vertical-align: middle;
    }
    .pl-assist div img {
        height: 100px;
    }
    .pl-assist div ul li {
        text-align: left;
        padding: 0 0 0 27px;
        text-indent: 3px;
        font-size: 11px;
        border-left: solid 0px #FF6600;
        margin: 0 0 0px 0;
        text-align: left;
        line-height: normal;
    }
    .pl-assist div ul li:before {
        font-family: FontAwesome;
        top: 0;
        margin: 0 10px 0 -27px;
        content: "\f00c";
        color: #192669;
        font-size: 14px;
    }
}

.modal-lg {
    max-width: 730px !important;
}

.modal-content {
    background-image: linear-gradient(180deg, #fff 0%, #eff4fd 100%);
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .2) !important;
    border-radius: 10px !important;
    outline: 0;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, .25);
}

.modal-header {
    display: block !important;
    padding: 1rem 2rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-content h2 {
    color: #00225f  !important;
    font-size: 20px !important;
    margin: 0 0 10px 0 !important;
}

.modal-content h3 {
    font-size: 18px !important;
    margin: 0 0 10px 0 !important;
}

.modal-header img {
    float: left;
    height: 70px;
    width: auto;
    max-width: 150px;
    border: solid 5px #e1e1e1;
    margin: 0 20px 0 0;
}

.modal-content h3 {
    color: #111 !important;
    font-size: 18px !important;
    margin: 0 !important;
}

.modal-content h5 {
    color: #cf9902 !important;
    font-size: 20px !important;
    letter-spacing: 1px;
}

.modal-content h6 {
    font-style: normal;
    color: #999 !important;
    font-size: 16px !important;
    margin: 0 !important;
    white-space: nowrap;
    font-style: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-content .close {
    width: 34px;
    height: 34px;
    line-height: 28px !important;
    text-align: center;
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -10px;
    background-color: #cf9902 !important;
    float: none !important;
    font-size: 2rem !important;
    font-weight: 400 !important;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 0px 0 #cf9902;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1;
    border-radius: 100%;
    border: solid 2px #cf9902;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.modal-content .close:hover {
    opacity: 1 !important;
}

.modal-body {
    padding: 0 !important;
}

.modal .modal-body .mb-inner {
    padding: 0;
}

.modal .pop-logo {
    text-align: center;
}

.modal .pop-logo img {
    height: 50px;
    margin: 10px 0 !important;
}

.modal .m-banner {
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
    padding-top: 150%;
    width: 100%;
    overflow: hidden;
    border-radius: 9px 0 0 9px;
}

.modal .m-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.modal .m-icons {
    text-align: center;
    font-size: 12px;
    background-color: #eaf7f4;
    border-radius: 0 10px 10px 0;
    padding: 10px;
}

.modal .m-icons img {
    width: 42px;
    height: auto;
}

.modal .modal-strip {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-top: solid 1px #eee;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    line-height: normal;
}

.modal .modal-strip a {
    color: #111;
}

.modal-footer {
    position: relative;
    display: block !important;
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
}

.modal-footer .form-cont {
    font-size: 11px;
    text-align: center;
    line-height: normal;
    border-top: solid 0px #00c194;
    color: #111 !important;
    padding: 0;
    text-transform: uppercase;
}

.modal-footer .form-cont img {
    width: 32px !important;
    height: auto !important;
    margin: 0 0 10px 0 !important;
    float: none !important;
}

.modal-footer img.car {
    display: none;
    width: auto !important;
    height: 80px !important;
    position: absolute !important;
    top: -90px;
    right: 1rem;
}

@media screen and (max-width: 768px) {
    .modal .modal-body .mb-inner {
        padding: 0px !important;
    }
    .modal-header {
        display: block !important;
        padding: 1rem 1rem !important;
    }
    .modal-header img {
        float: left;
        height: 70px;
        width: auto;
        max-width: 140px;
        border: solid 3px #c6dc93;
        margin: 0 10px 0 0;
    }
    .modal-header h3 {
        color: #fff !important;
        font-size: 14px !important;
    }
    .modal-header h6 {
        font-style: normal;
        color: #c6dc93 !important;
        font-size: 12px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .modal-footer .form-cont {
        font-size: 10px;
        text-align: center;
        line-height: normal;
        border-top: solid 0px #00c194;
        color: #fff !important;
        padding: 0;
        text-transform: capitalize;
    }
    .modal-dialog {
        margin: 1rem !important;
    }
    .modal-footer img.car {
        width: auto !important;
        height: 60px !important;
        position: absolute !important;
        top: -70px;
        right: 0;
    }
    .modal .m-banner {
        padding-top: 40%;
        width: 100%;
        overflow: hidden;
        border-radius: 9px 9px 0 0;
    }
    .modal .m-banner img {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        width: 100%;
        height: auto;
    }
}

.left-fix {
    display: none;
    position: fixed;
    left: 0;
    z-index: 2001;
    top: 50%;
    width: auto;
    text-align: center;
    background-color: #192669;
    padding: 2px 2px 2px 0;
}

.left-fix a {
    color: #fff;
    text-decoration: none;
    background-color: #192669;
    display: inline-block;
    display: block;
}

.left-fix a:hover,
.left-fix a:visited,
.left-fix a:active {
    color: #fff !important;
    text-decoration: none !important;
}

.left-fix a.share {
    float: left;
    width: 35px;
    background-color: #ed5728;
}

.left-fix i {
    color: #fff;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.builder-logo {}

.builder-logo li {
    float: left;
    width: 14.66%;
    padding: .5%;
    margin: .5%;
    list-style: none;
    overflow: hidden;
    text-align: center;
    box-shadow: inset 0px 0px 0px 1px #ddd;
}

.builder-logo li img {
    width: auto;
    max-width: 100%;
    height: 70px;
}

@media screen and (max-width: 980px) {
    .builder-logo {}
    .builder-logo li {
        float: left;
        width: 23%;
        padding: .5%;
        margin: .5%;
        list-style: none;
        overflow: hidden;
        text-align: center;
        box-shadow: inset 0px 0px 0px 1px #ddd;
    }
    .builder-logo li img {
        width: auto;
        max-width: 100%;
        height: 70px;
    }
}

@media screen and (max-width: 768px) {
    .builder-logo {}
    .builder-logo li {
        float: left;
        width: 31.33%;
        padding: .5%;
        margin: .5%;
        list-style: none;
        overflow: hidden;
        text-align: center;
        box-shadow: inset 0px 0px 0px 1px #ddd;
    }
    .builder-logo li img {
        width: auto;
        max-width: 100%;
        height: 70px;
    }
}

@media screen and (max-width: 480px) {
    .builder-logo {}
    .builder-logo li {
        float: left;
        width: 48%;
        padding: .5%;
        margin: .5%;
        list-style: none;
        overflow: hidden;
        text-align: center;
        box-shadow: inset 0px 0px 0px 1px #ddd;
    }

    .builder-logo li img {
        width: auto;
        max-width: 100%;
        height: 70px;
    }
}

ul.breadcrumb {
    padding: 15px 0 0 0;
    list-style: none;
    background-color: transparent;
}

ul.breadcrumb li {
    display: inline;
    font-size: .8rem;
    color: rgba(0, 0, 0, .6);
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: rgba(0, 0, 0, 6);
    content: "/\00a0";
}

@media screen and (max-width: 370px) {
    ul.breadcrumb li {
        display: inline;
        font-size: .7rem;
    }
    ul.breadcrumb li+li:before {
        padding: 8px 0 8px 2px;
        content: "/\00a0";
    }
}

ul.breadcrumb li a {
    color: rgba(0, 0, 0, .9);
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: rgba(0, 0, 0, .6);
    text-decoration: underline;
}



.detail-banner ul.breadcrumb {
    padding: 15px 0 0 0;
    list-style: none;
    background-color: transparent;
}

.detail-banner ul.breadcrumb li {
    display: inline;
    font-size: .8rem;
    color: rgba(255, 255, 255, .6);
}

.detail-banner ul.breadcrumb li+li:before {
    padding: 8px;
    color: rgba(255, 255, 255,.8);
    content: "/\00a0";
}

@media screen and (max-width: 480px) {
    .detail-banner ul.breadcrumb li {
        display: inline;
        font-size: .7rem;
    }
    .detail-banner ul.breadcrumb li+li:before {
        padding: 8px 0 8px 2px;
        content: "/\00a0";
    }
    .detail-banner .overlay h1 {
  color: #fff !important;
  font-size: 24px !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,1);
}
}

.detail-banner ul.breadcrumb li a {
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
}

.detail-banner ul.breadcrumb li a:hover {
    color: rgba(255, 255, 255, .6);
    text-decoration: underline;
}


.dynamic ul {
    margin: 0 0 0 25px!important;
}

.dynamic ul li {
    text-decoration: none;
    text-align: left;
}
.dynamic ul li a{
    color:#212529!important;
}

.dynamic p a{
    color:#cf9902!important;
}



.dynamic ol {
    margin: 0 0 0 35px !important;
}

.dynamic ol li {
    text-decoration: none;
    text-align: left;
}
.dynamic ol li a{
    color:#212529!important;
}

.dynamic p,
.dynamic div {
    text-align: justify;
}

.news {}

.news li {
    list-style: none;
    margin: 0 0 15px 0;
}

.news li a {
    display: block;
    border: solid 1px #ccc;
    padding: 10px;
    color: #666;
}

.news li a:hover {
    background-color: #f9f9f9;
}

.amenities {
    margin: 0 !important;
}

.amenities:before,
.amenities:after {
    display: table;
    content: "";
}

.amenities:after {
    clear: both;
}

.amenities li {
    list-style-type: none;
    margin: 10px 0;
    text-align: center !important;
    float: left;
    width: 20%;
    line-height: normal;
    font-size: 12px;
    color: #333;
}

.amenities li div {
    display: block;
    margin: 5px auto;
    text-align: center !important;
    clear: both;
}

.amenities li div img {
    height: 42px;
    display: block;
    margin: 0 auto;
}

.amenity-icon {
    text-align: center;
}

.amenity-icon img {
    height: 32px;
}

.downloads {
    margin: 0 !important;
    width: 100%;
}

.downloads:before,
.downloads:after {
    display: table;
    content: "";
}

.downloads:after {
    clear: both;
}

.downloads li {
    float: left;
    width: 48%;
    list-style-type: none;
    text-indent: 0 !important;
    margin: 8px 2% 8px 0;
    line-height: normal;
    color: #111;
    box-shadow: 0px 4px 5px -5px #cf9902;
}

.downloads li a {
    border: solid 1px #ebebeb;
    border-left: solid 3px #cf9902;
    color: #111;
    padding: 10px;
    display: block;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.downloads li a:hover {
    color: #cf9902;
    border-left: solid 10px #cf9902;
}

.downloads li i {
    color: #1f316e;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 992px) {
    .amenities li {
        margin: 20px 0;
        width: 16.66%;
    }
    .downloads li {
        float: left;
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .amenities li {
        margin: 10px 0;
        width: 25%;
        font-size: 11px;
    }
    .downloads li {
        width: 48%;
        margin: 8px 2% 8px 0;
    }
}

@media screen and (max-width: 480px) {
    .amenities li {
        width: 50%;
    }
    .downloads li {
        width: 100%;
        margin: 8px 0 8px 0;
    }
}

.box2 {
    text-align: justify;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
    background-image: url(../images/box2.gif);
    background-repeat: repeat-x;
    background-position: left top;
    padding: 5px;
    color: #333333;
    text-decoration: none;
    display: block;
}

.box2:hover {
    background-color: #F5F5F5;
    background-image: none;
    text-decoration: none;
}

.box2 h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #073963;
    margin-bottom: 15px;

}

.box1 {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: auto;
    margin: 15px 0 !important;
    padding: 20px;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.09);
    display: table;
}

.box1 img {
  height: 58px;
  float: left;
  margin: 0 10px 0 0;
}
.box1 h4 {
  font-size: 16px !important;
  color: #000 !important;
    margin: 10px 0 0 0!important;
}
.box1 p {
    font-size: 80%;
  line-height: 1.5;
    text-align: left;
    margin:0!important;
}

.box4 {
    background-image: url(../images/box4.gif);
    background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    background-color: #f2f2f2;
    margin-top: 10px;
    color: #333333;
}

.h-program{
    position: relative;
    width: 100%;
    border-radius:5px;
    overflow:hidden;
}
.h-program .img-large{
    position:relative;
    width:100%;
    height: auto;
    overflow:hidden;    
}
.h-program .img-large img{
    width:100%;
    border-radius:5px;
    height:auto;
}
.h-program .hp-text {
   position:  absolute;
   z-index:1;
    width: 100%;
   top: auto;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: left;
   padding:80px 15px 15px 15px;
   color:#fff!important;
   text-shadow:1px 1px 3px rgba(0,0,0,.2);
   background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,.5), rgba(0,0,0,0));
}
.h-program .hp-text h3{ 
    font-size:20px!important;
    margin: 0!important;
    padding: 0!important;
    color:#fff !important;
    text-shadow:1px 1px 3px rgba(0,0,0,.3);
}
.h-program .hp-text h3 a{
    color:#fff !important;
}
.h-program .hp-text p{
    margin: 0;
    padding: 0;
}
.h-program .hp-text ul{
    display:table;
    width:100%;
    list-style:none;
    padding:0!important;
    margin:0!important;
}
.h-program .hp-text ul li{
    display:inline-block;
    width:19%;

    margin:0 1% 0 0;
    padding:0 1% 0 0;
    vertical-align:top;
    line-height:1.2;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
}
.h-program .hp-text ul li img{
    width:52px;
    height:auto;
    margin:0 0 10px 0;
}



@media screen and (max-width: 768px) {
.h-program{ 
}
.h-program .img-large img{
    margin-left:0!important;
    width:100%!important;
    height:auto!important;
}
.h-program .hp-text {
   padding:20px!important;
   font-size:14px!important;
}
.h-program .hp-text h3{
    font-size:18px!important;
}
.h-program .hp-text ul li{
    width:32.3%;
    font-size:10px;
    font-weight:500;
}
.h-program .hp-text ul li img{
    width:42px;
    margin:0 0 5px 0;
}
}

@media screen and (max-width: 480px) {
.h-program{ 
}
.h-program .img-large img{
    width:auto;
    height:100%!important;
}
}


.property {}

.property ul {}

.property ul li {
    list-style: none;
    width: 23%;
    margin: 1%;
    float: left;
    text-align: center;
}

.property ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 15px;
    background-color: #fff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 10px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #82B441;
    border-left-color: #CCCCCC;
}

.property ul li a:hover {
    color: #fff;
    background-color: #82b441;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 10px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #82B441;
    border-right-color: #82B441;
    border-bottom-color: #82B441;
    border-left-color: #82B441;
}

.property ul li a img {
    border-radius: 50%;
    width: 80px;
    height: auto;
    margin: 0 0 10px 0;
    padding: 3px;
    border: solid 1px #45515a;
    background-color: #fff;
}

.property ul li a p {
    height: 50px;
}

.property-list {
    font-size: 13px;
    margin: 0 0 20px 0;
}

.property-list strong {
    color: #00aec4;
}

.property-list a {
    display: block;
    border: solid 3px #fff;
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px;
    color: #666;
    text-decoration: none;
}

.property-list a:hover {
    background-color: #f9f9f9;
}

.property-list h5 {
    margin: 0 0 15px 0;
}

.property-list .pl-1 {
    float: left;
    width: 15%;
    margin: 0 1% 0 0;
}

.property-list .pl-1 img {
    width: 100%;
    height: auto;
}

.property-list .pl-2 {
    float: left;
    width: 30%;
    margin: 0 1% 0 0;
}

.property-list .pl-3 {
    float: left;
    width: 24%;
    margin: 0 1% 0 0;
}

.property-list .pl-4 {
    float: left;
    width: 28%;
}

@media screen and (max-width: 980px) {
    .property {}
    .property ul {}
    .property ul li {
        list-style: none;
        width: 48%;
        margin: 1%;
        float: left;
        text-align: center;
    }
    .property ul li a {
        padding: 3px;
    }
    .property ul li a img {
        border-radius: 50%;
        width: 30px;
        height: auto;
        margin: 0;
        padding: 3px;
        border: solid 1px #45515a;
        background-color: #fff;
    }
    .property ul li a p {
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .property {}
    .property ul {}
    .property ul li {
        list-style: none;
        width: 100%;
        margin: 0 0 10px 0;
        float: none;
        text-align: center;
    }
    .property ul li a {
        padding: 3px;
    }
    .property ul li a img {
        border-radius: 50%;
        width: 30px;
        height: auto;
        margin: 0;
        padding: 3px;
        border: solid 1px #45515a;
        background-color: #fff;
    }
    .property ul li a p {
        height: auto;
    }
    .property-list {
        font-size: 13px;
    }
    .property-list a {
        display: block;
        border: solid 3px #fff;
        box-shadow: 0px 0px 5px #ccc;
        padding: 10px;
        color: #666;
        text-decoration: none;
    }
    .property-list h5 {
        margin: 0 0 15px 0;
    }
    .property-list .pl-1 {
        float: left;
        width: 22%;
        margin: 0 3% 0 0;
    }
    .property-list .pl-1 img {
        width: 100%;
        height: auto;
    }
    .property-list .pl-2 {
        float: left;
        width: 35%;
        margin: 0 3% 0 0;
    }
    .property-list .pl-3 {
        float: left;
        width: 34%;
        margin: 0 3% 0 0;
    }
    .property-list .pl-4 {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .property {}
    .property ul {}
    .property ul li {
        list-style: none;
        width: 100%;
        margin: 0 0 10px 0;
        float: none;
        text-align: center;
    }
    .property ul li a {
        padding: 3px;
    }
    .property ul li a img {
        border-radius: 50%;
        width: 30px;
        height: auto;
        margin: 0;
        padding: 3px;
        border: solid 1px #45515a;
        background-color: #fff;
    }
    .property ul li a p {
        height: auto;
    }
    .property-list {
        font-size: 13px;
    }
    .property-list a {
        display: block;
        border: solid 3px #fff;
        box-shadow: 0px 0px 5px #ccc;
        padding: 10px;
        color: #666;
        text-decoration: none;
    }
    .property-list h5 {
        margin: 0 0 15px 0;
    }
    .property-list .pl-1 {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .property-list .pl-1 img {
        width: 100%;
        height: auto;
    }
    .property-list .pl-2 {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .property-list .pl-3 {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .property-list .pl-4 {
        float: none;
        width: 100%;
    }
}

.why-us {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.why-us .w-col {
    background-color: #fff;
    border-radius: 5px;
    height: auto;
    margin: 15px 0 !important;
    padding: 30px;
    box-shadow: 0 5px 30px 0 rgba(38, 41.99999999999998, 76, .15);
}

.why-us .w-img {}

.why-us img {
    width: 64px;
    margin: 0 0 10px 0;
}

.why-us h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 5px 0 !important;
    color: #00225f !important;
    text-transform: capitalize;
}

.why-us p {
    text-align: justify;
    margin-bottom: 0px;
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {}

.h-blogs {
    padding: 20px;
    border: solid 1px #eee;
    border-radius: 8px;
    background-color: #fff;
    width: 99%;
    height: auto;
    margin: 10px 5px 15px 5px;
    position: relative;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.h-blogs .hb-thumb {
    position: relative;
    background-color: #f9f9f9;
    padding-top: 60%;
    position: relative;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 10px 0;
}

.h-blogs .hb-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    margin: 0;
}

.h-blogs .date {
    display: inline-block;
    width: 140px;
    padding: 7px 16px;
    background-color: #cf9902;
    border-radius: 0 3px 3px 3px;
    overflow: hidden;
    color: #ffffff;
    position: absolute;
    top: -45px;
    z-index: 1;
}

.h-blogs .hb-th-cont {
    padding: 40px 0 0 0;
    text-align: left;
    position: relative;
}

.h-blogs .hb-th-cont h3 {
    font-size: 18px !important;
    height: 60px;
}

.h-blogs .hb-th-cont h3 a {
    color: #192669 !important;
}

@media screen and (max-width: 768px) {
    .h-blogs {
        padding: 8px;
    }
    .h-blogs .hb-th-cont h3 {
        font-size: 12px !important;
    }
    .h-blogs .hb-th-cont h6 {
        font-size: 12px !important;
    }
}

.blogs {
    width: 100%;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

.blogs.bl-detail {
    padding: 0px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0);
}
.blogs.bl-detail a{
    color:#cf9902  !important;
}

.blogs.bl-details {
    padding: 0px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0);
}
.blogs.bl-details a{
    color:#00225f !important;
}

.blogs .b-thumb {
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.blogs a b-thumb img {
    width: 100%;
    min-height: 200px;
    height: auto;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.blogs a:hover b-thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 1;
}

.blogs .b-th-cont {
    text-align: center;
    padding: 10px;
}

.blogs.b-detail {
    padding: 0;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0);
    margin: 0;
    border: solid 0px #fff;
}
.blogs h2:after{
    display:none;
}
.blogs h2{
    font-size: 18px!important;
    color: #192669!important;
    margin:0 0 10px 0!important;
    padding:0 0 0 0!important;
}
.blogs h2 a {
    font-size: 18px!important;
    color: #192669!important;
}

.blogs h3 a:hover {
    color: inherit !important;
}

.blogs .btn1 {
    margin-top: 15px;
}

.blogs h3 strong {
    font-size: 14px;
    margin-left: 15px;
}

.blogs h3 strong i {
    margin-right: 5px;
}

.blogs .b-thumb img {
    min-height: 200px;
    width: 100%;
    height: auto;
    margin: 0;
}

.blogs .btn4 {
    margin: 15px 0 0 0;
}



.modal-body ul.social:after {
    clear: both;
}

.blogs .blog-img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 20px 0 0 0;
}

.blogs .blog-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    border: solid 1px #ddd;
}

.blogs .img-tag {
    text-align: center;
    font-style: italic;
    color: #666;
    margin: 0 0 20px 0;
}

.blogs .blog-more-details {}

.blogs .blog-more-details span {
    margin: 0 10px 0 0;
    color: #666;
}

.blogs .blog-more-details span i {
    color: #cf9902;
    margin: 0 5px 0 0;
}

.blogs .blog-more-details span a {
    color: #666;
}

.blogs .blog-more-details .tags {}

.blogs .blog-more-details .tags strong {
    background-color: #eee;
    border-radius: 5px;
    padding: 5px 7px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 8px 8px 0;
}

@media screen and (max-width: 768px) {
    .blogs {
        width: 100%;
        background-color: #fff;
        padding: 25px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
        margin: 0 0 30px 0;
        font-size: 15px;
        line-height: 28px;
        font-weight: 400;
    }
    .blogs .b-thumb {
        float: none;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 0 10px 0;
    }
    .blogs a b-thumb img {
        width: 100%;
        min-heights: 200px;
        height: auto;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
    }
}

.testimonials{
    position: relative;
    margin: 10px 0 35px 0!important;
    border-radius: 5px;
    padding: 45px !important;
    background-color: #fff;
    border: solid 0px rgba(0,0,0,.1);
    box-shadow: 0 10px 31px 0 rgba(0,0,0,.09);
}
.testimonials .ti{
    
}
.testimonials .ti img.g-icon{
    float: right;
    height: 20px;
    width: 20px;
    
}
.testimonials .ti .t-img{
    position: relative;
    float: left;
    width: 50px!important;
    height: 50px!important;
    margin: 0 10px 0 0!important;
    border-radius: 100%!important;
}
.testimonials .ti .t-img img{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 50px;
    border-radius: 100%!important;
}
.testimonials .ti p{
    margin: 0 0 5px 0 !important;
    color: #666;
    font-size: 13px;
    line-height: 1.8;
}
.testimonials .ti i{
    color:#003375;
    font-size:36px;
}
.testimonials .ti h4{
    font-size: 14px!important;
    color:#666 !important;
}
.testimonials .ti h5{
    font-size: 16px!important;
    color:#06163e !important;
}
.testimonials .quote{
    position:absolute;
    z-index:1;
    right:0px;
    top:0;
    color:rgba(0,0,0,.1);
    font-size:45px;
    padding:10px;
}
.testimonials ul.ti-stars{  
    list-style: none;
    display: flex;
    margin: 10px 0 0 0!important;
    padding: 0!important;
    
}
.testimonials ul.ti-stars li{
    margin-right: 2px!important;
}
.testimonials ul.ti-stars li i{
    font-size: 16px;
    color: #f6bb06;
}

.pro-map {}

.pro-map iframe {
    width: 100% !important;
    height: 382px !important;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.maps {}

.maps li {
    list-style: none;
    float: left;
    width: 33.33%;
}

.maps li a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    background-image: url(../images/bullet1.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 5px 0 5px 20px;
    line-height: 25px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ar-img {
    position: relative;
    margin: 15px 0;
    display: flex;
}

.ar-img .l-img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 30px 0 rgba(38, 41.99999999999998, 76, .15);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    border: solid 2px #fff;
}

.ar-img.ar2 {
    padding-top: 92% !important;
}

.ar-img.arm {
    margin-top: 16%;
}

.ar-img a .ar-cont {
    position: relative;
    float: left;
    padding: 0 0 0 20px;
}

.ar-img a,
.ar-img a p {
    color: #111 !important;
}

.ar-img:hover a {}

.ar-img a h3 {
    font-size: 16px !important;
    color: #111 !important;
    margin: 10px 0 5px 0 !important;
}

.ar-img a .more2 {
    position: absolute;
    bottom: 10px;
}

@media screen and (max-width: 768px) {}

.img-r {
    float: right;
    margin: 0 0 0 15px;
}

.img-r img {
    width: auto;
    max-width: 230px;
    height: auto;
}

.img-l {
    float: left;
    margin: 0 25px 0 0;
    width: auto;
    max-width: 300px;
}

.ab-builder {
    float: right;
    margin: 0 0 0 20px;
    width: auto;
    height: auto;
    max-width: 300px;
}

@media screen and (max-width: 980px) {
    .ab-builder {
        width: auto;
        max-width: 100%;
        height: 50px;
        float: right;
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 980px) {
    .maps {}
    .maps li {
        list-style: none;
        float: left;
        width: 50%;
    }
    .maps li a {
        text-decoration: none;
    }
}

@media screen and (max-width: 480px) {
    .maps {}
    .maps li {
        list-style: none;
        float: none;
        width: 100%;
    }
    .maps li a {
        text-decoration: none;
    }
    .img-r {
        float: none;
        margin: 0;
    }
    .img-r img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

.page_nation {
    text-decoration: none;
    line-height: 25px;
}

.page_nation a {
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    border: 1px solid #333333;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #666666;
}

.page_nation {
    text-decoration: none;
    line-height: 25px;
}

::-webkit-input-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

@media screen and (max-width: 600px) {
    .auto-comp ::-webkit-input-placeholder {
        color: #999;
        font-size: 11px;
    }
    .auto-comp :-ms-input-placeholder {
        color: #999;
        font-size: 11px;
    }
    .auto-comp ::-moz-placeholder {
        color: #999;
        font-size: 11px;
        opacity: 1;
    }
    .auto-comp :-moz-placeholder {
        color: #999;
        font-size: 11px;
        opacity: 1;
    }
}




.rc-anchor {
    display: none !important;
}

.captcha {
    text-align: center;
    width: 227px !important;
    height: 57px !important;
    overflow: hidden;
    margin: 0 auto 1rem auto !important;
    display: inline-block !important;
}

.captcha .g-recaptcha {
    margin: 0 auto !important;
    display: inline-block !important;
}

#rc-imageselect {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.full-btn {
    width: 100% !important;
}

.btn-full {
    padding: 0 10px !important;
    width: 100% !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

@media screen and (max-width: 1120px) {
    a.anchor {
        display: block;
        position: relative;
        top: -100px;
        visibility: hidden;
    }
}

.point-img {
    width: 94%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin: 3%;
    box-shadow: 0 10px 22px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
}

.point-img img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    cursor: pointer;
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

a.more {
    float: right;
    right: 0;
    position: absolute;
    z-index: 1;
    font-weight: 600;
    padding: 0 0 0 0;
    color: #cf9902;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.more::after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700;
    content: "\f138";
    top: 0;
    right: 0;
    margin: 0 5px 0 5px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.more:hover {
    color: #cf9902;
}

a.more:hover::after {
    margin: 0 0 0 10px;
}

a.more2 {
    display: block;
    margin: 20px 0 0 0 !important;
    font-weight: 600;
    padding: 0 0 0 0;
    color: #cf9902;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.more2::after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 700;
    content: "\f138";
    top: 0;
    right: 0;
    margin: 0 5px 0 5px;
    color: #cf9902;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

a.more2:hover {
    color: #cf9902;
}

a.more2:hover::after {
    margin: 0 0 0 10px;
}

.btn1 {
    background-color: #cf9902 !important;
    display: inline-block;
    line-height: 44px;
    padding: 0 27px;
    color: #fff !important;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
}

.btn1 i {
    margin: 0 5px 0 0;
}

.btn1:hover {
    background-color: #cf9902 !important;
}

.btn2 {
    background-color: #cf9902;
    display: inline-block;
    line-height: 44px;
    padding: 0 30px;
    color: #fff !important;
    font-size: 16px;
    border: 0;
}

.btn2:hover {
    background-color: #192669;
}

.btn3 {
    background-color: #fff;
    display: inline-block;
    line-height: 44px;
    padding: 0 30px;
    color: #192669;
    font-size: 16px;
    font-weight: 600;
    border: 0;
}

.btn3:hover {
    background-color: #cf9902;
    color: #fff;
}

.btn4 {
    background: linear-gradient(45deg, #3e3ea5 0%, #cf9902 100%);
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 0;
    text-transform: uppercase;
    border-radius: 6px;
}

.btn4:hover {
    background: linear-gradient(45deg, #cf9902 0%, #3e3ea5 100%);
    color: #fff;
}

.button1 {
    background-color: #192669 !important;
    display: inline-block;
    line-height: 44px;
    padding: 0 25px;
    color: #fff !important;
    font-size: 13px;
    border: 0;
    border-radius: 5px;
}

.button {
    background-color: #192669;
    border: solid 0px #eee;
    display: block !important;
    line-height: 44px;
    padding: 0 27px;
    color: #fff !important;
    font-size: 14px;
    margin: -10px auto 10px auto;
    border-radius: 20px;
    text-transform: capitalize;
}

.btn-plus {
    float: right;
    right: 15px;
    position: absolute;
    z-index: 1;
    background-color: #cf9902 !important;
    display: inline-block;
    line-height: 44px;
    padding: 0 15px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    border-radius: 4px;
    vertical-align: middle;
}

.read-more {
    color: #cf9902;
    text-decoration: none;
    cursor: pointer;
}

.read-more {}

.btn-file {
    position: relative;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal !important;
    text-decoration: none;
    line-height: 44px;
    height: 44px;
    background-color: #FFF;
    cursor: pointer;
    color: #666;
    padding: 0 10px;
    border: solid 1px #ebebeb;
    margin: 0 0 10px 0;
    cursor: pointer;
}

.btn-file:hover {
    background-color: #ebebeb;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    background: #ddd;
    cursor: inherit;
    display: block;
}

.tbl1 {
    text-decoration: none;
    border: solid 1px rgba(0, 0, 0, .1);
}

.tbl1 td {
    text-align: center;
    padding: 5px;
    line-height: 1.5;
    text-decoration: none;
    font-size: 14px !important;
    border: solid 1px rgba(0, 0, 0, .1);
}

.tbl1 th {
    text-align: center;
    line-height: 1.5;
    padding: 5px;
    text-decoration: none;
    font-weight: 500 !important;
    border: solid 1px rgba(0, 0, 0, .1);
}

.tbl1 td a {
    background-color: #cf9902;
    display: inline-block;
    padding: 0px 15px;
    line-height: 30px;
    font-weight: 400 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    border-radius: 3px;
}

.tbl1 td a:hover {
    background-color: #111;
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    .tbl1 {
        text-decoration: none;
        font-size: 10px;
        line-height: normal;
    }
    .tbl1 td {
        padding: 5px 3px !important;
        text-decoration: none;
        background-color: #FFFFFF;
        font-size: 11px !important;
    }
    .tbl1 th {
        padding: 5px 3px !important;
        text-decoration: none;
    }
    .tbl1 td a {
        background-color: #cf9902;
        display: inline-block;
        padding: 0px 5px;
        line-height: 25px;
        font-weight: 400 !important;
        color: #fff !important;
        text-transform: capitalize;
        font-size: 11px;
        white-space: nowrap;
        margin: 0;
    }
}

.bottom_mar {
    text-align: left;
    background-image: url(../images/search_bg.gif);
    height: 71px;
    background-repeat: repeat-x;
    background-position: left top;
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-top: 10px;
}

.bottom_mar img {
    border: 1px solid #CCCCCC;
}

.bottom_mar a {
    color: #FFFFFF;
    text-decoration: none;
}

.browse-list {
    list-style: none;
}

.browse-list li {
    list-style: none;
}

.browse-list li a {
    display: block;
    border-radius: 5px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .1);
    color: #1a1a1a;
    margin: 15px 0;
    font-weight: 500;
    line-height: 47px;
    background-image: linear-gradient(0deg, #fff 0%, #f9f9f9 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.browse-list li a i {
    width: 40px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #cf9902;
    border-radius: 5px 0 0 5px;
    margin: 0 5px 0 0;
}

@media screen and (max-width: 992px) {
    .row.browse-list {
        margin-right: -8px;
        margin-left: -8px;
    }
    .browse-list .col-6,
    .browse-list .col-lg-2,
    .browse-list .col-md-4,
    .browse-list .col-sm-3 {
        padding-right: 8px;
        padding-left: 8px;
    }
    .browse-list li a {
        margin: 8px 0;
    }
}

.related-pro a {
    display: block;
    border: solid 1px #eeeeee;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
}

.related-pro a:hover {
    background-color: #f9f9f9;
}

.related-pro i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    border-radius: 50%;
    background-color: #cf9902;
    color: #fff;
    margin: 0 25px 0 0;
    text-align: center;
}

.related-pro h4 {
    font-size: 22px !important;
    margin: 0 0 !important;
    padding: 10px 0 !important;
    color: #192669 !important;
}

.location-box {
    width: 100%;
    border-radius: 20px!important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    background-color: #fff!important;
    padding: 0px;
    margin-top: -120px!important;
    overflow: hidden!important;
}

.feedback-box {
    width: 100%;
    padding: 0px;
    margin-top: -130px!important;
    overflow: hidden!important;
}

@media screen and (max-width: 768px) {
    .location-box {
        margin-top: -80px;
    }
    .pro-map iframe {
    width: 100% !important;
    height: 350px !important;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}
}

@media screen and (max-width: 768px) {
    .feedback-box {
        margin-top: -100px!important;
    }
}


.presence {
    background-color: #fff;
    text-align: left;
    display: block;
    border-top: solid 1px #f1f1f1;
    margin-top: 15px;
    padding-top: 15px;
}

.presence i {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    border-radius: 100%;
    background-color: #00225f;
    border: 1px solid rgba(0, 0, 0, .05);
    color: #fff;
    margin: 0 15px 0 0;
    text-align: center;
}

.presence h4 {
    font-size: 20px !important;
    margin: 0 0 !important;
    padding: 0 0 0px 0 !important;
    color: #cf9902 !important;
}

.presence h6 {
    font-size: 15px !important;
    line-height: 150% !important;
    color: #333 !important;
}

.presence h6 a {
    color: #333 !important;
}

.footer4 {
    padding: 0;
    box-shadow: 0px -1rem 1rem rgba(0, 0, 0, 0);
}

.footer4 h5 {
    margin: 0 0 1rem 0 !important;
}

.footer4 ul.awards {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.footer4 ul.awards li {
    display: inline-block;
    margin: 0 1rem 0 0;
    padding: 0 1rem 0 0;
    border-right: solid 1px rgba(0, 0, 0, .3);
}

.footer4 ul.awards li:last-child {
    border-right: solid 0px #fff;
}

.footer4 ul.awards li img {
    height: 60px;
    width: auto;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .footer4 ul.awards li {
        margin: 1%;
        width: 30.33%;
        padding: 10px;
        text-align: center;
        border: 0;
    }
    .footer4 ul.awards li img {
        height: 40px;
        width: auto;
        max-width: 100%;
    }
    .footer4 .social {
        text-align: center;
        margin: 1rem 0 0 0;
        float: none;
    }
}

.footer3 {
    background-color: #d3ddea;
    padding: 30px 0;
    box-shadow: 0px -1rem 1rem rgba(0, 0, 0, 0);
}

.footer3 a,
.footer3 span {
    text-align: left;
    color: #192669;
    font-size: 12px;
    line-height: 25px;
    padding: 10px 0;
    display: block;
}

.footer3 a:hover {
    color: #111 !important;
    text-decoration: none;
}

.footer3 a img,
.footer3 span img {
    float: left;
    color: #fff;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 10px 0 0;
}

.footer3 a strong,
.footer3 span strong {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 25px;
}

.footer3 span a {
    padding: 0;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    .footer3 .row .col-12 {
        border-bottom: solid 1px #ccc;
    }
    .footer3 .row .col-12:last-child {
        border-bottom: solid 0px #fff;
    }
    .footer3 a,
    .footer3 span {
        font-size: .8rem;
        line-height: 20px;
        padding: 10px 0;
    }
    .footer3 a strong {
        font-size: 16px;
        line-height: 20px;
    }
    .footer3 a img,
    .footer3 span img {
        float: left;
        color: #fff;
        width: auto;
        height: 40px;
        line-height: 40px;
        text-align: left;
        margin: 0 10px 0 0;
    }
}

.footer2 {    
    padding: 0 0;
    color: rgba(255, 255, 255, .8);
}

.footer2 h3 {
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0 0 10px 0 !important;
    margin: 20px 0 10px 0 !important;
    position: relative;
}

.footer2 h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    border-radius: 2px;
    background-color: #cf9902;
}

.footer2 h3 a {
    color: #fff !important;
}

.footer2 h3 i {
    width: 25px;
}

.footer2 ul {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: table;
}

.footer2 ul li {
    font-size: 14px;
    line-height: 1 !important;
    display: inline-block;
    list-style: none;
    padding: 0 5px 0 0;
    margin: 3px 5px 3px 0;
    position: relative;
    border-right: solid 1px #ccc;
}

.footer2 ul li:last-child {
    border-right: solid 0px #ccc;
}

.footer2 ul li i {
    font-size: 20px;
    margin: 0 10px 0 0;
}

.footer2 ul li a {
    color: rgba(255, 255, 255, .8);
}

.footer2 ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer2 .social, .blogs .social {
    width: 100%;
    text-align: left;
    margin: 1rem 0 0 0;
}

.footer2 .social ul, .blogs .social ul {
    width: 100% !important;
    display: table;
}

.footer2 .social ul li, .blogs .social ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0px 0 0 !important;
    border: 0;
    padding: 0 !important;
}


.footer2 .social ul li a i, .blogs .social ul li a i {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .8);
    border: solid 0px #0b5e2a;
    color: #fff;
}

.footer2 .social ul li a:hover i {
    border: solid 0px #0b5e2a;
    color: #fff;
}

.footer2 .social ul li a .fa-facebook-f, .blogs .social ul li a .fa-facebook-f{
    background-color: #143172;
}

.footer2 .social ul li a .fa-twitter, .blogs .social ul li a .fa-twitter{
    background-color: #38b2e1;
}

.footer2 .social ul li a .fa-linkedin-in, .blogs .social ul li a .fa-linkedin-in{
    background-color: #0a63bc;
}

.footer2 .social ul li a .fa-instagram {
    background-color: #9c2a95;
}

.footer2 .social ul li a .fa-youtube {
    background-color: #f30007;
}
.footer2 .social ul li a .fa-twitter, .blogs .social ul li a .fa-twitter{
    background-color: #00b2e5;
}
.footer2 .social ul li a .fa-whatsapp, .blogs .social ul li a .fa-whatsapp{
    background-color: #11a80b;
}



.call {
    font-size: 18px;
    border: solid 0px #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
    color: rgba(255, 255, 255, .7) !important;
    background-color: rgba(0, 0, 0, .2);
}

.call i {
    font-size: 58px;
    color: #fff;
    line-height: normal;
    float: left;
    margin: 0 10px 0 0;
}

.call a {
    text-indent: -5px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
}

.call a:hover {
    color: #cf9902;
}

.footer2 ul.awards {
    list-style: none;
    display: table;
    width: 100%;
    margin: 20px 0 !important;
    padding: 0;
}

.footer2 ul.awards li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    border-right: solid 0px #ccc;
}

.footer2 ul.awards li:last-child {
    border-right: solid 0px #fff;
}

.footer2 ul.awards li img {
    height: 60px;
    width: auto;
    border-radius: 5px;
}

footer {    
    padding: 10px 0;
    position: relative;
    font-size: 13px;
    text-align: center;
    margin: 0;
    color: rgba(255, 255, 255, .8);
}

footer a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
}

footer .copy {
    font-size: 9px;
    line-height: 1.5;
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .footer2 ul.awards li {}
    .footer2 ul.awards li img {
        height: 40px;
        width: auto;
        max-width: 100%;
    }
    footer {
        padding-bottom: 60px;
    }
}

.tt {
    position: relative;
    display: inline-block;
}

.tt strong {
    background-color: #e14000;
    color: #fff !important;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 13px !important;
    text-align: center;
    border-radius: 100%;
    text-transform: lowercase !important;
}

.tt .ttt {
    display: none;
    position: absolute;
    z-index: 1;
    top: -58px;
    left: -5px;
    background-color: #eee;
    border: solid 1px #eee;
    padding: 5px;
    border-radius: 5px;
    min-width: 150px;
    text-transform: lowercase !important;
    color: #111 !important;
}

.tt .ttt::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 12px;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #eee transparent transparent transparent;
}

.tt:hover .ttt {
    display: block;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    color: #192669 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
}

#fixme-bottom {
    position: fixed;
    z-index: 10000 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px;
}

#fixme-bottom .d-msg {
    width: 80%;
    background-color: #fff;
    position: static !important;
    height: auto;
    max-height: 60%;
    margin: 8% auto 0 auto;
    padding: 30px;
    text-align: justify;
    line-height: 24px;
    box-shadow: 0 0 0 25px rgba(0, 0, 0, .2);
    font-size: 13px !important;
    line-height: 22px !important;
}

#fixme-bottom .arb {
    background-color: #fff;
    width: 50px;
    height: auto;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    color: #F60;
    margin: -25px auto 0 -25px;
    display: inline-block;
    z-index: 222222222;
    position: absolute;
    left: 50%;
    border: solid 1px #ccc;
    border-bottom: 0;
    display: none;
}

#fixme-bottom .d-msg h3 {
    margin: 0 0 10px 0 !important;
    border-left: solid 3px #ccc;
    padding: 0 0 0 10px !important;
}

#fixme-bottom .d-msg .agree {
    background-color: #C30;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0 0 0;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #fixme-bottom {
        position: fixed;
        z-index: 10000 !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 700px !important;
        background-color: rgba(0, 0, 0, .5);
        padding: 10px;
    }
    #fixme-bottom .d-msg {
        overflow-y: scroll;
        width: 90%;
        margin: 15% auto 0 auto;
        box-shadow: 0 0 0 10px rgba(0, 0, 0, .2);
        padding-bottom: 50px;
    }
    #fixme-bottom .arb {
        display: block;
    }
    #fixme-bottom .d-msg .agree {
        margin: 15px 0 50px 0 !important;
        cursor: pointer;
    }
}

.right-fix {
    position: fixed;
    right: -67px;
    z-index: 999;
    top: 30%;
    width: 170px;
    text-align: center;
    background-color: #882626;
    transform: rotate(-90deg);
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400 !important;
}

.right-fix a {
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 35px;
    padding: 0 0;
}

.right-fix a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.right-fix i {
    color: #fff;
    font-size: 20px;
    background-color: #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.right-fix a:hover,
.right-fix a:visited,
.right-fix a:active {
    color: #fff !important;
    text-decoration: none !important;
}

.right-fix2 {
    position: fixed;
    right: -67px;
    z-index: 999;
    top: 60%;
    width: 170px;
    text-align: center;
    background-color: #d34519;
    transform: rotate(-90deg);
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400 !important;
}

.right-fix2 a {
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 35px;
    padding: 0 0;
}

.right-fix2 a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.right-fix2 i {
    color: #fff;
    font-size: 20px;
    background-color: #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.fix-call {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100000;
    width: 250px;
    text-align: right;
}

.fix-call span {
    display: none;
}

.fix-call a i {
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-color: #0b1018;
}

.fix-call a .fas fa-phone-volume {}

.fix-call a .fa-whatsapp {
    background-color: #39c83a;
}

.fix-call.common {
    display: block;
}

.fix-call.project {
    display: none;
}

@media screen and (max-width: 992px) {
    .fix-call {
        display: block;
    }
    .fix-call span {
        display: block;
    }
    .fix-call.common {
        display: block;
    }
    .fix-call.project {
        display: none;
    }
    .fix-call.property {
        display: none;
    }
    .fix-call.floor {
        display: none;
    }
    .fix-call.plot {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .right-fix {
        position: fixed;
        right: -65px;
        top: 30%;
        width: 150px;
        text-align: center;
        transform: rotate(-90deg);
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
    }
    .right-fix a {
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 20px;
        padding: 0 0;
    }
    .right-fix2 {
        position: fixed;
        right: -65px;
        top: 60%;
        width: 150px;
        text-align: center;
        transform: rotate(-90deg);
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
    }
    .right-fix2 a {
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 20px;
        padding: 0 0;
    }
    .fix-call {
        position: absolut;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
        background-image: linear-gradient(#f9f9f9, #eee) !important;
        background-color: transparent;
        text-align: center;
        padding: 0;
        box-shadow: 0px -3px 10px -3px rgba(0, 0, 0, .2) !important;
        text-align: center;
        display: table;
    }
    .fix-call a {
        color: #333 !important;
        font-size: 12px;
        display: inline-block;
        width: 24%;
        text-align: center;
        line-height: 25px;
        padding-top: 7px;
        padding-bottom: 8px;
        border-right: solid 1px #ddd;
    }
    .fix-call a:last-child {
        border-right: solid 0px #ddd;
    }
    .fix-call a.wa {}
    .fix-call a i {
        color: #192669 !important;
        font-size: 25px !important;
        display: block;
        margin: 0 auto;
        clear: both;
        width: auto;
        height: auto;
        line-height: 25px;
        border-radius: 0;
        background-color: transparent;
    }
    .fix-call a .fa-home {
        color: #333 !important;
    }
    .fix-call a .fas fa-phone-volume {
        color: #192669 !important;
    }
    .fix-call a .fa-whatsapp {
        color: #48a91f !important;
        font-size: 27px !important;
        background-color: transparent;
    }
    .fix-call a .fa-envelope-open {
        color: #cf9902 !important;
    }
}

#dots {
    display: inline-block;
}

#more {
    display: none;
}

#myBtn {
    display: block !important;
    margin: 4px 0;
}

.grecaptcha-badge {
    opacity: 0;
}
.looking-strip{
    position:relative;
    background-image: linear-gradient( 90deg, #fff0c3, #fff8e2, #fcfcfc) !important;
    padding:30px;
    width:100%;
    color:rgba(0,0,0,.9);
    margin:0 0 30px 0;
    border:solid 1px #fff0c3;
    border-radius:4px;
}
.looking-strip img{
    position:absolute;
    z-index:1;
    right:0px;
    bottom:0;
}
.looking-strip i{
    margin:8px 5px 0 0;
    float:left;
}
.looking-strip h4{
    color:#00c194!important;
    font-size:28px!important;
    margin:0!important;
    line-height:normal;
    font-family: 'ProximaNovaRegular'!important;
}
.looking-strip h6{
    color:#111!important;
    margin:0!important;
    line-height:normal!important;
    font-style:normal;
    font-size:20px!important;
}
@media screen and (max-width: 992px) {
.looking-strip{
    padding:20px;
    padding-right: 120px;

}
.looking-strip h4{
    font-size:22px!important;
}
.looking-strip h6{
    font-size:14px!important;
    margin-bottom: 10px!important;
}
}
@media screen and (max-width: 575px) {
.looking-strip{
    padding:20px;
    padding-right: 100px;

}
.looking-strip h4{
    font-size:20px!important;
}
.looking-strip h6{
    font-size:12px!important;
    padding-right: 40px;
}
.looking-strip img{ 
    height: 100px;
}
}
.blink-soft {
  animation: pulseBlink 1.5s ease-in-out infinite;
}

@keyframes pulseBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}