/* Defaults
Template Name: Zumtech - HTML Templat
Author: Themexplosion
Support: themxplosion@gmail.com
Description: Creative Agency HTML template
Version: 1.0.0

------------------ Table of Contents -----------------------
# Template Defaults


/*==================== Template Defaults================= */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
    --zt-brand: linear-gradient(40.77deg, #0a5fbb 0%, #0c9fe9 100%);
    --zt-brand-secondary: #0c5d9d;
    --zt-text-primary: #505050;
    --zt-white: #fff;
    --zt-heading: #282828;
    --zt-font: 'Roboto', sans-serif;

    --animate-delay: 0.25s;
    --animate-duration: 2s;
}

::selection {
    color: var(--zt-white);
    background: var(--zt-heading);
}

body {
    font-family: var(--zt-font);
    box-sizing: border-box;
    line-height: 1.4em;
    color: var(--zt-text-primary);
}

/*==================== Typography================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--zt-heading);
    font-weight: 700;
    font-family: var(--zt-font);
    margin: unset;
    user-select: text;

}

h1 {
    font-size: 56px;
    line-height: 62px;
}

h2 {
    font-size: 48px;
    line-height: 54px;
}

h3 {
    font-size: 38px;
    line-height: 44px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
}

h5 {
    font-size: 22px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--zt-text-primary);
    margin-bottom: 0;
    letter-spacing: -0.02em;
}


a {
    font-size: 16px;
    line-height: 22px;
    color: var(--zt-heading);
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

a:hover {
    color: var(--zt-brand-secondary);
}

span {
    font-size: 14px;
    line-height: 18px;
    color: var(--zt-text-primary);
    letter-spacing: -0.02em;
}

hr {
    margin: 0;
    border: 1px solid #E1E5E6;
}

input:focus {
    outline: none;
}

::placeholder {
    font-size: 14px;
    line-height: 18px;
    color: #7C7C7C;
}

label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--zt-heading);
}

/*==================== Button================= */

.zt-cat {
    background: var(--zt-brand);
    padding: 15px 32px;
    border-radius: 6px;
    color: var(--zt-white);
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    border: none;
    text-decoration: none;
    border: none;
    display: inline-block;
    letter-spacing: .01em;
}

.zt-cat:hover {
    background: linear-gradient(40.77deg, #242fbbc2 0%, #4808c5a3 100%);
    color: var(--zt-white);

}

.zt-cat-transparent {
    border: 1px solid rgb(224 88 88 / 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zt-cat-transparent:hover {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: var(--zt-white);
}

.zt-cat-white-bg {
    background: var(--zt-white);
    color: var(--zt-brand-secondary);
    border: 1px solid transparent;

}

.zt-cat-white-bg:hover {
    border: 1px solid var(--zt-white);
    background: var(--zt-brand-secondary);
    color: var(--zt-white);

}

/*==================== Section Title================= */

.title {
    color: var(--zt-brand-secondary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    position: relative;
    padding-left: 13px;
    display: inline-block;
}

.title::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--zt-brand-secondary);
    border-radius: 50%;
    top: 7px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sub-title {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: var(--zt-heading);
}

.section-title {
    padding-left: 250px;
    padding-right: 250px;
}

.section-title-2 .title {
    padding-left: 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.08em;

}

.section-title-2 .title::before {
    content: '';
    height: 10px;
    width: 100%;
    bottom: 16px;
    top: auto;
    background: rgba(88, 97, 224, 0.3);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/*==================== Page Background================= */
.page-wrapper {
    background-image: url('../img/bg/body-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.page-wrapper-2 {
    background-image: url('../img/bg/body-bg-2.svg');
}

.about-page {
    background-image: url('../img/bg/about-bg.svg');
}

.our-work-page {
    background-image: url('../img/bg/page-pg-2.svg');
}

.construction-pagination .page-link:focus {
    outline: none;
    box-shadow: none;
}

.construction-pagination .page-link {
    font-weight: 500;
    color: var(--zt-text-primary);
    background: var(--zt-white);
    border: 1px solid #E1E5E6;
    height: 44px;
    width: 44px;
    line-height: 42px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    transition: .3s all;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.construction-pagination li:not(:last-child) .page-link {
    margin-right: 10px;
}

.construction-pagination li:first-child .page-link,
.construction-pagination li:last-child .page-link {
    background: transparent;
    border: none;
    width: auto;
}

.construction-pagination li:first-child .page-link:hover,
.construction-pagination li:last-child .page-link:hover {
    color: var(--zt-text-primary);
}

.construction-pagination li:first-child .page-link i {
    padding-right: 5px;
}

.construction-pagination li:last-child .page-link i {
    padding-left: 5px;
}

.construction-pagination .page-link:hover,
.construction-pagination .active .page-link {
    background: var(--zt-brand);
    color: var(--zt-white);
    border-color: transparent;
}

/*==================== Preloader ================= */

#preloader {
    background: #fff;
    z-index: 999999;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
}

.ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 999999;
    background: #ffffff;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 999999;
}

.ctn-preloader .animation-preloader .spinner {
    animation: spinner 1.5s infinite linear;
    border-radius: 50%;
    border: 3px solid rgb(101 92 151 / 6%);
    border-top-color: var(--zt-brand-secondary);
    border-bottom-color: var(--zt-brand-secondary);
    height: 170px;
    margin: 0 auto 45px auto;
    width: 170px;
    -webkit-animation: spinner 1.5s infinite linear;
}

.ctn-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: var(--zt-brand-secondary);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 70px;
    position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: var(--zt-font);
    font-weight: 700;
    letter-spacing: 15px;
    display: inline-block;
    color: rgba(88, 97, 224, 0.14);
    position: relative;
    font-size: 70px;
    line-height: 70px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
        -webkit-transform: rotateY(-90deg);
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        -o-transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}

/*==================== Header Area ================= */

.header-top .contact-info li,
.header-top .social li {
    display: inline-block;
}

.header-top .contact-info li:not(:last-child) {
    padding-right: 30px;
}

.header-top .contact-info i {
    padding-right: 5px;
}

.header-top .contact-info a {
    font-size: 14px;
    text-decoration: none;
    line-height: 18px;
    color: var(--zt-text-primary);
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.header-top .contact-info a:hover {
    color: var(--zt-brand-secondary);
}

.header-top .social li:not(:last-child) {
    padding-right: 10px;
}

.social a {
    color: var(--zt-text-primary);
}

.social a:hover {
    color: var(--zt-brand-secondary);
}



.header-fixed .header-top {
    display: none !important;
}

.header-fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    animation: smoothScroll .9s forwards;
    -webkit-animation: smoothScroll .9s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-80px);
        -webkit-transform: translateY(-80px);
        -moz-transform: translateY(-80px);
        -ms-transform: translateY(-80px);
        -o-transform: translateY(-80px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

/* Menu */

.header-bottom,
.header-2.header-fixed {
    /*background: linear-gradient(90deg, #e9e9e9 0%, #e1e1e1 100%);*/
    /*background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);*/
    background: linear-gradient(180deg, #f9f9f9 0%, #ffffff 100%);
    box-shadow: 1px 5px 8px rgb(0 0 0 / 27%);
}

.main-menu ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.main-menu>ul>li {
    display: inline-block;
    position: relative;
}

.main-menu>ul>li:not(:last-child) {
    margin-right: 50px;
}

.main-menu li a {
    color: var(--zt-text-primary);
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.main-menu .current-menu-item>a {
    color: var(--zt-brand-secondary);
}

.main-menu li a:hover {
    color: var(--zt-brand-secondary);
}

/* Submenu */

.header-area .sub-menu {
    width: max-content;
    min-width: 180px;
    display: block;
    position: absolute;
    background: var(--zt-white);
    z-index: 99999;
    padding: 0;
    box-shadow: 2px 2px 20px 0px rgb(188 188 189 / 40%);
    top: calc(100% + 30px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.header-area nav.main-menu>ul>li>ul::before {
    content: ' ';
    background: transparent;
    width: 30px;
    height: 20px;
    position: absolute;
    z-index: 3;
    bottom: 100%;
    left: 10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.header-area .sub-menu li {
    padding: 15px 20px;

}

.header-area .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #cdced685;
}

.header-area .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 16px);
}

.main-menu .sub-menu li a:hover {
    padding-left: 10px;
}

.cat-button{
    text-align: end;
}
/* Header-2 */

.header-2 {
    position: fixed;
    z-index: 999;
    width: 100%;
}

.header-2.header-fixed {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-2 .main-menu li a {
    color: var(--zt-white);
}

.header-2 .menu-bar .menu-burger::after,
.header-2 .menu-bar .menu-burger::before,
.header-2 .menu-bar .menu-burger {
    background: var(--zt-white);
}

.header-2.header-fixed .menu-bar .menu-burger::after,
.header-2.header-fixed .menu-bar .menu-burger::before,
.header-2.header-fixed .menu-bar .menu-burger {
    background: var(--zt-text-primary);
}

.header-2 .main-menu .sub-menu a {
    color: var(--zt-heading);
}

.header-2 .main-menu li a:hover,
.header-2 .main-menu .current-menu-item a,
.header-2.header-fixed .main-menu .current-menu-item a {
    color: var(--zt-brand-secondary);
}

.header-2.header-fixed .main-menu li a {
    color: var(--zt-text-primary);
}

.header-2.header-fixed .mobile-header .main-menu li a {
    color: var(--zt-white);
}

.header-2.header-fixed .main-menu li a:hover {
    color: var(--zt-brand-secondary);
}

.header-2.header-fixed .main-logo {
    display: inline-block !important;
}

.header-2.header-fixed .white-logo {
    display: none;
}
/* mobile menu */
.menu-bar {
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
    width: 40px;
    height: 40px;
    transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
}

.menu-burger {
    width: 30px;
    height: 2px;
    background: var(--zt-brand-secondary);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    -webkit-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-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.menu-burger::before,
.menu-burger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--zt-brand-secondary);
    top: -8px;
    right: 0;
    transition: all .3s ease-in-out;
    -webkit-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;
}

.menu-burger::after {
    width: 20px;
    top: 8px;
}

.menu-bar:hover .menu-burger:after {
    width: 30px;
}

.menu-bar:hover .menu-burger:before {
    width: 20px;
}

.mobile-menu {
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    background: #35434A;
    z-index: 9999;
    padding-bottom: 20px;
    height: 100vh;
    overflow: auto;
    transform: translateX(100%);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}


.menu-open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.mobile-menu ul {
    padding-top: 70px;
}

.mobile-menu ul li {
    display: block;
    padding: 15px 20px 15px 60px;
}

.mobile-menu ul li a {
    color: var(--zt-white);
}

.mobile-menu ul li a:hover {
    color: #9399F6;
}

.mobile-menu .sub-menu {
    opacity: 1;
    visibility: visible;
    background: transparent;
    box-shadow: none;
    display: block;
    position: sticky;
}

.mobile-menu .sub-menu::before {
    display: none;
}

.mobile-menu .sub-menu li:not(:last-child) {
    border-bottom: none;
}

.mobile-menu .sub-menu {
    padding-top: 10px;
}

.mobile-menu .dropdown::after {
    position: absolute;
}

.mobile-menu .dropdown::after {
    content: "\f107";
    right: -22px;
    top: -1px;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.mobile-menu .dropdown.sub-menu-active:after {
    top: -1px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.mobile-menu .sub-menu {
    display: none;
}

.header-2 .mobile-menu .sub-menu li a{
    color: var(--zt-white);
}
.header-2 .mobile-menu .sub-menu li a:hover{
    color: var(--zt-brand-secondary);
}
.close-button {
    position: absolute;
    z-index: 1;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: var(--zt-brand-secondary);
    left: 0;
    top: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.close-button {
    color: var(--zt-white);
    font-size: 25px;
}

.close-button:hover {
    background-color: #3244EA;
}

.close-button:hover i {
    color: #ffffff;
}
.mobile-menu .cat-button{
    text-align: center;
}
/*==================== Hero Area ================= */

.hero-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-icons .bg-icon {
    position: absolute;
}

.hero-area .hero-slider {
    z-index: 1;
}

/* .bg-icons .icon-1 {
    top: 130px;
    left: 156px;
}

.bg-icons .icon-2 {
    bottom: 50px;
    right: 113px;
} */

.hero-content h1 {
    letter-spacing: -0.02em;
}

.hero-content p {
    font-size: 20px;
    line-height: 34px;
    animation-delay: 1s;

}

.hero-content .hero-btn {
    animation-delay: 1.2s;
}

.hero-btn .zt-cat-transparent i {
    margin-right: 5px;
}

.hero-btn img {
    display: inline-block;
}

.hero-img>img {
    width: 100%;
}

.hero-icons .hero-icon {
    position: absolute;
}

.hero-icon.icon-1 {
    top: 6px;
    right: 12px;
}

.hero-icon.icon-2 {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    box-shadow: -5px 8px 30px -3px rgba(0, 0, 0, 0.1);
    background: var(--zt-white);
    bottom: -50px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.hero-icon.icon-3 {
    top: 15px;
    left: 2px;
}

.hero-icon img {
    display: inline-block;
}

.hero-area .slick-arrow {
    background: var(--zt-brand);
    border: none;
    color: var(--zt-white);
    padding: 10px 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    z-index: 99;
}

.hero-area .slick-next {
    right: 0;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-40%, 0px, 0px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0px);
    }
}

.hero-area .animate__fadeInLeft {
    animation-name: fadeInLeft;
}


.hero-area .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
}

/* Hero-2 */
.hero-2 {
    background: url('../img/hero/hero-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-2 .hero-content h1,
.hero-2 .hero-content p {
    color: var(--zt-white);
}

.appointment {
    background: var(--zt-white);
    border-radius: 10px 10px 0px 0px;
}

.appointment-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
}

.appointment-text {
    font-size: 18px;
    line-height: 30px;
}

.appointment-form label {
    display: block;
    margin-bottom: 5px;
}

.appointment-form input {
    padding: 17px 20px;
    width: 100%;
    background: #FAFAFA;
    border: 1px solid #E1E5E6;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.appointment-form input:focus {
    background: var(--zt-white);
    border-color: var(--zt-brand-secondary);
}

/*==================== About Us Area ================= */
.about-content .about-text {
    font-size: 18px;
    line-height: 30px;
}

.about-img img {
    position: relative;
    z-index: 1;
}

.about-img::before {
    content: url('../img/icons/shape-1.png');
    position: absolute;
}

.about-area-2 .about-img::before {
    content: url('../img/about/icon-spiral.svg');
}

.about-area-2 .about-img::after {
    content: url('../img/about/icon-spiral-2.svg');
    position: absolute;
    right: 0px;
    bottom: -13px;
}

.about-icons .about-icon {
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: var(--zt-white);
    box-shadow: 5px 8px 20px -3px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-icons .icons1 {
    top: 138px;
    right: 80px;
    animation: animate_icon1 20s infinite alternate;
    -webkit-animation: animate_icon1 20s infinite alternate;
}

.about-icons .icons2 {
    bottom: -10px;
    right: 17%;
    animation: animate_icon2 20s infinite alternate;
    -webkit-animation: animate_icon2 20s infinite alternate;
}

.about-icons .icons3 {
    bottom: -4px;
    left: 64px;
    animation: animate_icon3 20s infinite alternate;
    -webkit-animation: animate_icon3 20s infinite alternate;
}

@keyframes animate_icon1 {
    0% {
        top: 24%;
    }

    100% {
        top: 82%;
    }
}

@keyframes animate_icon2 {
    0% {
        right: 17%;
    }

    100% {
        right: 80%;
    }
}

@keyframes animate_icon3 {
    0% {
        bottom: -2%;
    }

    100% {
        bottom: 56%;
    }
}

.progress-title {
    font-weight: 500;
    letter-spacing: -0.02em;
    padding-bottom: 5px;
}

.proggress {
    height: 10px;
    width: 10px;
}

.progress-bars .progressbar {
    width: 100%;
    margin-top: 5px;
    background-color: #E9E9E9 !important;
    margin-bottom: 25px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.progress-bars .proggress {
    background: var(--zt-brand);
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}


.progress-bars .percentCount {
    font-size: 16px;
    line-height: 16px;
    color: var(--zt-heading);
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: -3px;
}

.progress-bars .progrss-line {
    padding-right: 60px;
    position: relative;
}

.about-area-3 {
    background-image: url('../img/about/about-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.about-area-3 .about-img::before {
    top: 23px;
    left: 102px;
}

.about-area-3 .about-text-1 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

/*==================== Services Area ================= */
.service-area-2 {
    background: linear-gradient(279.51deg, #F4F8FF 0%, #FCF7F2 100%);
    ;
}

.services-area .col-lg-4:not(:nth-last-child(-n+3)) .services-wrapper {
    margin-bottom: 30px;
}

.services-wrapper {
    background-color: var(--zt-white);
    box-shadow: 0px 4px 20px rgba(8, 41, 19, 0.04);
    border-radius: 8px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.services-wrapper:hover {
    background-image: url('../img/bg/service-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -15px;
}

.service-title {
    letter-spacing: -0.01em
}

.services-content a {
    text-decoration: none;
}

.services-content a:hover,
.post-content .read-more:hover {
    padding-left: 10px;
}

.services-content a i {
    line-height: 33px;
}

.services-details-area .item-title {
    letter-spacing: -0.01em;
    font-weight: 600;
}

.services-details-area .item-text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
}

/*==================== Cat Area ================= */
.cat-area-2 {
    z-index: 11;
    margin-bottom: -160px;

}

.cat-bg {
    background-image: url('../img/cat/cat-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.cat-area-2 .cat-bg {
    background-image: url('../img/cat/cat-bg2.svg');
}

.cat-cycle-2 {
    background-color: #fff;
    position: relative;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cat-cycle-2::after {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.25);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: animate1 2s infinite;
    -webkit-animation: animate1 2s infinite;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@keyframes animate1 {
    0% {
        width: 36px;
        height: 36px;
    }

    100% {
        width: 50px;
        height: 50px;
    }
}

.cat-info span {
    font-size: 18px;
    line-height: 34px;
    color: var(--zt-white);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-left: 20px;
}

.cat-info .phone-no {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: var(--zt-white);
    text-decoration: none;
}

.cat-info p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.75);
    padding-top: 15px;
}

.cat-area-2 .cat-content p {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--zt-white);
}

.cat-area-2 .cat-title {
    letter-spacing: -0.02em;
    color: var(--zt-white);
}

/*==================== Counter Area ================= */
.counter-area {
    background: var(--zt-white);
    box-shadow: 0px 20px 60px -5px rgba(88, 97, 224, 0.15);
    border-radius: 10px;
    margin-top: -106px;
    z-index: 1;
}


.counter-up .purecounter,
.counter-up .sign {
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    background: var(--zt-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.counter-up .name {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
}

/*====================Working Process Area ================= */

.working-process-wrap span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 32px;
    font-weight: 600;
    color: transparent;
    border: 1px solid #E1E5E6;
    display: inline-block;
    -webkit-text-stroke: 1px var(--zt-brand-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

}

.working-process-wrap .work-process-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.working-process-area .col-lg-3:not(:last-child) .working-process-wrap {
    position: relative;
}


.working-process-area .col-lg-3:not(:last-child) .working-process-wrap::before {
    content: '';
    position: absolute;
    width: 78%;
    height: 2px;
    background: var(--zt-brand);
    top: 27px;
    left: 196px;
}

.working-process-area-2 .col-lg-3:not(:last-child) .working-process-wrap::before {
    width: 54%;
    top: 67px;
    left: 231px;
}

/*==================== Working Area ================= */
.working-img img {
    border-radius: 6px;
    width: 100%;
}

.working-img::before {
    content: '';
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .5;
    border-radius: 6px;
    transition: .3s all;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-transition: ;
    -moz-transition: ;
    -ms-transition: ;
    -o-transition: ;
}

.working-img:hover::before {
    background: var(--zt-brand-secondary);
}

.working-img .zt-cat {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    transition: .3s all;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.working-img:hover .zt-cat {
    opacity: 1;
}

.working-img .zt-cat i {
    transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
}

.work-contain .category li {
    display: inline-block;
    position: relative;

}

.work-contain .category li:not(:last-child) {
    margin-right: 20px;
}

.work-contain .category li:not(:first-child)::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background: var(--zt-text-primary);
    top: 10px;
    left: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.work-contain .category a {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--zt-text-primary);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    position: relative;
}

.work-contain .category a:hover,
.work-title a:hover {
    color: var(--zt-brand-secondary);
}

.work-title a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--zt-heading);
}

.working-slider .slick-arrow i,
.testimonial-slider .slick-arrow i {
    color: var(--zt-text-primary);
}

.working-slider .slick-arrow,
.testimonial-slider .slick-arrow,
.feature-slider .slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 38px;
    top: 35%;
    text-align: center;
    z-index: 1;
    border: 1px solid;
    border-color: transparent;
    background-color: var(--zt-white);
    border-radius: 50%;
    transition: .3s all;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.working-slider .slick-arrow:hover,
.testimonial-slider .slick-arrow:hover {
    border-color: var(--zt-brand-secondary);
}



.working-slider .slick-prev {
    left: -21px;

}

.working-slider .slick-next,
.testimonial-slider .slick-next {
    right: 0;
}

.working-area-2 .working-img::before {
    display: none;
}

.working-area-2 .work-contain {
    background: var(--zt-white);
    box-shadow: 0px -10px 20px rgba(40, 40, 40, 0.1);
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

.working-area-2 .category a {
    color: var(--zt-brand-secondary);
}

.working-area-2 .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.work-menu span,
.work-menu .work-btn {
    text-transform: uppercase;
    border: none;
    color: var(--zt-text-primary);
    font-size: 14px;
    line-height: 20px;
    background: none;
    padding: 5px 15px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.work-menu span {
    padding-right: 5px;
    padding-left: 0;
}

.work-menu .work-btn:not(:last-child) {
    margin-right: 15px;
}

.work-menu .active,
.work-menu .work-btn:hover {
    color: var(--zt-brand-secondary);
    border-bottom: 1px solid var(--zt-brand-secondary);
}

.working-area-3 .working-img img {
    width: 100%;
}

.working-area-3 .col-md-6:not(:nth-last-child(-n+2)) .work-wrap {
    margin-bottom: 50px;
}

.filterDiv {
    display: none;
}

.filterDiv.show {
    display: block;
}

/*==================== Team Area ================= */

.team-wrap {
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.team-social {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    opacity: 0;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.team-wrap:hover .team-social {
    opacity: 1;
}

.team-social li {
    display: inline-block;
}

.team-social li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 37px;
    text-align: center;
    background: var(--zt-white);
    box-shadow: 0px 4px 5px rgba(8, 41, 19, 0.08);
    border-radius: 50%;
    transition: .3s all;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.team-social li a i {
    color: var(--zt-text-primary);
}

.team-social li a:hover i {
    color: var(--zt-brand);
}

.team-wrap .member-name {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.01em;
}

.team-area-2 .col-lg-3:not(:nth-last-child(-n+4)) .team-wrap {
    margin-bottom: 50px;
}

/*==================== Separator Area ================= */

.separator {
    background-image: url('../img/icons/icon-7.png');
    background-repeat: repeat-x;
    height: 15px !important;
    background-color: transparent;
    opacity: 1;
    margin: 0;
    border: none;
}

/*==================== Pricing Area ================= */
.pricing-area .switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 30px;
}

.pricing-area .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing-slider {
    position: absolute;
    cursor: pointer;
    top: -4px;
    left: 0;
    right: 0;
    bottom: 4px;
    background-color: var(--zt-white);
    border: 1px solid var(--zt-brand-secondary);
    border-radius: 34px;
    transition: .4s;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.pricing-slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 2.02px;
    background-color: var(--zt-brand-secondary);
    transition: .4s;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pricing-option input:checked+.pricing-slider {
    background-color: var(--zt-brand-secondary);
}

.pricing-option input:checked+.pricing-slider::before {
    background-color: var(--zt-white);
}

.pricing-option input:focus+.pricing-slider {
    box-shadow: 0 0 1px var(--zt-brand-secondary);
}

.pricing-option input:checked+.pricing-slider:before {
    transform: translateX(24px);
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    -moz-transform: translateX(24px);
    -o-transform: translateX(24px);
}

.pricing-option>span {
    font-size: 16px;
    line-height: 22px;
}

.pricing-option .month {
    color: var(--zt-brand-secondary);
}

.pricing-option .year span {
    color: #DB3E4D;
}

.price-table {
    background: var(--zt-white);
    box-shadow: 0px 4px 20px rgba(8, 41, 19, 0.04);
    border-radius: 10px;
    transition: 0.3s all;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.price-table:hover {
    background-image: url('../img/bg/price-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 20px 60px -5px rgba(88, 97, 224, 0.15);
    margin-top: -15px;
}

.price-info .package-title {
    background: var(--zt-brand);
    color: var(--zt-white);
    padding: 1px 10px;
    text-transform: uppercase;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.price-wrap.price-change .price-month {
    display: none;
}

.price-wrap.price-change .price-year {
    display: block !important;
}

.price-info .price {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: var(--zt-heading);
    display: inline-block;
    padding-top: 15px;
}

.price-info .pricing-option {
    font-size: 18px;
    line-height: 26px;
}

.price .price-feature li {
    color: var(--zt-text-primary);
}

.price-feature li i {
    float: right;
    margin-top: 2px;
}

.price-feature li:not(:last-child) {
    margin-bottom: 15px;
}

.price-table.popular {
    position: relative;
}

.price-table.popular::before {
    content: 'Most Popular';
    position: absolute;
    background: var(--zt-brand);
    color: var(--zt-white);
    letter-spacing: -0.02em;
    padding: 1px 10px;
    top: 0;
    left: 50%;
    border-radius: 0px 0px 12px 12px;
    transform: translateX(-50%);
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    -ms-border-radius: 0px 0px 12px 12px;
    -o-border-radius: 0px 0px 12px 12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/*==================== Testimonial Area ================= */
.testimonial-wrap {
    background: var(--zt-white);
    box-shadow: 0px 4px 20px rgba(8, 41, 19, 0.06);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.testimonial-wrap .testimonial-text {
    font-size: 20px;
    line-height: 34px;
}

.testimonial-wrap .author-name a {
    font-weight: 500;
    text-decoration: none;
    color: var(--zt-heading);
}

.testimonial-wrap .author-name a:hover {
    color: var(--zt-brand-secondary);
}

.testimonial-wrap .author-info {
    margin-left: 8px;
}

.testimonial-slider .slick-track {
    padding-bottom: 60px;
}

.testimonial-slider .slick-arrow {
    box-shadow: 0px 4px 10px rgba(8, 41, 19, 0.08);
    top: 38%;
}

.testimonial-slider .slick-prev {
    left: -7px;
}

.dot-style .slick-dots {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.dot-style .slick-dots>li {
    display: inline-block;
    line-height: 0;

}

.dot-style .slick-dots>li:not(:last-child) {
    margin-right: 15px;
}

.dot-style .slick-dots button {
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    padding: 0;
    text-indent: -10000px;
    background: #D3D2D2;
}

.dot-style .slick-dots .slick-active button {
    background: var(--zt-brand);
    width: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/*==================== Blog Area ================= */

.blog-area {
    background: linear-gradient(72.38deg, #FFFCF2 0%, #F4FCFE 48.44%, #FDF5FF 100%);
    border-bottom: 1px solid #E1E5E6;
}

.blog-area-2 {
    background: linear-gradient(107.62deg, #F0FAFC 0%, #FFF7F3 54.17%, #F0FCF3 100%);
    border-bottom: none;
}

.post-thumbnail {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
}

.post-thumbnail img {
    width: 100%;
    transition: .7s all ease-in-out;
    -webkit-transition: .7s all ease-in-out;
    -moz-transition: .7s all ease-in-out;
    -ms-transition: .7s all ease-in-out;
    -o-transition: .7s all ease-in-out;
}

.post-thumbnail img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.blog-wrap {
    box-shadow: 0px 4px 20px rgba(8, 41, 19, 0.04);
    background: var(--zt-white);
    border-radius: 10px;
    transition: .3s all ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
}

.blog-wrap:hover {
    box-shadow: 0px 20px 60px -5px rgba(88, 97, 224, 0.15);
}

.blog-wrap .post-tag a {
    background: var(--zt-brand-secondary);
    padding: 4px 15px;
    color: var(--zt-white);
    font-weight: 500;
    letter-spacing: -0.02em;
    text-decoration: none;
    position: absolute;
    top: -17px;
    left: 15px;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: .3s all;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.blog-wrap .post-tag a:hover {
    border-color: var(--zt-brand-secondary);
    background: var(--zt-white);
    color: var(--zt-brand-secondary);
}

.post-date a,
.post-author .author-name a {
    font-size: 14px;
    line-height: 18px;
    color: var(--zt-text-primary);
    font-weight: 400;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.post-date a:hover,
.post-author .author-name a:hover {
    color: var(--zt-brand-secondary);
}

.post-content .post-title a {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.01em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
}

.post-content .post-title a:hover,
.post-content .post-title a:focus {
    background-size: 99.7% 2px;
}

/* Blog List */
.blog-list {
    background: none;
    border: none;
}

.blog-list-wrap:not(:last-child) {
    margin-bottom: 80px;
}

.blog-list-wrap .post-thumbnail {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.blog-list-wrap .post-date a {
    font-size: 16px;
}

.blog-list-wrap .post-date a i {
    margin-right: 5px;
}

.blog-list-wrap .post-title a {
    font-size: 32px;
    line-height: 42px;
}

.blog-list-wrap .post-text {
    font-size: 18px;
    line-height: 31px;
}

.feature-video .post-thumbnail {
    position: relative;
}

.feature-video .video-cycle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.feature-video .video-cycle-2 {
    width: 50px;
    height: 50px;
    position: relative;
    background: var(--zt-brand-secondary);
    text-align: center;
    line-height: 50px;
    color: var(--zt-white);
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.feature-video .video-cycle-2 a {
    color: var(--zt-white);
}

.feature-video .video-cycle-2::after {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background: var(--zt-brand-secondary);
    top: 50%;
    left: 50%;
    opacity: .3;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: animate2 2s infinite;
    -webkit-animation: animate2 2s infinite;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@keyframes animate2 {
    0% {
        width: 50px;
        height: 50px;
    }

    100% {
        width: 100px;
        height: 100px;
    }
}

.feature-slider .slick-arrow {
    border-radius: 0;
    top: 50%;
    border: none;
    transform: translateY(-50%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.feature-slider .slick-next {
    right: 0;
}

.feature-slider .slick-arrow:hover {
    background: var(--zt-brand-secondary);
    color: var(--zt-white);
}

.blog-list .construction-pagination a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.sidebar-widget {
    border: 1px solid #E1E5E5;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.widget-title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 25px;
    letter-spacing: -0.02em;
    color: var(--zt-heading);
}

.search-widget input {
    padding: 19px 20px;
    padding-right: 45px;
    background: var(--zt-white);
    border: 1px solid #E1E5E5;
    border-radius: 5px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.search-widget input:focus {
    border-color: var(--zt-brand-secondary);
}

.search-widget button {
    position: absolute;
    border: none;
    background: transparent;
    right: 20px;
    color: var(--zt-text-primary);
    top: 22px;
}

.sidebar .sidebar-widget:not(:last-child) {
    margin-bottom: 40px;
}

.categories-widget .categories {
    padding-left: 5px;
    margin-bottom: 0;
}

.categories-widget li {
    list-style: inside square;
    padding: 11px 0;
    padding-left: 10px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.categories-widget li:hover {
    background: rgba(88, 97, 224, 0.08);
    padding-left: 15px;
    border-radius: 5px;
    color: #0153a3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.categories-widget li a {
    text-decoration: none;
    color: #212833;
}

.categories-widget li:hover a,
.categories-widget li:hover a span {
    color: #0153a3;
}

.categories-widget li a span {
    padding-left: 20px;
}

.recent-post-widget .blog-wrap {
    background: none;
    box-shadow: none;
}

.recent-post-widget .post-thumbnail {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.recent-post-widget .post-title a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.recent-post-widget .post-thumbnail img {
    width: auto;
}

.recent-post-widget .post-thumbnail img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.recent-post-widget .blog-wrap:not(:last-child) {
    margin-bottom: 20px;
}

.tag-widget .tags li {
    display: inline-block;
    padding: 5px;
}

.tag-widget li a {
    text-decoration: none;
    font-size: 12px;
    background: rgba(88, 97, 224, 0.08);
    padding: 5px 15px;
    border-radius: 3px;
    transition: .3s all;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.tag-widget li a:hover {
    background: #5861E0;
    box-shadow: 0px 4px 10px rgba(255, 103, 1, 0.2);
    color: var(--zt-white);
}

.insta-list .insta-wrap {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

.insta-widget .insta-wrap::before {
    content: '';
    position: absolute;
    background: #212833;
    opacity: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    transition: .4s all;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
}

.insta-widget li img {
    border-radius: 5px;
}

.insta-widget .insta-wrap a {
    position: absolute;
    font-size: 20px;
    color: var(--zt-white);
    left: 50%;
    top: 50%;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: .4s all;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    -o-transition: .4s all;
}

.insta-widget .insta-wrap:hover::before {
    opacity: .5;
}

.insta-widget .insta-wrap:hover a {
    opacity: 1;
}

/*==================== Solutions Area ================= */
.solutions-wrap {
    background: var(--zt-white);
    box-shadow: 0px 5px 25px -1px rgba(8, 41, 19, 0.06);
    border-radius: 8px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.solutions-wrap:hover {
    background-image: url('../img/bg/solutions-bg.svg');
    box-shadow: 0px 20px 60px -5px rgba(40, 40, 40, 0.12);
    background-size: cover;
    background-repeat: no-repeat;
}

/*==================== Page Title Area ================= */
.page-banner {
    background-image: url('../img/bg/page-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 1px 10px rgba(8, 41, 19, 0.05);
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    line-height: 18px;
}

.breadcrumb .breadcrumb-item.active {
    color: var(--zt-text-primary);
}

/*==================== contact Area ================= */

.contact-wrap {
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0px 4px 20px rgba(8, 41, 19, 0.04);
}

.contact-form {
    background: var(--zt-white);
}

.contact-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 60px;
    background: #FAFAFA;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: relative;
}

.contact-form textarea {
    padding-top: 15px;
    height: 130px;
    outline: none;
}

.contact-form input:focus,
.contact-form input:focus-visible,
.contact-form textarea:focus,
.contact-form textarea:focus-visible {
    background: var(--zt-white);
    border-color: var(--zt-brand-secondary);
}

.contact-area .col-xl-5:first-child {
    margin-right: 0;
    padding-right: 0;
}

.contact-area .col-xl-5:last-child {
    padding-left: 0;
    margin-left: 0;
}

.contact-area-2 .contact-info-wrap {
    background: var(--zt-white);
    box-shadow: 0px 4px 20px rgba(8, 41, 19, 0.04);
    border-radius: 8px;
    transition: .3s all;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.contact-area-2 .contact-info-wrap:hover {
    background-image: url('../img/bg/solutions-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 20px 60px -5px rgba(88, 97, 224, 0.15);
    margin-top: -15px;
}

.contact-area-2 contact-info-wrap .contact-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #212833;
}

.contact-area-2 contact-info-wrap p {
    color: #636466;
}

.contact-area-2 .contact-btn {
    color: #212833;
    letter-spacing: 0.01em;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.01em;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.contact-area-2 .contact-btn:hover {
    background: var(--zt-brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    border-bottom: 1px solid;
}

.contact-area-2 .contact-wrap {
    background: transparent;
    box-shadow: none;
}

.contact-area-2 .contact-wrap .contact-title {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #212833;
}

.contact-area-2 .information li {
    display: flex;
}

.contact-area-2 .information li:not(:last-child) {
    margin-bottom: 15px;
}

.contact-area-2 .information span {
    font-size: 18px;
    line-height: 30px;
}

.contact-area-2 .information i {
    padding-right: 15px;
    color: var(--zt-text-primary);
    margin-top: 5px;
}

.contact-area-2 .contact-form {
    background: none;
    padding: 0;
}

.contact-area-2 .contact-form input {
    background: var(--zt-white);
    box-shadow: 0px 4px 20px rgba(8, 41, 19, 0.04);
}


.subject-select,
.select-selected {
    position: relative;
}

.contact-form .subject-select select {
    display: none;
}

.contact-form .select-selected {
    background-color: var(--zt-white);
    height: 60px;
    width: 100%;
    box-shadow: 0px 4px 20px rgba(8, 41, 19, 0.04);
    border-radius: 6px;
    line-height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 22px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: var(--zt-text-primary) transparent transparent transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent var(--zt-text-primary) transparent;
    top: 25px;
}

.contact-form .select-items div,
.contact-form .select-selected {
    color: var(--zt-text-primary);
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent var(--zt-white) transparent;
    cursor: pointer;
    user-select: none;
}

.contact-form .select-items {
    position: absolute;
    background-color: var(--zt-white);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.contact-form .select-hide {
    display: none;
}

.contact-form .select-items div:hover,
.contact-form .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/*==================== Brand Area ================= */
.brand-area-2 {
    background: linear-gradient(89.31deg, #FCF0FF 0.09%, #FFF7F0 100%);
}

/*==================== Subscribe Area ================= */
.subscribe-heading h2,
.subscribe-heading span {
    font-size: 42px;
    line-height: 55px;
    letter-spacing: -0.02em;
}

.subscribe-heading span {
    color: var(--zt-brand-secondary);
}

.subscribe-area .subscribe-form {
    display: flex;
    justify-content: end;
}

.subscribe-area .subscribe-form input {
    padding: 23px 20px;
    width: 370px;
    background: var(--zt-white);
    border: 1px solid #D2D2D3;
    color: var(--zt-text-primary);
    border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -ms-border-radius: 6px 0px 0px 6px;
    -o-border-radius: 6px 0px 0px 6px;
}

.subscribe-area .subscribe-form input::placeholder {
    color: var(--zt-text-primary);
}

.subscribe-area .subscribe-form input:focus {
    border: 1px solid var(--zt-brand-secondary);
}

/*==================== Footer Area ================= */
.footer-area {
    background: linear-gradient(40.77deg, #760d0d 0%, #600101 100%);
    margin-top: 15px;
}

.footer-top,
.footer-bottom {
    z-index: 1;
    position: relative;
}

.footer-ornament .footer-icon {
    position: absolute;
}

.footer-ornament .icon-1 {
    top: 53px;
    left: 35px;
}

.footer-ornament .icon-2 {
    bottom: 53px;
    right: 0;
}


.footer-text,
.company-info .subscribe-area span,
.footer-widget li a,
.footer-widget .contact-info span,
.footer-widget .contact-info i,
.footer-widget .contact-info p {
    color: #F0F0F0;
}

.footer-widget li a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .3s;
}

.footer-widget li a:hover,
.footer-widget li a:focus {
    background-size: 99.7% 2px;
}

.company-info .subscribe-area span {
    font-size: 18px;
    line-height: 24px;
}

.subscribe-area input {
    padding: 19px 143px 19px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    border: none;
    color: var(--zt-white);
    width: 100%;
    height: 60px;

}

.subscribe-area input:focus,
.subscribe-area input:focus-visible {
    border: none;
    outline: none;
}

.subscribe-area ::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.subscribe-area .zt-cat {
    border-radius: 0px 6px 6px 0px;
    height: 60px;
    right: 0;
}

.footer-widget h4 {
    color: var(--zt-white);
    font-size: 18px;
    line-height: 24px;
}

.footer-widget li a {
    text-decoration: none;
}

.footer-widget li:not(:last-child) {
    padding-bottom: 20px;
}

.footer-widget .contact-info li {
    display: flex;
}

.footer-widget .contact-info p {
    line-height: 22px;
}

.footer-widget .contact-info i {
    padding-right: 10px;
}

.footer-widget .contact-info i {
    margin-top: 4px;
}

.footer-widget .contact-info a:hover {
    background: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 18px;
}

.social-widget li {
    display: inline-block;

}

.social-widget li:not(:last-child) {
    margin-right: 20px;
}

.social-widget li i {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.75);
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.social-widget a:hover i {
    color: var(--zt-white);
}

/* Footer 2 */
.footer-area-2 {
    background: #212833;
}

.footer-area-2 .icon-1 {
    left: 0;
    top: 0;
}

.footer-area-2 .icon-3 {
    bottom: 0;
    left: 0;
}

.footer-area-2 .icon-2 {
    bottom: 123px;
    right: 14px;
}

/* Footer 3 */

.footer-3 {
    padding-top: 293px;
    background: #212833;
    ;
}

.footer-3 .icon-1 {
    top: 196px;
}

/*==================== Back To Top ================= */

#back2top {
    display: inline-block;
    background: var(--zt-brand);
    color: var(--zt-white);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

#back2top i {
    color: var(--zt-white);
}

#back2top:hover {
    cursor: pointer;
}

#back2top.show {
    opacity: 1;
    visibility: visible;
}

/*==================== Responsive ================= */


@media screen and (max-width:1400px) {
    .section-title {
        padding-left: 200px;
        padding-right: 200px;
    }

    .hero-2 .hero-content {
        padding-right: 0;
    }

    .hero-icon.icon-1 {
        right: -9px;
    }

    .hero-icon.icon-3 {
        top: -2px;
    }

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            transform: translate3d(-10%, 0px, 0px);
            -webkit-transform: translate3d(-10%, 0px, 0px);
            -moz-transform: translate3d(-10%, 0px, 0px);
            -ms-transform: translate3d(-10%, 0px, 0px);
            -o-transform: translate3d(-10%, 0px, 0px);
        }

        100% {
            opacity: 1;
            transform: translateZ(0px);
        }
    }

    .about-img>img {
        width: 100%;
    }

    .about-icons .icons1 {
        right: 20px;
    }

    .about-area-2 .about-img::before {
        left: 11px;
        transform: rotate(12deg);
        -webkit-transform: rotate(12deg);
        -moz-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        -o-transform: rotate(12deg);
    }

    .about-area-2 .about-img::after {
        right: 37px;
        bottom: -54px;
        transform: rotate(28deg);
        -webkit-transform: rotate(28deg);
        -moz-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
        -o-transform: rotate(28deg);
    }

    .working-process-wrap p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .working-process-area .col-lg-3:not(:last-child) .working-process-wrap::before {
        left: 170px;
    }

    .working-process-area-2 .col-lg-3:not(:last-child) .working-process-wrap::before {
        left: 209px;
        width: 46%;
    }

    .working-img img {
        width: 100%;
    }

    .price-feature {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact-area-2 .contact-info-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:1200px) {

    .header-2 .main-menu>ul>li:not(:last-child) {
        margin-right: 40px;
    }

    .header-2 .main-menu {
        text-align: center;
    }

    .header-2 .mobile-menu .main-menu {
        text-align: left;
    }

    .header-2 .zt-cat {
        padding: 15px 23px;
    }

    .header-2 .mobile-menu .zt-cat {
        padding: 15px 32px;
    }

    .hero-2 .hero-content {
        padding-right: 15px;
    }

    .hero-2 .hero-content h1 {
        font-size: 40px;
    }

    .appointment {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-area-2 .row {
        align-items: center;
    }

    .services-wrapper {
        padding-right: 25px;
        padding-left: 25px;
    }

    .counter-area {
        margin-left: 60px;
        margin-right: 60px;
    }

    .section-title {
        padding-left: 120px;
        padding-right: 120px;
    }

    .subscribe-area input {
        padding-right: 115px;
    }

    .subscribe-area .zt-cat {
        padding: 15px 19px;
    }

    .working-process-area .col-lg-3:not(:last-child) .working-process-wrap::before {
        width: 76%;
        left: 145px;
    }

    .working-process-area-2 .col-lg-3:not(:last-child) .working-process-wrap::before {
        width: 40%;
        left: 184px;
    }

    .solutions-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-area-2 .about-content {
        padding-top: 30;
    }

    .member-img img {
        width: 100%;
    }

    .team-social {
        width: 100%;
    }

    .cat-area-2 .cat-title {
        font-size: 42px;
        line-height: 50px;
    }

    .services-details-area .items-content {
        padding-right: 5px;
        padding-left: 25px;
    }

    .services-details-area .item-title {
        font-size: 20px;
        line-height: 28px;
    }

    .services-details-area .item-text {
        font-size: 17px;
        line-height: 29px;
    }

    .sidebar {
        padding-left: 20px;
    }

    .recent-post-widget .post-title a {
        font-size: 14px !important;
    }
}

@media screen and (max-width:1024px) {
    .hero-content {
        padding-top: 60px;
    }

    h1 {
        font-size: 50px;
        line-height: 58px;
    }

    .about-icons .icons3 {
        left: 20px;
    }

    .price-table {
        padding-left: 15px;
        padding-right: 15px;
    }

    .price-feature {
        padding-left: 0;
        padding-right: 0;
    }
    .contact-area-2 .contact-details{
        padding-right: 40px;
    }
    .post-content .post-title a {
        font-size: 21px;
    }


}

@media screen and (max-width:992px) {

    .pt-130 {
        padding-top: 80px;
    }

    .mt-100 {
        margin-top: 70px;
    }

    .pt-100,
    .pt-90 {
        padding-top: 70px;
    }

    .pb-100,
    .pb-90 {
        padding-bottom: 70px;
    }

    .mt-130 {
        margin-top: 80px;
    }

    .pb-130 {
        padding-bottom: 80px;
    }

    .hero-content p {
        padding-right: 10px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .hero-btn .zt-cat {
        padding: 15px 20px;
        margin-right: 15px;
    }

    .hero-icon.icon-3 {
        top: -28px;
    }

    .hero-2 .hero-content {
        padding-top: 0;
    }
    .hero-2{
        border-bottom: 1px solid #E1E5E6;
    }
    .hero-2 .appointment {
        margin-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-title {
        padding-right: 50px;
        padding-left: 50px;
    }

    .about-content {
        text-align: center;
    }

    .single-progressbar {
        text-align: left;
    }

    .cat-bg {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cat-area .cat-img img {
        width: 100%;
    }

    .counter-area {
        margin-top: -70px;
    }

    .pricing-area .row {
        justify-content: center;
    }

    .pricing-area .col-md-6:not(:last-child) {
        margin-bottom: 50px;
    }

    .blog-area .col-lg-4:not(:last-child) {
        margin-bottom: 50px;
    }

    .working-process-area .col-lg-3:not(:last-child) .working-process-wrap::before {
        display: none;
    }

    .services-area .col-sm-6:not(:nth-last-child(-n+2)) .services-wrapper {
        margin-bottom: 30px;
    }

    .working-process-area .col-sm-6:not(:nth-child(n+2)) .working-process-wrap,
    .solutions-area .col-sm-6:not(:nth-child(n+2)) .solutions-wrap,
    .team-area .col-sm-6:not(:nth-child(n+2)) .team-wrap {
        margin-bottom: 50px;
    }

    .about-area-2 .about-content {
        padding-top: 0;
    }

    .footer-area .col-md-6:not(:nth-child(n+2)) {
        margin-bottom: 60px;
    }

    .footer-bottom {
        display: block !important;
    }

    .copyright {
        text-align: center;
    }

    .contact-area .contact-wrap {
        display: block !important;
    }

    .contact-wrap .contact-img {
        display: none;
    }

    .cat-area-2 .cat-bg {
        padding-left: 25px;
        padding-right: 25px;
    }

    .services-details-area .col-md-6:not(:last-child) .service-items-wrap {
        margin-bottom: 50px;
    }

    .work-menu .work-btn:not(:last-child) {
        margin-right: 10px;
    }

    .work-menu span,
    .work-menu .work-btn {
        padding: 5px 2px;
    }

    .footer-top {
        padding-bottom: 85px;
    }

    .working-area-3 .work-contain .date {
        float: none !important;
    }

    .team-area-2 .col-lg-3:not(:nth-last-child(-n+2)) .team-wrap {
        margin-bottom: 50px;
    }

    .contact-area-2 .col-sm-6:not(:last-child) .contact-info-wrap {
        margin-bottom: 50px;
    }

    .contact-area-2 .row {
        justify-content: center;
    }
    .contact-area-2 .contact-title{
        font-size: 29px;
        line-height: 40px;
    }
    .contact-area-2 .information{
        padding-top: 35px;
    }

    .contact-area-2 .contact-form {
        padding-top: 40px;
    }
    .page-banner {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .sidebar {
        padding-top: 90px;
        padding-left: 0;
    }

    .subscribe-area .subscribe-heading {
        text-align: center;
    }

    .subscribe-area .subscribe-form {
        justify-content: center;
        padding-top: 40px;
    }

}

@media screen and (max-width:768px) {
    .pt-130 {
        padding-top: 60px;
    }

    .mt-100 {
        margin-top: 60px;
    }

    .pt-100,
    .pt-90 {
        padding-top: 60px;
    }

    .pb-100,
    .pb-90 {
        padding-bottom: 60px;
    }

    .mt-130 {
        margin-top: 60px;
    }

    .pb-130 {
        padding-bottom: 60px;
    }



    .about-content .about-text {
        padding-right: 0;
    }

    .hero-area .hero-content {
        padding-top: 0px;
    }

    .hero-2 {
        padding-top: 130px;
    }

    .page-wrapper {
        background: none;
    }

    .sub-title {
        font-size: 39px;
        line-height: 50px;
    }

    .section-title {
        padding-left: 0;
        padding-right: 0;
    }

    .services-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .services-wrapper .service-title {
        font-size: 20px;
        line-height: 28px;
    }

    .cat-area .cat-bg {
        padding-top: 40px;
    }

    .counter-area {
        margin-left: 0;
        margin-right: 0;
    }

    .working-process-area .col-sm-6:not(:nth-child(n+2)) .working-process-wrap {
        margin-bottom: 50px;
    }

    .working-area-2 .single-item {
        text-align: center;
    }

    .testimonial-slider .slick-track {
        padding-bottom: 40px;
    }

    .footer-area .col-md-6:not(:last-child) {
        margin-bottom: 60px;
    }

    .footer-bottom {
        justify-content: center !important;
    }

    .pb-125 {
        padding-bottom: 60px;
    }
    .cat-area .cat-bg{
        padding-left: 30px;
    }

    .cat-area-2 .cat-content {
        text-align: center;
    }

    .cat-area-2 .cat-btn {
        text-align: center !important;
        padding-top: 60px;
    }

    .work-contain .category li:not(:first-child)::after {
        display: none;
    }

    .page-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:576px) {
    .sub-title {
        font-size: 35px;
        line-height: 48px;
    }
    .hero-area .single-slide {
        padding-bottom: 0px;
    }
    .counter-area .col-sm-4:not(:last-child) .counter-up {
        padding-bottom: 30px;
    }

    .services-area .col-sm-6:not(:last-child) .services-wrapper {
        margin-bottom: 30px;
    }

    .working-process-area .col-12:not(:last-child) .working-process-wrap,
    .solutions-area .col-sm-6:not(:last-child) .solutions-wrap,
    .team-area .col-sm-6:not(:last-child) .team-wrap,
    .working-area-3 .col-sm-6:not(:last-child) .work-wrap {
        margin-bottom: 50px;
    }

    .mt-60 {
        margin-top: 40px;
    }

    .hero-2 .hero-content h1 {
        font-size: 35px;
    }

    .working-process-wrap p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .post-content .post-title a{
        font-size: 19px;
    }
    .blog-list .post-title a{
        font-size: 25px;
    }
    


}

@media screen and (max-width:450px) {

    .hero-area .hero-content h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .hero-btn .zt-cat {
        margin-bottom: 30px;
    }

    .sub-title {
        font-size: 27px;
        line-height: 36px;
    }

    .subscribe-heading h2,
    .subscribe-heading span {
        font-size: 30px;
        line-height: 40px;
    }
    .subscribe-area .subscribe-form{
        display: block ;
    }
    .subscribe-area .subscribe-form input{
        width: 100%;
    }
    .subscribe-area .subscribe-form button{
        margin-top: 30px;
    }

    .page-banner .page-title h1{
        font-size: 44px;
        line-height: 50px;
    }

}