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

.elementor-widget-text-path svg:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.text-routed {
    transform: rotate(-90deg);
}

.elementor-element-edit-mode,
.iqonic-elementor-section {
    position: relative;
}

.elementor-counter-number-wrapper,
.number-style {
    -webkit-font-feature-settings: "tnum"on, "lnum"on;
    font-feature-settings: "tnum"on, "lnum"on;
}

.gradient-text-color {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.iqonic-elementor-section:before {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: 1.2s cubic-bezier(.63, .25, .25, 1);
    -o-transition: 1.2s cubic-bezier(.63, .25, .25, 1);
    transition: 1.2s cubic-bezier(.63, .25, .25, 1);
}

.iqonic-elementor-section:before,
.elementor-element-edit-mode:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    top: 0;
}

.iqonic-elementor-section.animated:before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);

}

.swiper-slide-inner img.swiper-slide-image {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    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;
}

.swiper-slide-inner:hover img.swiper-slide-image {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

@-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);
    }
}

input[type=date]:after {
    position: absolute;
    content: "\f271";
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
    top: 0;
    bottom: 0;
    right: 15px;
    left: auto;
    opacity: .7;
}


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

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

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: var(--color-theme-secondary);
    display: inline-block;
    border-radius: 0px;
    padding: 0;
    margin: 0px 3px;
    height: 10px;
    width: 10px;
    border: 1px solid var(--color-theme-secondary);
    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: 100%;
}

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

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
    background-image: linear-gradient(293deg, var(--text-gradient-one) -15.38%, var(--text-gradient-two) 57.43%, var(--text-gradient-three) 94.88%);
    border: 1px solid transparent;
}

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

.owl-carousel .owl-dots .owl-dot {
    background: transparent;
    border: 1px solid var(--border-color-light);
}

.owl-carousel.owl-loaded .owl-nav button.owl-prev,
.owl-carousel.owl-loaded .owl-nav button.owl-next {
    position: static;
}

.owl-carousel .owl-nav {
    margin-top: 30px;
    text-align: center;
}

.owl-carousel.owl-loaded .owl-nav button.owl-prev {
    left: 0;
    margin-right: 16px;
}

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

.knost-leftarrow,
.knost-rightarrow {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    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;
    border: 1px solid;
    border-radius: 100%;
}

.knost-leftarrow svg,
.knost-rightarrow svg,
.knost-leftarrow svg,
.knost-rightarrow i,
.knost-leftarrow i {
    color: var(--color-theme-white);
}
/* .owl-nav .owl-prev  {
    position: relative;
} */

.owl-prev .knost-leftarrow  , .owl-next .knost-rightarrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    border: 1px solid var(--global-font-color);
    text-align: center;
    position: relative;
    display: inline-block;
    margin-top: 50px;
    background: transparent;
}
.owl-prev .knost-leftarrow  i, .owl-next .knost-rightarrow i{
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.owl-nav .owl-prev .knost-leftarrow:hover , .owl-nav .owl-next .knost-rightarrow:hover {
   position: relative;
   z-index: 111;
    background: linear-gradient( 293deg,var(--text-gradient-one) -15.38%,var(--text-gradient-two) 57.43%,var(--text-gradient-three) 94.88%);
    border: 1px solid;
    border-image: linear-gradient( 293deg,var(--text-gradient-one) -15.38%,var(--text-gradient-two) 57.43%,var(--text-gradient-three) 94.88%);
    border-image-slice: 0;
    }
   
.owl-nav .owl-prev .knost-leftarrow:hover i , .owl-nav .owl-next .knost-rightarrow:hover i {
    background-image: linear-gradient(293deg,var(--text-gradient-one) -15.38%,var(--text-gradient-two) 57.43%,var(--text-gradient-three) 94.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.owl-nav .owl-prev .knost-leftarrow::after ,.owl-nav .owl-next .knost-rightarrow::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 1px;
    bottom: 0;
    z-index: -1;
    border-radius: 100%;
    background: var(--global-body-bgcolor);
}
/*--------------------------------------------------------------
# Contact form 7 error msg
--------------------------------------------------------------*/
.wpcf7 form.wpcf7-form .wpcf7-response-output {
    -webkit-animation: scale-in-ver-top .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-ver-top .5s cubic-bezier(.25, .46, .45, .94) both;
    border: 1px solid var(--color-theme-primary);
}

.wpcf7-not-valid-tip {
    display: inline-block;
    margin-top: 5px;
}

@-webkit-keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

.mc4wp-form-fields .submit-btn {
    position: absolute;
    right: 6px;
    top: 6px;
}

.mc4wp-form-fields .knost-morden-btn {
    padding: 8px 32px;
}

/*--------------------------------------------------------------
 Contact form 7 error msg end
--------------------------------------------------------------*/
.mc4wp-form-fields {
    position: relative;
    display: inline-block;
    width: 100%;
}

.mc4wp-form-fields .submit_btn {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    background: transparent;
    width: 60px;
    height: 60px;
    box-shadow: none;
    border: none;
    text-align: right;
}

.mc4wp-form-fields .submit_btn i {
    font-size: 24px;
}

.mc4wp-form-fields input[type=email] {
    padding-right: 50px;
    border: none;
    padding-left: 0;
    border-bottom: 1px solid var(--global-font-color);
}

.creative-post-template.blog-widget .knost-blogtag li a {
    color: var(--color-theme-white-light);
}

.creative-post-template.blog-widget .knost-blogtag li a:hover {
    color: var(--color-theme-primary);
}

.creative-post-template.blog-widget .knost-blog-box .knost-blog-meta ul {
    margin-bottom: 24px;
}

.creative-post-template.blog-widget .knost-blogtag {
    padding: 0;
    margin: 0;
}

.creative-post-template.blog-widget .knost-blogtag li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.creative-post-template.blog-widget .knost-blog-box a.creative-post-link {
    display: block;
    margin-bottom: 40px;
}

.creative-post-template.blog-widget .knost-blog-box .knost-blog-image {
    margin-bottom: 80px;
}

.creative-post-template.blog-widget .knost-blog-box {
    margin-bottom: 0;
}

.widget.knost-widget-author ul li {
    margin-bottom: 5px;
    border-bottom: none;
    margin-right: 12px;
    display: inline-block;
    padding: 0;
}

.widget.knost-widget-author ul li a {
    color: var(--color-theme-primary-light);
    font-size: 18px;
    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;
}

.widget.knost-widget-author ul li:last-child {
    margin-right: 0px;
}

.widget.knost-widget-author .knost-author-social {
    margin-top: 16px;
}

.widget.knost-widget-author img {
    height: 146px;
    object-fit: cover;
}

.widget.knost-widget-author ul li a 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;
}

.widget.knost-widget-author ul li a:hover svg path {
    fill: var(--color-theme-primary);
}

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

.knost-share ul {
    padding-left: 0;
}
/* social media */
.writing-mode-text{
    writing-mode: vertical-rl;
    transform: scale(-1);
}
.writing-mode-rl .knost-social-item{
    writing-mode: vertical-rl;
    transform: scale(-1);margin-top: 5px;
}
.writing-mode-rl .knost-social-names .knost-social-item{
    padding-right: 0;
}


svg.base-circle.animated {
    width: 38px;
    height: 38px;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
svg.base-circle .c1{
    stroke-dasharray: 0 144;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    opacity: 0;
}
 svg.base-circle:hover .c1{
    stroke-dasharray: 144 144;
    opacity: 1;
    -webkit-transition-property: stroke-dasharray;
    transition-property: stroke-dasharray;
}

.knost-share ul li a {
    position: relative;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    text-transform: uppercase;
    font-size: 12px;
}
.writing-mode-rl .knost-share li.list-inline-item {
    writing-mode: vertical-rl;
    transform: scale(-1);
    margin-top: 5px;
    margin-right: 10px;
}


@media(min-width:767px) {
    .mc4wp-form-fields .mail-subscribe input[type=email] {
        padding-right: 140px;
    }
}

@media(max-width:767px) {
    .mc4wp-form-fields .submit-btn {
        position: static;
        display: inline-block;
        margin-top: 32px;
        clear: both;
    }

    .mc4wp-form-fields {
        text-align: center;
    }
}
/* sidebar */

@media(min-width:1200px){
    .blog .content-area .site-main {
        padding-left: 16px;
        padding-right: 16px;
    }
    .row.flex-row-reverse .sidebar-service-right{
        padding-right:52px ;
        padding-left: 16px;
    }
    .row .sidebar-service-right{
        padding-left:52px ;
        padding-right:16px;
    }
}
/* icon box service page */
.icon-box-desc .elementor-icon-box-title span {
    font-family: var(--highlight-font-family);
    font-weight: var(--font-weight-semi-bold);
}
.icon-box-desc p.elementor-icon-box-description {
    margin-top: 15px;
}

/* contact us form 2 */
.contact-us-form-2 .cfield {
    position: relative;
}

.contact-us-form-2 .cfield svg {
    position: absolute;
    left: 15px;
    top: 30px;
    transform: translateY(-50%);
    z-index: 9;
    width: .875em;
}

.contact-us-form-2 .your-name input,
.contact-us-form-2 .email input,
.contact-us-form-2 .your-message textarea {
    padding: 0 0 0 47px;
}


.contact-us-form-2 .cfield.textarea svg {
    position: absolute;
    left: 15px;
    top: 15px;
}

.contact-us-form-2 .wpcf7-form-control-wrap input,
.contact-us-form-2 .your-message textarea {
    border: 0;
    border-bottom: 1px solid var(--global-font-color);
}

.contact-us-form-2 input[type="checkbox"]:checked {
    background: none;
}

.contact-us-form-2 textarea:focus {
    border-bottom: 1px solid var(--color-theme-white);
}
.contact-us-form-2 .cfield.textarea {
margin-bottom: 60px;
}
.contact-us-form-2 .wpcf7-list-item-label {
font-size: var(--font-size-normal);
}
/*siderbar service section title */

.service-details .service-title {
    border-bottom: 1px solid var(--border-color-light);
    padding-bottom: 30px;
}
.knost-service-menu {
    margin-top: 30px;
}
.service-details-sidebar .navbar-nav .menu-item {
    margin: 0;
    padding: 0;
}

.service-details-sidebar .navbar-nav li.current-menu-item a ,.rev-btn-icon-gredient {
    background-size: 100% 2px;
    background-image: linear-gradient(293deg,var(--text-gradient-one) -15.38%,var(--text-gradient-two) 57.43%,var(--text-gradient-three) 94.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-title h5{
    font-size: 24px;
}
.service-details-sidebar .navbar-nav .menu-item a {
    position: relative;
    margin-bottom: 25px;
    font-family: var(--highlight-font-family);
    font-weight: 600;
    color: var(--color-theme-white);
    font-size: var(--font-size-h6);
}
.service-details-sidebar .navbar-nav .menu-item:last-child a {
    margin-bottom: 0;
}
.service-details-sidebar .navbar-nav .menu-item a svg {
    margin-right: 12px;
    margin-bottom: 5px;
}
.service-details-sidebar .navbar-nav .menu-item a svg path{
 fill:currentColor;
}
.service-details-sidebar .navbar-nav .menu-item a:hover svg path , .service-details-sidebar .navbar-nav .current-menu-item a svg path {
    fill: url(#paint0_linear_1598:205);
}




/* service detail sidebar */
.arrow-circle{
    display: inline-block;
    margin-right: 12px;
}
.arrow-circle .arrow-line{
    position: relative;
    box-sizing: content-box;
    box-shadow: inset 0 0 4px 4px var(--color-theme-white);
	width: 18px;
    height: 18px;
    text-align: center;
    line-height: 15px;
    border-radius: 100%;
    display: inline-block;
}

.service-details-sidebar .navbar-nav .menu-item a:hover .arrow-circle .arrow-line ,.service-details-sidebar .navbar-nav li.current-menu-item a .arrow-circle .arrow-line{
    background-image: linear-gradient( 293deg,var(--text-gradient-one) -15.38%,var(--text-gradient-two) 57.43%,var(--text-gradient-three) 94.88%);
    box-shadow: none;
}
.arrow-circle .arrow-line i{
    position: relative;
    z-index: 1;
    color:var(--color-theme-white);
    font-size: 10px;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: currentColor;
}
.arrow-circle .arrow-line:after{
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 100%;
    background: #000;
}
.sidebar-service-right .widget ul.wp-block-categories-list li a {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 500;
}
.sidebar-service-right .widget.widget_block .wp-block-categories li{
    align-items: center;
   justify-content: initial;
   }
   .sidebar-service-right .widget.widget_block .wp-block-categories li a{
       margin-right: 8px;
   }

   .icon-box-desc .elementor-icon-box-title , .icon-box-desc .elementor-icon-box-title span .icon-box-desc .elementor-icon-box-title a  {
       font-family: var(--highlight-font-normal);
       font-weight: var(--font-weight-semi-bold);
   }
.text-rotate {
    transform: rotate(-90deg);
}
.landing-icon-box {
    position: relative;
}
.landing-icon-box::after {
    position: absolute;
    content: "";
width: 1px;
height: 75px;
background-color: var(--color-theme-white);
right: 0;
top: 30%;
opacity: 0.4;
}
 
@media (max-width: 1024px) {
    .owl-carousel .owl-dots {
        margin-top: 30px;
    }
}

@media (max-width:768px){
    .owl-carousel .owl-dots{
        margin-top: 30px;
    }
    .landing-icon-box {
        position: relative;
    }
    .landing-icon-box::after {
        position: absolute;
        content: "";
    
        
    }

}