/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
html {
  scroll-behavior: smooth;
}
.icon_worap_top {
    align-items: start !important;
}
.bnr_video .l-section-video>video{
    top: 80px;
}
.our_hedeing_border h2.w-ibanner-title {
    position: relative;
}
.our_hedeing_border h2.w-ibanner-title::after {
    content: "";
    height: 2px;
    width: 145px;
    position: absolute;
    top: -10px;
    left: 0;
    background: #C21D03;
}
.image_wrap_brand .w-image {
    width: 25%;
    display: inline-block;
    margin-bottom: 35px;
}
.image_wrap_brand > .vc_column_container > .vc_column-inner {
    max-width: 75%;
    margin: 0  auto;
    text-align: center;
    display: block !important;
}
.image_wrap_brand > .vc_column_container > .vc_column-inner .wpb_wrapper {
    text-align: center;
}

.out_tab button.w-tabs-section-header {
    padding: 15px;
    border-top: 0 !important;
}

.out_tab .w-tabs-section {
    border-top: 0 !important;
    border-bottom: solid 1px #C21D03 !important;
}

.out_tab .w-tabs-section .w-tabs-section-control {
    color: #C21D03;
}
.our_media_slide .owl-stage-outer .owl-item article .w-post-elm img {
    margin: 0 auto;
    width: 190px;
}
.events._oij .owl-stage-outer article .w-grid-item-h .w-post-elm img {
    width: 100%;
}
.form_contact .wpforms-container form .wpforms-field-html {
    letter-spacing: 0px;
    color: #232121;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
}


.form_contact .wpforms-container form {
    border: solid 2px #C21D03;
    border-radius: 15px;
    padding: 40px;
    box-sizing: border-box;
}

.form_contact .wpforms-container form .wpforms-field-html {
    letter-spacing: 0px;
    color: #232121;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    padding: 0;
}


.form_contact .wpforms-container form .wpforms-field {
    padding: 0;
    margin-bottom: 15px;
}

.form_contact .wpforms-container form .wpforms-field input {
    border-radius: 10px;
    border: solid  1px  #C8C8C8;
    padding-left: 14px;
    font-size: 16px;
    line-height: 25px;
}

.form_contact .wpforms-container form .wpforms-field input::placeholder {
    color: #232121;
    font-size: 16px;
    line-height: 25px;
    opacity:1;
    font-weight:500;
}
.form_contact .wpforms-field.wpforms-field-payment-checkbox li.choice-3 label.wpforms-field-label-inline {position: relative;top: -1.7px;
    font-size:14px;

}
.form_contact form .wpforms-submit-container {
    border: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

.form_contact form .wpforms-submit-container button {
    background: #C21D03 !important;
    border: solid 1px #C21D03 !important;
    font-size: 16px !important;
    padding: 11px 28px !important;
    box-sizing: border-box;
}
.form_contact form .wpforms-submit-container button:hover {
    color: #C21D03!important;
    background-color: transparent !important;
}
.blog_post_wrap .owl-stage-outer .owl-stage .owl-item .w-grid-item-h {
    background: #fff !important;
    border-radius: 15px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px 0px #00000026;
}
.blog_post_wrap .owl-stage-outer .w-grid-item-h img {
    width: 100% !important;
    margin-bottom: 15px !important;
}
.image_bottom .wpb_wrapper .w-image-h img {
    vertical-align: bottom;
    object-fit: contain;
}
.events._oij .owl-stage-outer .owl-item .w-grid-item-h {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #00000026;
}
.for_min_height .w-iconbox-meta .w-iconbox-text p {
    min-height: 50px !important;
}
.our_check_btn .w-iconbox-icon i.fas.fa-check {
    color: #6DA559;
}
.our_check_btn .w-iconbox-icon {
    margin-right: 5px !important;
}
.slider_bhnd .owl-carousel button.owl-dot span {
    background: #fff !important;
    border: solid 1px #707070;
    width: 10px;
    height: 10px;
}
.slider_bhnd .owl-carousel button.owl-dot.active span {
     background: #C82A1A !important;
    border: solid 1px #C82A1A;
    width: 10px;
    height: 10px;
    outline:0;
    box-shadow:unset;
}
.slider_bhnd .owl-nav {
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 70px !important;
    transform: translate(-50%, -50%);
}

.slider_bhnd .owl-nav .owl-prev {
    width: 15px !important;
    height: 15px !important;
    color: #c82a1a;
    background: transparent;
}

.slider_bhnd .owl-nav .owl-next {
    width: 15px !important;
    height: 15px !important;
    color: #c82a1a;
    background: transparent;
}

.w-nav-arrow:before{
    color: #c21d03; 
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
    text-align: left;
    font-weight: 600;
}
.for_hover_effect .w-iconbox-text {
    display: none;
}

.for_hover_effect:hover {
    background: #C21D03;
    transition: 0.5s;
}

.for_hover_effect:hover .w-iconbox-icon {
    display: none;
}

.for_hover_effect:hover .w-iconbox-meta {
    color: #fff;
}

.for_hover_effect:hover .w-iconbox-text {
    display: block;
}

.for_hover_effect h4.w-iconbox-title {
    line-height: 33px;
}
.for_hover_effect:hover {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    box-sizing:border-box;
}

.for_hover_effect h4.w-iconbox-title {
    padding: 10px 0px 0px 0px;
    box-sizing:border-box;
}

.table_wraptg .foo-table {
    border-radius: 15px;
    overflow: hidden;
}

.table_wraptg .foo-table thead {
    border-top-left-radius: 15px !important;
    overflow: hidden;
}

.table_wraptg .foo-table tbody tr td {
    font-size: 16px;
    font-weight: 400;
    color: #232121;
}

.table_wraptg .foo-table thead tr th {
    font-size: 16px;
}
.tab_wrap_tg .w-tabs-list .w-tabs-list-h {
    width: 85%;
}
.tab_wrap_tg .w-tabs-list .w-tabs-list-h {
    background: #fff !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.tab_wrap_tg .w-tabs-list .w-tabs-list-h {
    background: #fff !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    justify-content: space-between;
    padding: 6px !important;
    border-radius: 15px !important;
    width: 80%;
}
.tab_wrap_tg .w-tabs-list .w-tabs-list-h button.w-tabs-item {
    padding: 0 15px !important;
    border-radius: 15px !important;
    box-shadow: unset !important;
    color: #232121 !important;
    font-size: 16px !important;
    line-height: normal;
    text-transform: initial !important;
    font-weight: 500;
}

.tab_wrap_tg .w-tabs-list .w-tabs-list-h button.w-tabs-item.active {
    background: #C21D03;
    color: #fff !important;
}
.video_on_r .wpb_wrapper .w-grid .w-grid-list .owl-stage-outer article.w-grid-item .w-video.align_none {
    height: 497.78px;
    border-radius: 15px;
    object-fit:cover;
}
.video_on_r .wpb_wrapper .w-grid .w-grid-list .owl-stage-outer article.w-grid-item .w-video.align_none .w-video-h{
    padding-bottom: 497.78px;
}
.video_on_r .wpb_wrapper .w-grid .w-grid-list .owl-stage-outer article.w-grid-item .w-video.align_none .w-video-icon {
    width: 80px;
    height: 80px;
    font-size: 25px !important;
    line-height: 80px;
    transform: translate(-50% , -50%);
    margin: 0;
    color: black !important;
    background: transparent !important;
    border-radius: 100% !important;
    z-index:999999;
}
.video_on_r .w-video.with_overlay .w-video-icon:after {
    content: '\f04b';
    font-family: fontawesome;
    font-weight: 900;
    vertical-align: top;
    content: "\f144";
    font-size: 70px !important;
    transform: translate(-50% , -50%);
    margin: 0;
    color: white !important;
    background: transparent !important;
    border-radius: 100% !important;
}
.video_on_r .owl-nav {
    position: absolute;
    left: -42%;
    bottom: 20%;
    transform: translate(-50% , -50%);
}

.video_on_r .owl-nav .owl-prev {
    width: 40px !important;
    height: 40px !important;
    background: #C21D03;
    color: #fff;
    line-height: 40px;
    padding: 0;
}

.video_on_r .owl-nav 
 .owl-next {
    width: 40px !important;
    height: 40px !important;
    background: #C21D03;
    color: #fff;
    margin-left: 33px;
    line-height: 40px;
    padding: 0;
}
.slider_bhnd .swiper-pagination {
    bottom: 0px !important;
    z-index: 1;
}

.slider_bhnd .swiper-container {padding-bottom: 60px;box-sizing:border-box;}

.slider_bhnd .swiper-pagination span {
    height: 14px;
    width: 14px;
    border: solid  1px #707070;
    background: #FFFFFF;
}

.slider_bhnd .swiper-pagination span.swiper-pagination-bullet-active {
    background: #C82A1A;
    border-color: #C82A1A;
}
.slider_bhnd .swiper-button-prev {
    position: absolute;
    top: unset !important;
    bottom: -5px !important;
    background: url("https://www.valmikigroup.com/wp-content/uploads/2023/09/download-1.svg");
    opacity: 1 !important;
    background-size: 11.4px  20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 42%;
    transform: translate(-50%, -50%);
}
.our_media_slides_num .owl-prev {
    width: 40px !important;
    height: 40px !important;
    background: #C21D03;
    padding: 0;
    margin: 0;
    color:#fff !important;
}

.our_media_slides_num .owl-prev:hover {
    background: #C21D03 !important;
    color:#fff !important;
}
.our_media_slides_num .owl-next {
    width: 40px !important;
    height: 40px !important;
    background: #C21D03;
    padding: 0;
    margin: 0;
    color:#fff !important;
}

.our_media_slides_num .owl-next:hover {
    background: #C21D03 !important;color:#fff !important;
}

.slider_bhnd .swiper-button-next {
    position: absolute;
    top: unset !important;
    bottom: -5px !important;
    background: url("https://www.valmikigroup.com/wp-content/uploads/2023/09/download2.svg");
    opacity: 1 !important;
    background-size: 11.4px  20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: 40%;
    transform: translate(-50%, -50%);
}
.semantic_ui .ui.table tr.ninja_table_row_0 {
    border-bottom: solid 1px #C21D03 !important;
}
.semantic_ui .ui.table thead th{
    font-size:18px;
}
.semantic_ui .ui.table tr td {
    border-bottom: solid 1px #C21D03 !important;
}
.semantic_ui .ui.table tr:last-child td {
    border: 0 !important;
}
.video_on_r .owl-nav .owl-next:hover {
    background: #C21D03 !important;
}

.video_on_r .owl-nav .owl-prev:hover {
    background: #C21D03 !important;
}
.slider_bhnd .swiper-container .swiper-slide img {
    width: 150px;
}
.image_wrap_tab_inner .w-tabs-sections .w-tabs-section button.w-tabs-section-header {
    background-repeat: no-repeat !important;
    background-size: auto !important;
    padding: 0 !important;
    height: 75px !important;
    background-position: left 15px center !important;
    box-sizing: border-box;
}
.image_wrap_tab_inner .w-tabs-sections .w-tabs-section button.w-tabs-section-header .w-tabs-section-title {
    font-size: 0;
}
.image_wrap_tab_inner .w-tabs-sections .w-tabs-section:nth-child(1) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/12/SAT-N.png) !important;
}
.image_wrap_tab_inner .w-tabs-sections .w-tabs-section:nth-child(2) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/2.png) !important;
 }
.image_wrap_tab_inner .w-tabs-sections .w-tabs-section:nth-child(3) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/5.png) !important;
}
.image_wrap_tab_inner .w-tabs-sections .w-tabs-section:nth-child(4) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/3.png) !important;
}
.image_wrap_tab_inner .w-tabs-sections .w-tabs-section:nth-child(5) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/4.png) !important;
}
/* UK  */

.image_wrap_tab_inner.tab_uk .w-tabs-sections .w-tabs-section:nth-child(1) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/5.png) !important;
}
.image_wrap_tab_inner.tab_uk .w-tabs-sections .w-tabs-section:nth-child(2) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/2.png) !important;
}
.image_wrap_tab_inner.tab_uk .w-tabs-sections .w-tabs-section:nth-child(3) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/6.png) !important;
}
/* CA  */
.image_wrap_tab_inner.tab_ca .w-tabs-sections .w-tabs-section:nth-child(1) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/5.png) !important;
}
.image_wrap_tab_inner.tab_ca .w-tabs-sections .w-tabs-section:nth-child(2) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/2.png) !important;
}
.image_wrap_tab_inner.tab_ca .w-tabs-sections .w-tabs-section:nth-child(3) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/6.png) !important;
}
.image_wrap_tab_inner.tab_ca .w-tabs-sections .w-tabs-section:nth-child(4) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/3.png) !important;
}
.image_wrap_tab_inner.tab_ca .w-tabs-sections .w-tabs-section:nth-child(5) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/4.png) !important;
}
/* AU  */
.image_wrap_tab_inner.tab_au .w-tabs-sections .w-tabs-section:nth-child(1) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/5.png) !important;
}
.image_wrap_tab_inner.tab_au .w-tabs-sections .w-tabs-section:nth-child(2) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/2.png) !important;
}
.image_wrap_tab_inner.tab_au .w-tabs-sections .w-tabs-section:nth-child(3) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/6.png) !important;
}
/* nz */
.image_wrap_tab_inner.tab_nz .w-tabs-sections .w-tabs-section:nth-child(1) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/5.png) !important;
}
.image_wrap_tab_inner.tab_nz .w-tabs-sections .w-tabs-section:nth-child(2) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/2.png) !important;
}
.image_wrap_tab_inner.tab_nz .w-tabs-sections .w-tabs-section:nth-child(3) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/6.png) !important;
}
.image_wrap_tab_inner.tab_nz .w-tabs-sections .w-tabs-section:nth-child(4) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/3.png) !important;
}
.image_wrap_tab_inner.tab_nz .w-tabs-sections .w-tabs-section:nth-child(5) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/4.png) !important;
}
/* Sing */
.image_wrap_tab_inner.tab_si .w-tabs-sections .w-tabs-section:nth-child(1) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/5.png) !important;
}
.image_wrap_tab_inner.tab_si .w-tabs-sections .w-tabs-section:nth-child(2) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/2.png) !important;
}
.image_wrap_tab_inner.tab_si .w-tabs-sections .w-tabs-section:nth-child(3) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/6.png) !important;
}
.image_wrap_tab_inner.tab_si .w-tabs-sections .w-tabs-section:nth-child(4) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/3.png) !important;
}
.image_wrap_tab_inner.tab_si .w-tabs-sections .w-tabs-section:nth-child(5) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/4.png) !important;
}
/* Europ */
.image_wrap_tab_inner.tab_eu .w-tabs-sections .w-tabs-section:nth-child(1) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/5.png) !important;
}
.image_wrap_tab_inner.tab_eu .w-tabs-sections .w-tabs-section:nth-child(2) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/2.png) !important;
}
.image_wrap_tab_inner.tab_eu .w-tabs-sections .w-tabs-section:nth-child(3) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/3.png) !important;
}
.image_wrap_tab_inner.tab_eu .w-tabs-sections .w-tabs-section:nth-child(4) button.w-tabs-section-header {
    background-image: url(https://www.valmikigroup.com/wp-content/uploads/2023/09/4.png) !important;
}
.our_slidev1 {
    position: relative;
}

.our_slidev1 .owl-nav .owl-prev , .our_slidev1 .owl-nav .owl-prev:hover {
    background: #C21D03;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    padding: 0;
    font-size: 25px !important;
    z-index: 99999999;
}

.our_slidev1 .owl-nav .owl-next ,.our_slidev1 .owl-nav .owl-next:hover {
    background: #C21D03;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    padding: 0;
    font-size: 25px !important;
    z-index: 99999999;
}
.our_slidev1 .owl-stage-outer .w-grid-item-h p.w-post-elm {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 999;
    color: #ffff;
    left: 0;
    font-size: 23px;
}

/* .our_slidev1 .w-grid-list .owl-stage-outer::before {
    content: "";
    background: transparent linear-gradient(90deg, #ffffff 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9;
}

.our_slidev1 .w-grid-list .owl-stage-outer::after {
    content: "";
    background: transparent linear-gradient(270deg, #ffffff 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 9;
} */
.decor_box .vc_col-sm-6 .w-iconbox .w-iconbox-text p {
    min-height: 80px !important;
}
/* For  Form  */
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container {
    margin: 0 !important;
    border: solid  2px #C21D03;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #fff;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.our_frongv {
    width: 100% !important;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field label.wpforms-field-label {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    left: 0 !important;
    top: 0 !important;
    color: #232121 !important;
    margin-bottom: 10px !important;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class {
    width: 49%;
    float: left !important;
    clear: unset;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class.help1 {
    margin-right: 1%;
}

.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class.help2 {
    margin-left: 1%;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field input {
    border-radius: 10px;
    border-color: #C8C8C8;
}

.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field select {
    border-radius: 10px;
    border-color: #C8C8C8;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-submit-container {
    text-align: center;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-submit-container {
    border: 0 !important; 
     padding: 0; 
     outline: 0; 
    display: block; 
     margin: 0  auto; 
     width: auto !important;
     clear: unset;
     position: relative; 
    text-align: center;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-submit-container button {
    margin: 0  auto;
    background: #C21D03;
    border: 0;
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px !important;
    line-height: 25px !important;
    outline: 0 !important;
    box-shadow: unset !important;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-checkbox label.wpforms-field-label.wpforms-label-hide {
    display: none;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-checkbox ul li label {
    font-size: 16px;
    color: #232121;
    font-weight: 700;
    line-height: 25px;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-checkbox ul li {
    display: flex;
    align-items: baseline;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-checkbox ul li input {
    position: relative;
    top: 2px;
}
.w-iconbox.for_min_height.box_box_1 {
    text-align: center !important;
    padding: 15px 35px !important;
    box-sizing: border-box;
    position: relative;
}

.w-iconbox.for_min_height.box_box_1 .w-iconbox-icon {
    display: none;
}

.w-iconbox.for_min_height.box_box_1 h4.w-iconbox-title {
    color: #C21D03;
    padding-bottom: 10px;
}


.w-iconbox.for_min_height.box_box_1 .w-iconbox-text h4 {
    margin-bottom: 10px;
}

.w-iconbox.for_min_height.box_box_1 .w-iconbox-text  p {
    min-height: 110px !important;
}

.w-iconbox.for_min_height.box_box_1::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 174px;
    background: #C21D03;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}
.our_team_member .w-person-content a.w-person-link {
    color: #232121;
    line-height: 35px;
    margin-bottom: 5px;
}

.our_team_member .w-person-content .w-person-role {
    color: #C21D03;
    font-weight: 600;
    opacity: 1;
    font-size: 16px;
    line-height: 25px;
}
.our_team_member .with_socials .w-person-links {
    display: none;
}
.our_team_member .with_socials .w-person-image {
    max-width: 270px;
    margin: 0 auto;
}
.extra_form .wpforms-container {
    margin-top: 0 !important;
}
.extra_form .wpforms-container .wpforms-field-container .wpforms-field {
    padding: 0;
}
.extra_form .wpforms-container .wpforms-field-container .our_colum {
    padding: 0 !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 20px;
}
.extra_form .wpforms-container .wpforms-field-container .wpforms-field input {
    border-radius: 10px;
}
.extra_form .wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-payment-checkbox {
    text-align: left;
}
.extra_form .wpforms-container .wpforms-field-container .wpforms-field.wpforms-field-payment-checkbox label {
    text-align: center;
    left: 0 !important;
}
.out_colungi_b .vc_column-inner > .wpb_wrapper {
    background: #FBFBFB;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 1px 20px 0px #00000026;
}
.out_colungi_b .vc_column-inner .wpb_wrapper .w-image-h img {
    object-fit: cover !important;
    width: 100%;
    vertical-align: top;
}
.our_tgvx .vc_col-sm-6 .wpb_wrapper .w-iconbox-icon {
    width: 72px;
    height: 75px;
    object-fit: contain;
}
.our_tgvx .vc_col-sm-6 .wpb_wrapper .w-iconbox-icon svg {
    width: 72px;
    height: 75px;
    object-fit: contain;
}
.our_tgvx .vc_col-sm-6 > .vc_column-inner  .w-iconbox {
    min-height: 100px !important;
    margin-bottom: 10px !important;
}
.bv_boc .w-iconbox-icon {
    display: none;
}
.bv_boc .wpb_wrapper h2 {margin-bottom: 10px;}
.bv_boc .wpb_wrapper h2 img {
    vertical-align: text-bottom;
}
.bv_boc .vc_column-inner .wpb_text_column .wpb_wrapper p {
    min-height: 105px;
}
.heding_pr .wpb_wrapper h2 {
    display: inline-block;
}
.heding_pr ol {
    margin-left: 20px;
}
.heding_pr ol li {
    list-style: disc;
}
.heding_pr ol li::marker {
    color: #C21D03;
}
.icon_box_imm .w-iconbox-icon {
    font-size: 85px !important;
    margin-right: 20px !important;
}
.fomr_registe_now .form_booking .vc_column-inner .wpb_wrapper .wpforms-container {
    padding: 0px 0 !important;
    border: 0 !important;
    max-width: 70%;
    margin: 50px  auto !important;
    background: transparent;
    text-align: left;
}
.hrig.for_hg .icontype_img .w-iconbox-icon {
    height: 100px !important;
    width: 100px !important;
}
.hrig.for_hg .icontype_img .w-iconbox-icon svg {
    width: 100px !important;
    height: 100px !important;
}
/* .hrig.for_hg .icontype_img h4.w-iconbox-title {
    min-height: 60px;
} */
.hrig.for_hg {
    align-items: baseline;
}
.form_contact .wpforms-container form textarea {
    border-radius: 10px;
}
.color_cons i {
    color: #C21D03;
    margin-right: 5px !important;
    width: 15px;
}
.events_valmiki h2 {
    min-height: 60px;
}
.evints_type_erd .w-grid-list article .w-grid-item-h {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #00000026;
}
.only_blog_page .w-grid-item-h .post_author {
    color: #232121;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 5px;
}
.only_blog_page .w-grid-item-h h2 {
    min-height: 82px;
}
.form_wrap_tg .wpforms-container .wpforms-form .wpforms-field-container label.wpforms-field-label {
    color: #C21D03;
}
.form_wrap_tg .wpforms-container .wpforms-form .wpforms-field-container .half_class {
    width: 49%;
    float: left !important;
    clear: unset;
}

.form_wrap_tg .wpforms-container .wpforms-form .wpforms-field-container .half_class.help1 {
    margin-right: 1%;
}

.form_wrap_tg .wpforms-container .wpforms-form .wpforms-field-container .half_class.help2 {
    margin-left: 1%;
}

.form_wrap_tg .wpforms-container .wpforms-form .wpforms-field-container .half_class input {
    border: 0;
    border-bottom: solid  1px #000;
    background: #FBFBFB;
}
.form_wrap_tg .wpforms-container .wpforms-form .wpforms-field-container .half_class.help2 .wpforms-uploader.dz-clickable {
    padding: 0;
    text-align: left !important;
    border: 0;
    border-bottom: solid 1px #000;
}

.form_wrap_tg .wpforms-container .wpforms-form .wpforms-field-container .half_class.help2 .wpforms-uploader.dz-clickable .dz-message {flex-direction: row;border: 0 !important;justify-content: start;text-align: left;}
.form_wrap_tg .wpforms-container .wpforms-form .wpforms-submit-container {
    padding: 0;
    text-align: center;
    box-shadow: unset;
    border: 0;
    background: unset;
    outline: 0;
    display: inline-block;
    margin: 0  auto;
    width: 100%;
    margin-top: 30px;
}

.form_wrap_tg .wpforms-container .wpforms-form .wpforms-submit-container button {
    margin: 0 auto;
    background: #C21D03 !important;
    border: 0;
    border-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px !important;
    line-height: 25px !important;
    outline: 0 !important;
    box-shadow: unset !important;
    color: #fff !important;
    display: inline-block;
}

.form_wrap_tg .wpforms-container-full .wpforms-form button[type=submit] {
    border: 0 !important;
}
.form_wrap_tg .no-touch button[type="submit"]:not(.w-btn):hover {
    border: 0 !important;
    color: #fff !important;
}
.blog_post_wrap.forn_jnh_height .owl-stage-outer article .w-grid-item-h h2 {
    min-height: 90px;
}
.form_wrap_tg .wpforms-container .wpforms-form .wpforms-submit-container button:hover {
    color: #fff !important;
}

.form_wrap_tg .wpforms-container .wpforms-form .wpforms-submit-container {
    position: relative;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 {
    width: 1013px !important;
    margin-left: -243px !important;
    top: 50px !important;
    border-radius: 0px 0px 15px 15px;
    padding: 25px 25px 15px 20px;
    box-sizing:border-box;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 li {
    margin-bottom: 15px;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 li a span.w-nav-title {
    font-size: 14px;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 li a span.w-nav-title img {
    vertical-align: middle;
    margin-right: 10px;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:nth-child(2) ul.w-nav-list.level_2 {
    left: unset !important;
    right: auto !important;
    top: 50px !important;
    padding: 40px 40px 15px 40px;
    border-radius: 0px 0px 15px 15px;
    box-sizing: border-box;
    column-gap: 10px;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:nth-child(2) ul.w-nav-list.level_2 > li {
    width: 23%;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:nth-child(2) ul.w-nav-list.level_2 li a {
    font-size: 0 !important;
    margin-bottom: 24px;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0 !important;
}
.header_hor .l-header.sticky_auto_hide.sticky .l-subheader.at_middle ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list {
    top: 40px !important;
}

.header_hor .l-header.sticky_auto_hide.sticky .l-subheader.at_middle ul.w-nav-list.level_1.hover_simple li:nth-child(2) ul {
    top: 40px !important;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:nth-child(2) ul> li:hover a {
    background: transparent;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 li:hover a {
    background: transparent;
}
.tb_county:hover a {
    color: #c21d03;
}
.our_success_video .w-grid-list .success_stories {
    padding-bottom: 0 !important;
    height: auto !important;
}
.our_success_video .w-grid-list .success_stories .w-grid-item-h {
    padding: 0 !important;
    height: 350px;
    background: #f1f1f1;
}
.our_success_video .w-grid-list .success_stories .w-grid-item-h .w-video {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.success_stories .w-video.ratio_4x3 .w-video-h {
    padding-bottom: 60% !important;
}
/* Popup  Design */

section.l-section.wpb_row.us_custom_fccf56e4.form_contact.model_pop.height_medium {
    width: 500px;
    border-radius: 15px !important;
}

.w-popup-box.animation_fadeIn.closerpos_outside.without_title {
    padding: 0 !important;
    width: 500px !important;
    border-radius: 15px;
}

.w-popup-box.animation_fadeIn.closerpos_outside.without_title .w-popup-box-h {
    margin: 0 !important;
}

.w-popup-box.animation_fadeIn.closerpos_outside.without_title .w-popup-box-h .w-popup-box-content {
    padding: 0 !important;
}


.form_contact.model_pop .wpforms-container.wpforms-container-full {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 42px !important;
}

.form_contact.model_pop .wpforms-container.wpforms-container-full form {
    padding: 0 0 25px 0;
    box-sizing: border-box;
    border-radius: 15px !important;
}

.form_contact.model_pop .wpforms-container.wpforms-container-full form .wpforms-field-container {
    border-radius: 15px !important;
}


.form_contact.model_pop .wpforms-container.wpforms-container-full form .wpforms-field-container .our_colum >div {
    font-size: 16px;
}

.form_contact.model_pop .wpforms-container.wpforms-container-full form .wpforms-field-container #wpforms-2398-field_9-container {
    margin-bottom: 0;
}

section.l-section.wpb_row.us_custom_fccf56e4.form_contact.model_pop.height_medium .g-cols.wpb_row.contact_from.via_flex.valign_top.type_default.stacking_default {
    border-radius: 28px !important;
}
.form_contact.model_pop .wpforms-container .our_frongv {
    padding-left: 25px !important;
    padding-right: 25px !important;
    box-sizing: border-box;
}

/*End  Popup  Design   */
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li ul.w-nav-list.level_2 li.current-menu-item a {
    background: transparent;
}
.slider_alogo {
    position: relative;
}
.slider_alogo::before {
    content: "";
    background: white;
    height: 100%;
    width: 100%;
    position: absolute;
}
.slider_alogo::after {
    content: "";
    background: white;
    width: 100% !important;
    height: 100%;
    left: -20%;
    top: 0;
    position: absolute;
}
.fomr_registe_now input::placeholder {
    color: #232121 !important;
    opacity: 0.5 !important;
}
.par_tg label.wpforms-field-label {
    display: none !important;
}
.fomr_registe_now .form_contact .wpforms-container form {
    text-align: center;
}
.fomr_registe_now .form_contact .wpforms-container form .wpforms-field-container {
    text-align: left;
}
.toot_hnb {
    position: relative;
}
.toot_hnb img {
    z-index: 1;
    position: relative;
}
.toot_hnb:hover::after {
    position: absolute;
    height: 50px;
    width: 200px;
    content: "+91-9090 47 4777";
    background: #fffdfd;
    right: 0;
    text-align: center;
    top: 45px;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
}
.toot_hnb:hover::before {
    content: "\f2ec";
    font-family: "fontawesome";
    position: absolute;
    right: 5px;
    color: #ffff;
    top: 15px;
}
.w-popup-wrap .w-popup-box {
    background: transparent;
    width: auto !important;
}
.w-popup-wrap {
    background: transparent;
}
.w-popup-box.animation_fadeIn.active .w-popup-box-h {
    background: transparent;
    border-radius: 15px !important;
}
.w-popup-box.animation_fadeIn.active .w-popup-box-h .w-popup-box-content {
    padding: 0 !important;
}
.w-popup-closer{
    line-height: 3rem;
    width: 3rem;    
}
.video_on_r .wpb_wrapper .vgb_c.w-grid .w-grid-list .owl-stage-outer article.w-grid-item .w-video.align_none {
    background-position: top;
    height: 600px;
}
.extrami_height .for_min_height .w-iconbox-meta h4.w-iconbox-title {
    min-height: 70px;
    padding-bottom: 0;
}
time.w-post-elm.post_date.us_custom_6f10c0ae.entry-date.updated {
    display: inline-block;
    width: auto !important;
    max-width: 200px !important;
    color: #C21D03;
    text-align: center;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    font-size: 20px !important;
    margin-left: 25px;
    background: #fff;
}
h1.w-post-elm.post_title.entry-title.color_link_inherit {
    font-size: 30px;
    line-height: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #C21D03;
}
.blog_dratils_page .wpb_wrapper .w-post-elm.post_image {
    margin-bottom: 0 !important;
}
.desing_Rdftr .wpb_wrapper {
    display: flex;
    column-gap: 15px;
    margin-bottom: 0px;
    margin-top: 20px;
}
.desing_Rdftr .wpb_wrapper .w-post-elm {
    color: #C21D03 !important;
    font-size: 14px;
}
.desing_Rdftr .wpb_wrapper .w-post-elm i {
    color: #C21D03 !important;
}
.desing_Rdftr .wpb_wrapper .w-post-elm a {
    color: #C21D03 !important;}
.right_sidebar .widget.widget_recent_entries {
    color: #000;
    margin-bottom: 20px !important;
}
.right_sidebar .widget.widget_recent_entries ul li a {
    color: #000000;
    font-size: 14px;
}
.right_sidebar .wpb_content_element .widget_categories ul li {
    font-size: 14px;
}
.right_sidebar .wpb_content_element .widget_categories ul li a {
    color: #000;
}
.right_sidebar .wpb_content_element .widget_categories ul li a:hover {
    color: #C21D03;
}
.right_sidebar .widget.widget_recent_entries ul li a:hover {
    color: #C21D03;
}   
.blog_dratils_page .w-post-elm.post_content a {
    color: #C21D03 !important;
}
@media(min-width:1201px) and (max-width:1265px){
    .for_min_height .w-iconbox-meta .w-iconbox-text p {
    min-height: 80px !important;
}
}
@media(min-width:1025px) and (max-width:1200px){
.image_wrap_brand .w-image.us_custom_a12c0bcc.align_center {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: 22% !important;
}   
.our_staging_u .w-iconbox .w-iconbox-icon {
    font-size: 40px !important;
    margin-right: 10px;
}
.our_staging_u .w-iconbox {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media(min-width:1060px) and (max-width:1160px){
header .ush_image_1 {
    height: 30px!important;
}   
}
@media(min-width:1025px) and (max-width:1050px){
header .ush_image_1 {
     height: 25px !important;
}
.l-subheader-cell.at_right nav.w-nav {
    margin-left: 0 !important;
}
}
@media(min-width:1141px) and (max-width:1265px){
    .header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
    padding-left: 6px;
    padding-right: 6px;
}
.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
    font-size: 1.3em;
    margin-left: 0.2em;
}
    nav.w-nav.ush_menu_1.has_text_color.height_full.dropdown_height.m_align_none.m_layout_panel.m_effect_afr.type_desktop ul.w-nav-list li a {
    font-size: 12px !important;
}
.decor_box .vc_col-sm-6 .w-iconbox .w-iconbox-text p {
    min-height: 110px !important;
}
}
@media (min-width:1025px) and  (max-width:1150px){
    .icon_bocx .w-iconbox-meta h4.w-iconbox-title {
    font-size: 20px !important;
}
.icon_bocx .w-iconbox.icontype_img {
    padding: 60px 25px 60px 25px!important;
}   
.decor_box .vc_col-sm-6 .w-iconbox .w-iconbox-text p {
    min-height: 132px !important;
}

.decor_box .vc_col-sm-6 .w-iconbox {
    align-items: start;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 {
    width: 800px !important;
    padding: 25px !important;
    margin-left: -150px !important;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 li {
    width: 33%!important;
}
    
}
@media(min-width:900px) and (max-width:1024px){
    .header_hor .w-nav.type_desktop>.w-nav-list>.menu-item a.w-nav-anchor {
    padding-left: 5px !important;
    padding-right: 5px !important;
    box-sizing: border-box;
}
    .seca_03 .vc_col-sm-3 {
    margin-bottom: 20px;
}
.seca_03 .vc_col-sm-3 .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
    br {
    display: none;
}
.tablate1 .vc_col-sm-1\/5.wpb_column.vc_column_container.hide_on_tablets {
    display: block !important;
}

.tablate1 .vc_col-sm-1\/5 p {
    font-size: 12px !important;
}

.tablate1 .vc_col-sm-1\/5 .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.tablate3 .vc_col-sm-1\/5:first-child {
    display: none;
}

.tablate3 .vc_col-sm-1\/5 {
    width: 25%;
}

.tablate3 .vc_col-sm-1\/5 .vc_column-inner {
    padding: 0 10px !important;
}

.tablate3 .vc_col-sm-1\/5 .vc_column-inner p {
    font-size: 12px !important;
}
    .slider_bhnd .swiper-button-next {
    display: none;
}
    .slider_bhnd .swiper-button-prev{
        display:none;
    }
    .contact_from.bgvd_hb .vc_col-sm-6.wpb_column.vc_column_container.form_contact {
    width: 100%;
}
    .image_for_tebl .w-image-h img {
    height: 400px;
    object-fit: contain;
}
    .main_gtf .w-btn-wrapper a.w-btn {
    font-size: 12px!important;
    line-height: 20px!important;
    padding: 0.5em 5px;
    box-sizing: border-box;
}
    .w-socials .w-socials-list .w-socials-item.custom a.w-socials-item-link {
    font-size: 16px;
}
    .wpb_image_grid .wpb_image_grid_ul {
    display: inline-block;
    height: auto !important;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    position: relative !important;
    width: 100% !important;
    max-width: 110px !important;
    top: 0 !important;
    left: 0 !important;
}
.icon_bocx .w-iconbox.icontype_img {
    min-height: 400px !important;
    max-height: unset !important;
    height: auto !important;
}
    section .icon_bocx {
    margin-bottom: 25px !important;
}
    section .icon_bocx .vc_col-sm-6:last-child .vc_column-inner {
    padding-right: 15px;
    padding-left: 15px !important;
}
.for_min_height  .w-iconbox-icon {
    font-size: 30px !important;
    margin-right: 10px !important;
}

.our_staging_u .w-iconbox {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 20px  !important;
}

.our_staging_u .w-iconbox-meta .w-iconbox-text {
    font-size: 14px !important;
}
.our_staging_u .w-iconbox-meta h4.w-iconbox-title {
    font-size: 18px !important;
}
.hrig .vc_col-sm-4 .wpb_wrapper .w-iconbox {
    padding: 25px  10px !important;
}

.hrig .vc_col-sm-4 .wpb_wrapper .w-iconbox h4.w-iconbox-title {
    font-size: 18px !important;
}

.hrig .vc_col-sm-4 .wpb_wrapper .w-iconbox .w-iconbox-text {
    font-size: 14px !important;
}

.hrig {
    align-items: start;
}

.hrig .for_min_height .w-iconbox-icon {
    width: 60px;
    height: 60px;
    font-size: 50px !important;
}   
.about_icon .vc_col-sm-3 {
    width: 50% !important;
    margin-bottom: 50px;
}
.decor_box .vc_col-sm-6 .w-iconbox .w-iconbox-text p {
    min-height: 150px !important;
}
    .bv_boc .vc_column-inner .wpb_text_column .wpb_wrapper h2{
        font-size: 16px;
        line-height: 20px;
    }
.bv_boc .vc_column-inner .wpb_text_column .wpb_wrapper p {
    min-height: 180px;
}
.mnb_gcxs .bv_boc .wpb_wrapper h2 {
    min-height: 60px;
}
.mnb_gcxs .bv_boc .wpb_wrapper h2 img {
    vertical-align: baseline;
}
.mnb_gcxs .bv_boc .vc_column-inner .wpb_text_column .wpb_wrapper p {
    min-height: 50px !important;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class {
    width: 100% !important;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class.help1 {
    margin-right: 0%;
}

.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class.help2 {
    margin-left: 0%;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 {
    width: 800px !important;
    padding: 25px !important;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 li {
    width: 33%!important;
}
header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:nth-child(2) ul.w-nav-list.level_2{
right: 0 !important;    
    }
    .header_hor .w-nav.type_desktop>.w-nav-list>.menu-item a.w-nav-anchor{
            padding-left: 3px !important;
    padding-right: 3px !important;
    }   
    header .ush_image_1 {
    height: 25px!important;
}
    .ush_menu_1.type_desktop{
        margin-left:0 !important;
    }   
    
}
@media (min-width:1015px) and  (max-width:1024px){
        .layout_hor span.w-tabs-item-title br {
    display: block;
}

}
@media (min-width:601px) and  (max-width:899px){
	
    .seca_03 .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 20px;
}
.seca_03 .vc_col-sm-3 .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.image_bottom .vc_col-sm-1\/5 {
    width: 50%;
}
    .slider_bhnd .swiper-button-next{
        margin-right: -30px;
    }
    .slider_bhnd .swiper-button-prev{
            margin-left: -10px
    }
    .contact_from.bgvd_hb .vc_col-sm-6.form_contact {
    width: 100%;
}
    .main_gtf .l-section-h.i-cf .vc_col-sm-1\/5 {
    width: 50%;
    margin-bottom: 30px;
}
    .wpb_image_grid .wpb_image_grid_ul .isotope-item{
        position: relative !important;
    max-width: 73px !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    margin-bottom: 0 !important;
    }
    .wpb_image_grid .wpb_image_grid_ul{
        height: auto !important;
            display: inline-block !important;
    }
    .slider_bhnd .swiper-button-next {
    display: none;
}
    .slider_bhnd .swiper-button-prev{
        display:none;
    }
    .image_for_tebl .w-image-h img {
    height: 400px;
    object-fit: contain;
}
    br {
    display: none;
}
.icon_bocx {
    width: 100% !important;
    margin-top: 0 !important;
}

.icon_bocx .w-iconbox-icon {
    font-size: 50px !important;
}
.icon_bocx .vc_col-sm-6 {
    width: 100% !important;
}

.icon_bocx .w-iconbox-meta h4.w-iconbox-title {
    font-size: 20px !important;
}
    .icon_bocx .vc_col-sm-6 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0px !important;
    margin-bottom: 25px;
}

.icon_bocx {
    margin-bottom: 0 !important;
}
.our_staging_u .vc_col-sm-4 {
    width: 100% !important;
    margin-bottom: 20px !important;
}   
.hrig .vc_col-sm-4 {
    width: 100% !important;
}
.colum_fg .vc_col-sm-4 {
    width: 50% !important;
    margin-bottom: 25px;
}   
.about_icon .vc_col-sm-3 {
    width: 50% !important;
    margin-bottom: 50px;
}
.decor_box .vc_col-sm-6 .w-iconbox {
    display: block !important;
}

.decor_box .vc_col-sm-6 .w-iconbox .w-iconbox-text {
    min-height: 250px !important;
}
.contact_formn .vc_col-sm-6 {
    width: 100% !important;
}
.our_team_member .w-person-description p {
    font-size: 14px !important;
    line-height: 20px;
}

.our_team_member .w-person-content h4.w-person-name {
    font-size: 16px !important;
    line-height: 19px !important;
    min-height: 40px !important;
}

.our_team_member .w-person-content 
 .w-person-role {
    font-size: 12px;
    line-height: 15px;
}
.our_team_member .w-person-content .w-person-description p {
    font-size: 12px !important;
    line-height: 19px !important;
}

.our_team_member > .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.vc_col-sm-4.out_colungi_b {
    width: 100% !important;
}

.vc_col-sm-4.out_colungi_b > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 25px;
    box-sizing: border-box;
}
.bv_boc .vc_column-inner .wpb_text_column .wpb_wrapper p {
    min-height: auto;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class {
    width: 100% !important;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class.help1 {
    margin-right: 0%;
}

.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class.help2 {
    margin-left: 0%;
}
    header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 {
    width: 100% !important;
    margin-left: 0 !important;
}
.image_bottom.tablate2 {
    align-items: start !important;
}
}



@media (max-width:600px){
.image_wrap_brand .w-image {
    width: 45%;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}   
    
.image_wrap_brand > .vc_column_container > .vc_column-inner {
    max-width: 100%;
}
.brac_yg .l-section-h.i-cf .g-cols.vc_row.via_flex.valign_top.type_default.stacking_default {
    margin: 0 auto !important;
}
    
.slider_bhnd .swiper-button-prev {
    left: 40%;
}   
    .slider_bhnd .swiper-button-next {
    right: 30%;
}
    .form_contact form .wpforms-submit-container button{
            padding: 11px 15px !important;
    }
    .form_contact .wpforms-container form{
            padding: 25px;
    }
    .wpb_image_grid .wpb_image_grid_ul .isotope-item{
        float: left;
    width: 50px !important;
    max-width: 50px !important;
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
    margin-bottom: 10px;
    display: inline-block !important;
    text-align: center;
    }
    .slider_bhnd .swiper-button-next {
    display: none;
}
    .slider_bhnd .swiper-button-prev{
        display:none;
    }
    br {
    display: none;
}
    .w-image.ush_image_2 {
    margin-top: -17px !important;
}

.w-image.ush_image_2 .w-image-h img.attachment-full.size-full {
    margin-right: 0  !important;
    height: 36px;
}

nav.w-nav.ush_menu_1.has_text_color.height_full.dropdown_height.m_align_none.m_layout_panel.m_effect_afr.type_mobile {
    margin-left: 0;
}

nav.w-nav.ush_menu_1.has_text_color.height_full.dropdown_height.m_align_none.m_layout_panel.m_effect_afr.type_mobile a.w-nav-control {
    padding: 0 !important;
}
.icon_bocx .w-iconbox {
    padding: 25px !important;
    min-height: 200px;
}

.icon_bocx .w-iconbox .w-iconbox-icon {
    font-size: 40px !important;
}
.icon_bocx .w-iconbox .w-iconbox-meta h4.w-iconbox-title {
    font-size: 25px !important;
    line-height: 30px !important;
}
    .footer_in_mobile {
    padding-top: 0 !important;
}
    .for_min_height .w-iconbox-icon {
    font-size: 50px !important;
}
.about_icon .w-iconbox-meta h4.w-iconbox-title {
    font-size: 25px !important;
    padding-bottom: 0 !important;
}
.about_icon .w-iconbox-meta .w-iconbox-text h5 {
    font-size: 18px !important;
    margin-bottom: 0 !important;
}
.smart-visin .vc_column-inner .wpb_wrapper {
    display: block !important;
}

.smart-visin .vc_column-inner .wpb_wrapper .w-iconbox {
    display: block;
    padding-bottom: 10px !important;
    text-align: left !important;
}

.smart-visin .vc_column-inner .wpb_wrapper .w-iconbox .w-iconbox-icon {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
}

.smart-visin .vc_column-inner .wpb_wrapper .w-iconbox .w-iconbox-text {
    margin-bottom: 15px !important;
}
.decor_box .vc_col-sm-6 .vc_column-inner .w-iconbox {
    display: block;
}
.icon_box_imm {
    display: block !important;
}

.icon_box_imm .w-iconbox-icon {
    margin-right: 0 !important;
}

.icon_box_imm .w-iconbox-icon {
    margin-right: 0 !important;
    font-size: 60px !important;
    margin-bottom: 20px !important;
}
.icon_box_imm .w-iconbox-meta h4.w-iconbox-title {
    font-size: 20px !important;
}
.icpn_cd .w-iconbox-meta h4.w-iconbox-title {
    font-size: 20px !important;
}
.icpn_cd  .w-iconbox-icon {
    font-size: 60px !important;
}
.contact_formn .vc_col-sm-6 {
    width: 100% !important;
}
.out_colungi_b .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.bv_boc .vc_column-inner .wpb_text_column .wpb_wrapper p {
    min-height: auto;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class {
    width: 100% !important;
}
.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class.help1 {
    margin-right: 0%;
}

.form_booking .vc_column-inner .wpb_wrapper .wpforms-container form .wpforms-field-container .wpforms-field.half_class.help2 {
    margin-left: 0%;
}
    header .l-subheader .l-subheader-cell nav.w-nav ul.w-nav-list.level_1.hover_simple li:first-child ul.w-nav-list.level_2 {
    width: 100% !important;
    margin-left: 0 !important;
}
.our_success_video .w-grid-list .success_stories .w-grid-item-h {
    padding: 0 !important;
    height: 160px;
    background: #f1f1f1;
}
    .toot_hnb:hover::after{
        line-height:50px;
    }
.desing_Rdftr .wpb_wrapper .w-post-elm {
    color: #C21D03 !important;
    font-size: 12px;
    display: flex;
    column-gap: 5px;
}
.desing_Rdftr .wpb_wrapper .w-post-elm a .post-author-ava {
    width: 15px;
}
    h1.w-post-elm.post_title.entry-title.color_link_inherit{
        font-size: 20px;
    line-height: 30px;  
    }
    time.w-post-elm.post_date.us_custom_6f10c0ae.entry-date.updated {
    max-width: 140px !important;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 12px !important;
    
    }
    .tooltip{
        margin-right:10px;
    }
    header .ush_image_1 {
    height: 27px!important;
}
	section.l-section.wpb_row.us_custom_fccf56e4.form_contact.model_pop.height_medium {
    width: 100%;
    border-radius: 15px!important;
}
	.w-popup-wrap .w-popup-box {
    width: 95% !important;
    margin: 0 auto !important;
}
}


