:root {
    --heading-color: #222627;
    --body-color: #616669;
    --accent-color: #2BC8EB;
    --accent-color2: #2BC8EB;
    --white-color: #ffffff;
    --white-bg: #ffffff;
    --accent-bg: #2BC8EB;
    --accent-bg2: #2BC8EB;
    --accent-bg3: #0256FE;
    --light-color: #F5F4FF;
    --light-color2: #E6EEFF;
    --light-color3: #F9F9F9;
    --light-color4: #D9D9D9;
    --light-color5: #838588;
    --dark-color1: #01194B;
    --dark-color2: #113866;
    --white-smoke: #F7F7F7
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}
:root {
    --fs-xl-20: 20px;
    --fs-xl-lineheight: 32px;
    --fs-lg-18: 18px;
    --fs-lg-lineheight: 28px;
    --fs-md-16: 16px;
    --fs-md-lineheight: 24px;
    --fs-xs-14: 14px;
    --fs-xs-lineheight: 22px;
    --fs-xss-12: 12px;
    --fs-xss-lineheight: 20px
}
*,
::after,
::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}
html {
    box-sizing: border-box;
    height: 100%
}
body {
    color: var(--body-color);
    font-family: "Fira Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
    background-color: var(--white-bg);
    counter-reset: my-sec-counter;
    font-size: 16px;
    line-height: 26px
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e7e8;
    padding: 0;
    margin: 0
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0
}
textarea {
    resize: vertical
}
.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}
.hidden {
    display: none!important
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
}
.invisible {
    visibility: hidden
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
::-moz-selection {
    background-color: #989ffd;
    color: #fff
}
::selection {
    background-color: #989ffd;
    color: #fff
}
[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=color]:active,
[type=color]:focus,
[type=color]:hover,
[type=color]:invalid,
[type=date]:active,
[type=date]:focus,
[type=date]:hover,
[type=date]:invalid,
[type=datetime-local]:active,
[type=datetime-local]:focus,
[type=datetime-local]:hover,
[type=datetime-local]:invalid,
[type=datetime]:active,
[type=datetime]:focus,
[type=datetime]:hover,
[type=datetime]:invalid,
[type=email]:active,
[type=email]:focus,
[type=email]:hover,
[type=email]:invalid,
[type=month]:active,
[type=month]:focus,
[type=month]:hover,
[type=month]:invalid,
[type=number]:active,
[type=number]:focus,
[type=number]:hover,
[type=number]:invalid,
[type=password]:active,
[type=password]:focus,
[type=password]:hover,
[type=password]:invalid,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=search]:active,
[type=search]:focus,
[type=search]:hover,
[type=search]:invalid,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
[type=tel]:active,
[type=tel]:focus,
[type=tel]:hover,
[type=tel]:invalid,
[type=text]:active,
[type=text]:focus,
[type=text]:hover,
[type=text]:invalid,
[type=time]:active,
[type=time]:focus,
[type=time]:hover,
[type=time]:invalid,
[type=url]:active,
[type=url]:focus,
[type=url]:hover,
[type=url]:invalid,
[type=week]:active,
[type=week]:focus,
[type=week]:hover,
[type=week]:invalid,
button:active,
button:focus,
button:hover,
input:not([type]):active,
input:not([type]):focus,
input:not([type]):hover,
input:not([type]):invalid,
textarea:active,
textarea:focus,
textarea:hover,
textarea:invalid {
    outline: 0;
    box-shadow: none
}
[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
button:active,
button:focus,
button:hover {
    cursor: pointer
}
@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}
button {
    padding: 0;
    outline: 0;
    border: none;
    display: inline-block;
    background-color: transparent
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Ubuntu, sans-serif;
    color: var(--heading-color);
    font-weight: 700;
    margin: 0
}
.h1,
h1 {
    font-size: 64px;
    line-height: 1.15em;
    color: var(--white-color)
}
@media (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 55px
    }
}
@media (max-width: 991px) {
    .h1,
    h1 {
        font-size: 48px
    }
}
@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 36px
    }
}
.h2,
h2 {
    font-size: 48px;
    line-height: 1.2em
}
@media (max-width: 767px) {
    .h2,
    h2 {
        font-size: 34px
    }
}
.h3,
h3 {
    font-size: 40px;
    line-height: 1.25em
}
@media (max-width: 991px) {
    .h3,
    h3 {
        font-size: 36px
    }
}
.h4,
h4 {
    font-size: 30px;
    line-height: 1.3em
}
.h5,
h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.41em
}
.h6,
h6 {
    font-size: 20px;
    line-height: 1.5em
}
p {
    margin-bottom: 16px
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px
    }
}
p:last-child {
    margin-bottom: 0
}
.f-size-10 {
    font-size: 10px!important
}
.f-size-11 {
    font-size: 11px!important
}
.f-size-12 {
    font-size: 12px!important
}
.f-size-13 {
    font-size: 13px!important
}
.f-size-14 {
    font-size: 14px!important
}
.f-size-15 {
    font-size: 15px!important
}
.f-size-16 {
    font-size: 16px!important
}
.f-size-17 {
    font-size: 17px!important
}
.f-size-18 {
    font-size: 18px!important
}
.f-size-19 {
    font-size: 19px!important
}
.f-size-20 {
    font-size: 20px!important
}
.f-size-21 {
    font-size: 21px!important
}
.f-size-22 {
    font-size: 22px!important
}
.f-size-23 {
    font-size: 23px!important
}
.f-size-24 {
    font-size: 24px!important
}
.f-size-25 {
    font-size: 25px!important
}
.f-size-26 {
    font-size: 26px!important
}
.f-size-27 {
    font-size: 27px!important
}
.f-size-28 {
    font-size: 28px!important
}
.f-size-29 {
    font-size: 29px!important
}
.f-size-30 {
    font-size: 30px!important
}
.f-size-31 {
    font-size: 31px!important
}
.f-size-32 {
    font-size: 32px!important
}
.f-size-33 {
    font-size: 33px!important
}
.f-size-34 {
    font-size: 34px!important
}
.f-size-35 {
    font-size: 35px!important
}
.f-size-36 {
    font-size: 36px!important
}
.f-size-37 {
    font-size: 37px!important
}
.f-size-38 {
    font-size: 38px!important
}
.f-size-39 {
    font-size: 39px!important
}
.f-size-40 {
    font-size: 40px!important
}
.line-height-10 {
    line-height: 10px!important
}
.line-height-11 {
    line-height: 11px!important
}
.line-height-12 {
    line-height: 12px!important
}
.line-height-13 {
    line-height: 13px!important
}
.line-height-14 {
    line-height: 14px!important
}
.line-height-15 {
    line-height: 15px!important
}
.line-height-16 {
    line-height: 16px!important
}
.line-height-17 {
    line-height: 17px!important
}
.line-height-18 {
    line-height: 18px!important
}
.line-height-19 {
    line-height: 19px!important
}
.line-height-20 {
    line-height: 20px!important
}
.line-height-21 {
    line-height: 21px!important
}
.line-height-22 {
    line-height: 22px!important
}
.line-height-23 {
    line-height: 23px!important
}
.line-height-24 {
    line-height: 24px!important
}
.line-height-25 {
    line-height: 25px!important
}
.line-height-26 {
    line-height: 26px!important
}
.line-height-27 {
    line-height: 27px!important
}
.line-height-28 {
    line-height: 28px!important
}
.line-height-29 {
    line-height: 29px!important
}
.line-height-30 {
    line-height: 30px!important
}
.line-height-31 {
    line-height: 31px!important
}
.line-height-32 {
    line-height: 32px!important
}
.line-height-33 {
    line-height: 33px!important
}
.line-height-34 {
    line-height: 34px!important
}
.line-height-35 {
    line-height: 35px!important
}
.line-height-36 {
    line-height: 36px!important
}
.line-height-37 {
    line-height: 37px!important
}
.line-height-38 {
    line-height: 38px!important
}
.line-height-39 {
    line-height: 39px!important
}
.line-height-40 {
    line-height: 40px!important
}
.font-bold {
    font-weight: 700
}
.font-black {
    font-weight: 800
}
.font-medium {
    font-weight: 500
}
.font-normal {
    font-weight: 400
}
.font-semibold {
    font-weight: 600
}
a {
    text-decoration: none;
    transition: all .24s ease-in-out
}
img {
    max-width: 100%
}
.rt-list {
    margin: 0;
    padding: 0;
    list-style: none
}
.mouse-cursor,
.pointer {
    cursor: pointer
}
blockquote {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    padding: 30px;
    margin: 0 0 24px;
    display: flex;
    border-radius: 10px;
    align-items: flex-start;
    color: var(--heading-color);
    background: linear-gradient(90deg, rgba(1, 25, 255, .1) 0, rgba(1, 25, 255, 0) 100%);
    gap: 20px
}
.border-transparent {
    border-color: transparent!important
}
.bg-transsparent {
    background-color: transparent!important
}
.hover\:bg-transsparenthover {
    background-color: transparent!important
}
.hover-shadow\:none {
    box-shadow: none!important
}
.bgprefix-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.bgprefix-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}
.bgprefix-full {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center
}
.position-parent {
    position: relative;
    z-index: 1
}
.position-relative {
    position: relative
}
.body-no-scrolling {
    overflow: hidden
}
.img-fit {
    display: block;
    object-fit: cover;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0;
    right: 0;
    top: 50%;
    position: absolute;
    height: 100%;
    width: 100%
}
.rt-mb-15 {
    margin-bottom: 15px
}
.rt-mb-8 {
    margin-bottom: 8px
}
.rt-mb-2 {
    margin-bottom: 2px
}
.rt-mb-4 {
    margin-bottom: 4px
}
.rt-pt-15 {
    padding-top: 15px
}
.rt-mb-12 {
    margin-bottom: 12px
}
.rt-spacer-15 {
    height: 15px
}
.rt-mb-16 {
    margin-bottom: 16px
}
.rt-mb-25 {
    margin-bottom: 25px
}
.rt-mb-24 {
    margin-bottom: 24px
}
.rt-mb-28 {
    margin-bottom: 28px
}
.rt-mb-48 {
    margin-bottom: 48px
}
.rt-mt-40 {
    margin-top: 40px
}
.rt-mb-32 {
    margin-bottom: 32px
}
.rt-mb-35 {
    margin-bottom: 35px!important
}
.hr-0 {
    margin: 0;
    padding: 0
}
.text-gray {
    color: #7b878c
}
.hover\:border-transparent {
    border-color: transparent!important
}
.rt-mr-0 {
    margin-right: 0!important
}
.rt-ml-0 {
    margin-left: 0!important
}
.rt-rounded-0 {
    border-radius: 0!important
}
.rt-mr-1 {
    margin-right: 1px!important
}
.rt-ml-1 {
    margin-left: 1px!important
}
.rt-rounded-1 {
    border-radius: 1px!important
}
.rt-mr-2 {
    margin-right: 2px!important
}
.rt-ml-2 {
    margin-left: 2px!important
}
.rt-rounded-2 {
    border-radius: 2px!important
}
.rt-mr-3 {
    margin-right: 3px!important
}
.rt-ml-3 {
    margin-left: 3px!important
}
.rt-rounded-3 {
    border-radius: 3px!important
}
.rt-mr-4 {
    margin-right: 4px!important
}
.rt-ml-4 {
    margin-left: 4px!important
}
.rt-rounded-4 {
    border-radius: 4px!important
}
.rt-mr-5 {
    margin-right: 5px!important
}
.rt-ml-5 {
    margin-left: 5px!important
}
.rt-rounded-5 {
    border-radius: 5px!important
}
.rt-mr-6 {
    margin-right: 6px!important
}
.rt-ml-6 {
    margin-left: 6px!important
}
.rt-rounded-6 {
    border-radius: 6px!important
}
.rt-mr-7 {
    margin-right: 7px!important
}
.rt-ml-7 {
    margin-left: 7px!important
}
.rt-rounded-7 {
    border-radius: 7px!important
}
.rt-mr-8 {
    margin-right: 8px!important
}
.rt-ml-8 {
    margin-left: 8px!important
}
.rt-rounded-8 {
    border-radius: 8px!important
}
.rt-mr-9 {
    margin-right: 9px!important
}
.rt-ml-9 {
    margin-left: 9px!important
}
.rt-rounded-9 {
    border-radius: 9px!important
}
.rt-mr-10 {
    margin-right: 10px!important
}
.rt-ml-10 {
    margin-left: 10px!important
}
.rt-rounded-10 {
    border-radius: 10px!important
}
.rt-mr-11 {
    margin-right: 11px!important
}
.rt-ml-11 {
    margin-left: 11px!important
}
.rt-rounded-11 {
    border-radius: 11px!important
}
.rt-mr-12 {
    margin-right: 12px!important
}
.rt-ml-12 {
    margin-left: 12px!important
}
.rt-rounded-12 {
    border-radius: 12px!important
}
.rt-mr-13 {
    margin-right: 13px!important
}
.rt-ml-13 {
    margin-left: 13px!important
}
.rt-rounded-13 {
    border-radius: 13px!important
}
.rt-mr-14 {
    margin-right: 14px!important
}
.rt-ml-14 {
    margin-left: 14px!important
}
.rt-rounded-14 {
    border-radius: 14px!important
}
.rt-mr-15 {
    margin-right: 15px!important
}
.rt-ml-15 {
    margin-left: 15px!important
}
.rt-rounded-15 {
    border-radius: 15px!important
}
.rt-mr-16 {
    margin-right: 16px!important
}
.rt-ml-16 {
    margin-left: 16px!important
}
.rt-rounded-16 {
    border-radius: 16px!important
}
.rt-mr-17 {
    margin-right: 17px!important
}
.rt-ml-17 {
    margin-left: 17px!important
}
.rt-rounded-17 {
    border-radius: 17px!important
}
.rt-mr-18 {
    margin-right: 18px!important
}
.rt-ml-18 {
    margin-left: 18px!important
}
.rt-rounded-18 {
    border-radius: 18px!important
}
.rt-mr-19 {
    margin-right: 19px!important
}
.rt-ml-19 {
    margin-left: 19px!important
}
.rt-rounded-19 {
    border-radius: 19px!important
}
.rt-mr-20 {
    margin-right: 20px!important
}
.rt-ml-20 {
    margin-left: 20px!important
}
.rt-rounded-20 {
    border-radius: 20px!important
}
.rt-mr-21 {
    margin-right: 21px!important
}
.rt-ml-21 {
    margin-left: 21px!important
}
.rt-rounded-21 {
    border-radius: 21px!important
}
.rt-mr-22 {
    margin-right: 22px!important
}
.rt-ml-22 {
    margin-left: 22px!important
}
.rt-rounded-22 {
    border-radius: 22px!important
}
.rt-mr-23 {
    margin-right: 23px!important
}
.rt-ml-23 {
    margin-left: 23px!important
}
.rt-rounded-23 {
    border-radius: 23px!important
}
.rt-mr-24 {
    margin-right: 24px!important
}
.rt-ml-24 {
    margin-left: 24px!important
}
.rt-rounded-24 {
    border-radius: 24px!important
}
.rt-mr-25 {
    margin-right: 25px!important
}
.rt-ml-25 {
    margin-left: 25px!important
}
.rt-rounded-25 {
    border-radius: 25px!important
}
.rt-mr-26 {
    margin-right: 26px!important
}
.rt-ml-26 {
    margin-left: 26px!important
}
.rt-rounded-26 {
    border-radius: 26px!important
}
.rt-mr-27 {
    margin-right: 27px!important
}
.rt-ml-27 {
    margin-left: 27px!important
}
.rt-rounded-27 {
    border-radius: 27px!important
}
.rt-mr-28 {
    margin-right: 28px!important
}
.rt-ml-28 {
    margin-left: 28px!important
}
.rt-rounded-28 {
    border-radius: 28px!important
}
.rt-mr-29 {
    margin-right: 29px!important
}
.rt-ml-29 {
    margin-left: 29px!important
}
.rt-rounded-29 {
    border-radius: 29px!important
}
.rt-mr-30 {
    margin-right: 30px!important
}
.rt-ml-30 {
    margin-left: 30px!important
}
.rt-rounded-30 {
    border-radius: 30px!important
}
.rt-mb-0 {
    margin-bottom: 0
}
.rt-pt-0 {
    padding-top: 0
}
.rt-spacer-0 {
    height: 0
}
.rt-mb-10 {
    margin-bottom: 10px
}
.rt-pt-10 {
    padding-top: 10px
}
.rt-spacer-10 {
    height: 10px
}
.rt-mb-20 {
    margin-bottom: 20px
}
.rt-pt-20 {
    padding-top: 20px
}
.rt-spacer-20 {
    height: 20px
}
.rt-mb-30 {
    margin-bottom: 30px
}
.rt-pt-30 {
    padding-top: 30px
}
.rt-spacer-30 {
    height: 30px
}
.rt-mb-40 {
    margin-bottom: 40px
}
.rt-pt-40 {
    padding-top: 40px
}
.rt-spacer-40 {
    height: 40px
}
.rt-mb-50 {
    margin-bottom: 50px
}
.rt-pt-50 {
    padding-top: 50px
}
.rt-spacer-50 {
    height: 50px
}
.rt-mb-60 {
    margin-bottom: 60px
}
.rt-pt-60 {
    padding-top: 60px
}
.rt-spacer-60 {
    height: 60px
}
.rt-mb-70 {
    margin-bottom: 70px
}
.rt-pt-70 {
    padding-top: 70px
}
.rt-spacer-70 {
    height: 70px
}
.rt-mb-80 {
    margin-bottom: 80px
}
.rt-pt-80 {
    padding-top: 80px
}
.rt-spacer-80 {
    height: 80px
}
.rt-mb-90 {
    margin-bottom: 90px
}
.rt-pt-90 {
    padding-top: 90px
}
.rt-spacer-90 {
    height: 90px
}
.rt-mb-100 {
    margin-bottom: 100px
}
.rt-pt-100 {
    padding-top: 100px
}
.rt-spacer-100 {
    height: 100px
}
@media (max-width: 1199.98px) {
    .rt-mb-lg-0 {
        margin-bottom: 0
    }
    .rt-pt-lg-0 {
        padding-top: 0
    }
    .rt-spacer-lg-0 {
        height: 0
    }
    .rt-mb-lg-10 {
        margin-bottom: 10px
    }
    .rt-pt-lg-10 {
        padding-top: 10px
    }
    .rt-spacer-lg-10 {
        height: 10px
    }
    .rt-mb-lg-20 {
        margin-bottom: 20px
    }
    .rt-pt-lg-20 {
        padding-top: 20px
    }
    .rt-spacer-lg-20 {
        height: 20px
    }
    .rt-mb-lg-30 {
        margin-bottom: 30px
    }
    .rt-pt-lg-30 {
        padding-top: 30px
    }
    .rt-spacer-lg-30 {
        height: 30px
    }
    .rt-mb-lg-40 {
        margin-bottom: 40px
    }
    .rt-pt-lg-40 {
        padding-top: 40px
    }
    .rt-spacer-lg-40 {
        height: 40px
    }
    .rt-mb-lg-50 {
        margin-bottom: 50px
    }
    .rt-pt-lg-50 {
        padding-top: 50px
    }
    .rt-spacer-lg-50 {
        height: 50px
    }
    .rt-mb-lg-60 {
        margin-bottom: 60px
    }
    .rt-pt-lg-60 {
        padding-top: 60px
    }
    .rt-spacer-lg-60 {
        height: 60px
    }
    .rt-mb-lg-70 {
        margin-bottom: 70px
    }
    .rt-pt-lg-70 {
        padding-top: 70px
    }
    .rt-spacer-lg-70 {
        height: 70px
    }
    .rt-mb-lg-80 {
        margin-bottom: 80px
    }
    .rt-pt-lg-80 {
        padding-top: 80px
    }
    .rt-spacer-lg-80 {
        height: 80px
    }
    .rt-mb-lg-90 {
        margin-bottom: 90px
    }
    .rt-pt-lg-90 {
        padding-top: 90px
    }
    .rt-spacer-lg-90 {
        height: 90px
    }
    .rt-mb-lg-100 {
        margin-bottom: 100px
    }
    .rt-pt-lg-100 {
        padding-top: 100px
    }
    .rt-spacer-lg-100 {
        height: 100px
    }
}
@media (max-width: 991.98px) {
    .rt-mb-md-0 {
        margin-bottom: 0
    }
    .rt-pt-md-0 {
        padding-top: 0
    }
    .rt-spacer-md-0 {
        height: 0
    }
    .rt-mb-md-10 {
        margin-bottom: 10px
    }
    .rt-pt-md-10 {
        padding-top: 10px
    }
    .rt-spacer-md-10 {
        height: 10px
    }
    .rt-mb-md-20 {
        margin-bottom: 20px
    }
    .rt-pt-md-20 {
        padding-top: 20px
    }
    .rt-spacer-md-20 {
        height: 20px
    }
    .rt-mb-md-30 {
        margin-bottom: 30px
    }
    .rt-pt-md-30 {
        padding-top: 30px
    }
    .rt-spacer-md-30 {
        height: 30px
    }
    .rt-mb-md-40 {
        margin-bottom: 40px
    }
    .rt-pt-md-40 {
        padding-top: 40px
    }
    .rt-spacer-md-40 {
        height: 40px
    }
    .rt-mb-md-50 {
        margin-bottom: 50px
    }
    .rt-pt-md-50 {
        padding-top: 50px
    }
    .rt-spacer-md-50 {
        height: 50px
    }
    .rt-mb-md-60 {
        margin-bottom: 60px
    }
    .rt-pt-md-60 {
        padding-top: 60px
    }
    .rt-spacer-md-60 {
        height: 60px
    }
    .rt-mb-md-70 {
        margin-bottom: 70px
    }
    .rt-pt-md-70 {
        padding-top: 70px
    }
    .rt-spacer-md-70 {
        height: 70px
    }
    .rt-mb-md-80 {
        margin-bottom: 80px
    }
    .rt-pt-md-80 {
        padding-top: 80px
    }
    .rt-spacer-md-80 {
        height: 80px
    }
    .rt-mb-md-90 {
        margin-bottom: 90px
    }
    .rt-pt-md-90 {
        padding-top: 90px
    }
    .rt-spacer-md-90 {
        height: 90px
    }
    .rt-mb-md-100 {
        margin-bottom: 100px
    }
    .rt-pt-md-100 {
        padding-top: 100px
    }
    .rt-spacer-md-100 {
        height: 100px
    }
}
@media (max-width: 767.98px) {
    .rt-mb-xs-0 {
        margin-bottom: 0
    }
    .rt-pt-xs-0 {
        padding-top: 0
    }
    .rt-spacer-xs-0 {
        height: 0
    }
    .rt-mb-xs-10 {
        margin-bottom: 10px
    }
    .rt-pt-xs-10 {
        padding-top: 10px
    }
    .rt-spacer-xs-10 {
        height: 10px
    }
    .rt-mb-xs-20 {
        margin-bottom: 20px
    }
    .rt-pt-xs-20 {
        padding-top: 20px
    }
    .rt-spacer-xs-20 {
        height: 20px
    }
    .rt-mb-xs-30 {
        margin-bottom: 30px
    }
    .rt-pt-xs-30 {
        padding-top: 30px
    }
    .rt-spacer-xs-30 {
        height: 30px
    }
    .rt-mb-xs-40 {
        margin-bottom: 40px
    }
    .rt-pt-xs-40 {
        padding-top: 40px
    }
    .rt-spacer-xs-40 {
        height: 40px
    }
    .rt-mb-xs-50 {
        margin-bottom: 50px
    }
    .rt-pt-xs-50 {
        padding-top: 50px
    }
    .rt-spacer-xs-50 {
        height: 50px
    }
    .rt-mb-xs-60 {
        margin-bottom: 60px
    }
    .rt-pt-xs-60 {
        padding-top: 60px
    }
    .rt-spacer-xs-60 {
        height: 60px
    }
    .rt-mb-xs-70 {
        margin-bottom: 70px
    }
    .rt-pt-xs-70 {
        padding-top: 70px
    }
    .rt-spacer-xs-70 {
        height: 70px
    }
    .rt-mb-xs-80 {
        margin-bottom: 80px
    }
    .rt-pt-xs-80 {
        padding-top: 80px
    }
    .rt-spacer-xs-80 {
        height: 80px
    }
    .rt-mb-xs-90 {
        margin-bottom: 90px
    }
    .rt-pt-xs-90 {
        padding-top: 90px
    }
    .rt-spacer-xs-90 {
        height: 90px
    }
    .rt-mb-xs-100 {
        margin-bottom: 100px
    }
    .rt-pt-xs-100 {
        padding-top: 100px
    }
    .rt-spacer-xs-100 {
        height: 100px
    }
}
.pointer {
    cursor: pointer
}
.text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.slick-bullet .slick-dots li button:before {
    display: none!important
}
.slick-bullet .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none
}
.slick-bullet .slick-dots li {
    position: relative;
    z-index: 1;
    width: 10px;
    display: inline-block;
    height: 10px
}
.slick-bullet .slick-dots li button {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.slick-bullet.deafult_style_dot .slick-dots li button {
    overflow: hidden;
    transition: background .3s ease
}
.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
    width: 24px
}
.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
    border-radius: 32px
}
.slick-bullet.dotstyle-fillup .slick-dots li button {
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: background .3s ease
}
.slick-bullet.dotstyle-fillup .slick-dots li button:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    border-radius: 50%
}
.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button::after {
    height: 100%
}
.slick-bullet.dotstyle-scaleup .slick-dots li button {
    overflow: hidden;
    background-color: rgba(255, 255, 255, .3);
    transition: all .3s ease
}
.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
    transform: scale(1.2);
    background-color: #fff
}
.slick-bullet.dotstyle-stroke .slick-dots li button {
    transition: box-shadow .3s ease, background-color .3s ease;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0)
}
.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff
}
.slick-bullet.dotstyle-fillin .slick-dots li button {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: box-shadow .3s ease
}
.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
    box-shadow: inset 0 0 0 8px #fff
}
.slick-bullet.dotstyle-dotstroke .slick-dots li {
    box-shadow: 0 0 0 2px #fff;
    border-radius: 50%;
    transition: all .3s ease
}
.slick-bullet.dotstyle-dotstroke .slick-dots li button {
    transform: scale(.4);
    background-color: #fff;
    transition: all .3s ease
}
.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
    transform: scale(1)
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    border-radius: 50%;
    transition: all .3s ease
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
    background-color: #fff;
    transition: all .3s ease
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
    box-shadow: 0 0 0 2px #fff
}
.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
    transform: scale(.4)
}
#scrollUp {
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 55px;
    text-align: center
}
.modal-header {
    padding: 20px 24px 20px 24px
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    margin-bottom: 0
}
.modal-content {
    border-radius: 16px
}
.modal-body {
    padding: 24px
}
.dark-bg2 {
    background-color: var(--heading-color)
}
.dark-bg {
    background-color: var(--dark-bg)
}
.dark-bg3 {
    background-color: var(--dark-bg3)
}
.light-bg1 {
    background-color: var(--light-color)!important
}
.bg-accent {
    background-color: var(--accent-bg)
}
.white-bg1 {
    background-color: var(--white-bg)!important
}
.z-index {
    z-index: 1;
    position: relative
}
.bg-light2 {
    background: linear-gradient(180deg, #01011d -20%, rgba(15, 15, 16, .65) 1076%)
}
.bg-light3 {
    background-color: var(--light-color2)
}
.bg-dark1 {
    background: var(--dark-color2)!important
}
.position-r {
    position: relative!important
}
header.techin-header-section {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: all .4s;
    background: var(--white-color);
    padding: 15px 0;
}
header.techin-header-section.techin-header-one {
    padding: 15px 0 0 0;
    background: 0 0!important
}
@media (max-width: 767px) {
    header.techin-header-section.techin-header-one {
        padding: 20px 0
    }
}
header.techin-header-section.techin-header-two {
    padding: 0;
    transition: all .4s;
    background: var(--white-bg)!important
}
@media (max-width: 1199px) {
    header.techin-header-section.techin-header-two {
        padding: 20px 0!important;
        background-color: var(--heading-color)!important
    }
}
header.techin-header-section.sticky-menu {
    box-shadow: 0 4px 80px rgba(0, 0, 0, .1);
    padding: 15px 0
}
header.techin-header-section.techin-header-one.sticky-menu {
    box-shadow: none!important;
    padding: 0
}
@media (max-width: 1199px) {
    header.techin-header-section.techin-header-one.sticky-menu {
        padding: 20px 0;
        background: var(--dark-color2)!important
    }
}
header.techin-header-section.techin-header-two.sticky-menu {
    padding: 0;
    box-shadow: none!important;
    background-color: var(--heading-color)!important;
    margin-top: -53px
}
@media (max-width: 1199px) {
    header.techin-header-section.techin-header-two.sticky-menu {
        margin-top: 0;
        padding: 20px 0
    }
}
.sticky-menu .techin-header-top {
    margin-top: -57px;
    transition: all .4s;
    opacity: 0
}
.sticky-menu .header-logo {
    transition: all .4s;
    margin-top: -20px
}
@media (max-width: 1199px) {
    .sticky-menu .header-logo {
        margin-top: 0
    }
}
.sticky-menu .header-logo img {
    transition: all .4s;
    padding: 0
}
.sticky-menu .logo-bg-green {
    background-color: var(--heading-color)
}
.sticky-menu .header-logo2 {
    transition: all .4s
}
.sticky-menu .header-logo2 img {
    transition: all .4s
}
.techin-header-top {
    transition: all .4s
}
@media (max-width: 1199px) {
    .techin-header-top {
        display: none
    }
}
.header-logo {
    transition: all .4s;
    max-width: 280px;
    flex-shrink: 0
}
@media (max-width: 1390px) {
    .header-logo {
        max-width: 190px
    }
}
@media (max-width: 1224px) {
    .header-logo {
        max-width: 168px
    }
}
@media (max-width: 1199px) {
    .header-logo {
        max-width: 200px
    }
}
@media (max-width: 575px) {
    .header-logo {
        max-width: 180px
    }
}
.header-logo img {
    transition: all .4s;
    padding: 35px 0
}
@media (max-width: 1199px) {
    .header-logo img {
        padding: 0
    }
}
.header-logo1 {
    padding: 20px 60px 20px 370px;
    background: var(--dark-color2);
 /*   border-radius: 0 50px 50px 0;
    border-right: 5px solid var(--accent-bg2)
	*/
}
@media (max-width: 1399px) {
    .header-logo1 {
        padding: 20px 60px 20px 245px
    }
}
@media (max-width: 1299px) {
    .header-logo1 {
        padding: 20px 60px 20px 208px
    }
}
@media (max-width: 1199px) {
    .header-logo1 {
        padding: 0;
        background: 0 0;
        border-right: none;
        max-width: 220px
    }
}
@media (max-width: 767px) {
    .header-logo1 {
        max-width: 180px
    }
}
.techin_screenfix_left {
    margin-left: calc((-111vw + 100%)/ 5)
}
@media (max-width: 1199px) {
    .techin_screenfix_left {
        margin-left: 0
    }
}
.techin_screenfix_left2 {
    margin-left: calc((-100vw + 100%)/ 2)
}
@media (max-width: 1399px) {
    .techin_screenfix_left2 {
        margin-left: 0
    }
}
.techin_screenfix_left3 {
    margin-left: calc((-100vw + 100%)/ 2)
}
@media (max-width: 991px) {
    .techin_screenfix_left3 {
        margin-left: auto
    }
}
.techin_screenfix_right {
    margin-right: calc((-138vw + 100%)/ 2)
}
.techin-main-menu-item {
    background: var(--dark-color2);
  /*  border-radius: 50px 0 0 50px;
    border-left: 5px solid var(--accent-bg2)
	
	*/
}
.techin-header-bottom {
    transition: all .4s
}
.techin-header-bottom .techin-header {
    display: flex;
    justify-content: space-between
}
.techin-header-bottom .techin-header-bottom2 {
    padding: 0 18px;
    border-radius: 10px;
    background-color: var(--white-bg)
}
@media (max-width: 991px) {
    .techin-header-bottom .techin-header-bottom2 {
        padding: 12px
    }
}
.techin-header-main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 20px
}
@media (max-width: 1350px) {
    .techin-header-main-menu {
        padding-left: 24px
    }
}
@media (max-width: 1199px) {
    .techin-header-main-menu {
        justify-content: end;
        background: 0 0;
        padding-right: 0
    }
}
.techin-header-main-menu.menu2 {
    transition: all .4s;
    padding: 0
}
.techin-header-top .extra-border-bottom {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}
.dark-color.site-menu-main .nav-link-item {
    color: var(--white-color)
}
.site-header .techin-menu-toggle.dark-color span {
    background-color: var(--heading-color)
}
.site-header .techin-menu-toggle.dark-color span::after,
.site-header .techin-menu-toggle.dark-color span::before {
    background-color: var(--heading-color)
}
.header-bottom-border {
    border-bottom: 1px solid #272f5d
}
.header-bottom-border.border-color-light {
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}
@media (max-width: 991px) {
    .header-bottom-border {
        padding: 20px 0
    }
}
.sticky-menu .techin-header-bottom {
    background-color: var(--dark-bg)
}
.sticky-menu .techin-header-bottom .header-bottom-border {
    border-bottom: 1px solid var(--dark-bg)
}
.techin-header-triger {
    width: 60px;
    height: 60px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background: var(--accent-bg);
    border-radius: 100px;
    margin-left: 20px
}
.techin-header-triger.triger2 {
    margin-left: 0;
    background: var(--white-bg)
}
.techin-header-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin: 0 30px
}
@media (max-width: 991px) {
    .techin-header-icon {
        display: none
    }
}
a.techin-header-info {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: var(--dark-bg);
    padding: 12px 0
}
a.techin-header-info img {
    padding-right: 10px
}
.techin-contact-info {
    margin-bottom: 30px
}
.techin-contact-info i {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 24px;
    color: var(--accent-color2)
}
.techin-contact-info h5 {
    margin-bottom: 5px
}
.techin-contact-info img {
    width: 5%;
    margin-bottom: 15px
}
.techin-contact-info a p {
    color: var(--body-color)
}
.techin-header-search {
    cursor: pointer;
    z-index: 1;
    position: relative;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--white-bg);
    border-radius: 100px
}
.techin-header-search i {
    font-size: 24px;
    line-height: 24;
    font-weight: 900
}
.techin-header-search.search-box {
    width: 40px;
    height: 40px;
    background: var(--accent-bg)
}
.techin-header-search.search-box i {
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color)
}
@media (max-width: 767px) {
    .techin-header-search {
        display: none
    }
}
.techin-header-search-section {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    z-index: 9999;
    padding: 130px 0 80px;
    transition: .5s all ease;
    transform: translateY(-100%)
}
@media (max-width: 991px) {
    .techin-header-search-section {
        padding: 100px 0 80px
    }
}
@media (max-width: 767px) {
    .techin-header-search-section {
        padding: 80px 0
    }
}
.techin-header-search-section.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
.techin-header-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer
}
.techin-header-search-close i {
    font-size: 30px;
    color: #6e6e77;
    transition: all .4s
}
.techin-header-search-close:hover i {
    color: var(--accent-color)
}
.search-overlay.open {
    opacity: .8;
    z-index: 3;
    visibility: visible
}
.search-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    background-color: rgba(4, 13, 67, .5)
}
.techin-sidemenu-wraper {
    position: relative
}
.techin-sidemenu-column {
    width: 400px;
    display: block;
    height: 100%;
    position: fixed;
    z-index: 111;
    padding: 30px;
    margin-right: -440px;
    transition: .5s;
    right: 0;
    top: 0;
    padding-top: 70px;
    overflow-y: scroll;
    background-color: var(--white-bg)
}
.techin-sidemenu-thumb {
    margin: 30px 0
}
.techin-sidemenu-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}
.techin-sidemenu-column.active {
    margin-right: 0;
    z-index: 9999
}
.techin-sidemenu-close {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-bg)
}
.techin-sidemenu-close i {
    font-size: 30px;
    color: var(--white-color);
    transition: all .4s
}
.active .techin-sidemenu-close {
    opacity: 1;
    visibility: visible
}
.offcanvas-overlay {
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s
}
.offcanvas-overlay.active {
    opacity: .7;
    z-index: 111;
    visibility: visible
}
.techin-sidemenu-logo {
    margin-bottom: 30px
}
.techin-sidemenu-logo img {
    width: 70%
}
.techin-sidemenu-column::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}
.techin-sidemenu-column::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}
.techin-sidemenu-column::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555
}
@media (max-width: 767px) {
    .techin-sidemenu-wraper {
        display: none
    }
}
.main-menu a {
    color: var(--white-color);
    font-weight: 500;
    position: relative;
    font-size: 16px;
    display: block;
    letter-spacing: -.01em;
    transition: all .4s;
    text-transform: capitalize
}
.main-menu a:hover {
    color: var(--accent-color2)
}
.main-menu.dark-color a {
    color: var(--white-color)
}
.main-menu>ul>li {
    margin: 0 14px
}
@media (max-width: 1350px) {
    .main-menu>ul>li {
        margin: 0 7px
    }
}
.main-menu ul {
    margin: 0;
    padding: 0
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}
.main-menu ul li.menu-item-has-children>a:after {
    content: "\ea4d";
    position: relative;
    margin-left: 2px;
    top: 2px;
    font-size: 20px;
    display: inline-block;
    font-family: remixicon;
    transition: all .4s ease-in-out
}
.main-menu ul li:hover.menu-item-has-children>a:after {
    transform: rotate(-180deg)
}
.main-menu ul li:last-child {
    margin-right: 0
}
.main-menu ul li:first-child {
    margin-left: 0
}
.main-menu ul li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    transform: translateY(0)
}
.main-menu ul.sub-menu {
    z-index: 500;
    background-color: #fff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 90px;
    margin: 0;
    padding: 12px 0;
    transition: .4s;
    z-index: 4;
    transform: translatey(20px);
    opacity: 0;
    text-align: left;
    visibility: hidden;
    min-width: 220px;
    border-radius: 6px
}
.main-menu ul.sub-menu li {
    padding: 5px 10px 5px 20px
}
.main-menu ul.sub-menu li a {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    font-weight: 400;
    color: var(--accent-color2);
    text-transform: capitalize
}
.main-menu ul.sub-menu li.menu-item-has-children a.no-border {
    display: block
}
.main-menu ul.sub-menu li.menu-item-has-children a.no-border::before {
    content: none
}
.main-menu ul.sub-menu li.menu-item-has-children a.no-border:after {
    position: absolute;
    right: 0;
    content: "\ea6d"
}
.main-menu ul.sub-menu li.menu-item-has-children:hover a::after {
    transform: rotate(-90deg)!important
}
.main-menu ul.sub-menu li ul.sub-menu {
    transition: all .4s;
    margin-left: 0!important;
    transform: translateY(30px)
}
.main-menu ul.sub-menu li:hover ul.sub-menu {
    transform: translateY(0)
}
.main-menu .main-menu ul.sub-menu>a .sub-menu-item.menu-item-has-children::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 0!important;
    width: 0;
    background-color: var(--heading-color);
    transition: all .3s ease
}
.main-menu ul.sub-menu {
    padding: 12px 0;
    left: -27px;
    top: 88px
}
.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    transition: all .4s
}
.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}
ul.sub-menu li a {
    color: var(--heading-color)!important
}
ul.sub-menu li a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 2px;
    width: 0;
    background-color: #0a165e;
    transition: all .3s ease
}
ul.sub-menu li a:hover::before {
    left: 0;
    right: auto;
    width: 100%
}
.menu-style1>ul>li>a {
    padding: 30px 0
}
.menu-left {
    margin-left: 35px
}
.menu-right {
    margin-right: 80px
}
@media (min-width: 992px) {
    .w_100 {
        width: 100%
    }
}
.site-header .techin-menu-toggle {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    cursor: pointer;
    align-items: center;
    justify-content: center
}
.site-header .techin-menu-toggle span {
    display: block;
    height: 3px;
    background-color: var(--white-color);
    width: 30px;
    position: relative
}
.reveal-header .techin-menu-toggle span {
    background-color: var(--white-color)!important
}
.site-header .techin-menu-toggle span:after,
.site-header .techin-menu-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white-color)
}
.reveal-header .techin-menu-toggle span:after,
.reveal-header .techin-menu-toggle span:before {
    background-color: var(--white-color)!important
}
.dark-mode-texts .techin-menu-toggle span {
    background-color: var(--white-color)
}
.dark-mode-texts .techin-menu-toggle span:after,
.dark-mode-texts .techin-menu-toggle span:before {
    background-color: var(--white-color)
}
.site-header .techin-menu-toggle span:before {
    top: -10px
}
.site-header .techin-menu-toggle span:after {
    top: 9px
}
.site-header .mobile-menu-trigger.dark-color span {
    background-color: var(--white-color)
}
.site-header .mobile-menu-trigger.dark-color span::after,
.site-header .mobile-menu-trigger.dark-color span::before {
    background-color: var(--white-color)
}
.site-header .mobile-menu-trigger.dark-color span::after,
.site-header .mobile-menu-trigger.dark-color span::before {
    background-color: var(--white-color)
}
.techin-header-info {
    position: relative
}
.techin-header-info::before {
    content: "";
    top: 2px;
    left: 27%;
    width: 1px;
    height: 20px;
    position: absolute;
    border-right: 1px solid var(--body-color)
}
.techin-header-info::after {
    content: "";
    top: 2px;
    left: 60%;
    width: 1px;
    height: 20px;
    position: absolute;
    border-right: 1px solid var(--body-color)
}
.techin-header-info-wrap {
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
    justify-content: space-between
}
.techin-header-info-wrap.wrap2 {
    padding: 10px 0
}
@media (max-width: 1399px) {
    .techin-header-info-wrap.wrap2 {
        display: none
    }
}
.techin-header-info ul li {
    display: inline-block;
    position: relative;
    margin-right: 40px
}
.techin-header-info ul li:last-child {
    margin-right: 0
}
.techin-header-info ul li a {
    color: var(--body-color)
}
.techin-header-info ul li a img {
    padding-right: 5px
}
.techin-header-info ul li i {
    left: 0;
    font-size: 16px;
    position: absolute;
    color: var(--accent-color)
}
.techin-header-social ul li {
    display: inline-block;
    margin-left: 10px
}
.techin-header-social ul li:first-child {
    margin-left: 0
}
.techin-header-social ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    transition: all .4s;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    background: var(--accent-bg2)
}
.techin-header-social ul li a:hover {
    background: var(--accent-bg)
}
.techin-header-social ul li a i {
    color: var(--white-color)
}
.techin-header-wrap {
    width: 100%
}
.techin-header-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px
}
@media (max-width: 1199px) {
    .techin-header-wrapper {
        padding: 0 35px
    }
}
@media (max-width: 767px) {
    .techin-header-wrapper {
        padding: 0 20px
    }
}
.logo-bg-green {
    height: 100%;
    background-color: #2BC8EB;
    padding-right: 35px;
    border-radius: 40px;
    margin-right: -40px;
    position: relative;
    transition: all .4s
}
@media (max-width: 1199px) {
    .logo-bg-green {
        background-color: transparent
    }
}
.header-logo2 {
    padding: 15px 80px 15px 160px;
    transition: all .4s;
    background: var(--heading-color);
    border-radius: 0 40px 40px 0;
    z-index: 0;
    transition: all .4s;
    display: flex;
    align-items: flex-end;
    height: 100%;
    z-index: 0;
    padding-bottom: 40px;
    position: relative
}
@media (max-width: 1580px) {
    .header-logo2 {
        padding: 10px 50px;
        padding-bottom: 40px
    }
}
@media (max-width: 1199px) {
    .header-logo2 {
        margin-right: 0;
        border-radius: 0;
        padding: 0;
        padding-left: 35px;
        padding-right: 0
    }
}
@media (max-width: 767px) {
    .header-logo2 {
        padding-left: 15px;
        max-width: 170px
    }
}
.techin-header-two.sticky-menu .header-logo2 {
    padding-bottom: 20px
}
@media (max-width: 1199px) {
    .techin-header-two.sticky-menu .header-logo2 {
        padding-bottom: 0
    }
}
.techin-header-wrapper2 {
    display: flex;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: 29% 1fr
}
@media (max-width: 1580px) {
    .techin-header-wrapper2 {
        grid-template-columns: 22% 1fr
    }
}
@media (max-width: 1199px) {
    .techin-header-wrapper2 {
        grid-template-columns: 1fr 1fr
    }
}
.techin-header-wrap2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 160px;
    padding-left: 120px
}
@media (max-width: 1620px) {
    .techin-header-wrap2 {
        padding: 0 35px;
        padding-left: 75px
    }
}
@media (max-width: 767px) {
    .techin-header-wrap2 {
        padding: 0;
        padding-right: 15px
    }
}
.techin-header-main-menu.menu2 {
    width: 100%
}
.techin-header-top2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0
}
@media (max-width: 1199px) {
    .techin-header-top2 {
        display: none
    }
}
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .04);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}
.progress-wrap svg path {
    fill: none
}
.progress-wrap svg.progress-circle path {
    stroke: var(--accent-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}
.top-arrow {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}
.top-arrow img {
    transform: rotate(90deg)
}
.techin-footer-section {
    margin-top: -155px;
    padding-top: 270px;
    background-position: center;
    background-size: cover
}
@media (max-width: 991px) {
    .techin-footer-section {
        padding-top: 240px;
        margin-top: -180px
    }
}
@media (max-width: 767px) {
    .techin-footer-section {
        padding-top: 200px;
        margin-top: -150px
    }
}
.techin-footer-top {
    padding-bottom: 60px
}
@media (max-width: 991px) {
    .techin-footer-top {
        padding-bottom: 40px
    }
}
@media (max-width: 767px) {
    .techin-footer-top {
        padding-bottom: 30px
    }
}
@media (max-width: 1199px) {
    .techin-footer-textarea {
        max-width: 400px;
        margin-bottom: 40px
    }
}
@media (max-width: 767px) {
    .techin-footer-textarea {
        margin-bottom: 30px
    }
}
.techin-footer-textarea img {
    margin-bottom: 20px
}
@media (max-width: 575px) {
    .techin-footer-textarea img {
        max-width: 200px
    }
}
.techin-footer-textarea p {
    line-height: 30px;
    margin-bottom: 28px;
    color: var(--light-color2)
}
.techin-footer-textarea.dark-color p {
    color: var(--body-color)
}
.techin-footer-title {
    position: relative
}
.techin-footer-title::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 52px;
    height: 4px;
    transition: all .4s;
    border-radius: 2px;
    background: var(--accent-bg)
}
.techin-footer-title h5 {
    margin-bottom: 45px;
    color: var(--white-color)
}
@media (max-width: 767px) {
    .techin-footer-title h5 {
        margin-bottom: 30px
    }
}
.techin-footer-title p {
    color: var(--light-color2)
}
.techin-footer-title.dark-color h5 {
    color: var(--heading-color)
}
.techin-footer-title.dark-color p {
    color: var(--body-color)
}
.techin-footer-title.footer-one:before {
    bottom: -7px;
    left: 0;
    right: auto;
    height: 4px;
    background-color: var(--accent-bg2)!important
}
@media (max-width: 767px) {
    .techin-footer-menu {
        margin-bottom: 30px
    }
}
.techin-footer-menu ul li {
    margin-bottom: 8px
}
.techin-footer-menu ul li:last-child {
    margin-bottom: 0
}
.techin-footer-menu ul li a {
    position: relative;
    transition: all .4s;
    color: var(--white-color)
}
.techin-footer-menu ul li a svg {
    transition: all .4s;
    margin-right: 5px
}
.techin-footer-menu ul li a:hover {
    color: var(--accent-color2)
}
.techin-footer-menu ul li a:hover path {
    fill: var(--accent-bg2)
}
.techin-footer-menu ul li a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    height: 1px;
    width: 0;
    background-color: var(--accent-bg2);
    transition: all .3s ease
}
.techin-footer-menu ul li a:hover:before {
    left: 12px;
    right: auto;
    width: 100%
}
@media (max-width: 767px) {
    .techin-footer-menu2 {
        margin-bottom: 30px
    }
}
.techin-footer-menu2:hover ul li a img {
    transform: scale(1.1)
}
.techin-footer-menu2 ul li a img {
    overflow: hidden;
    object-fit: cover;
    transition: all .4s
}
.techin-footer-info-thumb {
    padding-bottom: 20px
}
.techin-footer-info-thumb img {
    border-radius: 6px
}
.techin-footer-info {
    padding: 20px 0;
    background: linear-gradient(90deg, #1b1885 0, #2BC8EB 44%, #1b1885 100%)
}
.techin-footer-info-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    gap: 30px
}
@media (max-width: 575px) {
    .techin-footer-info-wraper {
        gap: 15px
    }
}
.techin-footer-info-wraper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 37%;
    width: 1px;
    height: 60px;
    border-right: 1px solid var(--heading-color)
}
@media (max-width: 1399px) {
    .techin-footer-info-wraper::before {
        display: none
    }
}
.techin-footer-info-wraper::after {
    position: absolute;
    content: "";
    top: 0;
    left: 69%;
    width: 1px;
    height: 60px;
    border-right: 1px solid var(--heading-color)
}
@media (max-width: 1399px) {
    .techin-footer-info-wraper::after {
        display: none
    }
}
.techin-footer-info-item {
    display: flex;
    gap: 20px;
    align-items: center
}
.techin-footer-info-text h5 {
    color: var(--white-color)
}
.techin-footer-info-text span {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--white-color)
}
.techin-footer-info-text.info1 h5 {
    color: var(--heading-color)
}
.techin-footer-info-text.info1 span {
    color: var(--heading-color);
    padding-bottom: 5px
}
.techin-footer-bottom {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}
@media (max-width: 991px) {
    .techin-footer-bottom {
        padding: 25px 0;
        text-align: center
    }
}
@media (max-width: 767px) {
    .techin-footer-bottom {
        display: block;
        text-align: center
    }
}
.techin-footer-bottom.center {
    text-align: center
}
.techin-footer-bottom.one {
    border-top: 1px solid var(--light-color1)
}
.techin-footer-bottom .techin-copywright p {
    color: var(--white-color);
    font-weight: 700;
    font-family: Ubuntu, sans-serif
}
.techin-footer-bottom .techin-copywright p span.footer-text {
    color: var(--accent-color2)
}
@media (max-width: 767px) {
    .techin-footer-bottom .techin-copywright p {
        margin-bottom: 15px
    }
}
.techin-footer-bottom .techin-copywright.dark-color p {
    color: var(--body-color)
}
.techin-footer-bottom.bottom2 {
    padding: 30px 0 0 0
}
.techin-footer-section1 {
    padding: 110px 0 30px
}
@media (max-width: 991px) {
    .techin-footer-section1 {
        padding: 80px 0 30px
    }
}
@media (max-width: 767px) {
    .techin-footer-section1 {
        padding: 60px 0 30px
    }
}
.techin-footer-info2 {
    padding: 20px 60px;
    border-radius: 20px;
    background-color: var(--accent-bg2)
}
@media (max-width: 767px) {
    .techin-footer-info2 {
        padding: 20px
    }
}
.techin-footer-section3 {
    padding: 110px 0 30px;
    margin: 0 60px;
    border-radius: 20px 20px 0 0
}
@media (max-width: 1399px) {
    .techin-footer-section3 {
        margin: 0 30px
    }
}
@media (max-width: 991px) {
    .techin-footer-section3 {
        padding: 80px 0 30px
    }
}
@media (max-width: 767px) {
    .techin-footer-section3 {
        padding: 60px 0 30px;
        margin: 0
    }
}
.ml-60 {
    margin-left: 60px
}
@media (max-width: 1399px) {
    .ml-60 {
        margin-left: 34px
    }
}
@media (max-width: 1199px) {
    .ml-60 {
        margin-left: 0
    }
}
.ml-35 {
    margin-left: 35px
}
@media (max-width: 1399px) {
    .ml-35 {
        margin-left: 0
    }
}
.techin-instagram-wrap {
    gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}
.techin-instagram-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}
.techin-instagram-thumb img {
    width: 100%;
    transition: all .4s;
    object-fit: cover
}
.techin-instagram-thumb img:hover {
    transform: scale(1.1)
}
@media (max-width: 991px) {
    .techin-contact-us-thumb {
        padding-bottom: 40px
    }
}
@media (max-width: 767px) {
    .techin-contact-us-thumb {
        padding-bottom: 30px
    }
}
.techin-contact-us-map {
    width: 100%;
    height: 750px
}
@media (max-width: 991px) {
    .techin-contact-us-map {
        height: 745px
    }
}
@media (max-width: 767px) {
    .techin-contact-us-map {
        height: 735px
    }
}
.techin-contact-us-info {
    width: 430px;
    height: auto;
    padding: 97px 40px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, #1b1885 0, #2BC8EB 44%, #1b1885 100%);
    z-index: 1
}
@media (max-width: 575px) {
    .techin-contact-us-info {
        width: 100%;
        padding: 40px;
        position: inherit;
        margin-top: 30px;
        border-radius: 4px
    }
}
.techin-contact-us-title {
    padding-bottom: 40px
}
@media (max-width: 767px) {
    .techin-contact-us-title {
        padding-bottom: 30px
    }
}
.techin-contact-us-title h3 {
    color: var(--white-color)
}
.responsive-map {
    position: relative;
    z-index: -1
}
.shape-up {
    position: absolute;
    top: 0;
    right: 0
}
@media (max-width: 767px) {
    .shape-up {
        display: none
    }
}
.shape-down {
    position: absolute;
    bottom: 0;
    left: 0
}
@media (max-width: 767px) {
    .shape-down {
        display: none
    }
}
.techin-error-404-thumb {
    padding-bottom: 60px
}
@media (max-width: 991px) {
    .techin-error-404-thumb {
        padding-bottom: 40px
    }
}
@media (max-width: 767px) {
    .techin-error-404-thumb {
        padding-bottom: 30px
    }
}
.techin-error-404-content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center
}
.techin-error-404-content h2 {
    padding-bottom: 12px
}
.techin-error-404-content p {
    margin-bottom: 30px
}
.techin-skill-wraper {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative
}
@media (max-width: 767px) {
    .techin-skill-wraper {
        display: block
    }
}
.techin-skill-wrap {
    width: 100%
}
@media (max-width: 767px) {
    .techin-skill-wrap {
        padding-top: 30px
    }
}
.techin-skill-wrap h4 {
    margin-bottom: 20px
}
.techin-skill-icon {
    flex-shrink: 0;
    display: inline-block;
    animation: animName 15s linear infinite
}
.techin-skill-icon2 {
    position: absolute;
    left: 37px;
    top: 37px
}
@media (max-width: 767px) {
    .techin-skill-icon2 {
        top: 38px
    }
}
.techin-skill-item {
    margin-bottom: 24px
}
.techin-skill-item:last-child {
    margin-bottom: 0!important
}
.techin-skill-title h6 {
    font-size: 16px;
    line-height: 1.62em;
    margin-bottom: 12px;
    color: var(--heading-color)
}
.techin-skill-title p {
    margin-bottom: 12px
}
.techin-skill-line {
    position: relative;
    height: 16px;
    background: var(--white-bg);
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: left;
    box-shadow: 0 10px 31px 0 rgba(169, 177, 193, .168627451);
    animation: animate 1s cubic-bezier(1, 0, .5, 1) forwards;
    margin-bottom: 20px;
    border: 1px solid var(--accent-bg)
}
.techin-skill-line:last-child {
    margin-bottom: 0
}
.techin-skill-line.line2 {
    background-color: var(--light-color);
    border: none;
    height: 20px;
    border-radius: 6px
}
.techin-skill-bar {
    margin: 4px;
    height: 6px;
    position: absolute;
    border-radius: 2px;
    transform-origin: left;
    background: var(--accent-color);
    box-shadow: 0 10px 31px 0 rgba(169, 177, 193, .168627451);
    animation: animate 1s 1s cubic-bezier(1, 0, .5, 1) forwards
}
.techin-skill-bar.bar2 {
    border-radius: 5px;
    height: 20px;
    margin: 0
}
.techin-skill-bar.bar2::after {
    position: absolute;
    right: -32px;
    top: -44px;
    font-size: 16px;
    font-weight: 400;
    padding: 1px 8px
}
.techin-skill-bar::before {
    position: absolute;
    content: "";
    height: 0;
    right: 0;
    top: -14px;
    width: 0;
    border: 7px solid transparent;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-style: #f0f0f0
}
.techin-skill-bar::after {
    position: absolute;
    right: 0;
    top: -44px;
    color: var(--dark-bg);
    font-size: 20px;
    font-weight: 700;
    padding: 1px 8px;
    border-radius: 3px
}
.techin-skill-line2 {
    position: relative;
    height: 20px;
    background: var(--light-color);
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: left;
    box-shadow: 0 10px 31px 0 rgba(169, 177, 193, .168627451);
    animation: animate 1s cubic-bezier(1, 0, .5, 1) forwards;
    margin-bottom: 20px
}
.techin-skill-line2:last-child {
    margin-bottom: 0!important
}
.techin-skill-bar2 {
    margin: 0;
    height: 20px;
    position: absolute;
    border-radius: 5px;
    transform-origin: left;
    background: var(--accent-color);
    box-shadow: 0 10px 31px 0 rgba(169, 177, 193, .168627451);
    animation: animate 1s 1s cubic-bezier(1, 0, .5, 1) forwards
}
.techin-skill-bar2::before {
    position: absolute;
    content: "";
    height: 0;
    right: 0;
    top: -14px;
    width: 0;
    border: 7px solid transparent;
    border-bottom-width: 0;
    border-right-width: 0;
    border-top-style: #f0f0f0
}
.techin-skill-bar2::after {
    position: absolute;
    right: -32px;
    top: -44px;
    font-size: 16px;
    font-weight: 400;
    padding: 1px 8px;
    border-radius: 6px
}
.bar-one {
    width: 80%;
    color: var(--heading-color)
}
.bar-one::after {
    content: "80%"
}
.bar-two {
    width: 95%;
    color: var(--heading-color)
}
.bar-two::after {
    content: "95%"
}
.bar-three {
    width: 75%
}
.bar-three::after {
    content: "75%"
}
.bar-four {
    width: 80%;
    font-size: 16px;
    line-height: 1.71em;
    font-weight: 400
}
.bar-four::after {
    content: "80%"
}
.bar-five {
    width: 95%
}
.bar-five::after {
    content: "95%"
}
.bar-six {
    width: 80%
}
.bar-six::after {
    content: "80%"
}
@keyframes animate {
    100% {
        transform: scaleX(1)
    }
}
.techin-appointment-box {
    padding: 70px 60px;
    border-radius: 20px;
    background-color: var(--white-bg);
    position: relative
}
.techin-appointment-box.box-2 {
    background-color: var(--light-color)
}
.techin-appointment-box.box-3 {
    background-color: var(--light-color);
    padding: 60px;
    margin-top: 50px
}
@media (max-width: 991px) {
    .techin-appointment-box.box-3 {
        margin-top: 40px
    }
}
@media (max-width: 767px) {
    .techin-appointment-box.box-3 {
        padding: 30px;
        margin-top: 40px
    }
}
@media (max-width: 991px) {
    .techin-appointment-box {
        margin-top: 50px
    }
}
@media (max-width: 767px) {
    .techin-appointment-box {
        padding: 30px;
        margin-top: 40px
    }
}
.techin-appointment-box ul.nav {
    background: var(--accent-bg);
    border-radius: 6px;
    padding: 7px 0;
    transition: all .4s;
    margin-top: 30px
}
.techin-appointment-box ul.nav:hover {
    background-color: var(--heading-color)
}
.techin-appointment-title {
    text-align: center;
    padding-bottom: 50px
}
@media (max-width: 991px) {
    .techin-appointment-title {
        padding-bottom: 40px
    }
}
.techin-appointment-content {
    padding-left: 50px
}
@media (max-width: 991px) {
    .techin-appointment-content {
        padding-left: 0
    }
}
.techin-appointment-content .text {
    padding: 40px 0 30px 0;
    margin: 0
}
@media (max-width: 767px) {
    .techin-appointment-content .text {
        padding: 30px 0 30px 0
    }
}
.techin-appointment-info {
    margin-bottom: 30px
}
@media (max-width: 767px) {
    .techin-appointment-info {
        padding-top: 0!important
    }
}
.techin-appointment-info:last-child {
    margin-bottom: 0
}
.techin-appointment-info .techin-about-info-icon {
    flex-shrink: 0
}
.techin-appointment-info .techin-about-info-icon img {
    width: 80px;
    height: 80px
}
@media (max-width: 767px) {
    .techin-appointment-info .techin-about-info-icon img {
        width: 60px;
        height: 60px
    }
}
.techin-appointment-title2 {
    padding-top: 88px
}
.techin-appointment-title2 h2 {
    color: var(--white-color)
}
@media (max-width: 991px) {
    .techin-appointment-title2 {
        padding-top: 0;
        padding-bottom: 0
    }
}
.techin-appointment-box-bg {
    margin-top: -160px;
    padding: 50px 50px 0;
    position: relative;
    border-radius: 20px 20px 0 0;
    background-color: var(--white-bg)
}
@media (max-width: 1199px) {
    .techin-appointment-box-bg {
        padding: 40px 40px 0
    }
}
@media (max-width: 767px) {
    .techin-appointment-box-bg {
        padding: 30px 30px 0;
        margin-top: -310px
    }
}
.techin-appointment-box3 {
    border-radius: 20px;
    background-color: #2BC8EB;
    padding: 50px 50px 26px 50px
}
@media (max-width: 1199px) {
    .techin-appointment-box3 {
        padding: 40px 40px 16px 40px
    }
}
@media (max-width: 767px) {
    .techin-appointment-box3 {
        padding: 30px
    }
}
.mt-30 {
    margin-top: 30px
}
.mt-0 {
    margin-top: 0
}
.techin-main-field {
    position: relative;
    margin-bottom: 20px
}
.techin-main-field:last-child {
    margin-bottom: 0
}
.techin-main-field img {
    position: absolute;
    top: 23px;
    right: 20px
}
.techin-main-field input {
    font-size: 14px;
    line-height: 1.71em;
    padding: 18px 40px 18px 30px!important;
    border-radius: 6px!important;
    background-color: var(--light-color)!important
}
.techin-main-field-textarea textarea {
    background-color: var(--light-color)!important;
    border-radius: 6px;
    padding: 18px 40px 18px 30px!important;
    height: 60px;
    font-size: 14px;
    line-height: 1.71em
}
.techin-main-field-textarea.textarea2 .button-text {
    background-color: var(--white-bg)!important
}
.techin-main-field-textarea.textarea2 .button-text2 {
    border: 1px solid var(--light-color2);
    background-color: var(--white-bg)!important;
    height: 140px
}
.techin-main-field.field2 input {
    background-color: var(--white-bg)!important;
    cursor: pointer
}
.techin-main-field.field3 {
    margin-bottom: 20px!important
}
.techin-main-field.field5 input {
    color: var(--body-color);
    cursor: pointer
}
.techin-main-field.field5 img {
    cursor: pointer
}
.pr-50 {
    padding-right: 50px
}
@media (max-width: 991px) {
    .pr-50 {
        padding-right: 0
    }
}
.field4 input {
    border: 1px solid var(--light-color2)!important;
    background-color: var(--white-bg)!important;
    margin-bottom: 24px!important
}
.mb-20 {
    margin-bottom: 20px!important
}
.mb-20 input {
    padding: 18px 15px 18px 20px!important
}
#techin-submit-btn {
    width: 100%!important;
    justify-content: center
}
.techin-apoontment-section {
    padding: 80px 0 0;
    position: relative;
    background-size: cover;
    background-position: center
}
@media (max-width: 767px) {
    .techin-apoontment-section {
        padding: 60px 0 0
    }
}
.techin-apoontment-section::before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    position: absolute;
    background-color: var(--white-bg)
}
@media (max-width: 767px) {
    .techin-apoontment-section::before {
        padding: 60px 0;
        height: 0
    }
}
.techin-popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
@media (max-width: 991px) {
    .techin-popup-video img {
        width: 84%
    }
}
.techin-popup-video2 {
    position: absolute;
    top: -70px;
    left: 50%;
    padding: 15px;
    border-radius: 100px;
    transform: translateX(-50%);
    background-color: var(--accent-bg)
}
.techin-popup-video2 .teching-rotated {
    animation: animName 10s linear infinite
}
@media (max-width: 479px) {
    .techin-popup-video2 {
        width: 100px
    }
}
.techin-popup-video3 {
    display: inline-block;
    padding-bottom: 50px;
    position: relative;
    z-index: 1
}
@media (max-width: 991px) {
    .techin-popup-video3 {
        padding-bottom: 40px
    }
}
@media (max-width: 991px) {
    .techin-popup-video3 img {
        width: 84%
    }
}
.techin-popup-video4 img {
    z-index: 1;
    position: relative
}
@media (max-width: 767px) {
    .techin-popup-video4 img {
        width: 75%!important
    }
}
.techin-popup-video5 {
    position: absolute;
    top: 150px;
    z-index: 1;
    right: 100px
}
@media (max-width: 991px) {
    .techin-popup-video5 {
        top: 260px;
        right: 40%
    }
}
@media (max-width: 767px) {
    .techin-popup-video5 {
        top: 200px;
        right: 34%
    }
}
@media (max-width: 425px) {
    .techin-popup-video5 {
        top: 240px;
        right: 30%
    }
}
.techin-popup-video5 img {
    z-index: 1;
    position: relative
}
@media (max-width: 767px) {
    .techin-popup-video5 img {
        width: 75%!important
    }
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
@keyframes animName {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.waves {
    position: absolute;
    width: 210px;
    height: 210px;
    background: var(--accent-bg2);
    opacity: 0;
    border-radius: 100%;
    left: -47px;
    top: -47px;
    z-index: 0;
    transform: translate(-50px, -50px);
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    z-index: -1
}
.waves.waves2 {
    left: -40px;
    top: -40px;
    background-color: var(--accent-bg)
}
@media (max-width: 991px) {
    .waves.waves2 {
        display: none
    }
}
.waves.waves3 {
    right: 0;
    top: -44px;
    z-index: -1;
    background-color: var(--white-bg)
}
@media (max-width: 991px) {
    .waves.waves3 {
        display: none
    }
}
.waves.waves4 {
    left: -70px;
    top: -70px;
    z-index: 0;
    background-color: rgba(47, 43, 235, .6)
}
@media (max-width: 991px) {
    .waves.waves4 {
        left: -44px;
        top: -5px
    }
}
@media (max-width: 767px) {
    .waves.waves4 {
        left: -54px;
        top: -15px
    }
}
.waves.waves5 {
    background-color: var(--accent-bg2)
}
@media (max-width: 767px) {
    .waves.waves5 {
        left: -35px;
        top: -34px
    }
}
@media (max-width: 991px) {
    .waves {
        width: 160px;
        height: 160px;
        left: -20px;
        top: -20px
    }
}
.waves.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
.waves.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.waves.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
@keyframes waves {
    0% {
        -webkit-transform: scale(.2, .2);
        transform: scale(.2, .2);
        opacity: 0
    }
    50% {
        opacity: .9
    }
    100% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        opacity: 0
    }
}
.techin-t-section {
    padding: 130px 0
}
@media (max-width: 991px) {
    .techin-t-section {
        padding: 80px 0
    }
}
@media (max-width: 767px) {
    .techin-t-section {
        padding: 60px 0
    }
}
.techin-t-wrap {
    margin-right: 20px
}
@media (max-width: 1199px) {
    .techin-t-wrap {
        max-width: 600px
    }
}
.techin-t-wrap h2 {
    padding-bottom: 30px
}
@media (max-width: 1199px) {
    .techin-t-wrap {
        padding-bottom: 50px
    }
}
@media (max-width: 767px) {
    .techin-t-wrap {
        padding-bottom: 30px
    }
}
.techin-t-slider-wrap {
    padding: 60px 40px;
    position: relative;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../images/v1/t-bg.png)
}
@media (max-width: 991px) {
    .techin-t-slider-wrap {
        padding: 60px 30px
    }
}
.techin-t-slider-title {
    padding-bottom: 24px
}
.techin-t-slider-title h6 {
    margin-bottom: 5px
}
.techin-t-slider-title p {
    font-size: 14px;
    line-height: 1.71em
}
.techin-t-slider-thumb {
    position: absolute;
    top: 0;
    right: 40px
}
@media (max-width: 991px) {
    .techin-t-slider-thumb {
        position: static;
        margin-bottom: 30px
    }
}
.techin-t-slider-rating {
    padding-bottom: 18px
}
.techin-t-slider-text p {
    font-size: 14px;
    line-height: 24px
}
.techin-t-slider-icon {
    position: absolute;
    bottom: 0;
    right: 40px
}
.techin-t-wrap2 {
    padding: 30px 25px;
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
    transition: all .4s;
    background-color: var(--light-color)
}
.techin-t-thumb {
    position: absolute;
    top: -30px;
    right: 50px;
    border: 10px solid #fff;
    border-radius: 20px;
    z-index: 2
}
.techin-t-thumb img {
    border-radius: 10px
}
.techin-t-ratting {
    transition: all .4s;
    padding-bottom: 20px
}
.techin-t-text p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.71em;
    transition: all .4s
}
.techin-t-author-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.techin-t-author-content {
    transition: all .4s
}
.techin-t-author-content h6 {
    padding-bottom: 5px
}
.techin-t-author-content p {
    color: var(--accent-color2);
    font-size: 14px;
    line-height: 1.71em
}
.techin-t-slider-item {
    border-radius: 20px;
    padding: 40px 30px 20px 30px;
    position: relative;
    z-index: 0;
    transition: all .4s
}
.techin-t-slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .4s;
    border-radius: 0 150px 0 0;
    background-color: var(--accent-bg2)
}
.techin-t-slider-item::after {
    border-radius: 0 180px 0 0;
    background-color: var(--white-bg);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .4s
}
.techin-t-slider-item:hover::before {
    background-color: var(--accent-bg)
}
.techin-t-slider-item:hover .techin-t-slider-author-data p {
    color: var(--accent-bg2)
}
.techin-t-slider-item:hover .techin-t-ratting2 path {
    fill: var(--accent-bg)
}
.techin-t-slider-item p.text {
    font-size: 14px;
    line-height: 1.71em
}
.techin-t-ratting path {
    transition: all .4s
}
.techin-t-shape {
    position: absolute;
    bottom: 10px;
    right: 10px
}
.techin-t-slider-author-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 12px
}
@media (max-width: 767px) {
    .techin-t-slider-author-wrap {
        display: block
    }
}
@media (max-width: 767px) {
    .techin-t-slider-author-thumb {
        padding-bottom: 30px
    }
}
.techin-t-slider-author-data h6 {
    padding-bottom: 5px
}
.techin-t-slider-author-data p {
    font-size: 14px;
    line-height: 1.71em;
    transition: all .4s;
    margin-bottom: 8px
}
.techin-t-slider-init .techin-t-slider-init-next,
.techin-t-slider-init .techin-t-slider-init-prev {
    bottom: 15px;
    left: -51%;
    width: 60px;
    height: 60px;
    z-index: 1;
    border: 1px solid var(--accent-color);
    display: flex;
    cursor: pointer;
    position: absolute;
    transition: all .4s;
    align-items: center;
    border-radius: 100px;
    background-size: 20px;
    justify-content: center;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--white-color);
    transform: rotate(0);
    background-image: url(../images/v1/arrow.svg)
}
@media (max-width: 1399px) {
    .techin-t-slider-init .techin-t-slider-init-next,
    .techin-t-slider-init .techin-t-slider-init-prev {
        bottom: 0;
        right: 0
    }
}
@media (max-width: 1199px) {
    .techin-t-slider-init .techin-t-slider-init-next,
    .techin-t-slider-init .techin-t-slider-init-prev {
        top: -50%;
        left: 82%
    }
}
@media (max-width: 991px) {
    .techin-t-slider-init .techin-t-slider-init-next,
    .techin-t-slider-init .techin-t-slider-init-prev {
        top: -12%;
        left: 65%
    }
}
@media (max-width: 767px) {
    .techin-t-slider-init .techin-t-slider-init-next,
    .techin-t-slider-init .techin-t-slider-init-prev {
        display: none!important
    }
}
.techin-t-slider-init .techin-t-slider-init-prev {
    left: -42%;
    transform: rotate(180deg);
    right: auto;
    background-image: url(../images/v1/arrow.svg)
}
@media (max-width: 1399px) {
    .techin-t-slider-init .techin-t-slider-init-prev {
        left: -40%
    }
}
@media (max-width: 1199px) {
    .techin-t-slider-init .techin-t-slider-init-prev {
        top: -50%;
        left: 90%
    }
}
@media (max-width: 991px) {
    .techin-t-slider-init .techin-t-slider-init-prev {
        top: -12%;
        left: 75%
    }
}
@media (max-width: 767px) {
    .techin-t-slider-init .techin-t-slider-init-prev {
        display: none!important
    }
}
.techin-t-slider-init .slick-slide {
    margin: 0 12px
}
.techin-three-column .slick-slide.slick-current.slick-active.slick-center .techin-t-wrap2 {
    background-color: var(--accent-bg)
}
.techin-three-column .slick-slide.slick-current.slick-active.slick-center .techin-t-wrap2 .techin-t-text p {
    color: var(--white-color)
}
.techin-three-column .slick-slide.slick-current.slick-active.slick-center .techin-t-wrap2 .techin-t-author-content h6 {
    color: var(--white-color)
}
.techin-three-column .slick-slide.slick-current.slick-active.slick-center .techin-t-wrap2 .techin-t-author-content p {
    color: var(--white-color)
}
.techin-three-column .slick-slide.slick-current.slick-active.slick-center .techin-t-wrap2 .techin-t-ratting path {
    fill: var(--white-color)
}
.techin-three-column .slick-slide.slick-current.slick-active.slick-center .techin-t-wrap2 .shape-hide {
    opacity: 1
}
.techin-three-column .slick-slide.slick-current.slick-active.slick-center .techin-t-wrap2 .techin-t-author-icon path {
    fill: var(--white-color)
}
.techin-three-column .slick-list {
    padding: 0!important
}
.techin-counter-v1 {
    background-position: center;
    background-size: cover
}
.techin-counter-column {
    gap: 100px;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr
}
@media (max-width: 1199px) {
    .techin-counter-column {
        gap: 24px
    }
}
@media (max-width: 991px) {
    .techin-counter-column {
        gap: 40px;
        row-gap: 16px;
        grid-template-columns: 1fr 1fr
    }
}
@media (max-width: 575px) {
    .techin-counter-column {
        grid-template-columns: 1fr
    }
}
.techin-counter-wrap {
    border-radius: 20px;
    transition: all .4s;
    background: var(--white-bg);
    text-align: center!important;
    padding: 40px;
    margin-bottom: 24px;
    width: 100%
}
.techin-counter-wrap:hover .techin-counter-icon {
    background: var(--accent-bg2);
    transform: rotateY(180deg)
}
.techin-counter-wrap.wrap2 {
    padding: 48px 18px
}
@media (max-width: 991px) {
    .techin-counter-wrap.wrap2 {
        padding: 40px 70px
    }
}
.techin-counter-icon {
    width: 100px;
    height: 100px;
    display: flex;
    transition: all .4s;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto 30px;
    background: var(--accent-bg)
}
@media (max-width: 767px) {
    .techin-counter-icon {
        margin: 0 auto 20px
    }
}
.techin-counter-data p {
    font-weight: 700;
    font-family: Ubuntu, sans-serif
}
.techin-counter-number {
    font-family: Ubuntu, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--heading-color);
    padding-bottom: 2px
}
.techin-counter-content h2 {
    color: var(--white-color)
}
@media (max-width: 1199px) {
    .techin-counter-content h2 {
        max-width: 500px
    }
}
@media (max-width: 1199px) {
    .techin-counter-content {
        margin-bottom: 60px
    }
}
.techin-counter-author {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 40px
}
@media (max-width: 991px) {
    .techin-counter-author {
        padding-top: 30px
    }
}
.techin-counter-author-text h6 {
    color: var(--white-color)
}
.techin-p-slider-wrap {
    display: flex!important;
    gap: 30px
}
@media (max-width: 991px) {
    .techin-p-slider-wrap {
        display: block!important
    }
}
.techin-p-item {
    position: relative;
    transition: all .4s;
    margin-bottom: 24px
}
.techin-p-item:hover .techin-p-content {
    background-color: var(--accent-bg)
}
.techin-p-item:hover .techin-p-content h6,
.techin-p-item:hover .techin-p-content p {
    color: var(--white-color)
}
.techin-p-item:hover .techin-p-thumb img {
    transform: scale(1.1)
}
.techin-p-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 100%;
    width: 100%
}
.techin-p-thumb::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-p-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-p-thumb::after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-p-thumb:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-p-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s
}
.techin-p-content {
    background-color: var(--white-bg);
    padding: 20px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 0;
    transition: all .4s;
    left: 40px;
    z-index: 9;
    width: calc(100% - 80px)
}
@media (max-width: 767px) {
    .techin-p-content {
        padding: 20px;
        left: 20px;
        width: calc(100% - 40px)
    }
}
.techin-p-content p {
    color: var(--accent-color2);
    margin-bottom: 5px;
    font-size: 14px;
    transition: all .4s;
    line-height: 1.71em
}
.techin-p-content h6 {
    transition: all .4s
}
.techin-p-content .btn-icon {
    position: absolute!important;
    top: -20px;
    right: 30px
}
.techin-p-column {
    gap: 30px;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr
}
@media (max-width: 1399px) {
    .techin-p-column {
        grid-template-columns: 1fr 1fr
    }
}
@media (max-width: 991px) {
    .techin-p-column {
        grid-template-columns: 1fr
    }
}
.techin-p-wrap {
    display: flex;
    row-gap: 30px;
    flex-direction: column
}
.techin-p-wrap.portfolio-last {
    order: 2
}
@media (max-width: 1399px) {
    .techin-p-wrap.portfolio-last {
        order: inherit
    }
}
@media (max-width: 1399px) {
    .techin-p-wrap:last-child {
        grid-row: 2;
        grid-column: 1/-1;
        flex-direction: inherit;
        gap: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}
@media (max-width: 991px) {
    .techin-p-wrap:last-child {
        grid-template-columns: 1fr
    }
}
.techin-p-thumb2 {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
    transition: all .4s
}
@media (max-width: 767px) {
    .techin-p-thumb2 {
        border-radius: 10px
    }
}
.techin-p-thumb2:hover .techin-p-content2 {
    opacity: 1;
    bottom: 30px
}
.techin-p-thumb2:hover .techin-p-thumb2 img {
    transform: scale(1.1)
}
.techin-p-thumb2::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-p-thumb2:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-p-thumb2::after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-p-thumb2:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-p-thumb2 img {
    width: 100%;
    height: 100%
}
.techin-p-thumb2:hover::before {
    opacity: 1
}
.techin-p-thumb2::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-radius: 20px;
    position: absolute;
    transition: all .4s;
    background-color: rgba(34, 38, 39, .8)
}
@media (max-width: 767px) {
    .techin-p-thumb2::before {
        display: none
    }
}
.techin-p-thumb2 img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: all .4s
}
@media (max-width: 767px) {
    .techin-p-thumb2 img {
        border-radius: 10px
    }
}
.techin-p-content2 {
    position: absolute;
    bottom: 0;
    transition: all .4s;
    left: 30px;
    z-index: 2;
    border-radius: 10px;
    padding: 20px 59px 20px 30px;
    max-width: 400px;
    opacity: 0;
    background-size: 100% 100%;
    background-image: url(../images/v2/p-item-bg.png)
}
@media (max-width: 479px) {
    .techin-p-content2 {
        max-width: 100%;
        margin: 0 25px;
        left: 0
    }
}
.techin-p-content2 p {
    margin-bottom: 5px;
    color: var(--accent-bg2);
    font-size: 14px;
    line-height: 1.71em
}
.techin-p-btn2 {
    position: absolute;
    right: -20px;
    top: 45px
}
.techin-p-btn2 img {
    width: 40px;
    height: 40px
}
.techin-p-btn {
    padding-top: 40px;
    text-align: center
}
.techin-p-d-wrap {
    position: relative
}
.techin-p-d-thumb {
    position: relative
}
.techin-p-d-thumb img {
    border-radius: 20px
}
.techin-p-d-content-box {
    padding: 50px 40px;
    position: absolute;
    bottom: -55%;
    left: 80px;
    width: calc(100% - 160px);
    border-radius: 15px 15px 0 0;
    background-color: var(--white-bg)
}
@media (max-width: 1199px) {
    .techin-p-d-content-box {
        left: 43px;
        bottom: -80%;
        width: calc(100% - 86px)
    }
}
@media (max-width: 991px) {
    .techin-p-d-content-box {
        bottom: -160%
    }
}
@media (max-width: 767px) {
    .techin-p-d-content-box {
        left: 80px;
        position: inherit;
        left: 0;
        padding: 30px 0 0;
        width: 100%
    }
}
.techin-p-d-content {
    border-radius: 20px 20px 12px;
    padding: 40px 40px 30px;
    background: linear-gradient(90deg, #1b1885 0, #2BC8EB 44%, #1b1885 100%)
}
@media (max-width: 767px) {
    .techin-p-d-content {
        padding: 18px
    }
}
.techin-p-d-content h3 {
    padding-bottom: 10px;
    color: var(--white-color)
}
.techin-p-d-content h6 {
    padding-bottom: 8px;
    color: var(--white-color)
}
.techin-p-d-content p {
    color: var(--white-color);
    font-size: 14px;
    line-height: 1.62em;
    padding-bottom: 8px
}
.techin-p-d-author-info-wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}
.techin-p-d-author-info-wrap {
    display: flex;
    gap: 70px
}
@media (max-width: 1399px) {
    .techin-p-d-author-info-wrap {
        gap: 30px
    }
}
@media (max-width: 991px) {
    .techin-p-d-author-info-wrap {
        align-items: center
    }
}
.techin-p-d-text {
    padding: 320px 0 30px
}
@media (max-width: 1199px) {
    .techin-p-d-text {
        padding: 340px 0 30px
    }
}
@media (max-width: 991px) {
    .techin-p-d-text {
        padding: 500px 0 30px
    }
}
@media (max-width: 767px) {
    .techin-p-d-text {
        padding: 30px 0
    }
}
.techin-p-d-thumb2 {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 20px
}
.techin-p-d-thumb2:hover img {
    transform: scale(1.1)
}
.techin-p-d-thumb2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    border-radius: 20px
}
.techin-p-d-text3 {
    padding-top: 40px
}
@media (max-width: 991px) {
    .techin-p-d-text3 {
        padding-top: 30px
    }
}
.techin-p-d-text3 h3 {
    padding-bottom: 20px
}
.techin-three-column .techin-p-slider-next,
.techin-three-column .techin-p-slider-prev {
    top: -130px;
    right: 80px;
    width: 60px;
    height: 60px;
    z-index: 1;
    border: 1px solid var(--accent-color);
    display: flex;
    cursor: pointer;
    position: absolute;
    transition: all .4s;
    align-items: center;
    border-radius: 100px;
    background-size: 20px;
    justify-content: center;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--white-color);
    transform: rotate(0);
    background-image: url(../images/v1/arrow.svg)
}
@media (max-width: 1199px) {
    .techin-three-column .techin-p-slider-next,
    .techin-three-column .techin-p-slider-prev {
        top: -130px
    }
}
@media (max-width: 991px) {
    .techin-three-column .techin-p-slider-next,
    .techin-three-column .techin-p-slider-prev {
        top: -80px
    }
}
@media (max-width: 767px) {
    .techin-three-column .techin-p-slider-next,
    .techin-three-column .techin-p-slider-prev {
        display: none!important
    }
}
.techin-three-column .techin-p-slider-prev {
    left: auto;
    transform: rotate(180deg);
    right: 0;
    background-image: url(../images/v1/arrow.svg)
}
.techin-three-column .slick-slide {
    margin: 0 12px
}
.techin-faq-content-wrap {
    margin-left: 50px;
    padding: 70px 0
}
@media (max-width: 991px) {
    .techin-faq-content-wrap {
        margin-left: 0
    }
}
.techin-faq-content-wrap .faq-title {
    padding-bottom: 50px
}
@media (max-width: 991px) {
    .techin-faq-content-wrap .faq-title {
        padding-bottom: 40px
    }
}
.techin-faq-item {
    position: relative;
    border-radius: 10px;
    transition: all .4s;
    max-width: 1095px;
    margin: 0 auto 24px
}
.techin-faq-item.open .techin-active-icon {
    background-color: var(--white-bg)
}
.techin-faq-item.open .techin-active-icon img {
    transform: rotate(180deg)
}
.techin-faq-item.open .techin-faq-header {
    background-color: var(--accent-color);
    border-radius: 6px 6px 0 0
}
.techin-faq-item.open .techin-faq-header h6 {
    color: var(--white-color)
}
.techin-faq-item.open .techin-faq-body {
    display: block;
    border: 2px solid var(--accent-bg2)
}
.techin-faq-header {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    background-color: var(--white-bg);
    border-radius: 6px;
    align-items: center;
    transition: all .4s
}
@media (max-width: 767px) {
    .techin-faq-header h3 {
        font-size: 24px;
        padding-right: 25px
    }
}
.techin-faq-header.headr-2 {
    background-color: var(--light-color)
}
.techin-faq-body {
    display: none;
    padding: 24px 30px 30px;
    background: #fff;
    border-radius: 0 0 6px 6px;
    border: 2px solid transparent;
    border-top: none!important
}
.techin-faq-body.default {
    display: block
}
.techin-faq-body.body2 p {
    font-size: 14px;
    line-height: 1.71em
}
.techin-faq-body.body3 p {
    color: var(--light-color5)
}
.techin-faq-thumb {
    margin-left: calc((-100vw + 100%)/ 12);
    position: relative;
    height: 100%
}
@media (max-width: 1399px) {
    .techin-faq-thumb {
        margin-left: calc((-100vw + 100%)/ 5)
    }
}
@media (max-width: 991px) {
    .techin-faq-thumb {
        margin: 80px 0 0;
        height: auto
    }
}
@media (max-width: 767px) {
    .techin-faq-thumb {
        margin: 40px 0 0
    }
}
.techin-faq-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0
}
@media (max-width: 1850px) {
    .techin-faq-thumb img {
        border-radius: 10px
    }
}
.techin-faq-thumb::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0 10px 10px 0;
    background: rgba(34, 38, 39, .8)
}
@media (max-width: 1850px) {
    .techin-faq-thumb::before {
        border-radius: 10px
    }
}
.techin-faq-wrap {
    max-width: 900px;
    margin: 0 auto
}
.techin-faq-wrap2 {
    padding-left: 50px
}
@media (max-width: 991px) {
    .techin-faq-wrap2 {
        padding-left: 0;
        padding-bottom: 40px!important
    }
}
@media (max-width: 991px) {
    .techin-faq-wrap2 {
        padding-bottom: 30px!important
    }
}
.techin-faq-wrap2 h2 {
    padding-bottom: 40px
}
.techin-faq-wrap2 .text {
    margin-bottom: 30px
}
.techin-active-icon {
    transition: all .4s;
    display: flex;
    width: 50px;
    flex-shrink: 0;
    height: 50px;
    padding: 5px;
    line-height: 31px;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    background-color: var(--accent-bg2)
}
.techin-active-icon img {
    transition: all .4s
}
.accordion-item {
    position: relative;
    border-radius: 10px;
    transition: all .4s;
    margin-bottom: 20px
}
.accordion-item.show .techin-active-icon {
    background-color: var(--white-bg)
}
.accordion-item.show .techin-active-icon img {
    transform: rotate(180deg)
}
.accordion-item.show .techin-faq-body {
    display: block;
    border: 2px solid var(--accent-bg2)
}
@media (max-width: 767px) {
    .accordion-header h6 {
        font-size: 24px;
        padding-right: 25px
    }
}
.toggle-switch {
    cursor: pointer;
    background-color: var(--white-bg);
    display: inline-block;
    border: 0;
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center
}
.toggle-switch.switch2 {
    background-color: var(--light-color);
    margin-bottom: 30px
}
.toggle-switch input {
    display: none
}
.toggle-switch,
.toggle-switch span {
    border-radius: 30px;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-align: center
}
.toggle-switch input+span,
.toggle-switch input:checked+span+span {
    background-color: var(--accent-bg2);
    border: 1px solid var(--accent-bg2);
    padding: 16px 36px;
    color: #fff
}
.toggle-switch input+span+span,
.toggle-switch input:checked+span {
    background-color: transparent;
    border-color: transparent;
    padding: 16px 28px;
    color: var(--heading-color)
}
.techin-pricing-wrap {
    text-align: center;
    padding: 60px 50px;
    border-radius: 20px;
    position: relative;
    transition: all .4s;
    margin-bottom: 24px;
    position: relative;
    z-index: 0;
    border: 2px solid var(--light-color2);
    background-color: var(--white-bg)
}
@media (max-width: 991px) {
    .techin-pricing-wrap {
        padding: 40px
    }
}
@media (max-width: 767px) {
    .techin-pricing-wrap {
        padding: 30px
    }
}
.techin-pricing-wrap:hover .techin-pricing-price {
    background: var(--accent-bg)
}
.techin-pricing-wrap:hover .techin-pricing-body {
    background: var(--accent-bg)
}
.techin-pricing-wrap:hover .techin-pricing-body ul li {
    color: var(--white-color)
}
.techin-pricing-wrap:hover .techin-pricing-body ul li path {
    fill: var(--white-bg)
}
.techin-pricing-wrap:hover .shape-show {
    opacity: 0
}
.techin-pricing-wrap:hover .shape-hide {
    opacity: 1
}
.techin-pricing-wrap.pricing-active {
    border: 0
}
.techin-pricing-wrap.pricing-active::before {
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/v1/pricing-shape.png)
}
.techin-pricing-wrap.pricing-active .techin-pricing-price {
    background: var(--accent-bg)
}
.techin-pricing-wrap.pricing-active .shape-hide {
    opacity: 1
}
.techin-pricing-wrap.pricing-active .techin-pricing-body {
    background: var(--accent-bg)
}
.techin-pricing-wrap.pricing-active .techin-pricing-body ul li {
    color: var(--white-color)
}
.techin-pricing-wrap.pricing-active .techin-pricing-body ul li path {
    fill: var(--white-bg)
}
.techin-pricing-wrap.wrap2 {
    background-color: var(--light-color)
}
.techin-pricing-header {
    padding-bottom: 20px
}
.techin-pricing-header h4 {
    padding-bottom: 10px
}
.techin-pricing-header p {
    font-weight: 700
}
.techin-pricing-price {
    width: 104px;
    height: 104px;
    padding: 12px;
    z-index: 2;
    margin: 0 auto 20px;
    border-radius: 100px;
    position: relative;
    transition: all .4s;
    display: flex;
    gap: 15px;
    border: 7px solid var(--white-color);
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--heading-color)
}
.techin-pricing-price h5 {
    line-height: 1;
    color: var(--white-color)
}
.techin-pricing-price span {
    color: #fff;
    font-size: 14px;
    line-height: .12em;
    display: inline-block
}
.techin-pricing-body {
    text-align: left;
    transition: all .4s;
    border-radius: 10px;
    margin-top: -60px;
    overflow: hidden;
    z-index: 0;
    position: relative;
    margin-bottom: 40px;
    padding: 70px 30px 25px 30px;
    background-color: var(--light-color)
}
.techin-pricing-body ul li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 25px;
    font-size: 14px;
    transition: all .4s;
    line-height: 1.71em;
    color: var(--heading-color)
}
.techin-pricing-body ul li:last-child {
    padding-bottom: 0
}
.techin-pricing-body ul li svg {
    position: absolute;
    top: 5px;
    left: 0
}
.techin-pricing-body.body2 {
    background-color: var(--white-bg)
}
.techin-pricing-shape {
    position: absolute;
    top: 0;
    right: 0;
    transition: all .4s
}
.techin-pricing-shape.shape-hide {
    opacity: 0
}
.techin-pricing-items {
    margin-top: -315px
}
@media (max-width: 1199px) {
    .techin-pricing-wrap2 {
        margin-bottom: 40px
    }
}
.techin-pricing-wrap2 p {
    padding-bottom: 14px
}
.techin-pricing-title {
    padding-bottom: 30px
}
@media (max-width: 991px) {
    .mb-0 {
        margin-bottom: 0!important
    }
}
.techin-team-column {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr
}
@media (max-width: 1199px) {
    .techin-team-column {
        grid-template-columns: 1fr 1fr
    }
}
@media (max-width: 767px) {
    .techin-team-column {
        grid-template-columns: 1fr
    }
}
.techin-team-wrap {
    transition: all .4s;
    position: relative;
    margin-bottom: 48px;
    margin-left: 30px
}
@media (max-width: 767px) {
    .techin-team-wrap {
        margin-bottom: 24px
    }
}
.techin-team-wrap:hover .techin-team-thumb::before {
    background: var(--accent-bg)!important
}
.techin-team-thumb {
    z-index: 1;
    position: relative;
    border-radius: 20px
}
.techin-team-thumb img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: all .4s
}
.techin-team-thumb::before {
    content: "";
    left: -30px;
    top: -30px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .4s;
    position: absolute;
    border-radius: 20px;
    background-color: var(--white-bg);
    border: 2px solid var(--light-color2)
}
.techin-team-content {
    padding: 20px 0 20px 20px;
    width: 85%;
    background: var(--accent-bg2);
    border-radius: 0 10px 10px 0;
    position: absolute;
    bottom: 30px;
    z-index: 1
}
.techin-team-content P {
    color: var(--heading-color);
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 0
}
.techin-team-share-icon {
    position: absolute;
    top: -20px;
    right: 20px
}
.techin-team-share-icon:hover .techin-team-social {
    opacity: 1;
    bottom: 50px
}
.techin-team-wrap2 {
    text-align: center;
    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
    transition: all .4s;
    margin-bottom: 24px;
    border: 1px solid var(--light-color2);
    background-color: var(--light-color)
}
.techin-team-wrap2:hover {
    border: 1px solid var(--accent-bg)
}
.techin-team-wrap2:hover .techin-team-social {
    opacity: 1
}
.techin-team-wrap2:hover .techin-team-social ul li {
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 6px;
    transition: all .4s;
    background-color: var(--accent-bg)
}
.techin-team-wrap2:hover .techin-team-social ul li:last-child {
    margin-bottom: 0
}
.techin-team-wrap2:hover .techin-team-social ul li:hover {
    background-color: var(--accent-bg2)
}
.techin-team-wrap2:hover .techin-team-thumb2 img {
    transform: scale(1.1)
}
.techin-team-wrap2:hover .techin-team-content2 h5 {
    color: var(--accent-color)
}
.techin-team-wrap2:hover .techin-team-content2 p {
    color: var(--accent-color2)
}
.techin-team-thumb2 {
    padding: 0 35px 20px;
    position: relative
}
.techin-team-thumb2::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-team-thumb2:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-team-thumb2::after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-team-thumb2:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-team-thumb2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s
}
.techin-team-content2 {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light-color2);
    margin-bottom: 20px
}
.techin-team-content2 h5 {
    transition: all .4s;
    padding-bottom: 10px
}
.techin-team-content2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 3px 20px;
    border-radius: 20px;
    margin: 0 auto;
    display: inline-block;
    transition: all .4s;
    color: var(--heading-color);
    background-color: var(--light-color2)
}
.techin-team-info-wraper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}
.techin-team-info-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-bg);
    gap: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    padding: 7px 13px;
    transition: all .4s
}
.techin-team-info-wrap:hover {
    background-color: var(--accent-bg2)
}
.techin-team-info-wrap:hover .techin-team-social2 {
    opacity: 1
}
.techin-team-info-content h5 {
    font-size: 16px;
    line-height: 26px;
    color: var(--white-color)
}
.techin-team-wrap3 {
    border-radius: 20px;
    text-align: center;
    border: 1px solid var(--light-color2);
    background-color: var(--light-color);
    transition: all .4s;
    margin-bottom: 24px
}
.techin-team-wrap3:hover {
    background-color: var(--accent-bg)
}
.techin-team-wrap3:hover .techin-team-content3 h5,
.techin-team-wrap3:hover .techin-team-content3 p {
    color: var(--white-color)
}
.techin-team-wrap3:hover .techin-team-thumb3 img {
    transform: scale(1.1)
}
.techin-team-wrap3:hover .techin-team-social3 ul li a {
    background-color: var(--white-bg)
}
.techin-team-wrap3:hover .techin-team-social3 ul li a path {
    fill: var(--heading-color)
}
.techin-team-content3 {
    padding: 20px 0 30px 0
}
.techin-team-content3 h5 {
    transition: all .4s;
    padding-bottom: 5px
}
.techin-team-content3 p {
    transition: all .4s
}
.techin-team-thumb3 {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0
}
.techin-team-thumb3::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-team-thumb3:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-team-thumb3::after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-team-thumb3:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-team-thumb3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s
}
.techin-team-d-thumb {
    position: relative
}
@media (max-width: 991px) {
    .techin-team-d-thumb {
        padding-bottom: 40px
    }
}
@media (max-width: 767px) {
    .techin-team-d-thumb {
        padding-bottom: 30px
    }
}
.techin-team-d-thumb img {
    border-radius: 20px
}
.techin-team-d-tag {
    position: absolute;
    bottom: 40px;
    right: 40px;
    overflow: hidden;
    transform: translatey(0);
    -webkit-animation: updown 3s ease-in-out infinite;
    animation: updown 3s ease-in-out infinite
}
@media (max-width: 1399px) {
    .techin-team-d-tag {
        display: none
    }
}
.techin-team-d-title h6 {
    color: var(--accent-color2);
    padding-top: 10px
}
.techin-team-d-content-wrap {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 50px 0
}
@media (max-width: 991px) {
    .techin-team-d-content-wrap {
        padding: 40px 0
    }
}
@media (max-width: 767px) {
    .techin-team-d-content-wrap {
        padding: 30px 0 0 0;
        display: block
    }
}
.techin-team-d-content-data {
    display: grid
}
@media (max-width: 767px) {
    .techin-team-d-content-data {
        padding-bottom: 30px
    }
}
.techin-team-d-content-data h5 {
    padding-bottom: 10px
}
.techin-team-d-content-data a {
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.62em;
    color: #777
}
.techin-team-d-content-data a:last-child {
    padding-bottom: 0
}
.techin-team-d-content-data a img {
    padding-right: 8px
}
.techin-team-d-content-data.data2 {
    display: block
}
.techin-team-d-skill h5 {
    margin-bottom: 10px
}
.techin-team-d-text {
    padding: 50px 0 40px 0
}
@media (max-width: 991px) {
    .techin-team-d-text {
        padding: 40px 0
    }
}
@media (max-width: 767px) {
    .techin-team-d-text {
        padding: 30px 0
    }
}
.techin-team-d-text h3 {
    padding-bottom: 20px
}
.techin-team-d-text2 {
    padding: 0 0 20px 0
}
@media (max-width: 991px) {
    .techin-team-d-text2 {
        padding: 0
    }
}
@media (max-width: 767px) {
    .techin-team-d-text2 {
        padding: 0
    }
}
.techin-team-d-text2 h3 {
    padding-bottom: 20px
}
.techin-team-d-list-item2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}
.techin-team-d-list-item2:last-child {
    margin-bottom: 0
}
.tag-share-social {
    display: flex;
    align-items: center;
    gap: 15px
}
.tag-share-social h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: var(--heading-color)
}
.tag-share-social ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}
.tag-share-social ul li {
    display: inline-block
}
.tag-share-social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: var(--accent-bg2);
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center
}
.tag-share-social ul li a path {
    transition: all .4s
}
.tag-share-social ul li a:hover {
    background: var(--accent-bg)
}
.tag-share-social ul li a:hover path {
    fill: var(--white-color)
}
.author-social-link {
    position: absolute;
    top: 30px;
    right: 40px
}
@media (max-width: 767px) {
    .author-social-link {
        position: absolute;
        top: 50%;
        left: 22%
    }
}
.author-social-link ul li {
    display: inline-block;
    margin-right: 10px
}
.author-social-link ul li:last-child {
    margin-right: 0
}
@media (max-width: 767px) {
    .author-social-link ul li {
        margin-right: 15px
    }
}
.author-social-link ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: all .4s;
    background: var(--white-bg);
    border: 1px solid var(--accent-color2)
}
.author-social-link ul li a:hover {
    background: var(--accent-bg2)
}
.techin-team-social {
    position: absolute;
    transition: all .4s;
    bottom: 40px;
    right: 0;
    text-align: center;
    padding: 20px 12px;
    z-index: 1;
    border-radius: 25px;
    opacity: 0;
    background: var(--accent-bg)
}
.techin-team-social ul li a path {
    transition: all .4s
}
.techin-team-social ul li a:hover path {
    fill: var(--accent-bg2)
}
.techin-team-social2 {
    position: absolute;
    transition: all .4s;
    bottom: 50px;
    right: 0;
    text-align: center;
    z-index: 1;
    border-radius: 25px;
    opacity: 0
}
.techin-team-social2 ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: all .4s;
    background-color: var(--accent-bg)
}
.techin-team-social2 ul li a:hover {
    background-color: var(--accent-bg2)
}
.techin-team-social3 ul li {
    display: inline-block;
    margin-right: 10px
}
.techin-team-social3 ul li:last-child {
    margin-right: 0
}
.techin-team-social3 ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all .4s;
    background-color: var(--accent-bg)
}
.techin-team-social3 ul li a path {
    transition: all .4s
}
.techin-team-social3 ul li a:hover {
    background-color: var(--accent-bg2)!important
}
.techin-team-social3 ul li a:hover path {
    fill: var(--white-color)!important
}
.techin-blog-header {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    justify-content: space-between
}
@media (max-width: 575px) {
    .techin-blog-header {
        display: block
    }
}
.techin-showing-result {
    color: var(--heading-color);
    font-family: Ubuntu, sans-serif
}
.teching-slect-wrapper .nice-select {
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    border: none;
    float: none;
    padding-left: 20px;
    width: 240px!important;
    font-family: Ubuntu, sans-serif;
    color: var(--heading-color);
    background-color: var(--light-color)
}
@media (max-width: 575px) {
    .teching-slect-wrapper .nice-select {
        width: 100%!important;
        margin-top: 30px
    }
}
.teching-slect-wrapper .nice-select.wrapper2 {
    background-color: var(--white-bg)
}
.teching-slect-wrapper .nice-select.wrapper4 {
    border: 1px solid var(--light-color2)!important;
    background-color: var(--white-bg)!important
}
@media (max-width: 575px) {
    .teching-slect-wrapper .nice-select.wrapper4 {
        margin-top: 0
    }
}
.teching-slect-wrapper .nice-select::after {
    content: "\ea4d";
    position: absolute;
    margin-left: 2px;
    top: 2px;
    right: 15px;
    font-size: 20px;
    display: inline-block;
    font-family: remixicon;
    transition: all .4s ease-in-out
}
.teching-slect-wrapper .nice-select .list {
    width: 100%
}
.teching-slect-wrapper .techin-a-select {
    width: 100%!important;
    margin-bottom: 20px
}
.teching-slect-wrapper .techin-a-select span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71em;
    color: var(--body-color)
}
.blog-single {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 24px;
    transition: all .4s;
    box-shadow: 0 4px 65px 0 rgba(18, 18, 19, .0588235294)
}
.blog-single:hover .blog-img img {
    transform: scale(1.1)
}
.blog-img {
    position: relative!important;
    transition: all .4s;
    border-radius: 4px;
    margin-top: -15px
}
.blog-img::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.blog-img:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.blog-img::after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.blog-img:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.blog-img img {
    object-fit: cover;
    transition: all .4s;
    border-radius: 0 0 20px 20px
}
.blog-wrapper {
    position: relative;
    margin-bottom: 24px;
    transition: all .4s;
    overflow: hidden
}
.blog-wrapper:hover .blog-content {
    background: var(--accent-bg)
}
.blog-wrapper:hover .blog-content .blog-title a {
    color: var(--white-color)
}
.blog-wrapper:hover .blog-content .blog-meta {
    background: var(--heading-color)
}
.blog-wrapper:hover .blog-content .blog-meta a {
    color: var(--white-color)
}
.blog-wrapper:hover .blog-content .blog-meta path {
    fill: var(--white-color)
}
.blog-wrapper:hover .blog-img {
    border-radius: 10px;
    transition: all .4s
}
.blog-wrapper:hover .blog-date-wrap {
    background: var(--accent-bg2)
}
.blog-wrapper:hover .blog-btn1 {
    opacity: 1;
    bottom: 40px
}
.blog-content {
    background: var(--light-color);
    border-radius: 10px;
    padding: 40px 40px 0 40px;
    transition: all .4s
}
@media (max-width: 991px) {
    .blog-content {
        padding: 30px
    }
}
@media (max-width: 767px) {
    .blog-content {
        padding: 24px
    }
}
.blog-content.white-bg {
    transition: all .4s;
    background-color: var(--white-bg)
}
.blog-meta {
    padding: 12px 20px;
    background: var(--accent-bg2);
    border-radius: 6px;
    margin-bottom: 26px;
    transition: all .4s;
    line-height: 1;
    display: inline-block
}
@media (max-width: 767px) {
    .blog-meta {
        margin-bottom: 15px
    }
}
.blog-meta a {
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    transition: all .4s;
    margin-right: 10px;
    color: var(--heading-color)
}
.blog-meta a:last-child {
    margin-right: 0
}
.blog-meta a:hover path {
    fill: var(--accent-bg)!important
}
@media (max-width: 767px) {
    .blog-meta a {
        margin-right: 4px
    }
}
.blog-meta svg {
    transition: all .4s;
    margin-right: 10px;
    margin-top: -3px
}
.blog-meta.meta2 {
    padding: 0;
    margin-bottom: 20px;
    transition: all .4s;
    background-color: transparent
}
.blog-meta.meta2 a:hover path {
    fill: var(--accent-bg)
}
.blog-title {
    padding-bottom: 55px
}
@media (max-width: 991px) {
    .blog-title {
        padding-bottom: 30px
    }
}
@media (max-width: 767px) {
    .blog-title {
        padding-bottom: 20px
    }
}
.blog-title a {
    color: var(--heading-color)
}
.blog-title-sm {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
    letter-spacing: -.02em
}
.blog-title-sm a {
    color: var(--heading-color)
}
.blog-title-md {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.26em;
    letter-spacing: -.02em
}
.blog-title-md a {
    color: var(--heading-color)
}
.blog-title.title2 {
    padding-bottom: 0
}
.blog-title.title2 a {
    transition: all .4s
}
.blog-titles {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 26px
}
.blog-titles a {
    color: var(--body-color)
}
.blog-date-wrap {
    padding: 2px;
    display: inline-flex;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    right: 20px;
    top: -35px;
    transition: all .4s;
    background-color: var(--accent-bg)
}
.blog-date-wrap .blog-year {
    margin-left: -6px;
    margin-right: -50px;
    transform: rotate(-90deg)
}
.blog-date-wrap .blog-year span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    font-family: Ubuntu, sans-serif;
    color: var(--white-color);
    background: var(--heading-color);
    padding: 1px 14px;
    display: inline-block
}
.blog-date-wrap .blog-month {
    padding: 0 12px
}
.blog-date-wrap .blog-month h4,
.blog-date-wrap .blog-month h6 {
    color: var(--white-color)
}
.blog-wrap2 {
    position: relative;
    margin-bottom: 24px;
    transition: all .4s
}
.blog-wrap2:hover .blog-content2 {
    border: 1px solid var(--accent-color2)
}
.blog-wrap2:hover .blog-btn2 {
    opacity: 1;
    bottom: 50px
}
.blog-wrap2:hover .blog-icon {
    transform: rotate(-45deg);
    background-color: var(--accent-bg)
}
.blog-wrap2:hover .blog-icon path {
    fill: var(--white-color)
}
.blog-wrap2:hover .blog-date {
    background-color: var(--accent-bg)
}
.blog-wrap2:hover .blog-date h6 {
    color: var(--white-color)
}
.blog-wrap2:hover .title2 a {
    color: var(--accent-color)
}
.blog-thumb2 {
    position: relative;
    transition: all .4s;
    border-radius: 15px
}
.blog-thumb2::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.blog-thumb2:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.blog-thumb2::after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.blog-thumb2:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.blog-thumb2 img {
    transition: all .4s;
    border-radius: 15px
}
.blog-date {
    width: 174px;
    height: 50px;
    display: flex;
    transition: all .4s;
    align-items: center;
    border-radius: 6px;
    justify-content: center;
    background-color: var(--accent-bg2);
    z-index: 1;
    position: absolute;
    bottom: -24px;
    left: 30px
}
.blog-date h6 {
    transition: all .4s;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6em
}
.blog-content2 {
    border-radius: 20px;
    padding: 74px 30px 30px 30px;
    border: 1px solid var(--light-color);
    background-color: var(--light-color);
    margin-top: -35px;
    transition: all .4s
}
.blog-wrapper3 {
    transition: all .4s;
    position: relative;
    margin-bottom: 24px
}
.blog-wrapper3:hover .blog-content3 {
    border: 1px solid var(--accent-color2)
}
.blog-wrapper3:hover .blog-content3 .blog-title2 a {
    color: var(--accent-color)
}
.blog-wrapper3:hover .blog-btn1 {
    opacity: 1;
    bottom: 30px
}
.blog-content3 {
    background: var(--light-color);
    border-radius: 10px;
    border: 1px solid var(--light-color2);
    padding: 40px 40px 0 40px;
    transition: all .4s
}
@media (max-width: 991px) {
    .blog-content3 {
        padding: 30px
    }
}
@media (max-width: 767px) {
    .blog-content3 {
        padding: 24px
    }
}
.blog-meta3 {
    padding-bottom: 20px
}
.blog-meta3 a {
    color: var(--body-color);
    margin-right: 30px
}
.blog-meta3 a:last-child {
    margin-right: 0
}
.blog-meta3 a:hover path {
    fill: var(--accent-bg)
}
.blog-meta3 a svg {
    margin-right: 10px;
    margin-bottom: 4px;
    transition: all .4s
}
.blog-title2 {
    padding-bottom: 65px
}
@media (max-width: 991px) {
    .blog-title2 {
        padding-bottom: 30px
    }
}
.blog-title2 a {
    color: var(--heading-color)
}
.blog-date-wrap2 {
    padding: 2px;
    display: inline-flex;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    left: 40px;
    top: -35px;
    transition: all .4s;
    background-color: var(--accent-bg)
}
.blog-date-wrap2 .blog-year {
    margin-left: -3px;
    margin-right: -50px;
    transform: rotate(-90deg)
}
.blog-date-wrap2 .blog-year span {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    font-family: Ubuntu, sans-serif;
    color: var(--white-color);
    background: var(--heading-color);
    padding: 0 14px;
    display: block
}
.blog-date-wrap2 .blog-month {
    padding: 0 12px
}
.blog-date-wrap2 .blog-month h4,
.blog-date-wrap2 .blog-month h6 {
    color: var(--white-color)
}
.blog-single .blog-text {
    margin-bottom: 35px;
    color: var(--light-color3);
    line-height: 28px
}
@media (max-width: 991px) {
    .sidebar-area {
        margin-top: 40px
    }
}
.widget {
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 4px;
    background-color: var(--light-color)
}
.widget h4 {
    margin-bottom: 10px
}
.widget img {
    padding-bottom: 30px
}
.widget.widget-categories ul li {
    margin-bottom: 24px;
    padding: 10px 30px;
    transition: all .4s;
    border-radius: 4px;
    padding-right: 10px;
    background-color: var(--white-color)
}
.widget.widget-categories ul li:last-child {
    margin-bottom: 0
}
.widget.widget-categories ul li:hover {
    background-color: var(--accent-bg)
}
.widget.widget-categories ul li:hover a {
    color: var(--white-color);
    font-weight: 0
}
.widget.widget-categories ul li:hover .techin-blog-meta-btn {
    background: var(--heading-color)
}
.widget.widget-categories ul li:hover .techin-blog-meta-btn svg {
    transform: rotate(-35deg);
    fill: var(--white-color)
}
.widget.widget-categories ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--body-color);
    font-family: Ubuntu, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.widget.widget-categories ul li a .techin-blog-meta-btn {
    background: var(--accent-bg2);
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s
}
.widget.widget-categories ul li a .techin-blog-meta-btn svg {
    transition: all .4s
}
.widget.widget-categories ul li a .techin-blog-meta-btn:hover {
    background-color: var(--heading-color)
}
.widget.blog-update {
    border-radius: 20px;
    margin-bottom: 0;
    background: linear-gradient(90deg, #1b1885 0, #2BC8EB 44%, #1b1885 100%)
}
.widget.blog-update h4 {
    color: var(--white-color)
}
.widget.blog-update p {
    padding-bottom: 20px;
    color: var(--white-color)
}
.widget.widget2 {
    border-radius: 20px
}
.widget input,
.widget select {
    padding: 18px 38% 18px 25px!important;
    height: 60px!important;
    width: 100%;
    transition: all .4s;
    border-radius: 4px!important;
    background-color: var(--white-bg)!important;
    font-size: 14px;
    font-weight: 400!important;
    border: 1px solid var(--light-color2);
    border-radius: 6px;
    line-height: 24px
}
@media (max-width: 991px) {
    .widget input,
    .widget select {
        padding: 18px 19% 18px 25px!important
    }
}
.widget .search-form {
    position: relative
}
.widget .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    font-family: Ubuntu, sans-serif;
    color: var(--white-color);
    background: var(--accent-bg3);
    padding: 17px 30px;
    border-radius: 4px;
    transition: all .4s
}
.widget .search-form button:hover {
    background: var(--heading-color)
}
@media (max-width: 1199px) {
    .widget .search-form button {
        padding: 17px 15px
    }
}
@media (max-width: 991px) {
    .widget .search-form button {
        padding: 17px 30px
    }
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li {
    display: block;
    position: relative;
    padding: 6px 0
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child {
    padding-top: 0
}
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child {
    padding-bottom: 0;
    border-bottom: none
}
.widget_archive a,
.widget_categories a,
.widget_categories span,
.widget_nav_menu a,
.widget_pages a {
    transition: all .4s;
    color: var(--heading-color)
}
.widget_categories span {
    float: right
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover {
    color: var(--accent-color)
}
.recent-post {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px
}
.recent-post:hover .media-img img {
    transform: scale(1.1)
}
.recent-post:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}
.recent-post .media-img {
    width: 100px;
    height: 90px;
    overflow: hidden;
    border-radius: 10px;
    flex-shrink: 0
}
.recent-post .media-img img {
    width: 100%;
    transition: all .3s
}
.recent-post .recent-post-meta {
    line-height: 1
}
.recent-post .recent-post-meta img {
    padding-bottom: 2px;
    padding-right: 5px
}
.recent-post .recent-post-meta a {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #616669
}
.recent-post .recent-post-meta a span {
    font-size: 14px;
    line-height: 14px;
    color: var(--white-color)
}
.recent-post .post-title {
    margin-top: 10px
}
.recent-post .post-title a {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}
.recent-post.footer-blog .post-title {
    margin-top: 0;
    margin-bottom: 8px
}
.recent-post.footer-blog .post-title a {
    color: var(--white-color)
}
.tagcloud a,
.widget .tagcloud a,
.widget_tag_cloud a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 5px 12px;
    border-radius: 6px;
    transition: all .4s;
    color: var(--heading-color);
    background-color: var(--white-bg)
}
.tagcloud a:hover,
.widget .tagcloud a:hover,
.widget_tag_cloud a:hover {
    color: var(--white-color);
    background-color: var(--accent-bg)
}
.blog-details .techin-blog .techin-blog-content .blog-title1 {
    padding: 50px 0 25px 0
}
@media (max-width: 991px) {
    .blog-details .techin-blog .techin-blog-content .blog-title1 {
        padding: 30px 0 25px 0
    }
}
.blog-details .techin-blog .techin-blog-content .blog-title1 a {
    color: var(--heading-color)!important
}
.blog-details .techin-blog .techin-blog-content .blog-d-list-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px
}
@media (max-width: 991px) {
    .blog-details .techin-blog .techin-blog-content .blog-d-list-wrap {
        display: block
    }
}
.blog-details .techin-blog .techin-blog-content .blog-d-list-item a {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--body-color)
}
.blog-details .techin-blog .techin-blog-content .blog-d-list-item a:last-child {
    margin-bottom: 0
}
.blog-details .techin-blog .techin-blog-content .blog-d-list-item a img {
    padding-top: 3px
}
.blog-details .techin-blog .techin-blog-content .blog-d-thumb {
    position: relative;
    margin-bottom: 30px
}
.blog-details .techin-blog .techin-blog-content .blog-d-thumb img {
    border-radius: 20px
}
.blog-details .techin-blog .techin-blog-content .blog-d-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 20px;
    background: rgba(34, 38, 39, .8)
}
.blog-details .techin-blog .techin-blog-content .blog-d-thumb2 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px
}
.blog-details .techin-blog .techin-blog-content .blog-d-thumb2:hover img {
    transform: scale(1.1)
}
.blog-details .techin-blog .techin-blog-content .blog-d-thumb2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    border-radius: 20px
}
.blog-details .techin-blog-img {
    position: relative;
    border-radius: 30px;
    overflow: hidden
}
@media (max-width: 767px) {
    .blog-details .techin-blog-img {
        overflow: inherit
    }
}
.blog-details .techin-blog-img .blog-thumb-category {
    position: absolute;
    top: 40px;
    left: 40px;
    background: var(--accent-bg2);
    border-radius: 6px;
    padding: 7px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: var(--heading-color)
}
.blog-details .techin-blog-content {
    padding-bottom: 25px
}
.blog-details .blog-content {
    padding: 0 50px 50px 50px
}
@media (max-width: 767px) {
    .blog-details .blog-content {
        padding: 0 30px
    }
}
.blog-details p.blog-text {
    color: var(--body-color)
}
.blog-details .tag-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
    border-top: 1px solid var(--accent-bg2);
    border-bottom: 1px solid var(--accent-bg2);
    margin-top: 50px
}
@media (max-width: 767px) {
    .blog-details .tag-share {
        display: block
    }
}
@media (max-width: 991px) {
    .blog-details .tag-share {
        margin-top: 30px;
        padding: 30px 0
    }
}
.blog-details .tag-share .tag-share-tag {
    display: flex;
    align-items: center;
    gap: 15px
}
@media (max-width: 767px) {
    .blog-details .tag-share .tag-share-tag {
        padding-bottom: 15px
    }
}
.blog-details .tag-share .tag-share-tag ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}
.blog-details .tag-share .tag-share-tag ul li {
    display: inline-block
}
.blog-details .tag-share .tag-share-tag ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 5px 15px;
    border-radius: 6px;
    transition: all .4s;
    background: var(--light-color);
    display: block;
    color: var(--body-color)
}
@media (max-width: 1199px) {
    .blog-details .tag-share .tag-share-tag ul li a {
        padding: 5px 10px
    }
}
.blog-details .tag-share .tag-share-tag ul li a:hover {
    background: var(--accent-bg2)
}
.blog-details .blog-d-admin-author {
    display: flex;
    gap: 30px;
    padding: 30px;
    align-items: center;
    border-radius: 20px;
    position: relative;
    margin-top: 80px
}
@media (max-width: 991px) {
    .blog-details .blog-d-admin-author {
        margin-top: 40px
    }
}
@media (max-width: 767px) {
    .blog-details .blog-d-admin-author {
        margin-top: 30px;
        display: block;
        padding: 30px 0;
        background-image: none!important
    }
}
.blog-details .blog-d-admin-thumb img {
    border-radius: 20px
}
@media (max-width: 767px) {
    .blog-details .blog-d-admin-content {
        padding-top: 30px
    }
}
.blog-details .blog-d-admin-content .text {
    font-size: 14px;
    line-height: 1.71em
}
.blog-details .blog-d-admin-content h5,
.blog-details .blog-d-admin-content p {
    color: var(--white-color)
}
@media (max-width: 767px) {
    .blog-details .blog-d-admin-content h5,
    .blog-details .blog-d-admin-content p {
        color: var(--body-color)!important
    }
}
@media (max-width: 991px) {
    .mb-10 {
        margin-bottom: 10px!important
    }
}
.blog-meta.single-meta {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 12px 40px;
    justify-content: space-between
}
@media (max-width: 1199px) {
    .blog-meta.single-meta {
        padding: 12px 29px
    }
}
@media (max-width: 767px) {
    .blog-meta.single-meta {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px
    }
}
.blog-meta.single-meta a {
    transition: all .4s
}
.blog-meta.single-meta a:hover path {
    fill: var(--accent-bg)
}
.blog-meta-box {
    padding: 20px 30px 0;
    position: absolute;
    bottom: 0;
    left: 80px;
    width: calc(100% - 160px);
    border-radius: 6px 6px 0 0;
    background-color: var(--white-bg)
}
@media (max-width: 1199px) {
    .blog-meta-box {
        left: 43px;
        width: calc(100% - 86px)
    }
}
@media (max-width: 767px) {
    .blog-meta-box {
        left: 80px;
        position: inherit;
        left: 0;
        padding: 24px 0 0;
        width: 100%
    }
}
blockquote.blockquote-text {
    display: block;
    padding: 35px 42px;
    border-radius: 20px;
    color: var(--body-color);
    background: var(--light-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    position: relative
}
@media (max-width: 767px) {
    blockquote.blockquote-text {
        padding: 30px
    }
}
@media (max-width: 575px) {
    blockquote.blockquote-text {
        padding: 30px 20px
    }
}
blockquote.blockquote-text::before {
    top: 24px;
    left: 0;
    width: 5px;
    height: 130px;
    content: "";
    position: absolute;
    border-radius: 20px;
    background: var(--accent-bg2)
}
@media (max-width: 1399px) {
    blockquote.blockquote-text::before {
        height: 160px
    }
}
@media (max-width: 767px) {
    blockquote.blockquote-text::before {
        height: 220px
    }
}
blockquote span img {
    position: absolute;
    bottom: 20px;
    right: 20px
}
@media (max-width: 1399px) {
    blockquote span img {
        bottom: 8px
    }
}
@media (max-width: 991px) {
    blockquote span img {
        bottom: 20px
    }
}
@media (max-width: 991px) {
    blockquote span img {
        width: 80px
    }
}
.authore-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 10px
}
@media (max-width: 767px) {
    .authore-box {
        margin-top: 8px
    }
}
.authore-box .icon-blog {
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background: var(--accent-bg2)
}
.authore-box .text-blog {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: center;
    color: var(--heading-color);
    font-family: Ubuntu, sans-serif
}
.techin-form-box {
    padding-bottom: 24px
}
.techin-form-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}
.techin-form-box label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color)
}
@media (max-width: 767px) {
    .techin-form-box label {
        display: block
    }
}
.techin-form-box label::before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--accent-color2);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -2px
}
.techin-form-box input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid var(--accent-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}
.post-navigation {
    display: flex;
    padding: 24px 0;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    border-bottom: 1px solid #e3e3ec
}
.nav-next,
.nav-previous {
    display: flex;
    line-height: 1;
    align-items: center;
    font-weight: 600;
    transition: all .4s;
    color: var(--accent-color)
}
.nav-next i,
.nav-previous i {
    font-size: 22px;
    font-weight: 500
}
.nav-previous i {
    margin-right: 5px
}
.nav-next i {
    margin-left: 5px
}
.nav-next {
    text-align: right
}
.nav-next img {
    margin-left: 10px
}
.nav-next span {
    justify-content: flex-end
}
.share-links {
    margin: 30px 0
}
.share-links .tagcloud a,
.share-links .widget .tagcloud a,
.share-links .widget_tag_cloud a {
    margin-bottom: 10px;
    background-color: #f5f6f7
}
.share-links .tagcloud a:hover,
.share-links .widget .tagcloud a:hover,
.share-links .widget_tag_cloud a:hover {
    background-color: #2b4dff
}
.blog-inner-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 10px;
    color: var(--heading-color)
}
.blog-inner-title.title-color {
    color: var(--dark-color1);
    margin-bottom: -5px
}
.form-title {
    padding-bottom: 40px
}
@media (max-width: 767px) {
    .form-title {
        padding-bottom: 30px
    }
}
.comments-wrap {
    padding-top: 40px;
    position: relative;
    padding-bottom: 70px
}
@media (max-width: 991px) {
    .comments-wrap {
        padding-bottom: 40px
    }
}
@media (max-width: 767px) {
    .comments-wrap {
        padding-bottom: 30px;
        padding-top: 0
    }
}
.comments-wrap .comment-thumb {
    padding-bottom: 40px
}
.comments-wrap .text {
    font-size: 14px;
    line-height: 24px;
    padding-top: 5px
}
.comments-wrap .post-comment {
    position: relative;
    background: var(--light-color);
    border-radius: 20px;
    padding: 30px 20px;
    margin-bottom: 30px
}
.comments-wrap .post-comment:last-child {
    margin-bottom: 0
}
@media (max-width: 767px) {
    .comments-wrap .post-comment {
        padding: 30px 20px 90px 20px
    }
}
.comments-wrap .comment-authore {
    display: flex;
    gap: 18px;
    align-items: center
}
@media (max-width: 767px) {
    .comments-wrap .comment-authore {
        align-items: start
    }
}
.comments-wrap .comment-avater {
    flex-shrink: 0
}
.comments-wrap .comment-avater img {
    border-radius: 20px;
    object-fit: cover;
    width: 100px;
    height: 100px
}
.comments-wrap .name {
    margin-bottom: 7px;
    font-size: 18px
}
.comments-wrap span.commented-on {
    font-size: 16px;
    color: var(--body-color);
    padding-bottom: 10px;
    display: block
}
.comments-wrap span.commented-on img {
    padding-right: 5px
}
.comments-wrap a.replay-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--heading-color);
    transition: all .4s;
    display: flex;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--white-bg);
    border-radius: 6px;
    padding: 7px 30px
}
@media (max-width: 767px) {
    .comments-wrap a.replay-btn {
        top: 80%;
        right: 113px
    }
}
.comments-wrap a.replay-btn.btn2 {
    right: 20px
}
@media (max-width: 767px) {
    .comments-wrap a.replay-btn.btn2 {
        right: 83px
    }
}
.comments-wrap a.replay-btn:hover {
    color: var(--white-color);
    background: var(--accent-color)
}
.comments-wrap a.replay-btn i {
    margin-right: 6px;
    font-size: 20px
}
.comments-wrap .children {
    padding-left: 150px
}
@media (max-width: 767px) {
    .comments-wrap .children {
        padding-left: 30px
    }
}
.comment-respond .form-group {
    margin-bottom: 24px
}
.comment-respond .form-group input,
.comment-respond .form-group textarea {
    margin: 0;
    width: 100%;
    height: 60px;
    font-weight: 400;
    color: var(--body-color);
    border-radius: 6px;
    padding: 18px 30px!important;
    border: 2px solid var(--light-color2)!important;
    transition: all .4s;
    font-size: 14px;
    line-height: 1.7em;
    font-family: "Fira Sans", sans-serif
}
.comment-respond .form-group textarea {
    height: 150px
}
@media (max-width: 767px) {
    .comment-respond .form-group textarea {
        height: 120px
    }
}
.comment-respond p {
    margin-top: 15px
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #616669;
    opacity: 1
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #616669;
    opacity: 1
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #616669;
    opacity: 1
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #616669;
    opacity: 1
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #616669;
    opacity: 1
}
input::placeholder,
textarea::placeholder {
    color: #616669;
    opacity: 1
}
.techin-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}
.techin-check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 40px;
    color: #585b6f
}
.techin-check label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0a165e;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -5px
}
.techin-check input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 8px;
    border: solid var(--accent-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}
.pl-25 {
    padding-left: 25px
}
@media (max-width: 1199px) {
    .pl-25 {
        padding-left: 0
    }
}
.input-form input {
    padding: 18px 42% 18px 25px!important;
    height: 60px!important;
    width: 100%;
    transition: all .4s;
    border-radius: 7px!important;
    background-color: var(--white-color)!important;
    font-size: 14px;
    font-weight: 400!important;
    border: 1px solid var(--light-color2);
    border-radius: 6px;
    line-height: 24px;
    color: var(--body-color)!important
}
@media (max-width: 991px) {
    .input-form input {
        padding: 18px 22% 18px 25px!important
    }
}
@media (max-width: 767px) {
    .input-form input {
        width: 100%;
        padding: 15px 25px 15px 24px!important;
        border-radius: 6px!important;
        border: 1px solid var(--light-color2)!important
    }
}
.input-form {
    position: relative
}
.input-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    font-family: Ubuntu, sans-serif;
    color: var(--white-color);
    background: var(--heading-color);
    padding: 17px 40px;
    border-radius: 6px;
    transition: all .4s
}
.input-form button:hover {
    background: var(--accent-color2)
}
@media (max-width: 1199px) {
    .input-form button {
        padding: 17px 13px
    }
}
@media (max-width: 991px) {
    .input-form button {
        padding: 17px 40px
    }
}
@media (max-width: 767px) {
    .input-form button {
        position: static!important;
        width: 100%!important;
        margin-top: 24px
    }
}
.techin-slider-logo-section {
    padding-bottom: 120px
}
@media (max-width: 991px) {
    .techin-slider-logo-section {
        padding-bottom: 80px
    }
}
@media (max-width: 767px) {
    .techin-slider-logo-section {
        padding-bottom: 60px
    }
}
.techin-slider-logo-wrap {
    display: flex!important;
    gap: 20px;
    position: relative
}
@media (max-width: 991px) {
    .techin-slider-logo-wrap {
        flex-wrap: wrap;
        justify-content: center
    }
}
.techin-slider-logo-item {
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all .4s;
    border: 1px solid var(--light-color);
    background-color: var(--light-color);
    width: 100%!important;
    height: 160px;
    white-space: nowrap
}
@media (max-width: 767px) {
    .techin-slider-logo-item {
        height: 130px
    }
}
.techin-brand-wrap2 {
    padding-bottom: 120px
}
@media (max-width: 991px) {
    .techin-brand-wrap2 {
        padding-bottom: 80px
    }
}
@media (max-width: 767px) {
    .techin-brand-wrap2 {
        padding-bottom: 60px
    }
}
.techin-brand-slider .slick-slide,
.techin-brand-slider2 .slick-slide {
    margin: 0 12px
}
.techin-brand-slider .slick-slide.slick-current.slick-active.slick-center .techin-slider-logo-item,
.techin-brand-slider2 .slick-slide.slick-current.slick-active.slick-center .techin-slider-logo-item {
    border: 1px solid var(--accent-color2)
}
.techin-brand-slider .slick-list,
.techin-brand-slider2 .slick-list {
    padding: 0!important
}
.brand-v2 {
    padding-bottom: 50px!important;
    position: relative
}
.brand-v2::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: -1;
    background-color: var(--accent-color2)
}
.techin-title-wrap {
    display: flex;
    gap: 10px;
    padding: 0 40px;
    background-color: var(--white-color)
}
@media (max-width: 767px) {
    .techin-title-wrap {
        padding: 0 20px
    }
}
.techin-brand-slider .techin-brand-next,
.techin-brand-slider .techin-brand-prev {
    top: 50px;
    left: -25px;
    width: 60px;
    height: 60px;
    z-index: 1;
    border: 1px solid var(--accent-color);
    display: flex;
    cursor: pointer;
    position: absolute;
    transition: all .4s;
    align-items: center;
    border-radius: 100px;
    background-size: 20px;
    justify-content: center;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--white-color);
    transform: rotate(0);
    background-image: url(../images/v1/arrow.svg)
}
@media (max-width: 767px) {
    .techin-brand-slider .techin-brand-next,
    .techin-brand-slider .techin-brand-prev {
        display: none!important
    }
}
.techin-brand-slider .techin-brand-prev {
    left: auto;
    transform: rotate(180deg);
    right: -25px;
    background-image: url(../images/v1/arrow.svg)
}
.brand-no-arrow.techin-brand-slider .techin-brand-next,
.brand-no-arrow.techin-brand-slider .techin-brand-prev {
    display: none!important
}
.techin-brand-slider2 .slick-slide {
    margin: 0 12px
}
.techin-service-wrap {
    text-align: center;
    padding: 36px 27px;
    transition: all .4s;
    position: relative;
    margin-bottom: 24px;
    z-index: 0
}
.techin-service-wrap:hover .techin-service-icon {
    background-color: var(--white-bg);
    transform: rotateY(180deg)
}
.techin-service-wrap:hover .techin-service-icon path {
    fill: var(--accent-color)
}
.techin-service-wrap:hover .techin-service-content h5,
.techin-service-wrap:hover .techin-service-content p {
    color: var(--white-color)
}
.techin-service-wrap:hover .techin-service-btn {
    background: var(--accent-bg2)
}
.techin-service-wrap:hover::after,
.techin-service-wrap:hover::before {
    background-color: var(--accent-bg)
}
.techin-service-wrap::after,
.techin-service-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .4s;
    border-radius: 0 100px 0 0;
    background-color: var(--accent-bg2)
}
.techin-service-wrap::after {
    border-radius: 0 150px 0 0;
    background-color: var(--white-bg)
}
.techin-service-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: all .4s;
    background: var(--accent-bg);
    margin: 0 auto 20px
}
.techin-service-content {
    padding-bottom: 20px
}
.techin-service-content h5 {
    padding-bottom: 10px
}
.techin-service-content p {
    font-size: 14px;
    line-height: 1.7em
}
.techin-service-wraper2 {
    margin-top: -315px
}
.techin-service-wrap2 {
    position: relative;
    transition: all .4s;
    border-radius: 20px;
    padding: 20px 20px 40px 20px;
    border: 1px solid var(--light-color2);
    background-color: var(--light-color)
}
.techin-service-wrap2:hover {
    border: 1px solid var(--accent-color)
}
.techin-service-wrap2:hover .techin-service-icon2 {
    transform: rotateY(180deg)
}
.techin-service-wrap2:hover .techin-service-btn {
    background-color: var(--accent-bg2)
}
.techin-service-wrap2:hover .techin-service-content2 h5 {
    color: var(--accent-color)
}
.techin-service-wrap2.wrap3 {
    margin-bottom: 24px
}
.techin-service-thumb {
    position: relative
}
.techin-service-thumb::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-service-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-service-thumb::after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-service-thumb:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-service-thumb img {
    border-radius: 20px
}
.techin-service-icon2 {
    padding: 0;
    z-index: 2;
    margin: 0 auto 20px;
    border-radius: 100px;
    position: absolute;
    transition: all .4s;
    display: flex;
    border: 20px solid var(--light-color);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    bottom: -65px;
    left: 34%
}
.techin-service-content2 {
    padding: 60px 20px 0 20px;
    text-align: center
}
.techin-service-content2 h5 {
    padding-bottom: 10px
}
.techin-service-content2 p {
    font-size: 14px;
    line-height: 1.71em;
    margin-bottom: 24px
}
.techin-service-wrap3 {
    border: 1px solid #2BC8EB;
    padding: 20px 20px 40px;
    border-radius: 20px;
    transition: all .4s;
    margin-bottom: 24px
}
.techin-service-wrap3:hover {
    background-color: var(--accent-bg)
}
.techin-service-wrap3:hover .techin-service-icon3 {
    background-color: var(--white-bg)
}
.techin-service-wrap3:hover .techin-service-btn2 {
    background-color: var(--accent-bg2)
}
.techin-service-wrap3:hover .techin-service-content2 h5,
.techin-service-wrap3:hover .techin-service-content2 p {
    color: var(--white-color)
}
.techin-service-wrap3:hover .techin-service-icon-hide {
    transform: translateY(0)
}
.techin-service-wrap3:hover .techin-service-icon-show {
    transform: translateY(-65px)
}
.techin-service-icon3 {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    transition: all .4s;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -35px;
    overflow: hidden;
    transform: translateX(-50%);
    background-color: var(--accent-bg)
}
.techin-service-video-section {
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 120px 100px;
    position: relative;
    margin-top: -230px
}
@media (max-width: 991px) {
    .techin-service-video-section {
        padding: 100px 70px;
        margin-top: -180px
    }
}
@media (max-width: 767px) {
    .techin-service-video-section {
        padding: 60px 0 100px 30px;
        margin-top: -160px
    }
}
.techin-service-video-section .video-play-btn {
    position: absolute;
    bottom: 0;
    left: -20px
}
.techin-service-video-content {
    max-width: 600px
}
@media (max-width: 991px) {
    .techin-service-video-content {
        padding-bottom: 40px
    }
}
.techin-service-video-content h2 {
    color: var(--white-color)
}
.techin-service-d-wrap {
    padding: 40px 40px 34px;
    border-radius: 20px;
    background-color: var(--light-color)
}
@media (max-width: 767px) {
    .techin-service-d-wrap {
        padding: 30px
    }
}
.techin-service-d-wrap:hover .techin-service-d-thumb img {
    transform: scale(1.1)
}
.techin-service-d-thumb {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px
}
.techin-service-d-thumb::before {
    background: rgba(255, 255, 255, .3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-service-d-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}
.techin-service-d-thumb::after {
    background: rgba(255, 255, 255, .3);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
.techin-service-d-thumb:hover::after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s linear;
    transition: all .6s linear
}
@media (max-width: 991px) {
    .techin-service-d-thumb {
        margin-bottom: 40px
    }
}
@media (max-width: 767px) {
    .techin-service-d-thumb {
        margin-bottom: 30px
    }
}
.techin-service-d-thumb img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    object-fit: cover
}
.techin-service-d-title h3 {
    padding-bottom: 10px
}
.techin-service-d-data {
    padding-top: 40px
}
@media (max-width: 767px) {
    .techin-service-d-data {
        padding-top: 30px
    }
}
.techin-service-d-sub-title {
    padding-top: 30px
}
.techin-service-d-sub-title h4 {
    padding-bottom: 20px
}
.techin-service-d-list-wraper {
    display: flex;
    padding-top: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
    max-width: 600px
}
@media (max-width: 767px) {
    .techin-service-d-list-wraper {
        padding-bottom: 30px
    }
}
.techin-service-d-list-item {
    margin-bottom: 10px
}
.techin-service-d-list-item:last-child {
    margin-bottom: 0
}
.techin-service-d-list-item a {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 26px;
    color: var(--body-color);
    line-height: 1.71em;
    font-family: Ubuntu, sans-serif
}
.techin-service-d-thumb2 {
    position: relative;
    overflow: hidden;
    border-radius: 20px
}
.techin-service-d-thumb2:hover img {
    transform: scale(1.1)
}
@media (max-width: 991px) {
    .techin-service-d-thumb2 {
        padding-bottom: 40px
    }
}
@media (max-width: 767px) {
    .techin-service-d-thumb2 {
        padding-bottom: 30px
    }
}
.techin-service-d-thumb2 img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    transition: all .4s;
    object-fit: cover
}
.techin-three-column2 .techin-s-slider-next,
.techin-three-column2 .techin-s-slider-prev {
    top: -130px;
    right: 80px;
    width: 60px;
    height: 60px;
    z-index: 1;
    border: 1px solid var(--white-color);
    display: flex;
    cursor: pointer;
    position: absolute;
    transition: all .4s;
    align-items: center;
    border-radius: 100px;
    background-size: 20px;
    justify-content: center;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--white-bg);
    transform: rotate(0);
    background-image: url(../images/v1/arrow.svg)
}
@media (max-width: 1199px) {
    .techin-three-column2 .techin-s-slider-next,
    .techin-three-column2 .techin-s-slider-prev {
        top: -130px
    }
}
@media (max-width: 991px) {
    .techin-three-column2 .techin-s-slider-next,
    .techin-three-column2 .techin-s-slider-prev {
        top: -80px
    }
}
@media (max-width: 767px) {
    .techin-three-column2 .techin-s-slider-next,
    .techin-three-column2 .techin-s-slider-prev {
        display: none!important
    }
}
.techin-three-column2 .techin-s-slider-prev {
    left: auto;
    transform: rotate(180deg);
    right: 0;
    background-image: url(../images/v1/arrow.svg)
}
.techin-three-column2 .slick-slide {
    margin: 0 12px
}
@media (max-width: 767px) {
    .techin-three-column2 .slick-slide {
        margin: 0
    }
}
.techin-service-icon-hide,
.techin-service-icon-show {
    position: absolute;
    transition: all .4s;
    border-radius: 0!important
}
.techin-service-icon-hide {
    transform: translateY(65px)
}
.techin-hero-section {
    overflow: hidden;
    background-position: center;
    background-size: cover
}
.techin-hero-thumb {
    padding-bottom: 0px;  max-height:800px!important;
}
@media (max-width: 991px) {
    .techin-hero-thumb {
        display: none
    }
}
.techin-hero-thumb.thumb2 {
    padding-bottom: 0;
    position: relative
}
@media (max-width: 991px) {
    .techin-hero-thumb.thumb2 {
        display: block
    }
}
.techin-hero-thumb.thumb2 img {
    border-radius: 20px 20px 0 0
}
.techin-hero-content {
    padding: 150px 0 0 0
}
@media (max-width: 1399px) {
    .techin-hero-content {
        padding: 150px 0 50px 0
    }
}
@media (max-width: 991px) {
    .techin-hero-content {
        padding: 180px 0 0 0
    }
}
@media (max-width: 767px) {
    .techin-hero-content {
        padding: 130px 0 50px 0
    }
}
.techin-hero-content h1 {
    padding-bottom: 20px
}
@media (max-width: 991px) {
    .techin-hero-content h1 {
        padding-bottom: 30px
    }
}


.techin-hero-content p {
    color: var(--white-smoke);
    margin-bottom: 30px;
    max-width: 533px
}

.techin-hero-content-a  {
font-size:22px!important;
}

.techin-hero-content.hero-content2 {
    max-width: 645px;
    margin: 0 auto;
    text-align: center;
    padding: 260px 0 0
}
@media (max-width: 1399px) {
    .techin-hero-content.hero-content2 {
        padding: 260px 0 0 0
    }
}
@media (max-width: 991px) {
    .techin-hero-content.hero-content2 {
        padding: 220px 0 0 0
    }
}
@media (max-width: 767px) {
    .techin-hero-content.hero-content2 {
        padding: 150px 0 0
    }
}
.techin-hero-tag {
    width: 377px;
    display: flex;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 5px 30px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: left;
    color: var(--white-color);
    font-family: Ubuntu, sans-serif;
    background: linear-gradient(90deg, rgba(47, 43, 235, .4) 0, #2BC8EB 100%)
}
@media (max-width: 767px) {
    .techin-hero-tag {
        width: 94%
    }
}
.techin-hero-tag.tag2 {
    width: 423px;
    margin: 0 auto 20px;
    text-align: center;
    background: linear-gradient(90deg, rgba(43, 200, 235, .4) 0, #2bc8eb 100%)
}
@media (max-width: 575px) {
    .techin-hero-tag.tag2 {
        width: 300px;
        padding: 5px 28px
    }
}
.techin-hero-tag.tag3 {
    margin: 0 auto 20px
}
.techin-hero-content2 {
    max-width: 645px;
    margin: 0 auto;
    text-align: center;
    padding: 260px 0 115px
}
@media (max-width: 991px) {
    .techin-hero-content2 {
        padding: 220px 0 115px
    }
}
@media (max-width: 767px) {
    .techin-hero-content2 {
        padding: 150px 0 115px
    }
}
.techin-hero-thumb2 {
    display: none
}
@media (max-width: 991px) {
    .techin-hero-thumb2 {
        display: block
    }
}
.techin-hero-section-three {
    position: relative;
    background-position: center;
    background-size: cover;
    margin: 0 60px;
    margin-top: 160px;
    border-radius: 20px
}
@media (max-width: 1499px) {
    .techin-hero-section-three {
        margin: 0 30px
    }
}
@media (max-width: 1199px) {
    .techin-hero-section-three {
        margin-top: 90px
    }
}
@media (max-width: 767px) {
    .techin-hero-section-three {
        margin: 0 auto;
        margin-top: 70px
    }
}
.techin-hero-section-three::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: rgba(2, 1, 53, .8)
}
.techin-hero-content3 {
    position: relative;
    max-width: 645px;
    margin: 0 auto;
    text-align: center;
    padding: 170px 0 350px
}
@media (max-width: 1399px) {
    .techin-hero-content3 {
        padding: 130px 0 300px
    }
}
@media (max-width: 1199px) {
    .techin-hero-content3 {
        padding: 130px 0 250px
    }
}
@media (max-width: 991px) {
    .techin-hero-content3 {
        padding: 100px 0 250px
    }
}
@media (max-width: 767px) {
    .techin-hero-content3 {
        padding: 80px 0 365px
    }
}
.techin-hero-content3 h1 {
    padding-bottom: 40px
}
@media (max-width: 767px) {
    .techin-hero-content3 h1 {
        padding-bottom: 30px
    }
}
.techin-hero-content3 p {
    color: var(--white-smoke);
    padding-bottom: 30px;
    margin: 0
}
.techin_screenfix_right2 {
    margin-right: calc((-105vw + 100%)/ 2);
    max-width: 1624px
}
@media (max-width: 991px) {
    .techin_screenfix_right2 {
        max-width: 100%
    }
}
.techin-hero-slider-init ul.slick-dots {
    bottom: 15%;
    right: 40%;
    position: absolute;
    display: flex;
    gap: 24px
}
@media (max-width: 1499px) {
    .techin-hero-slider-init ul.slick-dots {
        bottom: 8%
    }
}
@media (max-width: 767px) {
    .techin-hero-slider-init ul.slick-dots {
        bottom: 3%;
        right: 35%
    }
}
.techin-hero-slider-init .slick-dots button {
    display: block;
    padding: 0;
    border: none;
    text-indent: -9999px;
    transition: all .4s;
    width: 30px;
    height: 6px;
    background: var(--white-color);
    border-radius: 10px
}
.techin-hero-slider-init .slick-dots li.slick-active {
    border-radius: 10px;
    width: 60px;
    background: var(--accent-bg2)!important;
    opacity: 1
}
.techin-iconbox-wraper {
    display: flex;
    padding-top: 30px;
    padding-bottom: 50px;
    justify-content: space-between
}
@media (max-width: 767px) {
    .techin-iconbox-wraper {
        flex-wrap: wrap;
        gap: 24px;
        padding-top: 30px;
        padding-bottom: 30px
    }
}
.techin-iconbox-wrap {
    display: flex;
    gap: 20px;
    align-items: center
}
@media (max-width: 767px) {
    .techin-iconbox-wrap {
        max-width: 300px
    }
}
.techin-iconbox-icon {
    flex-shrink: 0
}
.techin-iconbox-wrap2-item1 {
    padding: 40px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 24px;
    background-size: 100% 100%;
    background-color: var(--light-color)
}
@media (max-width: 991px) {
    .techin-iconbox-wrap2-item1 {
        padding: 50px 30px 30px
    }
}
.techin-iconbox-wrap2-item1.bg-two {
    background-color: var(--white-bg)
}
.techin-iconbox-title-wrap2 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 24px
}
.techin-iconbox-title-thumb {
    padding: 40px
}
@media (max-width: 1450px) {
    .techin-iconbox-title-thumb {
        padding: 30px
    }
}
@media (max-width: 1199px) {
    .techin-iconbox-title-thumb {
        padding: 30px;
        margin-top: 100px;
        display: none
    }
}
.techin-iconbox-title-icon {
    width: 70px;
    height: 70px;
    display: flex;
    flex-shrink: 0;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-bg)
}
.techin-iconbox-title-text {
    font-size: 14px;
    line-height: 24px
}
.techin-iconbox-number {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100px
}
.techin-iconbox-number.icon2 {
    border: 6px solid var(--light-color)
}
.techin-iconbox-contact-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 30px
}
.techin-iconbox-contact-wrap:last-child {
    padding-bottom: 0
}
.techin-iconbox-contact-icon {
    flex-shrink: 0
}
.techin-iconbox-contact-data h5 {
    color: var(--white-color);
    padding-bottom: 5px
}
.techin-iconbox-contact-data p {
    color: var(--white-color)
}
.item {
    background-color: var(--white-bg)
}
@media (max-width: 767px) {
    .mb-0 {
        margin-bottom: 0
    }
}
.pb-30 {
    padding-bottom: 30px!important
}
@media (max-width: 991px) {
    .techin-about-thumb {
        padding-bottom: 40px;
        text-align: center
    }
}
@media (max-width: 767px) {
    .techin-about-thumb {
        padding-bottom: 30px
    }
}
@media (max-width: 991px) {
    .techin-about-thumb img {
        width: 100%
    }
}
.techin-about-thumb.thumb2 {
    text-align: end;
    padding-right: 50px
}
@media (max-width: 991px) {
    .techin-about-thumb.thumb2 {
        padding-right: 0;
        text-align: center
    }
}
.techin-about-thumb2 {
    position: absolute;
    bottom: -130px;
    right: 0
}
@media (max-width: 1199px) {
    .techin-about-thumb2 {
        bottom: -100px;
        right: -20px;
        width: 85%
    }
}
@media (max-width: 991px) {
    .techin-about-thumb2 {
        display: none
    }
}
.techin-about-thumb2.thumb2 {
    bottom: 0;
    right: 310px;
    left: 0;
    top: 210px
}
@media (max-width: 1199px) {
    .techin-about-thumb2.thumb2 {
        left: -77px;
        top: 253px;
        bottom: -60px
    }
}
@media (max-width: 1199px) {
    .techin-about-thumb2.thumb2 img {
        width: 80%;
        height: 100%
    }
}
.techin-about-tag {
    position: absolute;
    top: 50px;
    right: 110px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    transform: translatey(0);
    -webkit-animation: updown 3s ease-in-out infinite;
    animation: updown 3s ease-in-out infinite
}
@media (max-width: 1199px) {
    .techin-about-tag {
        right: -25px
    }
}
.techin-about-tag img {
    height: 100%;
    border-radius: 0
}
.techin-about-tag h6 {
    color: var(--accent-color)
}
@media (max-width: 991px) {
    .techin-about-tag {
        display: none
    }
}
.techin-about-frame {
    position: absolute;
    bottom: -110px;
    left: -65px;
    z-index: -1;
    width: 200px
}
@media (max-width: 1550px) {
    .techin-about-frame {
        display: none
    }
}
.techin-about-frame.frame1 {
    bottom: -80px;
    left: 0;
    right: 150px
}
.techin-about-frame.frame1 img {
    height: 300px
}
.techin-about-content h2 {
    padding-bottom: 20px
}
@media (max-width: 767px) {
    .techin-about-content h2 {
        padding-bottom: 30px
    }
}
.techin-about-content p {
    margin: 0
}
.techin-about-content span.title {
    color: var(--accent-color)
}
.techin-about-info-wraper {
    display: flex;
    gap: 30px
}
@media (max-width: 575px) {
    .techin-about-info-wraper {
        display: block
    }
}
.techin-about-info-wrap {
    display: flex;
    gap: 20px;
    align-items: center
}
@media (max-width: 575px) {
    .techin-about-info-wrap {
        padding-top: 30px
    }
}
.techin-about-info-wrap ul li {
    display: inline-block;
    position: relative
}
.techin-about-info-wrap ul li img {
    position: absolute;
    top: 0;
    left: 0
}
.techin-about-info-wrap.wrap2 {
    position: absolute;
    top: 50px;
    left: 0;
    text-align: left;
    border-radius: 20px;
    padding: 20px;
    background-color: var(--accent-bg);
    overflow: hidden;
    transform: translatey(0);
    -webkit-animation: updown 3s ease-in-out infinite;
    animation: updown 3s ease-in-out infinite
}
.techin-about-info-wrap.wrap2 img {
    border-radius: 6px;
    height: auto
}
@media (max-width: 991px) {
    .techin-about-info-wrap.wrap2 {
        display: none
    }
}
.techin-about-info-text a {
    color: var(--body-color);
    display: block;
    font-weight: 700
}
.techin-about-info-text a span {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: var(--heading-color)
}
.techin-about-info-text.text2 a {
    color: var(--white-color)
}
.techin-about-info-text.text2 a span {
    font-family: Ubuntu, sans-serif;
    color: var(--white-color)
}
.techin-about-thumb-one img {
    border-radius: 15px
}
.techin-about-video-thumb {
    position: relative
}
.techin-about-video-thumb img {
    width: 100%;
    border-radius: 20px
}
@media (max-width: 991px) {
    .techin-about-video-thumb img {
        margin-top: 40px
    }
}
.techin-about-video-icon {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}
.techin-about-text {
    padding-top: 40px
}
.pl-50 {
    padding-left: 50px
}
@media (max-width: 991px) {
    .pl-50 {
        padding-left: 0
    }
}
.techin-title-tag {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
    align-items: center
}
.techin-title-tag h6 {
    color: var(--accent-color)
}
.techin-title-tag.center2 {
    justify-content: center!important
}
.techin-title-tag.pricing-v1 h6 {
    color: var(--white-color)
}
.techin-title-tag.tag2 h6 {
    color: var(--white-color)
}
.techin-title-tag.tag4 h6 {
    color: var(--white-color)
}
.pl-60 {
    padding-left: 50px
}
@media (max-width: 991px) {
    .pl-60 {
        padding-left: 0
    }
}
@keyframes updown {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-30px)
    }
    100% {
        transform: translatey(0)
    }
}
input,
input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
    margin: 0;
    width: 100%;
    height: 60px;
    font-weight: 400;
    color: var(--heading-color);
    border-radius: 0;
    background-color: transparent;
    padding: 15px 0;
    border: none;
    transition: all .4s
}
textarea {
    height: 145px;
    resize: none
}
@media (max-width: 767px) {
    textarea {
        height: 100px
    }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #6f7174;
    opacity: 1
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #6f7174;
    opacity: 1
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6f7174;
    opacity: 1
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #6f7174;
    opacity: 1
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #6f7174;
    opacity: 1
}
input::placeholder,
textarea::placeholder {
    color: #6f7174;
    opacity: 1
}
.techin-header-search-box {
    position: relative
}
.techin-header-search-box input {
    font-size: 34px;
    border: none!important;
    border-radius: 0;
    height: 80px;
    border-bottom: 1px solid #e3e3ec!important;
    margin-bottom: 12px
}
.techin-header-search-box input::placeholder {
    color: #8a8c9a
}
.techin-header-search-box input:focus {
    border-bottom: 1px solid var(--accent-color)!important
}
.techin-header-search-box p {
    color: var(--heading-color)
}
button#header-search {
    position: absolute;
    top: 25px;
    right: 0
}
button#header-search i {
    font-size: 30px;
    color: var(--accent-color)
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}
.techin-subscription {
    position: relative;
    margin-top: 25px
}
.techin-subscription input {
    height: 60px;
    border-radius: 0;
    padding: 20px!important;
    color: #8a8c9a;
    border-radius: 6px;
    background-color: var(--white-bg);
    border: 1px solid var(--light-color1)!important
}
.techin-subscription input::placeholder {
    color: #8a8c9a
}
.techin-subscription input:focus {
    border: 1px solid var(--accent-color)!important
}
.techin-subscription.two input {
    color: var(--heading-color);
    border: 1px solid #e7e7e8!important
}
.techin-subscription.two input::placeholder {
    color: rgba(13, 14, 29, .6)
}
.techin-subscription.two input:focus {
    border: 1px solid var(--accent-color)!important
}
button#techin-subscription-btn {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    justify-content: center
}
.subscribe-form {
    position: relative
}
.subscribe-form input {
    padding: 18px 42% 18px 25px!important;
    height: 60px!important;
    width: 100%;
    transition: all .4s;
    border-radius: 7px!important;
    background-color: var(--light-color)!important;
    font-size: 14px;
    font-weight: 400!important;
    border: 1px solid var(--light-color2);
    border-radius: 6px;
    line-height: 24px;
    color: var(--body-color)!important
}
@media (max-width: 767px) {
    .subscribe-form input {
        width: 100%;
        padding: 15px 24px 15px 24px!important
    }
}
.subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    font-family: Ubuntu, sans-serif;
    color: var(--white-color);
    background: var(--accent-bg);
    padding: 17px 26px;
    border-radius: 4px;
    transition: all .4s
}
.subscribe-form button:hover {
    background: var(--dark-color1)
}
.subscribe-form button img {
    margin-bottom: 0;
    padding-right: 10px
}
@media (max-width: 767px) {
    .subscribe-form button {
        position: static!important;
        width: 100%!important;
        margin-top: 24px
    }
}
.subscribe-form .button2 {
    background-color: var(--heading-color)!important
}
.subscribe-form .button2:hover {
    background-color: var(--accent-bg2)!important
}
.header-search-form {
    position: relative
}
@media (max-width: 767px) {
    .header-search-form {
        display: none
    }
}
.header-search-form input {
    background: var(--white-bg);
    border-radius: 30px;
    height: 60px;
    color: var(--body-color);
    padding: 15px 50px 15px 20px
}
.header-search-form i {
    width: 40px;
    height: 40px;
    color: var(--white-color);
    border-radius: 50px;
    background: var(--accent-bg);
    position: absolute;
    top: 10px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}
.techin-cta-section {
    position: relative;
    z-index: 1;
    padding: 110px 170px;
    max-width: 1920px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    width: calc(100% - 240px);
    margin: 0 auto
}
@media (max-width: 1399px) {
    .techin-cta-section {
        padding: 110px 100px
    }
}
@media (max-width: 1199px) {
    .techin-cta-section {
        padding: 80px;
        width: calc(100% - 60px)
    }
}
@media (max-width: 767px) {
    .techin-cta-section {
        padding: 60px 15px;
        width: 100%
    }
}
.techin-cta-section.cta-v1 {
    margin-top: -160px
}
@media (max-width: 1199px) {
    .techin-cta-section.cta-v1 {
        margin-top: -130px
    }
}
@media (max-width: 991px) {
    .techin-cta-section.cta-v1 {
        margin-top: 50px
    }
}
.techin-cta-section.mt-160 {
    margin-top: -163px
}
.techin-cta-section2 {
    padding: 110px 170px;
    background-position: center;
    background-size: cover
}
@media (max-width: 1399px) {
    .techin-cta-section2 {
        padding: 110px 100px
    }
}
@media (max-width: 1199px) {
    .techin-cta-section2 {
        padding: 80px
    }
}
@media (max-width: 767px) {
    .techin-cta-section2 {
        padding: 60px 0
    }
}
.techin-cta-content-top {
    display: flex;
    gap: 7px;
    margin-bottom: 10px
}
.techin-cta-content-top h6 {
    color: var(--white-color)
}
@media (max-width: 991px) {
    .techin-cta-content-top {
        justify-content: center
    }
}
.techin-cta-content-bottom h2 {
    color: var(--white-color)
}
@media (max-width: 991px) {
    .techin-cta-content-bottom {
        text-align: center
    }
}
@media (max-width: 991px) {
    .techin-title-btn {
        width: 100%;
        text-align: center;
        margin-top: 30px
    }
}
.techin-section-padding {
    padding: 60px 0 190px
}
@media (max-width: 1199px) {
    .techin-section-padding {
        padding: 60px 0 100px
    }
}
@media (max-width: 991px) {
    .techin-section-padding {
        padding: 80px 0
    }
}
@media (max-width: 767px) {
    .techin-section-padding {
        padding: 60px 0
    }
}
.techin-section-padding2 {
    padding: 120px 0 96px
}
@media (max-width: 991px) {
    .techin-section-padding2 {
        padding: 80px 0 72px
    }
}
@media (max-width: 767px) {
    .techin-section-padding2 {
        padding: 60px 0 56px
    }
}
.techin-section-padding3 {
    padding: 120px 0 256px
}
@media (max-width: 991px) {
    .techin-section-padding3 {
        padding: 80px 0 72px
    }
}
@media (max-width: 767px) {
    .techin-section-padding3 {
        padding: 60px 0 56px
    }
}
.techin-section-padding4 {
    padding: 120px 0 315px
}
@media (max-width: 991px) {
    .techin-section-padding4 {
        padding: 80px 0 315px
    }
}
@media (max-width: 767px) {
    .techin-section-padding4 {
        padding: 60px 0 315px
    }
}
.techin-section-padding5 {
    padding: 120px 0 272px
}
@media (max-width: 991px) {
    .techin-section-padding5 {
        padding: 80px 0 250px
    }
}
@media (max-width: 767px) {
    .techin-section-padding5 {
        padding: 60px 0 200px
    }
}
.techin-section-padding6 {
    padding: 120px 0
}
@media (max-width: 991px) {
    .techin-section-padding6 {
        padding: 80px 0
    }
}
@media (max-width: 767px) {
    .techin-section-padding6 {
        padding: 60px 0
    }
}
.techin-section-padding7 {
    padding: 0 0 96px
}
@media (max-width: 991px) {
    .techin-section-padding7 {
        padding: 0 0 72px
    }
}
@media (max-width: 767px) {
    .techin-section-padding7 {
        padding: 0 0 56px
    }
}
.techin-section-padding8 {
    padding: 120px 0 200px
}
@media (max-width: 1199px) {
    .techin-section-padding8 {
        padding: 120px 0 100px
    }
}
@media (max-width: 991px) {
    .techin-section-padding8 {
        padding: 80px 0
    }
}
@media (max-width: 767px) {
    .techin-section-padding8 {
        padding: 60px 0
    }
}
.techin-section-padding9 {
    padding: 120px 0 0
}
@media (max-width: 1199px) {
    .techin-section-padding9 {
        padding: 120px 0 0
    }
}
@media (max-width: 991px) {
    .techin-section-padding9 {
        padding: 80px 0 0
    }
}
@media (max-width: 767px) {
    .techin-section-padding9 {
        padding: 60px 0 0
    }
}
.techin-section-padding10 {
    padding: 240px 0 120px
}
@media (max-width: 991px) {
    .techin-section-padding10 {
        padding: 240px 0 80px
    }
}
@media (max-width: 767px) {
    .techin-section-padding10 {
        padding: 280px 0 60px
    }
}
.techin-section-padding11 {
    padding: 120px 0 326px
}
@media (max-width: 991px) {
    .techin-section-padding11 {
        padding: 80px 0 250px
    }
}
@media (max-width: 767px) {
    .techin-section-padding11 {
        padding: 60px 0 200px
    }
}
.techin-section-padding12 {
    padding: 120px 0 280px
}
@media (max-width: 1399px) {
    .techin-section-padding12 {
        padding: 120px 0
    }
}
@media (max-width: 991px) {
    .techin-section-padding12 {
        padding: 80px 0
    }
}
@media (max-width: 767px) {
    .techin-section-padding12 {
        padding: 60px 0
    }
}
.techin-section-title {
    padding-bottom: 50px
}
@media (max-width: 991px) {
    .techin-section-title {
        padding-bottom: 40px
    }
}
.techin-section-title h6 {
    color: var(--accent-color)
}
.techin-section-title.techin-pricing h2 {
    color: var(--white-color)
}
.techin-section-title.center {
    max-width: 650px;
    margin: 0 auto;
    text-align: center
}
.techin-section-title.version2 h2 {
    color: var(--white-color)
}
.max-width-645 {
    max-width: 645px
}
.mb-50 {
    margin-bottom: 80px!important;
    padding: 0
}
@media (max-width: 767px) {
    .mb-50 {
        margin-bottom: 40px!important
    }
}
.mb-65 {
    margin-bottom: 65px!important
}
@media (max-width: 1570px) {
    .mb-65 {
        margin-bottom: 50px!important
    }
}
@media (max-width: 1199px) {
    .mb-65 {
        margin-bottom: 40px!important
    }
}
@media (max-width: 991px) {
    .mb-65 {
        margin-bottom: 50px!important
    }
}
@media (max-width: 767px) {
    .mb-65 {
        margin-bottom: 30px!important
    }
}
.section {
    background-position: center;
    background-size: cover
}
#techin-submit-btn,
.techin-default-btn {
    font-size: 16px;
    line-height: 26px;
    padding: 17px 44px;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    width: fit-content;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    text-align: center;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    color: var(--white-color)!important;
    background-color: var(--accent-bg);
    position: relative;
    z-index: 0;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d
}
#techin-submit-btn.btn2,
.techin-default-btn.btn2 {
    color: var(--heading-color)!important;
    background-color: var(--accent-bg2)
}
#techin-submit-btn.btn3,
.techin-default-btn.btn3 {
    width: 100%;
    justify-content: center
}
#techin-submit-btn.blog-btn,
.techin-default-btn.blog-btn {
    width: 230px!important;
    background-color: #0256fe
}
#techin-submit-btn.blog-btn1,
.techin-default-btn.blog-btn1 {
    padding: 7px 30px;
    position: absolute;
    bottom: 0;
    left: 140px;
    opacity: 0
}
#techin-submit-btn.blog-btn1:hover,
.techin-default-btn.blog-btn1:hover {
    color: var(--heading-color)!important;
    background-color: var(--accent-bg2)
}
#techin-submit-btn.blog-btn2,
.techin-default-btn.blog-btn2 {
    padding: 7px 30px;
    position: absolute;
    bottom: 0;
    left: 140px;
    opacity: 0
}
#techin-submit-btn.blog-btn2:hover,
.techin-default-btn.blog-btn2:hover {
    color: var(--heading-color)!important;
    background-color: var(--accent-bg2)
}
#techin-submit-btn.techin-cta-btn,
.techin-default-btn.techin-cta-btn {
    color: var(--heading-color)!important;
    background-color: var(--accent-bg2)
}
#techin-submit-btn.techin-header-btn,
.techin-default-btn.techin-header-btn {
    font-size: 24px;
    padding: 17px 37px;
    color: var(--heading-color);
    background-color: var(--accent-bg2)
}
#techin-submit-btn.techin-header-btn:hover,
.techin-default-btn.techin-header-btn:hover {
    color: var(--accent-color)!important;
    background-color: var(--white-bg)
}
@media (max-width: 767px) {
    #techin-submit-btn.techin-header-btn,
    .techin-default-btn.techin-header-btn {
        display: none
    }
}
#techin-submit-btn.techin-service-btn,
.techin-default-btn.techin-service-btn {
    padding: 7px 32px
}
#techin-submit-btn.techin-service-btn2,
.techin-default-btn.techin-service-btn2 {
    padding: 7px 32px;
    width: 100%;
    display: flex;
    justify-content: center
}
#techin-submit-btn.btn-hover:hover,
.techin-default-btn.btn-hover:hover {
    background: var(--white-color)!important;
    color: var(--heading-color)!important
}
#techin-submit-btn.outline-btn,
.techin-default-btn.outline-btn {
    padding: 14px 40px;
    color: var(--heading-color)!important;
    background-color: transparent;
    border: 2px solid var(--heading-color);
    transition: all .4s
}
#techin-submit-btn.outline-btn:hover,
.techin-default-btn.outline-btn:hover {
    color: var(--white-color)!important;
    background: var(--accent-color);
    border: 2px solid var(--accent-color)
}
#techin-submit-btn.dark-btn,
.techin-default-btn.dark-btn {
    color: var(--white-color)!important;
    background-color: var(--dark-bg)
}
#techin-submit-btn.disabled,
#techin-submit-btn:disabled,
.techin-default-btn.disabled,
.techin-default-btn:disabled {
    opacity: 1
}
#techin-submit-btn.d-block,
.techin-default-btn.d-block {
    width: 100%
}
#techin-submit-btn.pill,
.techin-default-btn.pill {
    border-radius: 4px
}
#techin-submit-btn.btn-icon,
.techin-default-btn.btn-icon {
    padding: 9px 24px
}
#techin-submit-btn:focus,
.techin-default-btn:focus {
    box-shadow: none
}
#techin-submit-btn.pricing-btn-v4:hover,
.techin-default-btn.pricing-btn-v4:hover {
    color: var(--heading-color)!important;
    background-color: var(--accent-color)
}
#techin-submit-btn.pricing-btnv4:hover,
.techin-default-btn.pricing-btnv4:hover {
    color: var(--white-color)!important;
    background-color: var(--heading-color)
}
#techin-submit-btn::before,
.techin-default-btn::before {
    position: absolute;
    content: "";
    border-radius: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 102% 102%;
    opacity: 0
}
#techin-submit-btn .button-wraper,
.techin-default-btn .button-wraper {
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}
#techin-submit-btn:hover .button-wraper,
.techin-default-btn:hover .button-wraper {
    transform: translateY(-150%);
    opacity: 0
}
#techin-submit-btn:hover::before,
.techin-default-btn:hover::before {
    opacity: 1;
    transition: all .2s cubic-bezier(.455, .03, .515, .955)
}
#techin-submit-btn:hover::after,
.techin-default-btn:hover::after {
    transform: translate(0, -50%);
    opacity: 1
}
#techin-submit-btn:after,
.techin-default-btn:after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    top: 50%;
    opacity: 0;
    line-height: 12.5px;
    transform: translate(0, 100%);
    transition: opacity .2s, transform .2s;
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    white-space: nowrap
}
.breadcrumb-wrapper {
    z-index: 0;
    padding: 170px 0 0;
    margin-top: 160px;
    position: relative;
    transition: all .4s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.breadcrumb-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .6;
    background: var(--dark-color1)
}
@media (max-width: 1199px) {
    .breadcrumb-wrapper {
        margin-top: 73px;
        padding: 150px 0 0
    }
}
@media (max-width: 991px) {
    .breadcrumb-wrapper {
        margin-top: 73px;
        padding: 100px 0 0
    }
}
@media (max-width: 575px) {
    .breadcrumb-wrapper {
        margin-top: 61px;
        padding: 60px 0 0
    }
}
.breadcrumb-content {
    position: relative
}
.breadcrumb-menu {
    padding: 17px 40px;
    background: #2BC8EB;
    border-radius: 6px
}
@media (max-width: 991px) {
    .breadcrumb-menu {
        padding: 15px 20px
    }
}
@media (max-width: 575px) {
    .breadcrumb-menu {
        padding: 15px 0;
        text-align: center
    }
}
.breadcrumb-menu ul li {
    font-weight: 600;
    line-height: 20px;
    line-height: 1;
    z-index: 0;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    color: var(--white-color);
    font-family: Ubuntu, sans-serif
}
.breadcrumb-menu ul li:first-child {
    padding: 0
}
.breadcrumb-menu ul li:last-child {
    padding: 0
}
.breadcrumb-menu ul li:before {
    content: "";
    right: -12px;
    top: 2px;
    font-size: 20px;
    z-index: -1;
    line-height: 12px;
    position: absolute;
    color: var(--light-color2)
}
.breadcrumb-menu ul li:last-child:before {
    content: none
}
.breadcrumb-menu ul li a {
    color: var(--white-color);
    font-weight: 600;
    line-height: 20px;
    font-family: Ubuntu, sans-serif
}
.breadcrumb-menu-wrapper {
    display: flex;
    justify-content: flex-end
}
.breadcrumb-menu-wrap {
    display: inline-block;
    padding: 20px 20px 0 20px;
    background: var(--white-color);
    border-radius: 6px 6px 0 0
}
@media (max-width: 575px) {
    .breadcrumb-menu-wrap {
        width: 100%;
        padding: 15px 15px 0 15px
    }
}
.breadcrumb-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.15em;
    padding-bottom: 93px;
    color: var(--white-color);
    font-family: "Instrument Sans", sans-serif
}
@media (max-width: 991px) {
    .breadcrumb-title {
        padding-bottom: 50px;
        font-size: 48px
    }
}
@media (max-width: 767px) {
    .breadcrumb-title {
        font-size: 48px;
        padding-bottom: 30px
    }
}
.techin-errors-section {
    padding: 330px 0 130px
}
@media (max-width: 991px) {
    .techin-errors-section {
        padding: 250px 0 100px
    }
}
@media (max-width: 767px) {
    .techin-errors-section {
        padding: 170px 0 80px
    }
}
.techin-errors-content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center
}
.techin-errors-content img {
    margin-bottom: 40px
}
.techin-errors-content h2 {
    margin-bottom: 15px
}
.techin-pagination {
    margin-top: 56px
}
@media (max-width: 991px) {
    .techin-pagination {
        margin-top: 36px
    }
}
.techin-pagination ul {
    display: flex
}
.techin-pagination li {
    display: inline-block;
    margin: 0 2px
}
.techin-pagination.center ul {
    justify-content: center
}
.techin-pagination {
    display: flex
}
.techin-pagination.center {
    justify-content: center
}
.pagi-btn,
.techin-pagination a,
.techin-pagination span {
    height: 60px;
    width: 60px;
    font-weight: 700;
    display: inline-flex;
    text-align: center;
    line-height: 60px;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    color: var(--heading-color);
    background: var(--light-color);
    border-radius: 100px;
    transition: all .4s;
    border: 1px solid var(--accent-bg2)
}
@media (max-width: 575px) {
    .pagi-btn,
    .techin-pagination a,
    .techin-pagination span {
        width: 40px;
        height: 40px
    }
}
.pagi-btn:hover,
.techin-pagination a:hover,
.techin-pagination span:hover {
    color: var(--white-color);
    background-color: var(--accent-color);
    border: 1px solid var(--accent-color)
}
.pagi-btn:hover path,
.techin-pagination a:hover path,
.techin-pagination span:hover path {
    fill: var(--white-color)
}
a.current {
    cursor: not-allowed;
    color: var(--white-color);
    background-color: var(--accent-bg);
    border: 1px solid var(--accent-bg)
}
.techin-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}
.techin-menu-wrapper .mobile-logo {
    display: block;
    text-align: left;
    max-width: 120px;
    background-color: var(--white-bg)
}
.techin-menu-wrapper .techin-menu-toggle {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    z-index: 1;
    color: #fff;
    display: flex;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-left: 1px solid rgba(0, 0, 0, .1)
}
.techin-menu-wrapper .techin-menu-toggle i {
    color: #000
}
.techin-menu-wrapper .techin-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: var(--white-bg);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}
.techin-menu-wrapper.techin-body-visible {
    opacity: 1;
    visibility: visible
}
.techin-menu-wrapper.techin-body-visible .techin-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}
.techin-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    text-align: left
}
.techin-mobile-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(232, 6, 60, .2);
    background-color: #000
}
.techin-mobile-menu::-webkit-scrollbar {
    width: 2px;
    background-color: #000
}
.techin-mobile-menu::-webkit-scrollbar-thumb {
    background-color: var(--heading-color)
}
.techin-mobile-menu ul {
    margin: 0;
    padding: 0 0
}
.techin-mobile-menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    list-style-type: none
}
.techin-mobile-menu ul li li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.techin-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 15px;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: #000!important;
    font-weight: 500
}
.techin-mobile-menu ul li.techin-active>a {
    color: var(--accent-color)
}
.techin-mobile-menu ul li.techin-active>a:before {
    transform: rotate(90deg)
}
.techin-mobile-menu ul li ul li {
    padding-left: 10px
}
.techin-mobile-menu ul .techin-item-has-children>a .techin-mean-expand {
    position: absolute;
    right: 0;
    top: 3px;
    font-weight: 400;
    font-size: 16px;
    width: 60%;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background-color: var(--white-bg);
    color: #000;
    transition: all ease .4s
}
.techin-mobile-menu ul .techin-item-has-children>a .techin-mean-expand:before {
    content: "\ea6d";
    display: inline-block;
    transition: all ease .3s;
    font-family: remixicon!important
}
.techin-mobile-menu ul .techin-item-has-children.techin-active>a .techin-mean-expand:before {
    transform: rotate(-90deg)
}
.techin-mobile-menu>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.techin-menu-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px
}
@media (max-width: 400px) {
    .techin-menu-wrapper .techin-menu-area {
        width: 100%
    }
}
.techin-mobile-menu-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
    padding-top: 50px
}
a.techin-default-btn.sm-size {
    font-size: 16px;
    line-height: 1;
    padding: 17px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-family: Sora, sans-serif;
    width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center;
    text-align: center;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: var(--white-color)!important;
    background-color: var(--accent-bg);
    z-index: 0;
    overflow: hidden;
    position: relative;
    letter-spacing: -.01em;
    text-transform: capitalize;
    transform-style: preserve-3d
}
.techin-blog-sidebar {
    padding-left: 20px
}
@media (max-width: 991px) {
    .techin-blog-sidebar {
        padding-left: 0;
        margin-top: 40px
    }
}
.techin-blog-widgets {
    padding: 30px;
    margin-bottom: 24px;
    border-radius: 18px;
    background-color: var(--light-bg1)
}
.techin-blog-widgets h5 {
    margin-bottom: 20px
}
.techin-blog-widgets:last-child {
    margin-bottom: 0
}
.techin-search-box {
    position: relative
}
.techin-search-box input {
    padding: 15px!important;
    padding-left: 50px!important;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #e7e7e8!important;
    background-color: var(--white-bg)
}
.techin-search-box input::placeholder {
    color: #8a8c9a
}
.techin-search-box input:focus {
    border: 1px solid var(--accent-color)!important
}
button#techin-search-btn {
    position: absolute;
    left: 20px;
    top: 14px
}
button#techin-search-btn i {
    font-size: 24px;
    color: var(--accent-color)
}
.techin-blog-categorie ul li {
    padding-bottom: 12px
}
.techin-blog-categorie ul li:last-child {
    padding-bottom: 0
}
.techin-blog-categorie ul li a {
    display: flex;
    transition: all .4s;
    justify-content: space-between;
    color: var(--heading-color)
}
.techin-blog-categorie ul li a span {
    font-weight: 500
}
.techin-blog-categorie ul li a:hover {
    color: var(--accent-color)
}
.techin-blog-tags ul li {
    margin-right: 4px;
    margin-bottom: 8px;
    display: inline-block
}
.techin-blog-tags ul li a {
    padding: 5px 12px;
    display: block;
    border-radius: 6px;
    transition: all .4s;
    color: var(--heading-color);
    background-color: var(--white-bg)
}
.techin-blog-tags ul li a:hover {
    color: var(--white-color);
    background-color: var(--accent-bg)
}
.techin-recent-post-item {
    gap: 20px;
    display: grid;
    align-items: center;
    overflow: hidden;
    margin-bottom: 24px;
    grid-template-columns: 96px 1fr
}
.techin-recent-post-item:last-child {
    margin-bottom: 0
}
.techin-recent-post-thumb {
    border-radius: 10px;
    overflow: hidden
}
.techin-recent-post-data p {
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 28px;
    font-size: 18px;
    color: var(--heading-color);
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -.01em
}
.techin-recent-post-data span {
    font-size: 14px;
    color: var(--heading-color)
}
.techin-single-post-meta {
    padding-top: 35px;
    padding-bottom: 15px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e7e7e8
}
.techin-single-post-meta ul li {
    position: relative;
    padding-left: 28px;
    display: inline-block;
    margin-right: 25px
}
.techin-single-post-meta ul li:last-child {
    margin-right: 0
}
.techin-single-post-meta ul li a {
    color: var(--heading-color)
}
.techin-single-post-meta ul li a i {
    position: absolute;
    left: 0;
    color: var(--accent-color)
}
.techin-single-thumb {
    padding: 16px 0
}
.techin-single-thumb img {
    margin-bottom: 24px;
    border-radius: 18px
}
.techin-single-post-tag-wrap {
    margin-top: 40px;
    margin-bottom: 52px
}
@media (max-width: 991px) {
    .techin-single-post-tag-wrap {
        margin: 30px 0
    }
}
.techin-single-post-tag-wrap .techin-blog-tags ul li a {
    background-color: var(--light-bg1)
}
.techin-single-post-tag-wrap .techin-blog-tags ul li a:hover {
    background-color: var(--accent-bg)
}
.techin-post-navigation {
    display: flex;
    padding: 0 0 24px;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-color1)
}
a.nav-next,
a.nav-previous {
    display: flex;
    line-height: 1;
    align-items: center;
    font-weight: 600;
    transition: all .4s;
    color: var(--accent-color)
}
a.nav-next:hover,
a.nav-previous:hover {
    color: var(--heading-color)
}
a.nav-next i,
a.nav-previous i {
    margin-left: 5px;
    font-size: 22px;
    font-weight: 500
}
.nav-previous i {
    margin-left: 0!important;
    margin-right: 5px
}
.techin-post-comment {
    padding-top: 60px
}
.techin-post-comment li {
    margin-bottom: 40px
}
.techin-post-comment h3 {
    margin-bottom: 30px;
    font-size: 24px
}
.techin-post-comment-wrap {
    display: flex
}
.techin-post-comment-thumb {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 20px
}
.techin-post-comment-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.techin-post-comment-data {
    position: relative
}
.techin-post-comment-data p {
    margin-bottom: 15px
}
.techin-post-comment-data strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 24px;
    color: var(--heading-color)
}
.techin-post-comment-data span {
    font-weight: 400;
    display: block
}
li.children {
    padding-left: 110px
}
@media (max-width: 767px) {
    li.children {
        padding-left: 30px
    }
}
a.techin-comment-reply {
    font-weight: 600;
    transition: all .4s;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    margin-top: 10px
}
a.techin-comment-reply i {
    margin-right: 6px;
    font-size: 20px
}
a.techin-comment-reply i path {
    fill: var(--accent-color)
}
.techin-comment-box {
    padding-top: 40px
}
@media (max-width: 991px) {
    .techin-comment-box {
        padding-top: 10px
    }
}
.techin-comment-box h3 {
    font-size: 24px;
    margin-bottom: 25px
}
@media (max-width: 767px) {
    .techin-comment-box h3 {
        font-size: 30px
    }
}
.techin-comment-form {
    margin-bottom: 24px
}
.techin-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}
.techin-check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 40px
}
.techin-check label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0a165e;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    margin-top: -5px
}
.techin-check input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 5px;
    height: 8px;
    border: solid var(--accent-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}
.techin-loading-dots {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark-bg)
}
.techin-loading-dots--dot {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: var(--accent-bg);
    border-radius: 10px;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 7px
}
.techin-loading-dots--dot:nth-child(2) {
    animation-delay: .5s
}
.techin-loading-dots--dot:nth-child(3) {
    animation-delay: 1s
}
@keyframes dot-keyframes {
    0% {
        opacity: .4;
        transform: scale(1, 1)
    }
    50% {
        opacity: 1;
        transform: scale(1.2, 1.2)
    }
    100% {
        opacity: .4;
        transform: scale(1, 1)
    }
}
.techin-preloader-wrap {
    position: fixed;
    z-index: 1222;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}
.techin-preloader {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 100px;
    align-items: center;
    justify-content: center
}
.techin-preloader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--accent-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}
.techin-preloader div:nth-child(1) {
    left: 8px;
    animation: techin-preloader1 .6s infinite
}
.techin-preloader div:nth-child(2) {
    left: 8px;
    animation: techin-preloader2 .6s infinite
}
.techin-preloader div:nth-child(3) {
    left: 32px;
    animation: techin-preloader2 .6s infinite
}
.techin-preloader div:nth-child(4) {
    left: 56px;
    animation: techin-preloader3 .6s infinite
}
@keyframes techin-preloader1 {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}
@keyframes techin-preloader3 {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(0)
    }
}
@keyframes techin-preloader2 {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(24px, 0)
    }
}