@import 'https://fonts.googleapis.com/css?family=Montserrat';
/****************** GENERAL ******************/
body {
    /*padding-top: 133px;*/
    font-family: "Open Sans";
}
body#page-1 {
    padding: 0;
}
/*body:not(#page-1) {*/
/*    background: url("/web/20250724053038im_/http://www.hotelkusumpalace.com/templates/default/images/page-header.jpg") no-repeat center 0;*/
   
/*}*/
.about_section {
    background-color: #efe9e4;
        padding: 10em 1em 3em 1em;
}
.pt100{
    padding-top:100px;
}
 
.about_section .col-sm-8{
  padding-left:0px;  
}
.banner_bg{
  background-image: url();
    padding: 50px 0px;
}
.mt50{
    padding-top:50px;
}
.about_cont.text-overflow.mt50 {
    padding: 45px;
}
.about_cont h3 {
    font-size: 26px;
    color: #333;
    font-weight: 900;
}
.about_cont p{
    font-size:18px;
    text-align: justify;
}
.text-center{
  text-align:center;    
}
.about_content p{
   line-height: 28px;
    font-size: 22px;
    color: #7a584e; 
}
@media(max-width: 991px){
    body {
        padding-top: 80px;
    }
}
h1, h2, h3, .h1, .h2, .h3, .widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto";
}
h1, .h1 {
    letter-spacing: 1px;
    word-spacing: 4px;
}
h3, .h3, .widget-title {
    font-size: 18px;
    margin-top: 0;
}
/****************** HEADERS ******************/
header, header * {
    transition: all 0.3s;
}
.navbar-header {
    /*float: none;*/
}
.navbar-brand,
.fixed .navbar-brand {
    display: block;
    height: auto;
    padding: 10px 0;
    width: auto;
    margin: 0;
    text-align: left;
    clear: none;
}
@media (max-width: 1199px) {
    .navbar-brand img {
        max-height: 90px;
    }
}
@media (min-width: 1200px) {
    .navbar-brand img {
        max-height: 80px;
    }
}
@media (min-width: 992px) {
    body:not(#page-1) header:not(.fixed) .navbar-brand img {
        max-height: 105px;
    }
    #mainMenu, #secondMenu {
        margin-top: 30px;
    }
    #page-1 header:not(.fixed) .navbar-brand {
        float: none;
        margin: 0px auto 0 auto;
        text-align: center;
        clear: both;
        width: 180px;
    }
}
.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
    font-family: "Montserrat";
}
.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 0;
}
.nav > li > a {
    padding-left: 0;
    padding-right: 0;
}
.nav > li.primary {
    padding-left: 15px;
    padding-right: 15px;
}
.nav > li.primary.btn-nav {
    padding-right: 0;
}
ul.navbar-nav > li.primary > a.firstLevel {
    text-transform: uppercase;
    padding-bottom: 0;
    line-height: 34px;
    font-size: 15px;
}
.about_text p{
    text-align:justify;
}
@media (min-width: 1500px) {
    ul.navbar-nav > li.primary > a.firstLevel {
        letter-spacing: 2px;
    }
}
@media (min-width: 992px) and (max-width: 1040px) {
    .nav > li:not(.btn-nav){
        padding-left: 8px;
        padding-right: 8px;
    }
}
.page-header h1, .page-header p.h1 {
    font-size: 29px;
}
#mainMenu, #secondMenu {
    text-align: left;
    float: right;
}
body[dir="rtl"] #mainMenu,
body[dir="rtl"] #secondMenu {
    text-align: right;
    float: left;
}
#page-1 #mainMenu {
    text-align: center;
}
#mainMenu,
#mainMenu .navbar-nav,
#secondMenu,
#secondMenu .navbar-nav {
    position: relative;
    z-index: 1;
    bottom: 0;
}
@media (max-width: 991px) {
    #page-1 .navbar-brand {
        display: block;
        height: auto;
        padding: 10px 0;
        width: auto;
        margin: 0;
        text-align: left;
        clear: none;
    }
    .navbar-brand img,
    .fixed .navbar-brand img,
    #page-1 .navbar-brand img,
    #page-1 .fixed .navbar-brand img {
        max-height: 60px;
        margin: 0;
    }
    #mainMenu {
        position: absolute;
        top: 80px;
        width: 100%;
        margin-top: 0;
        border-top: none;
        overflow: visible;
        float: none;
        left: 15px;
    }
    #secondMenu {
        top: 16px;
    }
    #secondMenu .navbar-nav,
    #mainMenu .navbar-nav {
        display: block;
    }
    #mainMenu .navbar-nav li:last-child {
        border-bottom: none;
    }
    ul.navbar-nav > li.primary > a.firstLevel.active, ul.navbar-nav > li.primary > a.firstLevel:hover, ul.navbar-nav > li.primary > a.firstLevel:focus {
        border-bottom: none;
    }
	#secondMenu .navbar-nav>li {
		float: right;
	}
}
.navbar-nav .open .dropdown-menu {
    position: absolute;
    margin: 2px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
ul.navbar-nav > li.primary .dropdown > a,
ul.navbar-nav > li.primary .dropdown {
    line-height: 32px;
}
ul.navbar-nav > li.primary .dropdown-menu {
    max-width: 320px;
    width: auto;
    white-space: nowrap;
    top: 35px;
}
.dropdown-menu-right {
    float: right !important;
    right: 0;
    left: auto !important;
}
ul.navbar-nav > li.primary .dropdown-menu li a {
    line-height: 12px;
    font-weight: 400;
}
#secondMenu .searchWrapper {
    margin: 0;
}
#secondMenu .searchWrapper .form-control {
    width: 160px;
}
#secondMenu .searchWrapper .form-control, #secondMenu .searchWrapper button {
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
}
.navbar-fixed-top.fixed {
    z-index: 1031;
}
/***************** BOOTSTRAP *****************/
.btn {
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    border-radius: 0;
}
/*.btn:not(.btn-sm) {*/
/*    padding: 5px 18px;*/
/*}*/
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-radius: 0;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 36px;
}
body:not(body[dir="rtl"]).input-group .form-control {
    border-left: 0;
}
body[dir="rtl"].input-group .form-control {
    border-right: 0;
}
.form-control {
    height: 52px;
    padding: 18px;
}
select.form-control {
    padding: 13px 18px;
}
.input-group-addon {
    vertical-align: top;
    padding: 18px;
}
.btn-number {
    padding: 2px;
}
.input-number {
    padding: 2px;
    height: 34px;
    text-align: center;
}
label small {
    font-weight: 400;
}
/*************** ROYAL SLIDER ****************/
#sliderContainer {
    position: relative;
}
 
   .main_sliderlayer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
   
}
.fullSized.royalSlider {
    height: 900px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.royalSlider .infoBlock {
    top: 30%;
    max-width: 735px;
    
}
.royalSlider .infoBlock h1 {
    font-size: 36px;
}
.royalSlider .infoBlock h2 {
    font-size: 36px;
    font-weight: 900;
    text-transform: none;
    line-height: 45px;
}
.w-100{
    max-width:100%;
}
.pb-3, .py-3 {
    padding-bottom: 2rem!important;
}
@media (max-width: 991px) {
    .royalSlider .infoBlock h1 {
        font-size: 30px;
    }
    .royalSlider .infoBlock h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .royalSlider .infoBlock {
        top: 20%;
    }
    .royalSlider .infoBlock h1 {
        font-size: 24px;
    }
    .royalSlider .infoBlock h2 {
        font-size: 22px;
    }
}
/************** BOOKING SEARCH ***************/
.booking-search {
    padding: 0 8px;
}
.booking-search [class^="col-"] {
    padding: 1px!important;
    margin: 0!important;
}
#search-home-wrapper {
    position: relative;
    z-index: 1030;
    top: 0%;
    width: 97.5%;
    right: 0%;
}
@media (max-width: 991px) {
    #search-home-wrapper {
        bottom: 7%;
        top: auto;
        z-index: 900;
    }
}
#search-home {
    padding: 7px 12px;
    border-radius: 4px;
}
#search-page .container {
    padding: 30px;
}
.booking-search .input-wrapper {
    width: 100%;
    height: 52px;
    display: table;
}
.booking-search .input-wrapper svg {
    display: table-cell;
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding: 0 16px;
}
.booking-search .form-control {
    height: 52px;
}
.booking-search .form-group {
    padding: 0px!important;
    margin: 0!important;
}
.booking-search .btn {
    line-height: 2;
}
.booking-search .input-wrapper .input-group {
    display: table-cell;
    height: 42px;
}
.booking-search .selectpicker  {
    display: none!important;
}
.booking-search .btn-primary {
    font-weight: bold;
}
.about_content h3{
   color:#000; 
       color: #000;
    font-weight: 900;
    font-size: 30px;
}
.about_content p{
    color:#000;
    text-align:center;
    font-size: 16px;
}
.d-none{
    display:none!important;
}
@media (max-width: 767px) {
    .booking-search .form-control,
    .booking-search .input-wrapper {
        height: 42px;
    }
    .booking-search .input-wrapper .form-control:not(.bootstrap-select),
    .booking-search .input-group-addon {
        padding: 12px;
    }
    .booking-search .input-wrapper .form-control,
    .booking-search .input-wrapper svg {
        height: 41px;
    }
    .booking-search .input-wrapper svg {
        line-height: 41px;
    }
    .booking-search .btn {
        height: 42px;
        line-height: 20px;
    }
}
.datepicker-wrapper .fa-long-arrow-right {
    width: 50px;
}
.booking-search .alert-danger {
    padding: initial;
}
.booking-search .alert-danger .field-notice {
    text-align: right;
}
.ui-datepicker {
    z-index: 9999!important;
}
.jquery-live-search {
    z-index: 1035;
    padding: 5px 0;
    margin-top: 4px;
    border-radius: 4px;
    max-width: 320px;
    width: auto!important;
}
.jquery-live-search a {
    display: block;
    padding: 3px 20px;
    line-height: 1.5;
    white-space: nowrap;
}
/************ ISOTOPE / PORTFOLIO ************/
.isotopeInner {
	border-radius: 6px;
}
.isotopeContent {
    padding: 20px;
}
.isotopeContent p,
.isotopeContent h3,
.isotopeContent h4 {
    text-align: center;
}
.isotopeContent h3 {
    font-size: 20px;
    margin-top: 0;
    color:#000;
}
/******************* FOOTER ******************/
footer {
    position: relative;
    z-index: 100;
    background-color: #300000;
    /* background: url("/web/20250724053038im_/http://www.hotelkusumpalace.com/templates/default/images/footer.jpg") no-repeat center 0; */
}
footer:before {
    background-color: #1e1e1e;
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.widget-title:after {
    width: 40px;
    height: 2px;
    background: #01ba7c;
    display: block;
    margin-top: 13px; 
}
footer h3, footer .widget-title {
    margin-bottom: 40px;
}
ul.list_footer {
    list-style-type: disclosure-closed;
    line-height: 30px;
}
.list_footer li{
    
}
@media(min-width: 768px){
    footer .widget.footer-form {
        width: 66.6667%;
    }
}
/*************** MISCELLANEOUS ***************/
#content h1 {
    font-size: 28px;
}
#content h2 {
    font-size: 22px;
}
aside h3 {
    font-size: 16px;
}
aside h4 {
    font-size: 14px;
}
.more-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
}
.more-content h3 {
    position: relative;
    top: 36%;
    z-index: 1;
    font-weight: 200;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    text-transform: none;
}
.more-link:hover .more-content h3 {
    font-size: 20px;
    top: 18%;
}
.more-content .more-descr {
    position: absolute;
    bottom: 20px;
    right: -15px;
    z-index: 1;
    line-height: 20px;
    font-weight: 200;
    font-size: 18px;
    padding: 10px;
    text-transform: none;
}
.more-link:hover .more-content .more-descr {
    bottom: 60px;
    right: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease, background 0s;
            transition: all 0.3s ease, background 0s;
}
.more-content .more-descr .price span {
    font-size: 20px;
}
.text-overflow {
    min-height: 108px;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}
.more-btn {
    /*position: absolute;*/
    bottom: 0;
    padding-top: 60px;
    width: 100%;
    /*height: 112px;*/
    text-align: center;
}
.articleFocus h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.boxed {
    padding: 20px;
    border-radius: 6px;
}
.img-container {
    border-radius: 0;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
/************* BOOKING RESULTS ***************/
.booking-summary big,
.booking-summary p.lead {
    font-size: 20px;
}
.facility-icon {
    border-radius: 5px;
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 5px;
    width: 31px;
    height: 31px;
    text-align: center;
}
.facility-icon a {
    display: block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    float: left;
}
.facility-icon img {
    width: 19px;
    height: 19px;
    display: block;
    opacity: 0.7;
}
.booking-result {
    position: relative;
    padding-bottom: 0;
}
.booking-result > .row:first-child {
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
    overflow: hidden;
    border-radius: 6px;
}
.booking-result:has(> .row:has(> .collapse.in)) .img-container {
	border-bottom-left-radius: 0;
}
.booking-result > .row:first-child > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}
.booking-result > .row:first-child > [class*="col-"]:first-child {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    .booking-result > .sep {
        height: 245px;
    }
}
@media (max-width: 991px) {
    .booking-result .img-container.medium {
        margin-bottom: 10px;
    }
}
.booking-result .btn-danger,
.booking-result .btn-default {
    text-transform: none;
}
.booking-result .btn-toggle {
    text-align: center;
    font-size: 30px;
    display: block;
    line-height: 20px;
    cursor: pointer;
}
.booking-result .btn-toggle:not(.collapsed) i::before {
    content: "ï„†";
}
.booking-result .boxed {
    z-index: 1;
}
.rating-xs {
    font-size: 1.5em;
}
.room-result .img-container {
    height: 200px;
}
.img-container,
.hb-calendar:not(.loaded) {
    background: rgba(0, 0, 0, 0) url("http://www.hotelkusumpalace.com/templates/default/images/loading.gif") no-repeat scroll center center;
}
@media (min-width: 768px){
    .activity-result .sep {
        display: table;
    }
    .checkbox-container {
        display: table-cell;
        vertical-align: middle;
    }
}
.checkbox-container {
    width: 30px;
    height: 30px;
    margin: 10px auto;
}
.checkbox-icon {
    border-radius: 50%;
    cursor: pointer;
    font-weight: normal;
    height: 30px;
    margin: 0;
    padding: 2px;
    width: 30px;
}
.activity-result .checkbox-icon:before {
    content: "ï„‘";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    height: 100%;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.booking-result .legend {
    padding: 6px 8px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.activity-result .amount {
    font-size: 22px;
}
.activity-result .hb-day.hb-d-free {
    cursor: pointer;
}
.input-group-sm select.form-control,
.input-group-sm .input-group-addon {
    padding: 5px 6px;
}
.session-date-input {
    display: none;
}
.session-date-caption {
    padding: 5px 8px;
    cursor: pointer;
    font-weight: normal;
}
@media(max-width: 767px){
    .activity-data {
        display: none;
    }
    .activity-result.active .activity-data {
        display: block;
    }
}
@media(min-width: 768px){
    .activity-data {
        visibility: hidden;
    }
    .activity-result.active .activity-data {
        visibility: visible;
    }
}
.price span {
    font-weight: 600;
    font-size: 26px;
}
.isotopeContent .price span {
    font-size: 20px;
    color:#000;
}
#booking-breadcrumb {
    text-align: center;
}
#booking-breadcrumb .breadcrumb-item {
    padding: 20px;
}
#booking-breadcrumb span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}
#booking-breadcrumb svg {
    width: 40px;
    height: 40px;
}
/*********** LOG IN / SIGN UP FORMS **********/
a.fblogin {
    font-weight: bold;
}
#user-popup {
    max-width: 450px;
}
/**************** PAYMENT  FORM ***************/
button[name="payment_type"] {
    min-width: 160px;
    padding: 20px;
    line-height: 1.5;
    min-height: 130px;
}
button[name="payment_type"] svg {
    height: 40px!important;
    width: 40px!important;
}
/************** ADVANCED FILTERS *************/
.nouislider-wrapper {
	margin: 15px 10px 0 10px;
    text-align: center;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    border-radius: 10px;
    top: -5px;
}
.noUi-handle:before, .noUi-handle:after {
	display: none;
}
.noUi-connect {
	box-shadow: none;
}
.noUi-horizontal {
    height: 10px;
}
input.slider-target {
	margin-top: 10px;
}
#search-page .control-label {
    margin-top: 10px!important;
}
/*************** WEATHER WIDGET **************/
.simple-weather i[class^="w-icon-"] {
    font-size: 78px;
}
.simple-weather .temp {
    font-weight: 600;
    font-size: 32px;
    font-family: Montserrat;
}
/**************** BOOKING CART ***************/
#booking-cart {
    position: fixed;
    top: 85px;
    right: 15px;
    z-index: 1050;
    opacity: 0.8;
    background: #212121;
    color: #fff;
}
#booking-cart:hover {
    opacity: 1;
}
#booking-cart .img-container {
    margin-right: 15px;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(http://www.hotelkusumpalace.com/templates/default/css/img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/
.thumb_image img{
    border-radius: 10px;
}
.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(images/testimonials.jpg);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/
.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background:#300000;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
				margin-bottom:80px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1!important;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    transform-style: preserve-3d;
		    max-width: 100%;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #300000;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #fb841b;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
/*
     FILE ARCHIVED ON 05:30:38 Jul 24, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:37:04 Jul 24, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.841
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.014
  esindex: 0.016
  cdx.remote: 6.91
  LoadShardBlock: 298.813 (3)
  PetaboxLoader3.datanode: 174.573 (3)
  PetaboxLoader3.resolve: 121.076
  load_resource: 7.348
*/