.studioarch-btn-small {
    padding: 10px 20px;
}

.studioarch-btn-medium {
    padding: 15px 30px;
}

.studioarch-btn-large {
    padding: 20px 40px;
}

.studioarch-btn-extra-large {
    padding: 25px 50px;
}

.studioarch-btn-round {
    border-radius: 30px !important;
    overflow: hidden;
}

.studioarch-btn-semi-round {
    border-radius: 0 !important;
    overflow: hidden;
}

.studioarch-btn-circle {
    border-radius: 50% !important;
    overflow: hidden;
}

.studioarch-btn-outline {
    outline: 2px solid var(--studioarch-black) !important;
}

.studioarch-btn-small span.text-btn {
    font-size: 14px !important;
}

.studioarch-btn-medium span.text-btn {
    font-size: 16px !important;
}

.studioarch-btn-large span.text-btn {
    font-size: 18px !important;
}

.studioarch-btn-extra-large span.text-btn {
    font-size: 20px !important;
}

.site.mill header .navbar-brand {
    margin-right: 45px;
}

.text-routed {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    text-orientation: mixed;
}

.routed-social .studioarch-social-item a.studioarch-share {
    transform: rotate(270deg);
}

body table.booked-calendar td.today .date span {
    border: 2px solid var(--color-theme-primary) !important;
}

button.owl-prev,
button.owl-next {
    text-align: inherit;
}

.studioarch-leftarrow,
.studioarch-rightarrow {
    width: 45px;
    height: 45px;
    background: var(--color-theme-primary);
    color: var(--color-theme-white);
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    color: var(--color-theme-orange);
}

.customNavigation .studioarch-leftarrow,
.customNavigation .studioarch-rightarrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.customNavigation .studioarch-leftarrow svg,
.customNavigation .studioarch-rightarrow svg {
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.studioarch-leftarrow svg,
.studioarch-rightarrow svg {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.owl-carousel.owl-loaded .owl-nav button.owl-prev,
.owl-carousel.owl-loaded .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.owl-carousel.owl-loaded .owl-nav button.owl-prev {
    left: -60px;
}

.owl-carousel.owl-loaded .owl-nav button.owl-next {
    right: -60px;
}

.studioarch-leftarrow svg {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    top: 13px;
    z-index: 0;
    color: var(--color-theme-white);
}

.studioarch-rightarrow svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    top: 13px;
    z-index: 0;
    color: var(--color-theme-white);
}

.studioarch-rightarrow:hover {
    background: var(--color-theme-secondary);
}

.studioarch-leftarrow:hover {
    background: var(--color-theme-secondary);
}

.iqonic-masonry-block .owl-nav {
    position: absolute;
    left: calc(100% - 65%);
    bottom: 15%;
}

.iqonic-masonry-block .owl-carousel.owl-loaded .owl-nav button.owl-prev {
    left: -55px;
}

.iqonic-masonry-block .owl-carousel.owl-loaded .owl-nav button.owl-next {
    right: -55px;
}

.iqonic-masonry-block .owl-carousel.owl-loaded .owl-nav button.owl-prev,
.iqonic-masonry-block .owl-carousel.owl-loaded .owl-nav button.owl-next {
    position: absolute;
    top: 10%;
    transform: translate(0, -10%);
}

.contact-form .cfield {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.contact-form .studioarch-outerbox {
    padding: 30px;
}

.contact-form .cfield input,
.contact-form .cfield textarea {
    float: inherit;
}

.contact-form .cfield.studioarch-textarea {
    height: 150px;
}

.studioarch-button.btn-shadow {
    box-shadow: 0px 12px 20px 0 rgb(252 69 69 / 39%);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.studioarch-button.btn-shadow:hover {
    box-shadow: 0px 12px 20px 0 rgb(40 112 222 / 39%);
}

.year-box {
    display: flex;
    align-items: center;
}

.year-box span {
    color: var(--color-theme-secondary);
    font-size: var(--font-size-h2);
    line-height: var(--font-line-height-h2);
    letter-spacing: var(--font-letter-spacing-h2);
    font-weight: var(--font-weight-h2);
    margin-right: 15px;
}

.year-box .text-box {
    letter-spacing: var(--letter-spacing);
}


/*******Service Menu Widget********/

.widget.studioarch-main-services {
    background-color: var(--color-theme-secondary);
}

.widget.studioarch-main-services ul li {
    border-bottom: none;
    padding: 0;
}

.widget.studioarch-main-services ul li a {
    padding: 15px;
    color: var(--color-theme-white);
    display: block;
    position: relative;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.widget.studioarch-main-services ul li a:hover,
.widget.studioarch-main-services ul li.current-menu-item a {
    background-color: var(--color-theme-primary);
    color: var(--color-theme-white);
}

.widget.studioarch-main-services .service-title {
    position: relative;
    padding-left: 10px;
    margin-bottom: 30px;
}

.widget.studioarch-main-services .service-title h5 {
    color: var(--color-theme-white);
}

.widget.studioarch-main-services li .serv-text {
    margin-right: 30px;
}


/* Dots */

.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    margin-top: 15px;
    position: relative;
    width: 100%;
    display: inline-block;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}


/* section title rotate 90deg */

.title-rotate-min-90 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.title-rotate-plus-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: var(--color-theme-primary-light);
    display: inline-block;
    border-radius: 0px;
    padding: 0;
    margin: 0px 3px;
    height: 10px;
    width: 10px;
    border: 1px solid var(--color-theme-primary-light);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
    border-radius: var(--border-radius);
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--color-theme-primary);
    border: 1px solid var(--color-theme-primary);
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--color-theme-primary);
    border: 1px solid var(--color-theme-primary);
}

.owl-carousel .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    line-height: normal;
}

.studioarch-share {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

footer .subscribe input[type="email"] {
    padding-right: 75px;
}

.shap-bg-main {
    position: relative;
}

.shap-bg-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10px;
    background: var(--color-theme-primary);
}

.studioarch-share ul {
    padding: 0;
}

.studioarch-share li {
    color: var(--color-theme-black);
}

footer .studioarch-share ul {
    padding: 5px 10px;
    box-shadow: 8px 8px 24px rgb(148 148 148 / 16%);
}

.widget .studioarch-share ul li a {
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    color: var(--global-font-title);
    font-weight: var(--font-weight-bold);
    font-family: var(--highlight-font-family);
}

.widget .studioarch-share ul li:last-child a::after {
    display: none;
}

.widget .studioarch-share ul li:last-child a {
    padding-right: 0;
}

.widget .studioarch-share ul li a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    right: 0;
    background-color: var(--color-theme-primary);
}

.widget.widget_iq_socail_media .studioarch-share ul li {
    padding-bottom: 0;
    border-bottom: none;
}

.studioarch-share ul li a .svg-inline--fa {
    color: var(--color-theme-white);
}

footer .studioarch-share ul {
    box-shadow: none;
    padding: 0;
}

@keyframes bouncess {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-25px);
    }
}

@-webkit-keyframes bouncess {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-25px);
    }
}

.bounce-img img {
    -webkit-animation: bouncess 1s infinite alternate;
}

.studioarch-rotate-pattern {
    animation: rotation 50s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.elementor-widget-text-path svg {
    animation: rotation 12s linear infinite;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


/* Case Study  single page*/

.case_study .studioarch-blog-box .studioarch-blog-image img {
    width: 100%;
}

.case_study .studioarch-blog-head .entry-title {
    text-align: center;
    margin-bottom: 40px;
}

.col-xl-8 .case_study .studioarch-blog-head .entry-title {
    text-align: left;
}

.widget.widget_tag_cloud ul li a {
    background: transparent;
    padding: 0;
    padding-right: 18px;
    border-radius: 0px;
    color: var(--global-font-color);
}

.widget.widget_tag_cloud ul li:last-child a {
    border: none;
}

.widget.widget_tag_cloud ul li a:hover {
    color: var(--color-theme-secondary);
}

.widget_tag_cloud ul li {
    margin: 10px 5px 10px 0;
    border-bottom: none;
}

.center-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}


/* side area css start*/

.elementor-widget-sidebar .studioarch-side-area-title {
    vertical-align: top;
    position: relative;
    text-transform: capitalize;
    padding-right: 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.elementor-widget-sidebar .studioarch-side-area-title::after {
    content: "";
    width: 6px;
    height: 7px;
    position: absolute;
    bottom: 5px;
    background: #ffd81c;
    background: var(--color-theme-secondary);
    right: 0;
}

.elementor-widget-sidebar .widget .studioarch-service-menu ul li {
    border-bottom: transparent;
    margin: 0;
    padding-bottom: 0;
}

.elementor-widget-sidebar .widget .studioarch-service-menu ul li a {
    border: 1px solid var(--color-theme-primary-light);
    padding: 15px;
    color: var(--global-font-title);
    text-transform: capitalize;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 10px 0;
    position: relative;
    width: 100%;
}

.elementor-widget-sidebar .widget {
    padding: 30px;
}

.elementor-widget-sidebar .widget .studioarch-service-menu ul li a::after {
    font-family: Font Awesome\ 5 Free;
    position: absolute;
    font-size: 18px;
    color: var(--global-font-title);
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 900;
    content: '\f0da';
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.elementor-widget-sidebar .widget .studioarch-service-menu ul li a:hover::after,
.elementor-widget-sidebar .widget .studioarch-service-menu ul li.current_page_item a::after,
.elementor-widget-sidebar .widget .studioarch-service-menu ul li:hover a {
    color: var(--color-theme-white);
}

.elementor-widget-sidebar .widget .studioarch-service-menu ul li a:hover,
.elementor-widget-sidebar .widget .studioarch-service-menu ul li.current_page_item a {
    background: var(--color-theme-primary);
    color: var(--color-theme-white);
}

.widget.iq-working-days {
    background: var(--color-theme-primary);
    color: var(--color-theme-white);
    padding: 30px;
    position: relative;
}

.widget.iq-working-days .footer-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2px;
    background: var(--color-theme-secondary);
    height: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget.iq-working-days .studioarch-side-area-title {
    margin-bottom: 15px;
    color: var(--color-theme-white);
    position: relative;
    padding-right: 15px;
    display: inline-block;
}

.widget.iq-working-days ul li {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px dashed rgba(82, 95, 129, .2);
}

.widget.iq-working-days ul li:last-child {
    margin-bottom: 0;
}

.c-break-word .elementor-icon-box-description {
    word-break: break-word;
}


/* side area css end*/

.footer-shap-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    background: var(--color-theme-secondary);
}


/* Contact Form css */

.form-one .studioarch-input-wrap input,
.form-one textarea {
    background-color: transparent !important;
    border-bottom: 1px solid var(--color-theme-grey);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.form-one .studioarch-input-wrap input:focus,
.form-one textarea:focus {
    border-bottom: 1px solid var(--color-theme-primary);
}

.form-one .studioarch-input-wrap .cfield,
.form-one .studioarch-area-wrap .cfield {
    position: relative;
}

.form-one .studioarch-input-wrap .cfield svg {
    position: absolute;
    left: 15px;
    top: 30px;
    transform: translateY(-50%);
    z-index: 9;
}

.form-one .studioarch-area-wrap .cfield svg {
    position: absolute;
    left: 15px;
    top: 30px;
    transform: translateY(-50%);
    z-index: 9;
}

.form-one .studioarch-input-wrap .cfield .wpcf7-form-control-wrap input,
.form-one .studioarch-area-wrap .cfield .wpcf7-form-control-wrap textarea {
    padding-left: 40px;
}

.rs-title-text {
    font-family: 'Plus Jakarta Display';
}

@media(max-width:1560px) {
    .owl-carousel.owl-loaded .owl-nav button.owl-prev,
    .owl-carousel.owl-loaded .owl-nav button.owl-next {
        position: relative;
        top: inherit;
        transform: inherit;
        margin-top: 10px;
        text-align: initial;
    }
    .owl-carousel.owl-loaded .owl-nav button.owl-next {
        right: 0;
    }
    .owl-carousel.owl-loaded .owl-nav button.owl-prev {
        left: 0;
        margin-right: 30px;
    }
    .owl-nav {
        text-align: center;
    }
}

@media(max-width:1200px) {
    .shap-main:before {
        display: none;
    }
}

@media(max-width:767px) {
    .iqonic-masonry-block .owl-carousel.iqonic-grid .owl-item .iqonic-grid-item.s-60.col-md-6.col-12 {
        padding: 200px 0;
    }
}

@media(max-width:480px) {
    .studioarch-outerbox,
    .studioarch-inner-box {
        padding: 15px;
    }
    .footer-mail button {
        margin-top: 30px;
        position: relative;
    }
    .footer-mail {
        text-align: center;
    }
}

/*=============
mega-menu 
===================*/

.sf-menu >.menu-item>.iqonic-megamenu-container{
    box-shadow: none !important;
}