/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/*header.et-l.et-l--header {display:none !important;}*/
/*** Global css ***/
body {
    overflow-x: hidden;
}

.listing-middle .et_pb_blurb_position_left .et_pb_blurb_container {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul li {
    font-weight: 400;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    letter-spacing: 0 !important;
}

/*** Gallery item ***/
.et_pb_gallery_item {
    padding: 10px;
}

/*place button modules next to each other in the same column*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

/** Flasshy ***/
.flashy {
    margin-bottom: 20px;
}

.flashy small {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px !important;
    display: block;
    margin-bottom: 20px;
}

.flashy .et_pb_text_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.flashy .et_pb_text_inner h3 {
    padding-left: 15px;
    padding-right: 15px;
}

.flashy .et_pb_text_inner h3:last-child {
    padding-right: 0px;
}

.flashy .et_pb_text_inner h3:first-child {
    padding-left: 0px;
}


/*** css arrow ***/
.arrow_box {
    position: relative;
    background: #df4591;
    overflow: visible !important;

}

.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #df4591;
    border-width: 30px;
    margin-left: -30px;
}

.arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #df4591;
    border-width: 36px;
    margin-left: -36px;
}

.arrow_box.blue-arrow:before {
    border-top-color: #6bb1d2;
}

.arrow_box.blue-arrow:after {
    border-top-color: #6bb1d2;
}

/*-----------*/
.arrow_box.blue-box2:before {
    border-top-color: #df4591;
}

.arrow_box.blue-box2:after {
    border-top-color: #df4591;
}


/*** Case studies ***/
.project-flex {
    display: flex;
}

.projectCategories li {
    /* float: left; */
    font-size: 22px;
    line-height: 1em;
    position: relative;
    padding-left: 21px;
    margin-right: 15px;
    display: inline-block;
    font-weight: 400;
}

.projectCategories li a {
    color: #fff;
    padding: 10px 20px;
    border: 0px solid #e2e2e2;
    display: block;
    height: auto;
    overflow: hidden;
    margin: 0;

}

.projectCategories li a:before {
    content: ' ';
    height: 30px;
    width: 30px;
    background: #ff9ff8;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.projectCategories li.active a:after {
    content: ' ';
    height: 18px;
    width: 18px;
    background: #ffffff;
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
}

/*----------------------------*/

body {
    overflow-x: hidden;
}

/*--------------------------*/
.scrollSection {
    /* overflow: hidden;*/
    padding: 15px 0;
}

.scrollSectionWrapper {
    /*  overflow: hidden;*/
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.scrollRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 4px;
    padding-right: 4px;
    transform-style: preserve-3d;
    /* width: 149vw; */
    width: 100%;
    will-change: transform;
}

.scrollColunm {
    flex: 1 1 calc(100% / 6);
    padding: 10px;
}

.scrollColunmImage {
    width: 100%;
    border-radius: 27px;
    background: #db68a3;
}

.scrollColunmVideoWrapper {
    border-radius: 27px;
    overflow: hidden;
    padding-bottom: 100%;
    pointer-events: none;
    position: relative;
}

.scrollColunmVideoWrapper>video {
    height: 100%;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

/*-------------Post page--------------*/
.postContent {
    display: flex;
    flex-wrap: wrap;
}

/*
.postContent .postContentCol {
  margin: 0 !important;
  padding: 7.5px;
  width: 50%;
}

.postContent .postContentCol:nth-child(3n + 1) {
  width: 75%;
}*/
.project-main-cnt-sec .et_pb_row.et_pb_row_0_tb_body {
    max-width: 100%;
}

.postContent .postContentCol {

    padding-top: 24px;
}


.postContent .postContentCol:nth-child(1) {
    width: 75%;
}

.postContent .postContentCol:nth-child(2),
.postContent .postContentCol:nth-child(3) {

    width: 50%;
}

.postContent .postContentCol:nth-child(2) {

    padding-right: 12px;
}

.postContent .postContentCol:nth-child(3) {

    padding-left: 12px;
}

.postContent .postContentCol:nth-child(3) img {
    border-radius: 15px 0px 0px 15px;
}

.postContent .postContentCol:nth-child(4) {
    width: 90%;
}

.postContent .postContentCol img {
    border-radius: 15px;
    padding: 0px;
    margin: 0px;
    display: block;
}

.projectPosts {
    display: flex;
    flex-wrap: wrap;
}

.projects-content h3 {
    margin-top: 30px;
    margin-bottom: 5px;
    color: #5e3078;
}

.projectPost {
    padding: 15px;
    text-align: center;
    width: 33.33%;
}

.projectPost.projectPostFeatured {
    /*width: 50%;*/
}

.projectPostImage {
    background-color: #b32c6e;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}

.projectPostOverlay {
    align-items: center;
    background-color: #b32c6e;
    display: flex;
    justify-content: center;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 2;
}

.projectPost:hover .projectPostOverlay {
    opacity: 1;
}

.projectPostBtn {
    background-image: none;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 2px;
    line-height: 18px;
    outline: none !important;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: rotateY(90deg);
    transform-origin: center;
    transition: all .3s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 180px;
    border-radius: 25px;
    font-weight: 500;
}

.projectPost:hover .projectPostBtn {
    transform: rotateY(0deg);
}

.projectPostContent {
    padding-top: 1rem;
}

.projectPostContent h2 {
    font-size: 20px;
    color: #5e3078;
    font-weight: 500;
    line-height: 30px;
    padding: 0px 20px;
}

element.style {
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.projectPostTag {
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    width: 100%;
    padding: 15px 20px;
    z-index: 3;
}

.supremeicon {
    position: absolute;
    bottom: 35px;
    left: 167px;
    width: auto !important;
}


/*---------- contact page---------------*/
.contact-caption {

    display: flex;
    align-items: center;

}

.videoSection>div {
    border-radius: 25px;
    overflow: hidden;
    padding-bottom: 100%;
    pointer-events: none;
    position: relative;
}

.videoSection>div>* {
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.tagprint-contact-form {}

.tagprint-contact-form {}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select {
    margin-bottom: 0;
    margin-top: 0;

    background: #ffffff24;
    height: 70px;
    padding: 0px 30px;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.gchoice input {
    zoom: 2;
}

.tagprint-contact-form .gform_wrapper.gravity-theme textarea {

    margin-bottom: 0;
    margin-top: 0;
    background: #ffffff24;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.tagprint-contact-form input::placeholder,
.tagprint-contact-form textarea::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.tagprint-contact-form input:-ms-input-placeholder,
.tagprint-contact-form textarea::placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    ;
}

.tagprint-contact-form input::-ms-input-placeholder,
.tagprint-contact-form textarea::placeholder {
    /* Microsoft Edge */
    color: #fff;
    ;
}

.tagprint-contact-form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    margin: 15px 0px 30px;
}

.tagprint-contact-form .gform_wrapper.gravity-theme .gfield_checkbox label,
.tagprint-contact-form .gform_wrapper.gravity-theme .gfield_radio label {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    margin-left: 8px;
}

.tagprint-contact-form fieldset#field_1_18 {
    margin: 25px 0px;
}

.tagprint-contact-form .gform_footer.top_label {
    display: flex;
    justify-content: flex-end;
}

.tagprint-contact-form input#gform_submit_button_1 {
    background: #dd458e;
    color: #fff;
    border: 0px;
    height: 70px;
    width: 20vw;
    border-radius: 40px;
    font-size: 18px;
    text-align: center;

    font-weight: 600;
}

.tagprint-contact-form .gchoice input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff24;
    margin: 0;
    font: inherit;
    color: #fff;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    place-content: center;
    position: relative;
}

.tagprint-contact-form .gchoice input[type="radio"]::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: -1px;
}

.tagprint-contact-form .gchoice input[type="radio"]:checked::before {
    outline-offset: max(0px, 0px);
    background-color: #cc3399;
    height: 5px;
    width: 5px;
    top: 4px;
    left: 4px;
}

.tagprint-contact-form .gchoice input[type="radio"]:focus {
    /*  outline-offset: max(0px, 0px);
    background-color: #cc3399;
    height: 5px;
    width: 5px;
    top: 4px;
    left: 4px;*/
}

.contact-caption .et_pb_text_0 h1 {
    font-weight: 100;
}

.banner-row {
    display: flex;
    align-items: center;
}

/**--------- toggle  -------*/
.tagprint-accordian .et_pb_accordion_item h5.et_pb_toggle_title:after {
    display: block;
    content: '-';
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 30px;
    height: 30px;
    width: 30px;
    background: #00000030;
    text-align: center;
    line-height: 30px;
    display: none;

}

.tagprint-accordian .et_pb_accordion_item.et_pb_toggle_open h5.et_pb_toggle_title:after {
    display: block;
    content: '—';
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 19px;
    font-weight: 500;
    height: 30px;
    width: 30px;
    background: transparent;
    text-align: center;
    line-height: 30px;
    display: block;
    transition: 0.5s all ease-in-out;

}

/***-------------bottom menu item main--------------------------*/


header.et-l.et-l--header.active .top-logo {
    opacity: 0.4;
    transition: 1.6s opacity ease;
}

header.et-l.et-l--header {
    /* position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
    top: 0px;
 
    overflow: hidden;*/
}

header .et_builder_inner_content {
    /*   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    height: 100vh;*/
}

header .et_pb_section_1_tb_header.tagprint-slide {
    position: fixed !important;
    top: 0px;
    bottom: auto;
    left: auto;
    right: 0px;
    transform: translateX(100%);
    background: #000;
    height: 100vh;
    display: flex;
    padding: 15vh 28vh;
    flex-direction: column;
    z-index: 3;
    -webkit-transition: transform 1s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 1s cubic-bezier(0.3, 0.1, 0.05, 1);
    width: 62vw;
    align-items: flex-start;
    justify-content: flex-start;
}

header .et_pb_section_1_tb_header.tagprint-slide.isactive {
    transform: translateX(0);
    -webkit-transition: transform 1.5s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 1.5s cubic-bezier(0.3, 0.1, 0.05, 1);
    z-index: 4;

}

header.et-l.et-l--header:before {
    content: '';
    display: block;
    position: fixed;
    height: 100vh;
    background: #000000c4;
    width: 100%;
    top: 0px;
    height: 100vh;
    transform: translateX(100%);
    -webkit-transition: transform 1.5s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 1.5s cubic-bezier(0.3, 0.1, 0.05, 1);
}

header.et-l.et-l--header.active:before {
    transform: translateX(0);
    -webkit-transition: transform 1s cubic-bezier(0.3, 0.1, 0.05, 1);
    transition: transform 1s cubic-bezier(0.3, 0.1, 0.05, 1);
    z-index: 2;
}


header .tagprint-slide .et_pb_row {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.tagprint-menu ul.et-menu.nav.downwards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.tagprint-menu {
    padding: 0px;
    margin: 0px;
}

.tagprint-menu .et_pb_menu .et_pb_menu__wrap,
.tagprint-menu .et_pb_menu .et_pb_menu__menu {
    flex: none;
    display: block;
    width: 100%;
}

div#toggle span.et-pb-icon:after {
    content: 'Menu';
    display: inline-block;
    font-family: 'Poppins';
    color: #EEEDDA !important;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 17px;
    text-transform: uppercase !important;
    line-height: 80px;
    vertical-align: top;
    padding-left: 5px;
}

.main-btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: center;
}

.main-btns>div {
    margin: 0px;
    padding: 0;
}

.et_pb_section.menu-button a.startaqute {
    color: #EEEDDA !important;
    border-color: #cc3399;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase !important;
    background-color: #cc3399;
    height: 82px;
    line-height: 82px !important;
    width: 220px;
    text-align: center;
}

div#toggle {
    background: #000;
    text-align: center;
    color: #fff;
    height: 82px;
    line-height: 80px;
    width: 150px;
}

div#toggle span.et-pb-icon {
    font-size: 30px;
    color: #fff;
    line-height: 80px;
}

.tagprint-menu .et-menu a {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
}

.tagprint-menu .et_pb_menu__menu>nav>ul>li {
    margin-top: 2em;
}

div#close span.et-pb-icon {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    text-align: right;
}

.tagprint-welcome-text .et_pb_text_inner {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    opacity: 0.75;
}

.menu-button {
    max-width: 370px;
    width: 370px;
}

.vcenter .et_pb_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vcenter .et_pb_row.nocenter {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}


.contact-h1 h1 {
    display: flex;
    flex-direction: column;
}

.location {
    display: flex;
    justify-content: flex-end;
}

.location .et_pb_text_inner {
    background: #68a9ca;
    padding: 25px;
    border-radius: 77px;
    text-align: center;
    color: #Fff;
}

.contact-information .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.location {
    display: flex;
    justify-content: flex-end;
    margin-right: 90px;
}

/*-------------- slider ----------------------*/

.as-dots-wrapper {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    position: relative;
}

.cwp_et_pb_layout_slider_standard_0 .swiper-bullets {
    border-radius: 0px;
    padding: 0px !important;
    position: absolute;
    z-index: 999;
    bottom: 100px !important;
    left: 50% !important;
    transform: translateX(0%) !important;
}

.et_pb_row.et_pb_row_2.social-sharesec.et_pb_equal_columns.et_pb_gutters1 {
    margin-top: -100px;
}

.swiper-slide .as_slide_content_wrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin: 0 auto !important;

}


.cwp_et_pb_layout_slider_standard_0 .swiper-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin-right: 5px;
    zoom: 1.5;
    border: 1px solid #fff;
}

/*--------------------*/

.location-map {
    position: relative;
    height: 500px;
}

.location-map>div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
}

.location-map>div>span,
.location-map>div>div {
    width: 100%;
    display: block !important;
    height: 100%;
}

.location-map>div>span>img,
.location-map>div>div>iframe {
    width: 100%;
    object-fit: fill;
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: 1;
}

.overlay-map .arrow_box {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0px auto;
    left: 25%;
    transition: 0.5s background ease;
    z-index: 1;
    height: auto;
    top: 34%;
}

.overlay-map .arrow_box a {
    color: #fff !important;
}

.grandave .arrow_box {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0px auto;
    left: 25%;
    transition: 0.5s background ease;
    z-index: 1;
    height: auto;
    top: 34%;
}

.grandave .arrow_box a {
    color: #fff !important;
}

/*--------------------------------*/
.map-1 .et_pb_module.et_pb_image.et_pb_image_9,
.map-2 .et_pb_module.et_pb_image.et_pb_image_10 {
    position: absolute;
    top: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map-1,
.map-2 {
    position: relative;
}

.location-map:hover .et_pb_module.et_pb_code {
    opacity: 1;
    transition: 0.5s opacity ease;
}

.location-map .et_pb_module.et_pb_code {
    opacity: 0;
    transition: 0.5s opacity ease;
}

.location-map.overlay-map:hover>.et_pb_image,
.location-map.overlay-map:hover>.et_pb_text.arrow_box {
    opacity: 0;
    transition: 0.5s opacity ease;
}

.location-map.grandave:hover>.et_pb_image,
.location-map.grandave:hover>.et_pb_text.arrow_box {
    opacity: 0;
    transition: 0.5s opacity ease;
}

/*------------------------*/


.vb-featured-video .fluid-width-video-wrapper iframe,
.vb-featured-video .fluid-width-video-wrapper object,
.vb-featured-video .fluid-width-video-wrapper embed {
    position: static !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 277px !important;
}

.vb-featured-video .fluid-width-video-wrapper {

    padding: 0px !important;
}


/*-----------gallery -----------*/
.search-form {
    position: relative;
}



input.search-field {
    font-size: 20px;
    color: #505050;
    padding: 0px 25px;
    resize: none;
    line-height: 70px;
    border-color: #e6e6e6;
    box-shadow: none;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    border-radius: 0;
    -webkit-appearance: none;
    height: 70px;
    display: block;
    width: 100%;
    border: none;
    outline: 1px solid transparent;
    background-color: #fff;
}

input.search-field:focus {
    background-color: #fff;
    outline: 1px solid #e045912e;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22);
    background-clip: padding-box;
}

.output {
    position: absolute;
    z-index: 1000;
    max-width: 300px;

    min-width: 160px;
}

.output .dropdown-menu {

    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
    font-size: 14px;
    text-align: left;
    background-color: #fff;

    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    display: flex;
    flex-direction: column;

}

.output .dropdown-menu>li {
    margin: 0px;
}

.output .dropdown-menu>li>a {
    display: flex;
    padding: 4px 20px;
    clear: both;
    font-weight: normal;
    color: #000000;
    width: 100%;
    flex-direction: column;
    font-size: 14px;
    margin: 0px;
    padding: 3px 20px !important;
}

.output .dropdown-menu>li>a:hover,
.output .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #cc3399;
}


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------- M O B I L E  Start ------ --------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

@media screen and (min-width:981px) and (max-width: 1300px) {

    .et_pb_row.et_pb_equal_columns,
    .et_pb_row_inner.et_pb_equal_columns,
    .et_pb_section.et_pb_equal_columns>.et_pb_row {
        display: -ms-flexbox;
        display: flex;
        direction: ltr;
        flex-direction: row;
    }

    .vb-dblcolor .et_pb_column {
        padding: 50px 0px 0px 0px;
    }

    .vb-dblcolor .et_pb_module.et_pb_text.et_pb_text_18.et_pb_text_align_left.et_pb_bg_layout_light {
        padding-bottom: 20px !important;
    }

    .vb-banner .et_pb_module.et_pb_image.et_pb_image_1 {
        bottom: -170px;
        right: 370px;
    }

    /*------*/

    .orignal-banner .et_pb_column_1 {
        padding-right: 0px !important;
    }

    .orignal-banner .et_pb_image_0 {
        margin-right: -20px !important;
        text-align: right;
        margin-right: 0;
    }


}

@media screen and (max-width: 1280px) {
    .et_pb_row {
        width: 90% !important;
    }

    .row-full .et_pb_row {
        width: 100% !important;
    }

    header .et_pb_section_1_tb_header.tagprint-slide {

        padding: 10vh 10vh;
    }

    header .et_pb_section_1_tb_header.tagprint-slide {
        height: 100vh;

        overflow-x: hidden;

    }



}


@media (min-width:599px) and (max-width: 1100px) {
    .location-map>.arrow_box {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 80% !important;
        margin: 0px auto;
        left: 10% !important;
        transition: 0.5s background ease;
        z-index: 1;
        height: auto;
        top: 27% !important;
    }
}


@media (max-width: 980px) {
    .et_pb_row {
        width: 90% !important;
    }

    .row-full .et_pb_row {
        width: 100% !important;
    }

    .supremeicon {
        position: static;
    }


    .img-fullw .et_pb_image_wrap img {
        width: 100% !important;
        max-width: 100%;
        display: block;
    }

    .img-fullw .et_pb_image_wrap {
        display: block;
    }

    .tagprint-row-reverse .et_pb_column:first-child {
        margin: 0px;
    }

    /*-----------------floating section ----------------*/

    .group-session .dsm_floating_multi_images_container {
        height: auto !important;
        margin: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
        flex-wrap: wrap;
    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_2 {
        position: static !important;
        width: 50%;
        padding: 10px;
        margin-bottom: 0;
        margin-top: -30px;
    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_3 {
        width: 51% !important;
        max-width: 50% !important;
        position: static !important;
        padding: 10px;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_4 {
        width: 50% !important;
        max-width: 50% !important;
        position: static !important;
        padding: 10px;

    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_5 {
        width: 50% !important;
        max-width: 50% !important;
        position: static !important;
        padding: 10px;

        margin-top: 0px;
    }

    .
    /*----------------*/


    .virtual-booth-custom .dsm_floating_multi_images_container {
        height: auto !important;
        margin: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
    }

    .virtual-booth-custom .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_0 {
        width: 38vw !important;
        max-width: 38vw !important;
        top: 0px;
        margin-top: 100px !important;
        position: static !important;
        margin-right: -50px !important;
    }

    .virtual-booth-custom .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_1 {
        width: 55% !important;
        max-width: 55% !important;
        position: static !important;
        margin-bottom: 70px;
    }



    .vb-banner .et_pb_module.et_pb_image.et_pb_image_1 {
        bottom: -46px;
        right: 14%;
        width: 70px;
    }

    .vcenter .et_pb_row.nocenter,
    .vcenter .et_pb_row {
        display: flex;
        flex-direction: column;

    }

    .tagprint-row-reverse {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .contact-h1 h1 {
        display: flex;
        flex-direction: row;
    }

    /*------------------------*/


    .cwp_et_pb_layout_slider_standard_0 .swiper-bullets {
        border-radius: 0px;
        padding: 0px !important;
        position: static !important;
        z-index: 999;
        width: 100%;
        display: block;
        bottom: 0px !important;
        left: 50% !important;
        transform: translateX(0%) !important;
    }

    .et_pb_row.et_pb_row_2.social-sharesec.et_pb_equal_columns.et_pb_gutters1 {
        margin-top: 0px;
    }

    .swiper-slide .as_slide_content_wrapper {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

    .swiper-wrapper .swiper-slide {
        min-height: 50px !important;
        display: flex !important;
        flex-direction: column;
    }

    /*-------- 360 page ---*/
    .et-db #et-boc .floatingimg-360page .dsm_floating_multi_images_child.et_pb_module,
    .et-db #et-boc .et-l #et-fb-app .floatingimg-360page .dsm_floating_multi_images_child.et_pb_module,
    .et-db #et-boc .floatingimg-360page .et_pb_module.dsm_floating_multi_images_child {
        position: static;
    }

    .floatingimg-360page {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 50px;
        padding: 50px;
    }

    .floatingimg-360page .dsm_floating_multi_images_container {
        height: auto;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }



    .floatingimg-360page .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_0 {
        width: 50%;
    }

    .floatingimg-360page .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_1 {
        width: 50%;
    }

    .floatingimg-360page .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_2 {
        width: 60%;
        flex-direction: row;
    }

    .floating-colone {
        margin-bottom: 0px;
    }

    .flashy .et_pb_text_inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .flashy .et_pb_text_inner h3 {
        padding-left: 15px;
        padding-right: 15px;
        padding: 0px;
        margin-bottom: 10px;
    }

    .postContent.parent-col {
        padding: 0px 30px;
    }

    .postContent .postContentCol:nth-child(1) {
        width: 100%;
    }

    .postContent .postContentCol:nth-child(3) img {
        border-radius: 15px;
    }

    .postContent .postContentCol:nth-child(4) {
        width: 100%;
    }

    .scrollColunmImage {
        width: 100%;
        border-radius: 10px;
        background: #db68a3;
    }





}


@media screen and (max-width: 768px) {


    .tagprint-row-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .flashy .et_pb_text_inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .scrollSectionWrapper {
        overflow: hidden;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .scrollRow {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        transform: none !important;
    }

    .scrollRow .scrollColunm {
        width: 40vw;
        flex: auto;
        padding: 4px;
    }


    .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header,
    .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header:hover {

        padding: 0px !important;
    }

    .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header,
    .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header:hover {

        padding: 0px !important;
    }

    .gchoice {
        margin-bottom: 15px;
    }

    .tagprint-contact-form input#gform_submit_button_1 {

        width: 200px;
    }

    .projectCategories li {

        margin-right: 0px;
        display: block;

        margin-bottom: 9px;
    }

    .projectPost {

        width: 100%;
    }

    .scrollColunmImage {

        border-radius: 12px;
    }


    /*-----------------floating section ----------------*/

    .group-session .dsm_floating_multi_images_container {
        height: auto !important;
        margin: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
        flex-wrap: wrap;
    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_2 {
        position: static !important;
        width: 50%;
        padding: 10px;
        margin-bottom: 0;
        margin-top: -30px;
    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_3 {
        width: 51% !important;
        max-width: 50% !important;
        position: static !important;
        padding: 10px;
        margin-bottom: 0;
        margin-top: 30px;
    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_4 {
        width: 50% !important;
        max-width: 50% !important;
        position: static !important;
        padding: 10px;

    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_5 {
        width: 50% !important;
        max-width: 50% !important;
        position: static !important;
        padding: 10px;

        margin-top: 0px;
    }

    /*----------------*/


    .virtual-booth-custom .dsm_floating_multi_images_container {
        height: auto !important;
        margin: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
    }

    .virtual-booth-custom .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_0 {
        width: 38vw !important;
        max-width: 38vw !important;
        top: 0px;
        margin-top: 100px !important;
        position: static !important;
        margin-right: -50px !important;
    }

    .virtual-booth-custom .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_1 {
        width: 55% !important;
        max-width: 55% !important;
        position: static !important;
        margin-bottom: 70px;
    }

    .vb-banner .et_pb_module.et_pb_image.et_pb_image_1 {
        bottom: -30px;
        right: 58%;
        width: 90px;
    }

    .projectPost.projectPostFeatured {
        width: 100%;
    }


    .et_pb_module.dsm_floating_multi_images.dsm_floating_multi_images_0.\33 60pagefloatingimg {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0 !important;
        padding: 0 !important;
    }

    .flashy .et_pb_text_inner h3 {
        padding-left: 0px;
        padding-right: 0px;
    }

}


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------- M O B I L E  menu-button  ------ --------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

@media only screen and (max-width: 980px) {
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: transparent;

    }

    ::-webkit-scrollbar-thumb {
        background: #000;
        opacity: 0.3;

    }

    .tagprint-menu .et_pb_menu__menu>nav>ul>li {
        margin-top: 1em;
    }

    ::-webkit-scrollbar-thumb:hover {
        opacity: 0.5;
    }

    header .et_pb_section_1_tb_header.tagprint-slide {
        height: 100vh;
        width: 100vw;
        padding: 50px 30px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-y: scroll;
        overflow-x: hidden;

    }

    .row-full .et_pb_row.tagprint-welcome-text {
        width: 100% !important;
        display: flex;
        justify-content: space-between;
    }

    .mobile_nav.closed {
        display: none;
    }



}

@media only screen and (max-width: 768px) {

    .Additional-Features .et_pb_column {
        margin-bottom: 0px !important;
    }

    /* For mobile phones: */
    .menu-button {
        max-width: 100%;
        width: 100%;
    }

    /*.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    border: 0px solid transparent;
    padding: 0px;
}*/
    header.et-l.et-l--header:before {
        display: none;
    }

    header .et_pb_section_1_tb_header.tagprint-slide {

        height: 100vh;
        width: 100vw;
        padding: 50px 30px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-y: scroll;
    }

    .tagprint-slide .et_pb_column {
        width: 100%;
        margin-bottom: 0px;
    }

    .tagprint-menu .et-menu a {
        color: #fff;
        font-size: 19px;
    }




    .tagprint-menu div#close {
        position: absolute;
        top: -10vh;
        right: 0px;
    }

    header.et-l.et-l--header.active .et_pb_menu .et_mobile_nav_menu {

        display: none;

    }

    .et_pb_section.menu-button a.startaqute {

        height: 50px !important;
        line-height: 50px !important;
        width: 60vw;
        font-size: 14px !important;
        text-align: center;
    }

    div#toggle {
        background: #000;
        text-align: center;
        color: #fff;
        height: 50px;
        line-height: 50px;
        width: 40vw;
    }

    div#toggle span.et-pb-icon {

        line-height: 50px;
    }

    div#toggle span.et-pb-icon:after {

        font-size: 14px !important;
        line-height: 50px;
    }

    .supremeicon {
        position: static;

    }

}


@media only screen and (max-width: 600px) {

    .dsm_floating_multi_images_child {

        animation: none !important;
    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_2 {

        margin-bottom: 0;
        margin-top: 0;
    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_3 {

        margin-bottom: 0;
        margin-top: 0;
    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_2 {

        margin-bottom: 0;


    }

    .group-session .et_pb_module.dsm_floating_multi_images_child.dsm_floating_multi_images_child_5 {

        margin-top: 0px;
        margin-bottom: 30px;
    }

    .et_pb_module.dsm_floating_multi_images.dsm_floating_multi_images_1.group-session {
        margin: 0px -10px;
        margin-top: -30px;
    }

    .et_pb_module.dsm_floating_multi_images.dsm_floating_multi_images_0.virtual-booth-custom {
        margin-top: -20px;
    }

    .overlay-map .arrow_box {

        width: 80%;
        left: 10%;
    }

    .grandave .arrow_box {
        width: 80%;
        left: 10%;
    }
}



.galleryContainer {
    column-count: 4;
}

.galleryItem {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .galleryContainer {
        column-count: 2;
    }
}

@media only screen and (max-width: 767px) {
    .galleryContainer {
        column-count: 1;
    }
}