@charset "UTF-8";

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-moz-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-ms-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    60% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

body,
button,
input,
select,
textarea {
    color: #52525c;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5
}

a {
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: Poppins, sans-serif;
    line-height: 1.2em;
    font-weight: 700;
    color: #071c4d
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 15px
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 34px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 26px
}

.h4,
h4 {
    font-size: 24px
}

.h5,
h5 {
    font-size: 16px
}

.h6,
h6 {
    font-size: 14px
}

p {
    margin-bottom: 1.5em
}


em,
i {
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code {
    color: var(--color_primary)
}

code,
tt,
var {
    font-family: Poppins, sans-serif;
    font-size: 16px
}


mark {
    text-decoration: none
}

html {
    box-sizing: border-box;
    margin-top: 0 !important
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    color: #52525c
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

img {
    height: auto;
    max-width: 100%
}

p {
    margin-bottom: 1em
}

.pr {
    position: relative
}

.site-main {
    min-height: 50vh
}

.pts-18 {
    padding-top: 18%
}

@media (max-width:1024px) {
    .pts-18 {
        padding-top: 30%
    }
}

@media (max-width:576px) {
    .pts-18 {
        padding-top: 40%
    }
}

@font-face {
    font-family: Futura;
    src: url(../fonts/FuturaPTLight.woff) format("WOFF");
    font-weight: 300
}

@font-face {
    font-family: Futura;
    src: url(../fonts/FuturaPTBook.woff) format("WOFF");
    font-weight: 400
}

@font-face {
    font-family: Futura;
    src: url(../fonts/FuturaPTMedium.woff) format("WOFF");
    font-weight: 500
}

@font-face {
    font-family: Futura;
    src: url(../fonts/FuturaPTDemi.woff) format("WOFF");
    font-weight: 600
}

@font-face {
    font-family: Futura;
    src: url(../fonts/FuturaPTHeavy.woff) format("truetype");
    font-weight: 700
}

@media (min-width:1200px) {

    .container {
        max-width: 1200px
    }
}


strong {
    font-weight: 700
}

figure {
    margin: 1em 0
}

ol,
ul {
    padding-left: 20px;
    margin-bottom: 30px
}

ul ul {
    list-style-type: disc
}

table {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #dce0e5
}

table thead {
    background: #f5f5f5
}

table th {
    text-align: left;
    padding: 10px 15px;
    color: #071c4d;
    font-size: 16px;
    font-weight: 600;
    min-width: 130px;
    vertical-align: middle
}

table th a {
    color: #071c4d
}

table th a:hover {
    color: var(--color_primary)
}

table td {
    padding: 10px 15px;
    border-top: none;
    border-right: none;
    vertical-align: middle
}

table td:last-child {
    border-right: 1px solid #dce0e5
}

tbody {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    direction: ltr
}

tbody>tr {
    border-top: 1px solid #dce0e5
}

tbody>tr>th {
    background-color: #f5f5f5
}

table thead~tbody>tr>th {
    background-color: transparent
}

caption {
    caption-side: top;
    text-align: center
}

@media (max-width:576px) {
    table th {
        min-width: 80px
    }
}

.tt-btn {
    padding: 9px 33px;
    position: relative;
    z-index: 1;
    border: 2px solid var(--color_primary);
    color: #fff;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    transition: all .4s ease-in-out;
    background-color: var(--color_primary);
    border-radius: 6px
}

.tt-btn:hover {
    background: 0 0;
    color: var(--color_primary)
}

.tt-btn:hover:before {
    height: 0
}

.tt-btn.btn-outline {
    background: 0 0;
    color: var(--color_primary);
    border-color: var(--color_primary)
}

.tt-btn.btn-outline:hover {
    color: #fff;
    border-color: var(--color_primary);
    background-color: var(--color_primary)
}

@keyframes btnWave {
    0% {
        opacity: 1;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes shape_one {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    50% {
        -webkit-transform: translate(2000px, 2000px) rotate(72deg);
        transform: translate(2000px, 2000px) rotate(72deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shape_two {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    10% {
        -webkit-transform: translate(53px, -80px) rotate(36deg);
        transform: translate(53px, -80px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(161px, 72px) rotate(72deg);
        transform: translate(161px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 112px) rotate(108deg);
        transform: translate(83px, 112px) rotate(108deg)
    }

    70% {
        -webkit-transform: translate(-60px, 92px) rotate(144deg);
        transform: translate(-60px, 92px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shape_three {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    30% {
        -webkit-transform: translate(90px, -36px) rotate(36deg);
        transform: translate(90px, -36px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(101px, 32px) rotate(72deg);
        transform: translate(101px, 32px) rotate(72deg)
    }

    50% {
        -webkit-transform: translate(103px, 102px) rotate(108deg);
        transform: translate(103px, 102px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-76px, 62px) rotate(144deg);
        transform: translate(-76px, 62px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes shape_four {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    10% {
        -webkit-transform: translate(80px, -36px) rotate(36deg);
        transform: translate(80px, -36px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(191px, 72px) rotate(72deg);
        transform: translate(191px, 72px) rotate(72deg)
    }

    50% {
        -webkit-transform: translate(93px, 122px) rotate(108deg);
        transform: translate(93px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-56px, 92px) rotate(144deg);
        transform: translate(-56px, 92px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shape_four {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    10% {
        -webkit-transform: translate(80px, -36px) rotate(36deg);
        transform: translate(80px, -36px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(191px, 72px) rotate(72deg);
        transform: translate(191px, 72px) rotate(72deg)
    }

    50% {
        -webkit-transform: translate(93px, 122px) rotate(108deg);
        transform: translate(93px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-56px, 92px) rotate(144deg);
        transform: translate(-56px, 92px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes shape_five {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    30% {
        -webkit-transform: translate(80px, -36px) rotate(36deg);
        transform: translate(80px, -36px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, -92px) rotate(72deg);
        transform: translate(141px, -92px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(153px, 92px) rotate(108deg);
        transform: translate(153px, 92px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-99px, 62px) rotate(144deg);
        transform: translate(-99px, 62px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shape_five {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    30% {
        -webkit-transform: translate(80px, -36px) rotate(36deg);
        transform: translate(80px, -36px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, -92px) rotate(72deg);
        transform: translate(141px, -92px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(153px, 92px) rotate(108deg);
        transform: translate(153px, 92px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-99px, 62px) rotate(144deg);
        transform: translate(-99px, 62px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@-webkit-keyframes shape_six {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(95px, -58px) rotate(36deg);
        transform: translate(95px, -58px) rotate(36deg)
    }

    30% {
        -webkit-transform: translate(81px, 82px) rotate(72deg);
        transform: translate(81px, 82px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(53px, 152px) rotate(108deg);
        transform: translate(53px, 152px) rotate(108deg)
    }

    70% {
        -webkit-transform: translate(-56px, 32px) rotate(144deg);
        transform: translate(-56px, 32px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shape_six {
    0% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }

    20% {
        -webkit-transform: translate(95px, -58px) rotate(36deg);
        transform: translate(95px, -58px) rotate(36deg)
    }

    30% {
        -webkit-transform: translate(81px, 82px) rotate(72deg);
        transform: translate(81px, 82px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(53px, 152px) rotate(108deg);
        transform: translate(53px, 152px) rotate(108deg)
    }

    70% {
        -webkit-transform: translate(-56px, 32px) rotate(144deg);
        transform: translate(-56px, 32px) rotate(144deg)
    }

    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes ttUpX {
    0% {
        opacity: 0;
        transform: translate(-80px, 30px)
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes zoommd {
    0% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1.5)
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(40px)
    }
}

@keyframes movexy {
    0% {
        -webkit-transform: translateX(-10px) scale(.9);
        transform: translateX(-10px) scale(.9)
    }

    100% {
        -webkit-transform: translateX(30px) scale(1.1) translateY(10px);
        transform: translateX(30px) scale(1.1) translateY(10px)
    }
}

@keyframes zoom {
    from {
        -webkit-transform: scale(1) translate(0)
    }

    to {
        -webkit-transform: scale(1.1) translate(0)
    }
}

@font-face {
    font-family: Quiety;
    src: url(../fonts/Quiety.eot);
    src: url(../fonts/Quiety.eot?#iefix) format("embedded-opentype"), url(../fonts/Quiety.woff2) format("woff2"), url(../fonts/Quiety.woff) format("woff"), url(../fonts/Quiety.ttf) format("truetype"), url(../fonts/Quiety.svg#Quiety) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Quiety;
        src: url(Quiety.svg#Quiety) format("svg")
    }
}

.section-heading {
    position: relative;
    z-index: 2
}

.section-heading .subtitle {
    color: var(--color_primary);
    font-size: 1.1rem;
    display: block;
    font-weight: 500
}

.section-heading .section-title {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 17px
}

@media (max-width:992px) {
    .section-heading .section-title {
        font-size: 32px
    }
}

@media (max-width:992px) {
    .section-heading .section-title br {
        display: none
    }
}

.section-heading .section-title>span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.section-heading .description {
    font-weight: 400;
    margin: 0;
    font-size: 16px
}

@media (max-width:991px) {
    .section-heading .description br {
        display: none
    }
}

.section-heading.text-left .description {
    margin: 0
}

.section-heading.text-right .description {
    margin: 0 0 0 auto
}

.section-heading.style-two .subtitle {
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 27px
}

.section-heading.style-two .subtitle:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: var(--color_primary);
    left: -60px;
    bottom: 4px
}

.section-heading.style-two .subtitle:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: var(--color_primary);
    right: -60px;
    bottom: 4px
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.tt-pricing {
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .5);
    padding: 55px 50px 60px;
    border-radius: 10px;
    transition: all .3s ease-in-out
}

@media (max-width:420px) {
    .tt-pricing {
        padding: 55px 30px 60px
    }
}

.tt-pricing__header {
    margin-bottom: 34px
}

.tt-pricing__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--color_primary)
}

.tt-pricing__price {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0
}

.tt-pricing__period {
    font-size: 16px;
    font-weight: 400;
    color: #52525c
}

.tt-pricing__feature-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.tt-pricing__feature-list li {
    font-size: 15px;
    color: #52525c;
    display: flex;
    align-items: center
}

.tt-pricing__feature-list li:not(:last-child) {
    margin-bottom: 8px
}

.tt-pricing__feature-list li i {
    margin-right: 7px
}

.tt-pricing__feature-list li .bullet {
    display: inline-block;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: var(--color_primary);
    margin-right: 10px;
    vertical-align: 1px
}

.tt-pricing__action {
    margin-top: 35px
}

.tt-pricing .tt-btn.featured_btn {
    background-color: #ffb116;
    border-color: #ffb116
}

.tt-pricing .tt-btn.featured_btn:hover {
    background-color: #e29600;
    border-color: #e29600;
    color: #fff
}

.tt-pricing.featured {
    position: relative;
    z-index: 2;
    background: linear-gradient(90deg, #021048, #1e38a3)
}

.tt-pricing.featured .tt-pricing__title {
    color: #ffb116
}

.tt-pricing.featured .tt-pricing__price {
    color: #fff
}

.tt-pricing.featured .tt-pricing__period {
    color: #d6d5e1
}

.tt-pricing.featured .bullet {
    background-color: #ffb116
}

.tt-pricing.featured .tt-pricing__feature-list li {
    color: rgba(255, 255, 255, .6)
}

.tt-pricing.featured .feature-star {
    display: block;
    position: absolute;
    top: -8px;
    right: 25px
}

.tt-pricing.style-two .tt-pricing__header {
    padding-bottom: 30px;
    border-bottom: 1px dashed #c7c7c7
}

.tt-pricing.style-two .tt-pricing__feature-list li {
    font-weight: 500;
    color: #071c4d;
    margin-bottom: 12px;
    font-size: 16px
}

.tt-pricing.style-two .tt-pricing__feature-list li.exclude {
    color: #a7a7a7
}

.tt-pricing.style-two .tt-btn {
    text-align: center
}

.tt-pricing.style-two .tt-btn.featured_btn {
    background-color: var(--color_primary);
    border-color: var(--color_primary)
}

.tt-pricing.style-two .tt-btn.featured_btn:hover {
    background-color: transparent;
    color: var(--color_primary)
}

.tt-pricing .tt-btn.featured_btn {
    background-color: var(--color_primary);
    border-color: var(--color_primary)
}

.tt-icon-box {
    position: relative;
    z-index: 0;
    transition: all .3s ease-in-out;
    text-align: center
}

.tt-icon-box__icon-container {
    margin-bottom: 30px;
    display: inline-flex;
    flex-wrap: wrap-reverse;
    align-items: baseline;
    font-size: 2em;
    color: var(--color_primary);
    position: relative;
    transition: transform .3s, border .3s, background .3s, color .3s;
    transition: transform .3s, border .3s, background .3s, color .3s, -webkit-transform .3s;
    height: max-content;
}

.tt-icon-box__icon-container i,
.tt-icon-box__icon-container img,
.tt-icon-box__icon-container svg {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.tt-icon-box.style--one {
    background-color: #fff;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, .08);
    border-radius: 5px;
    margin-bottom: 0;
    padding: 45px 40px 35px;
    margin-bottom: 30px
}

.tt-icon-box:hover {
    z-index: 2
}

@media (max-width:768px) {
    #newsletter {
        padding: 40px 30px
    }
}

#newsletter .section-heading {
    margin-bottom: 30px
}

@media (max-width:991px) {
    #newsletter .section-heading {
        text-align: center;
        margin-bottom: 40px
    }
}

#newsletter .section-heading .section-title {
    color: #fff;
    font-size: 45px;
    margin-bottom: 10px
}

@media (max-width:991px) {
    #newsletter .section-heading .section-title {
        font-size: 30px
    }
}

#newsletter .section-heading .subtitle {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400
}

@media (max-width:768px) {
    #newsletter .section-heading {
        text-align: center;
        margin-bottom: 40px
    }
}

.btn-link:hover {
    text-decoration: none
}

.animation {
    will-change: opacity, transform;
    opacity: 0;
    animation: none;
    transition: all .3s ease-in-out
}

p.stars {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0
}

p.stars a:before {
    display: block;
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3em;
    color: #666;
    content: "\f006";
    transition: all .3s ease
}

p.stars a {
    display: inline-block
}

p.stars a:hover~a:before,
p.stars.selected:not(:hover) a.active~a:before {
    color: #666
}

p.stars.selected:not(:hover) a:before,
p.stars:hover a:before {
    color: #ffbc53;
    content: "\f005"
}

p.stars a:before {
    display: block;
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3em;
    color: #666;
    content: "\f005";
    transition: all .3s ease
}

.error_page {
    position: relative;
    padding: 240px 0 155px;
    background-color: var(--color_secondary)
}

@media (max-width:991px) {
    .error_page {
        padding: 120px 0 130px
    }
}

.site-footer {
    position: relative;
    overflow: hidden
}

.site-footer.footer_dark {
    background: var(--color_secondary)
}

.site-footer.footer_dark .description {
    color: #fff
}

.site-footer .widget {
    position: relative;
    z-index: 2;
    padding: 0
}

.site-footer .widget ul.footer-social-link {
    margin-top: 15px
}

.site-footer .widget ul.footer-social-link li {
    display: inline-block
}

.site-footer .widget ul.footer-social-link li:not(:last-child) {
    margin-right: 7px
}

.site-footer .widget ul.footer-social-link li a {
    border: 2px solid rgba(255, 255, 255, .2);
    height: 44px;
    width: 44px;
    line-height: 41px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 15px
}

.site-footer .widget ul.footer-social-link li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--color_primary)
}

.site-footer .footer-wrapper {
    padding: 107px 0 70px
}

.site-footer .site-info {
    border-top: 1px solid rgba(237, 237, 237, .05);
    position: relative;
    z-index: 22
}

.site-footer .site-info .copyright {
    padding: 27px 0;
    text-align: center
}

@media (max-width:767px) {
    .site-footer .site-info .copyright {
        padding: 15px 0
    }
}

.site-footer .site-info .copyright p {
    margin: 0;
    color: #999aa8;
    font-size: 16px
}

.site-footer .site-info .copyright p a {
    color: rgba(255, 255, 255, .9)
}

.site-footer .site-info .copyright p a:hover {
    color: var(--color_primary)
}

.widget-newsletter .form-result {
    margin: 10px 0 0
}

.widget-newsletter .form-control {
    margin-bottom: 0 !important;
    height: 50px;
    padding: 0 15px !important
}

.widget-newsletter .newsletter-submit {
    margin-left: 10px;
    border-radius: 6px;
    padding: 10px 25px;
    min-width: 120px
}

.widget-newsletter .newsletter-submit i {
    display: none
}

.widget-newsletter .newsletter-submit:hover {
    border-color: rgba(255, 255, 255, .5);
    color: #fff
}

.footer-social-link {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-social-link li {
    display: inline-block
}

.footer-social-link li:not(:last-child) {
    margin-right: 5px
}

.footer-social-link li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .7);
    border: 2px solid rgba(255, 255, 255, .302);
    border-radius: 6px;
    font-size: 14px
}

.footer-social-link li a i {
    margin-right: 0
}

.footer-social-link li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--color_primary)
}

.footer-social-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:767px) {
    .footer-social-wrap {
        display: block;
        text-align: center
    }

    .footer-social-wrap .footer-social-wrapper {
        margin-bottom: 20px
    }

    .footer-social-wrap .copyright {
        padding: 15px 0 5px
    }
}

.wp-widget-block-newsletter {
    max-width: 400px
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    padding: 11px 41px;
    height: auto;
    background-color: var(--color_primary);
    border: 2px solid var(--color_primary)
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background-color: transparent;
    color: var(--color_primary)
}

input:not([type=checkbox], .contact_form_input ):not([type=submit]),
textarea {
    margin-bottom: 20px;
    width: 100%;
    padding: 0 15px;
    border: 2px solid #f5f5f5;
    font-weight: 400;
    outline: 0;
    transition: all .3s linear;
    border-radius: 6px;
    background-color: #f4f5f7;
    font-size: 15px
}

input:not([type=checkbox]):not([type=submit])::placeholder,
textarea::placeholder {
    color: #8b8b8b
}

input:not([type=checkbox]):not([type=submit]):focus,
textarea:focus {
    border-color: var(--color_primary);
    box-shadow: none;
    background-color: transparent
}

select {
    width: 100%;
    border: 1px solid #f5f5f5;
    height: 54px;
    font-size: 16px;
    display: inline-block;
    background-position: right 10px center;
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 4px 20px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.656 490.656' style='enable-background:new 0 0 490.656 490.656;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M487.536,120.445c-4.16-4.16-10.923-4.16-15.083,0L245.317,347.581L18.203,120.445c-4.16-4.16-10.923-4.16-15.083,0 c-4.16,4.16-4.16,10.923,0,15.083l234.667,234.667c2.069,2.091,4.8,3.136,7.531,3.136s5.461-1.045,7.552-3.115l234.667-234.667 C491.696,131.368,491.696,124.627,487.536,120.445z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: #f4f5f7;
    border-radius: 6px;
    margin-bottom: 20px
}

select:focus {
    outline: 0
}

input {
    height: 54px
}

textarea {
    height: 130px;
    margin-bottom: 20px;
    padding: 10px 20px
}

textarea:focus {
    border-color: rgba(23, 92, 255, .5)
}

input[type=checkbox] {
    height: auto
}

.form-result {
    display: none
}

a {
    color: #071c4d;
    transition: all .3s ease-in-out;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    color: var(--color_primary);
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s ease-in-out
}

.site-header .site-logo a {
    font-size: 30px;
    font-weight: 700;
    padding: 24px 0;
    display: block;
    color: #fff
}

@media (max-width:991px) {
    .site-header .site-logo a {
        padding: 13px 0
    }
}

.site-header .site-logo a h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #fff
}

.site-header .site-logo .logo-sticky {
    display: none
}

.site-header .tt-hamburger {
    width: 24px;
    cursor: pointer
}

.site-header .tt-hamburger.active {
    opacity: 0;
    visibility: hidden
}

@media (min-width:992px) {
    .site-header .tt-hamburger {
        display: none
    }
}

.site-header .tt-hamburger:focus {
    outline: 0
}

.site-header .tt-hamburger .bar {
    background: #fff;
    height: 2px;
    display: block
}

.site-header .tt-hamburger .bar:not(:last-child) {
    margin-bottom: 5px
}

@media (min-width:992px) {
    .site-header .container {
        position: relative
    }
}

.site-header .site-main-menu li a {
    font-family: Poppins, sans-serif;
    text-decoration: none
}

.site-header:not(.mobile-header) .nav-right {
    display: flex;
    justify-content: flex-end
}

.site-header:not(.mobile-header) .menu-wrapper {
    justify-content: center;
    display: flex;
    align-items: center
}

.site-header:not(.mobile-header) .site-main-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-header:not(.mobile-header) .site-main-menu>li {
    padding: 35px 0;
    position: relative
}

.site-header:not(.mobile-header) .site-main-menu>li>a {
    font-weight: 500;
    font-size: 15px;
    font-family: Poppins, sans-serif
}

.site-header:not(.mobile-header) .site-main-menu>li>a:hover {
    color: var(--color_primary)
}

.site-header:not(.mobile-header) .site-main-menu>li:not(.menu_half_width):nth-last-child(-n+3).menu-item-has-children .sub-menu {
    left: auto;
    right: 0
}

.site-header:not(.mobile-header) .site-main-menu>li:not(.menu_half_width):nth-last-child(-n+3).menu-item-has-children .sub-menu li ul {
    right: 100%
}

.site-header:not(.mobile-header) .site-main-menu>li:not(.mega-menu) {
    position: relative
}

.site-header:not(.mobile-header) .site-main-menu li {
    display: inline-block
}

.site-header:not(.mobile-header) .site-main-menu li:not(:last-child) {
    margin-right: 40px
}

.site-header:not(.mobile-header) .site-main-menu li.menu-item-has-children>a {
    position: relative
}

.site-header:not(.mobile-header) .site-main-menu li.menu-item-has-children>a:after {
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: -16px;
    font-size: 13px;
    top: 0
}

.site-header:not(.mobile-header) .site-main-menu li.menu-item-has-children .sub-menu {
    margin: 0;
    padding: 15px 0;
    position: absolute;
    top: 115%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: all .3s ease-in-out;
    border-radius: .25rem;
    min-width: 220px;
    box-shadow: 0 5px 10px rgba(20, 48, 58, .0823529412);
    z-index: 2222;
    display: block !important;
    border-radius: 10px
}

.site-header:not(.mobile-header) .site-main-menu li.menu-item-has-children .sub-menu li {
    display: block;
    position: relative;
    margin-right: 0;
    line-height: 36px
}

.site-header:not(.mobile-header) .site-main-menu li.menu-item-has-children .sub-menu li a:not(.tt-btn-link) {
    font-size: 14px;
    padding: 7px 25px;
    display: block;
    line-height: 1.5;
    color: #464a56;
    font-weight: 500
}

.site-header:not(.mobile-header) .site-main-menu li.menu-item-has-children .sub-menu li a:not(.tt-btn-link):hover {
    color: var(--color_primary)
}

.site-header:not(.mobile-header) .site-main-menu li.menu-item-has-children .sub-menu li .sub-menu {
    padding: 15px 0;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    min-width: 220px;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(20, 48, 58, .0823529412)
}

.site-header:not(.mobile-header) .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.site-header:not(.mobile-header) .site-main-menu li.menu-item-has-children .sub-menu li a:after {
    right: 14px;
    top: 8px;
}

.site-header:not(.mobile-header) .site-main-menu li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.site-header:not(.mobile-header) .nav-right {
    margin-left: 40px
}

.site-header:not(.mobile-header) .nav-right .tt-btn {
    padding: 8px 26px;
    min-width: auto;
    margin-left: 15px;
}

.site-header:not(.mobile-header).header_light .site-main-menu>li>a {
    color: rgba(255, 255, 255, .7)
}

.site-header:not(.mobile-header).header_light .site-main-menu>li>a:hover {
    color: #fff
}

.site-header .tt-btn {
    display: inline-block !important;
    padding: 5px 35px;
    font-family: Poppins, sans-serif;
    text-decoration: none
}

@keyframes stickySlideDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#site-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:992px) {
    .close-menu {
        display: none
    }
}

.mobile-menu-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 30px 25px;
    border-bottom: 1px solid #eee
}

.mobile-menu-header h3 {
    margin-bottom: 0
}

.close-menu {
    height: 40px;
    width: 40px;
    background: rgba(136, 136, 136, .1);
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    color: #051441;
    font-size: 14px
}

.site-main-menu {
    list-style: none
}

.site-main-menu ul {
    list-style: none
}

@media (max-width:991px) {
    .site-header {
        height: auto
    }

    .site-header .mobile-menu-header {
        display: flex
    }

    .site-header .site-logo .logo-sticky {
        display: none
    }

    .site-header .tt-hamburger {
        display: block
    }


    .site-header .main-nav-container {
        position: fixed;
        top: 0;
        height: 100vh;
        background: #fff;
        max-width: 400px;
        width: 100%;
        text-align: left;
        overflow-y: auto;
        padding-bottom: 50px;
        left: -100px;
        transition-duration: .3s;
        opacity: 0;
        visibility: hidden;
        z-index: 999
    }
    .nav-auth-buttons a{
        margin-bottom: 10px;
    }
}

@media (max-width:991px) and (max-width:420px) {
    .site-header .main-nav-container {
        max-width: 100%
    }
}

@media (max-width:991px) {
    .site-header .main-nav-container.open {
        opacity: 1;
        left: 0;
        visibility: visible
    }
}

@media (max-width:991px) {
    .site-header .main-nav-container li {
        padding: 0 10px;
        position: relative
    }

    .site-header .main-nav-container li a:not(.tt-btn-link) {
        font-size: 14px;
        color: #071c4d;
        position: relative;
        z-index: 1;
        padding: 8px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 6px;
        margin-bottom: 5px
    }

    .site-header .main-nav-container li a:not(.tt-btn-link):hover {
        display: block;
        background-color: #f5f5f5
    }

    .site-header .main-nav-container li.menu-item-has-children>a {
        position: relative
    }

    .site-header .main-nav-container li.menu-item-has-children>a.active:after {
        content: "\e622"
    }

    .site-header .main-nav-container li.menu-item-has-children li a {
        font-size: 14px;
        text-transform: capitalize
    }
}

@media (max-width:991px) {
    .site-header .main-nav {
        position: static;
        z-index: 3333;
        line-height: 1.2
    }

    .site-header .main-nav .site-main-menu {
        padding-left: 0
    }

    .site-header .main-nav .sub-menu {
        padding-left: 15px;
        margin-left: 0;
        margin-bottom: 0;
        display: none
    }

    .site-header .main-nav .sub-menu>li {
        padding: 0
    }

    .site-header .main-nav .sub-menu li a {
        border-top: 0
    }

    .site-header .main-nav .sub-menu {
        padding-left: 10px;
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    .site-header .main-nav {
        cursor: default;
        position: relative;
        z-index: 10;
        text-align: left;
        font-weight: 500;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media (max-width:991px) and (max-width:991px) {
    .site-header .main-nav {
        min-height: 60px
    }
}

@media (max-width:991px) {

    
    .site-header .main-nav a:before {
        display: none
    }
}

@media (max-width:991px) {
    .site-header .main-nav .site-main-menu {
        margin-top: 20px
    }
}

@media (max-width:991px) {

    .site-header .main-nav .site-main-menu,
    .site-header .main-nav .site-main-menu ul {
        list-style: none
    }
}

@media (max-width:991px) {

    
    .site-header .main-nav .nav-item:before {
        background-color: var(--color_primary)
    }
}

@media (max-width:991px) {
    .site-header .main-nav.hidden {
        display: none
    }
}

@media screen and (max-width:991px) and (max-width:1024px) {
    .site-header .main-nav .close-menu {
        display: block
    }
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1em;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.clear:after,
.clear:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

.content-area {
    padding: 120px 0;
    min-height: 35vh
}

@media (max-width:991px) {
    .content-area {
        padding: 80px 0
    }
}

.page-header {
    text-align: center;
    min-height: 450px;
    padding: 50px 0;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-color: var(--color_secondary)
}

@media (max-width:991px) {
    .page-header {
        min-height: 300px !important
    }
}

.widget {
    border: 2px solid #f1f1f3;
    padding: 30px;
    border-radius: 10px
}

.widget:not(:last-child) {
    margin-bottom: 30px
}

.widget .widget-title {
    font-size: 20px;
    margin-bottom: 34px;
    font-weight: 600;
    position: relative
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget ul li {
    position: relative
}

.widget ul li:not(:last-child) {
    margin-bottom: 8px
}

.widget ul li a {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: #52525c;
    font-weight: 400
}

.widget ul li a:hover {
    color: var(--color_primary)
}

@media (max-width:991px) {
    .sidebar {
        margin-top: 50px
    }
}

.sidebar .widget-title,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
    font-size: 20px;
    margin-bottom: 27px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px
}

.sidebar .widget-title:after,
.sidebar h2:after,
.sidebar h3:after,
.sidebar h4:after,
.sidebar h5:after,
.sidebar h6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 35px;
    background-color: var(--color_primary)
}

@media (max-width:991px) {
    .sidebar-container {
        padding-left: 15px !important
    }
}

.sidebar .widget-title {
    position: relative;
    display: inline-block
}


.widget_nav_menu ul {
    margin: 0;
    padding: 0
}


.widget_nav_menu li {
    transition: all .3s ease-in-out;
    display: block;
    margin: 0;
    list-style-type: none;
    position: relative
}


.widget_nav_menu li:last-child {
    border-bottom: 0
}


.widget_nav_menu li:last-child {
    margin-bottom: 0
}


.widget_nav_menu a {
    display: block;
    font-size: inherit;
    font-family: inherit
}


.widget_nav_menu a:hover {
    color: var(--color_primary)
}

.widget_nav_menu .sub-menu {
    margin-top: 7px
}

.widget_nav_menu .sub-menu>li {
    border-bottom: 0
}

.widget_nav_menu .sub-menu>li .sub-menu {
    padding-left: 20px
}

.widget_nav_menu .sub-menu>li .sub-menu>li>a {
    padding-left: 5px
}

.widget_nav_menu .sub-menu>li .sub-menu>li>a {
    padding: 0
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.site-footer .widget-title {
    font-size: 18px;
    margin-bottom: 26px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600
}

.site-footer .widget {
    margin-bottom: 30px;
    border: 0
}

.site-footer .widget.widget_media_image {
    margin-bottom: 0
}

.site-footer .widget ul li {
    color: rgba(255, 255, 255, .6);
    font-size: 15px
}

.site-footer .widget ul li a {
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    position: relative;
    display: inline-block;
    font-weight: 400
}

.site-footer .widget ul li a:hover {
    color: #fff
}

.site-footer .widget ul li a:hover:after {
    width: 100%
}

.site-footer .widget ul.menu li:not(:last-child) {
    margin-bottom: 7px
}

.site-footer .widget ul.menu li .sub-menu {
    padding-left: 15px
}

.site-footer .widget ul.menu li .sub-menu li:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:768px) {
    .site-footer .widget {
        margin-bottom: 60px
    }
}

@media (max-width:992px) {
    .site-footer .footer-wrapper {
        padding: 80px 0 0 !important
    }
}

.site-footer.footer_dark table {
    border-color: rgba(255, 255, 255, .5);
    border-top-color: #f5f5f5
}

.site-footer.footer_dark table td:last-child {
    border-right: 1px solid rgba(255, 255, 255, .6)
}

.updated:not(.published) {
    display: none
}

.page-header .page-title {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 50px
}

@media (max-width:991px) {

    #secondary {
        margin-top: 40px
    }
}

#search-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity .7s ease, visibility .7s ease;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff
}

#search-menu-wrapper .close-search {
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 50%;
    background-color: var(--color_primary);
    color: #fff;
    z-index: 9999999;
    opacity: 5;
    position: absolute;
    right: 15px;
    top: 40px;
    font-size: 26px;
    cursor: pointer;
    text-align: center
}

@media (max-width:576px) {
    #search-menu-wrapper .close-search {
        height: 50px;
        width: 50px;
        line-height: 50px
    }
}

#search-menu-wrapper.toggled {
    opacity: 1;
    visibility: visible
}

#search-menu-wrapper .search-form {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b9b8b8
}

#search-menu-wrapper .search-form input {
    font-family: Poppins, sans-serif;
    border-radius: 0;
    border: 0;
    background: 0 0;
    height: 100px;
    padding: 0;
    color: #000;
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    line-height: 2.5
}

@media (max-width:991px) {
    #search-menu-wrapper .search-form input {
        height: 60px;
        font-size: 40px
    }
}

#search-menu-wrapper .search-form input::placeholder {
    color: #b1b1b1
}

#search-menu-wrapper .search-form button {
    background-color: #fff;
    color: #b1b1b1;
    border: 0;
    padding: 0;
    height: 80px;
    transition: all .3s ease-in-out;
    font-size: 40px
}

@media (max-width:991px) {
    #search-menu-wrapper .search-form button {
        font-size: 32px
    }
}

#search-menu-wrapper .search-form button:hover {
    color: var(--color_primary)
}

#comments {
    margin-top: 93px
}


object {
    max-width: 100%
}

.site-footer .widget_block h1,
.site-footer .widget_block h2,
.site-footer .widget_block h3,
.site-footer .widget_block h4,
.site-footer .widget_block h5,
.site-footer .widget_block h6 {
    font-size: 20px;
    font-weight: 600
}

.site-footer.footer_dark h1,
.site-footer.footer_dark h2,
.site-footer.footer_dark h3,
.site-footer.footer_dark h4,
.site-footer.footer_dark h5,
.site-footer.footer_dark h6 {
    color: #fff
}

.site-footer.footer_dark .footer-newsletter-form input:not([type=checkbox]):not([type=submit]):focus {
    color: #fff
}


/*Utility ==============*/
:root {
    --h1: clamp(2.97rem, 3.789vw + 1rem, 4.5rem);
    --h2: clamp(2.64rem, 3.368vw + 1rem, 4rem);
    --h3: clamp(1.98rem, 2.526vw + 1rem, 3rem);
    --h4: clamp(1.65rem, 2.105vw + 1rem, 2.5rem);
    --h5: clamp(1.485rem, 1.894vw + 1rem, 2.25rem);
    --h6: clamp(0.825rem, 1.052vw + 1rem, 1.25rem)
}

.font-weight-bold {
    font-weight: 700
}

.gap-2 {
    gap: 0.5rem !important
}

.gap-4 {
    gap: 1rem !important
}

/*Utility end ================== */

.list {
    --direction: column;
    display: flex;
    flex-direction: var(--direction);
    margin: 0;
    padding: 0;
    list-style: none;
}

@keyframes ticker {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes tickerTwo {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

.ticker {
    overflow: hidden;
    box-sizing: content-box;
}

/*padding style added*/

.section-title {
    font-size: 32px;
}

@media (min-width: 992px) {
    .section-title {
        font-size: 48px;
    }
}


/*hover css start ---------------------- */

/*hover css eNd ---------------------- */


@keyframes animateText {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*portfolio box style =------------------------*/

/*icon box carusel style added here ---------*/
.tt-icon-box__icon-container {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    font-size: 40px;
    padding: 14px;
    border-radius: 50px;
}

/*----------------protfolio layout 4 style added START --------------------------*/
/*----------------protfolio layout 4 style added END --------------------------*/

/* ===================== testimonial 20 style added ===========*/
  @keyframes scrollY {
    100% {
        transform: translateY(calc(-50% - .5rem));
    }
}
  /* ========== testimonial19 style added ============= */
