/*modam font*/
@font-face {
    font-family: ModamFaNumWeb;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url("fonts/woff2/ModamFaNumWeb-ExtraLight.woff2") format('woff2'), url("fonts/woff/ModamFaNumWeb-ExtraLight.woff") format('woff');
}

@font-face {
    font-family: ModamFaNumWeb;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("fonts/woff2/ModamFaNumWeb-Light.woff2") format('woff2'), url("fonts/woff/ModamFaNumWeb-Light.woff") format('woff');
}

@font-face {
    font-family: ModamFaNumWeb;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("fonts/woff2/ModamFaNumWeb-Regular.woff2") format('woff2'), url("fonts/woff/ModamFaNumWeb-Regular.woff") format('woff');
}

@font-face {
    font-family: ModamFaNumWeb;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("fonts/woff2/ModamFaNumWeb-Medium.woff2") format('woff2'), url("fonts/woff/ModamFaNumWeb-Medium.woff") format('woff');
}

@font-face {
    font-family: ModamFaNumWeb;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("fonts/woff2/ModamFaNumWeb-SemiBold.woff2") format('woff2'), url("fonts/woff/ModamFaNumWeb-SemiBold.woff") format('woff');
}

@font-face {
    font-family: ModamFaNumWeb;
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("fonts/woff2/ModamFaNumWeb-Bold.woff2") format('woff2'), url("fonts/woff/ModamFaNumWeb-Bold.woff") format('woff');
}

@font-face {
    font-family: ModamFaNumWeb;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("fonts/woff2/ModamFaNumWeb-ExtraBold.woff2") format('woff2'), url("fonts/woff/ModamFaNumWeb-ExtraBold.woff") format('woff');
}

@font-face {
    font-family: ModamFaNumWeb;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("fonts/woff2/ModamFaNumWeb-Black.woff2") format('woff2'), url("fonts/woff/ModamFaNumWeb-Black.woff") format('woff');
}
:root {
    --primary-color: #DB3247;
    --gray100-color: #F4F4F4;
    --gray200-color: #E8E8E8;
    --gray300-color: #929292;
    --gray400-color: #737070;
    --gray500-color: #423F3F;
    --gray600-color: #100F0F; 
    --success-color: #098E3E;
}

/*! normalize.css v8.0.1*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}
main {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}

template {
    display: none;
}
[hidden] {
    display: none;
}

/* General settings */
* {
    box-sizing: border-box;
}
body {
    font: 1em/1.6 'ModamFaNumWeb', Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color:  var(--gray600-color);
    overflow-x: hidden;
    margin: 0;
    padding: 0;

}
iframe,
img {
    border: none;
}
p {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
b,
strong {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.6em 0;
    font-weight: normal;
}

h1 {
    font-size: 32px;
    line-height: 60px;
    font-weight: 900;
}

h2 {
    font-size: 32px;
    line-height: 60px;
    font-weight: 800;
}

h3 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
}
h5 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    text-align: right;
    vertical-align: top;
}
.lead {
    font-size: 16px;
}
/* ---------------------------------------------------------
   # Header
------------------------------------------------------------ */
.ty-header {
    padding: 0;
    margin: 0;
}
.ty-logo {
    margin: 0;
}
.ty-logo img{
    max-width: 168px;
    max-height: 43px;
}
/*menu*/
.navbar-nav .nav-link.active::after {
    content: '';
    border-bottom: 2px solid var(--primary-color);
    width: 37px;
    display: block;
}
.navbar-toggler {
    background:  var(--gray100-color);
    border-radius: 8px;
    border: 0;
    padding: 10px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
@media screen and (max-width: 991px) {
    .collapse:not(.show),
    .navbar-collapse {
        padding: 30px;
    }
}
/* ---------------------------------------------------------
   # btn
------------------------------------------------------------ */
.ty-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn.ty-btn:active,
.ty-btn:first-child:active,
.ty-btn:focus,
.ty-btn:focus-visible,
.ty-btn:hover {
    background-color: var(--gray400-color);
    border-color: var(--gray400-color);
    box-shadow:none;
}
.ty-btn-outline {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.btn.ty-btn-outline:active,
.ty-btn-outline:focus,
.ty-btn-outline:hover {
    color: var(--gray400-color);
    border-color: var(--gray400-color);
}
.ty-link {
    color:  var(--gray600-color);
    transition: all 0.3s ease;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.ty-link i {
    padding-right: 5px;
}

.ty-more-link{
    color: var(--gray400-color);
}
.ty-link:hover,
.ty-more-link:hover {
    color: var(--primary-color);
}


/* ---------------------------------------------------------
   # icon
------------------------------------------------------------ */

.ty-icon-wrap {
    background: var(--primary-color);
    display: inline-block;
    border-radius: 8px;
    width: 52px;
    height: 52px;
    position: relative;
}
.ty-icon-wrap-blur {
    backdrop-filter: blur(5px);
    content: '';
    border-radius: 8px;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 8px;
    right: 8px;
    box-shadow: 2.5333333015441895px -2.5333333015441895px 2.5333333015441895px 0 #eaeaea inset;
    background: rgba(265,69,81,0.6);
}

.ty-icon-wrap i {
    color: #fff;
    font-size: 28px;
    text-align: center;
    display: block;
    margin: 8px auto;
    text-shadow: 0 1px 0 #111;
}
.ty-icon-wrap svg {
    fill: #fff;
    width: 15px;
    display: block;
    margin: 5px auto;
}

/* ---------------------------------------------------------
   # img
------------------------------------------------------------ */
.ty-img-style {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 20px;
}
.ty-img-style img {
    width: 100%;
}

.ty-img-style::before {
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 55%;
    bottom: -5%;
    right: 0;
    left: 0;
    background-color: var(--primary-color);
    border-radius: 8px;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.ty-img-style::after {
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    top: -5%;
    bottom: 55%;
    right: 0;
    left: 0;
    background-color:  var(--gray100-color);
    border-radius: 8px;
    -webkit-transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    transform: skewY(-3deg);
}
.ty-shape {
    position: relative;
}
.ty-shape .ty-shape-arrow-one {
    background: url("../images/arrow-one.png") no-repeat center;
    width: 110px;
}
.ty-shape .ty-shape-arrow-two {
    background: url("../images/arrow-two.png") no-repeat center;
    width: 90px;
}
.ty-shape .ty-shape-line-one {
    background: url("../images/line.png") no-repeat center;
    width: 150px;
    position: absolute;
    z-index: -2;
    bottom: -35px;
    top: 80%;
    left: -70px;
}
.ty-shape .ty-shape-line-two {
    background: url("../images/line.png") no-repeat center;
    width: 150px;
}
.ty-gradient:before {
    content: '';
    width: 300px;
    height: 300px;
    background-image: radial-gradient(circle, #FF4550, #fff, #fff);
    position: absolute;
    z-index: -1;
    top: -60px;
    right: -60px;
    opacity: 0.2;
}

/* ---------------------------------------------------------
   # Hero-section-style-one
------------------------------------------------------------ */
.ty-herosection-one h1 span {
    color: var(--primary-color);
    display: inline-block;
}

.ty-herosection-one .ty-img-style img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    border-radius: 8px;
}

.ty-herosection-one .ty-shape {
    position: relative;
    width: 100%;
}
.ty-herosection-one .ty-shape .ty-shape-arrow-one {
    position: absolute;
    top: -140px;
    bottom: 80%;
    left: -70px;
}
.ty-herosection-one .ty-shape .ty-shape-arrow-two {
    position: absolute;
    top: 40%;
    bottom: -140px;
    right: -120px;
}

.ty-herosection-one .ty-shape .ty-shape-line-two {
    position: absolute;
    z-index: -2;
    bottom: 35%;
    top: -212px;
    right: -43px;
}
@media screen and (max-width: 991px) {
    .ty-herosection-one h1 span {
        display: inline;
    }
    .ty-herosection-one .ty-shape .ty-shape-arrow-two,
    .ty-herosection-one .ty-shape .ty-shape-line-two {
        display: none;
    }
    .ty-herosection-one .ty-shape .ty-shape-arrow-one,
    .ty-herosection-two .ty-shape .ty-shape-line-one,
    .ty-herosection-one .ty-shape .ty-shape-line-one{
        left: 0;
    }
}
/* ---------------------------------------------------------
   # Hero-section-style-2
------------------------------------------------------------ */
.ty-herosection-two .ty-img-style img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
    border-radius: 8px;
}
.ty-herosection-two .ty-shape {
    position: relative;
    width: 100%;
}
.ty-herosection-two .ty-shape .ty-shape-arrow-one {
    position: absolute;
    top: 0;
    bottom: 40%;
    left: -90px;
}
.ty-herosection-two .ty-shape .ty-shape-arrow-two {
    position: absolute;
    top: 40%;
    bottom: -140px;
    right: -120px;
}
.ty-herosection-two .ty-shape .ty-shape-line-two {
    position: absolute;
    z-index: -2;
    bottom: 35%;
    top: -212px;
    right: -43px;
}

.ty-herosection-two .ty-overlay {
    position: absolute;
    z-index: 2;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 43.54%, rgba(0, 0, 0, 0.23) 113.1%, rgba(0, 0, 0, 0.28) 113.1%);

}

.ty-herosection-two .ty-hero-text {
    position: absolute;
    z-index: 3;
    color: #fff;
    padding: 100px;
}

.ty-herosection-two .ty-hero-text h1 span {
    color: var(--primary-color);
    display: inline-block;
}

@media screen and (max-width: 1389px) {
    .ty-herosection-two .ty-hero-text {
        padding: 60px 90px;
    }
}

@media screen and (max-width: 991px) {
    .ty-herosection-two .ty-shape .ty-shape-arrow-two,
    .ty-herosection-two .ty-shape .ty-shape-line-two {
        display: none;
    }
    .ty-herosection-two .ty-shape .ty-shape-arrow-one {
        left: 0;
        top: -140px;
        bottom: 80%;
    }
    .ty-herosection-two .ty-hero-text {
        position: relative;
        color:  var(--gray600-color);
        padding: 0 30px; 
    }
    .ty-herosection-two .ty-hero-text h1 span {
        display: inline;
    }
}
/* ---------------------------------------------------------
   # title
------------------------------------------------------------ */
.ty-section-title-wrap {
    display: flex;
    align-items: stretch;
}
.ty-section-title-wrap:after,
.ty-section-title-wrap:before {
    color: var(--gray200-color);
    content: '';
    border-bottom: solid 1px;
    margin: auto 60px;
    display: inline-block;
    height: 0;
    flex: 1;
}
.ty-section-title {
    text-align: center;
}
.ty-section-title span {
    color: var(--gray400-color);
}
.ty-section-title span::before {
    content: '';
    border-top: 2px solid var(--primary-color);
    border-radius: 8px;
    display: inline-block;
    width: 24px;
    margin: auto 10px;
}
.ty-section-title h2 {
    margin-top: 0;
}
.ty-section-desc {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color:  var(--gray300-color);
}
@media screen and (max-width: 991px) {
    .ty-section-title-wrap::after,
    .ty-section-title-wrap::before {
        margin: auto 30px;
    }
    .ty-section-title span {
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
    }

    .ty-section-title h2 {
        font-size: 20px;
        line-height: 40px;
        font-weight: 700;
    }
}

.ty-heading-title{
    font-size: 32px;
    font-weight: 800;
    line-height: 46.5px;
    color:  var(--gray600-color);
    margin: 0;
}
/* ---------------------------------------------------------
   # Breadcrumb
------------------------------------------------------------ */
.breadcrumbs {
    text-align: right;
    color:  var(--gray600-color);
}
.breadcrumbs span a {
    color: var(--gray400-color);
}
.breadcrumbs__separator {
  color: var(--gray400-color);
  padding: 0 5px;
}
.breadcrumbs span a:hover,
.breadcrumbs span.current {
    color: #5a5a5a;
}
/* ---------------------------------------------------------
   # Send-Resume-Pprocess
------------------------------------------------------------ */
.ty-resume-process-item {
    border: 1px solid var(--gray200-color);
    border-radius: 12px;
    width: 100%;
}
.ty-resume-process-item i {
    color: var(--primary-color);
    margin-left: 20px;
    font-size: 24px;
}
.ty-resume-process-item svg {
    fill: var(--primary-color);
    margin-left: 20px;
    width: 20px;
}
.ty-resume-process-item h3 {
    color:  var(--gray500-color);
    margin: 0;
    font-size: 19px;
}
/* ---------------------------------------------------------
   # Benefits - Work With Us
------------------------------------------------------------ */
.ty-benefit-items {
    outline: 5px solid #fff;
    outline-offset: -3px;
}

.ty-benefit-items .col {
    position: relative;
    border-left: 1px dashed  var(--gray300-color);
    border-top: 1px dashed  var(--gray300-color);
}
.ty-benefit-items .col:nth-child(-n + 3) {
    border-top: 0;
}
.ty-benefit-items .col:nth-child(10)::before,
.ty-benefit-items .col:nth-child(11)::before,
.ty-benefit-items .col:nth-child(4n+4)::before,
.ty-benefit-items .col:nth-child(4n+5)::before,
.ty-benefit-items .col:nth-child(7)::before {
    background: url("../images/star.png") no-repeat center;
    position: absolute;
    width: 26px;
    height: 26px;
    content: '';
    top: -13px;
    left: -12px;
}
.ty-benefit-items .col:nth-child(3n)::before {
    background: none;
}
.ty-benefit-items .col:nth-child(3n) {
    border-left: 0;
}
.ty-benefit-item p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    color: var(--gray400-color);
}

@media screen and (max-width: 991px) {
    .ty-benefit-items .col:nth-child(n)::before {
        background: none;
    }
    .ty-benefit-items .col {
        border: 0;
    }
    .ty-benefit-item,
    .ty-benefit-item p {
        text-align: center;
    }
}
/* ---------------------------------------------------------
   # Culture
------------------------------------------------------------ */
.ty-culture .ty-section-desc,
.ty-culture .ty-section-title {
    text-align: right;
}
@media screen and (max-width: 991px) {

    .ty-culture .ty-shape .ty-shape-line-one {
        left: 0;
    }
}
/* ---------------------------------------------------------
   # Job Position
------------------------------------------------------------ */
.ty-job-position .ty-shape-arrow-two {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}
.ty-job-position-cat {
    border-color: var(--gray200-color);
    color: var(--gray400-color);
    margin: 10px;
    border-radius: 100px;
}
.btn.ty-job-position-cat:active,
.ty-job-position-cat:focus,
.ty-job-position-cat:hover,
.ty-job-position-cat.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: rgba(255, 69, 80, 0.08);
}

.ty-job-position-item {
    border: 1px solid var(--gray200-color);
    border-radius: 20px;
    transition: all ease 0.3s;
}
.ty-job-position-item:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 16px 0 rgba(255, 69, 80, 0.2);
}
.ty-job-position-item-info .job-name-tag{
    display: block;
}
.ty-job-position-item-info h5 {
    display: inline-block;
    color:  var(--gray500-color);
}
.ty-job-position-item-info .job-tag {
    display: inline-block;
    padding-right: 14px;

}
.ty-job-position-item-info .job-tag:before {
    content: ' ';
    border-right: 1px solid  var(--gray500-color);
    padding-right: 14px;
    color:  var(--gray500-color);
}
.ty-job-position-item-info .ty-span-gray {
    display: inline-block;
    background-color:  var(--gray100-color);
    border-color:  var(--gray100-color);
    color:  var(--gray500-color);
    border-radius: 8px;
    padding: 5px 10px;
}
.ty-job-position-item-info .job-location {
    display: block;
    color: var(--gray400-color);
}
.ty-job-position-item-info .job-location span:nth-child(2) {
    padding-right: 7px;
}
.ty-job-position-item-info .job-location span:first-child {
    content: ' ';
    border-left: 1px solid var(--gray200-color);
    padding-left: 7px;
}
.ty-job-position-item-link {
    align-self: center;
    color:  var(--gray300-color);
    padding: 0;
    border: 0;
    border-radius: 5px;
    font-size: 28px;
    transition: all ease 0.3s;
}
.ty-job-position-item-link i {
    display: block;
}
.ty-job-position-item:hover .ty-job-position-item-link {
    color: var(--primary-color);
    background: rgba(255, 69, 80, 0.12);
}

/*filter*/
.filter-box select {
    color:  var(--gray300-color);
    background-position:left .75rem center;
    padding: 10px;
    border: 1px solid var(--gray200-color);
    border-radius: 12px;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'ModamFaNumWeb', Tahoma, sans-serif;
}
.filter-box option {
    font-family: 'ModamFaNumWeb', Tahoma, sans-serif;
    background:#fff;
    border: none;
    cursor: pointer;

}
.filter-box option:nth-child(1)::before{
    content: "\ea0e";
}

@supports (-moz-appearance:none) {
    .filter-box select 
    {
    -moz-appearance:none !important;
    }
  }

.form-select:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none
}

/**search filter*/
.ty-search-job-form {
    width: 100%;
    position: relative;
}

.ty-search-job-input {
    width: 100%;
    border: 1px solid var(--gray200-color);
    outline: none;
    color: var(--gray400-color);
    padding: 12px;
    padding-right: 50px;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ty-search-job-input:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none
}

.ty-search-job-submit {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 15px;
    color:  var(--gray300-color);
}

.ty-search-job-submit:hover {
    color:  var(--gray500-color);
}

@media screen and (max-width: 769px) {
    .ty-search-job-form {
        margin-top: 30px;
    }
}
/**
* load filter 
*/
.ty_loading_wrapper {
    text-align: center;
    display: block;
    width: 100%;
    margin: 30px 10px 50px 10px;
}
.ty_loading_wrapper .loading-icon{
    display: none;
}
/* ============================
   #ISOTOP PRINTABLES
   ============================ */

.grid-print {
    background: #EEE;
  }
  
  /* clear fix */
  .grid-print:after {
    content: '';
    display: block;
    clear: both;
  }
  
  /* ui group */
  
  .ui-group {
    display: inline-block;
    margin-right: 20px;
  }
  
  .ui-group h3 {
    display: inline-block;
    margin-right: 0.2em;
    font-size: 16px;
  }
  
  .ui-group .button-group {
    display: inline-block;
    margin-right: 20px;
  }
/* ---------------------------------------------------------
   # Single Job Position
------------------------------------------------------------ */
.job-single-header{
    border-bottom: 1px solid var(--gray200-color);
}

.ty-job-header-tag{
        display: flex;
        justify-content: end;
        margin-top: 10px;
        line-height: 42px;
}
.ty-job-header-tag span{
    padding: 8px 16px;
    border-radius: 8px;
    background:  var(--gray100-color);
    margin-right: 20px;
    color:  var(--gray500-color);
    
}
.ty-job-header-tag i{
    color:  var(--gray300-color);
    padding: 0 5px;
    font-size: 15px;
    line-height: 42px;

}
/* ---------------------------------------------------------
   # Our Values
------------------------------------------------------------ */
.ty-values .ty-shape .ty-shape-arrow-one {
    position: absolute;
    top: 50%;
    left: -180px;
    height: 40px;
    margin: 0;
}
.ty-values-item {
    border: 1px solid var(--gray200-color);
    border-radius: 12px;
}
.ty-values-item h3 {
    color:  var(--gray500-color);
    margin-bottom: 0;
}
.ty-values-item p {
    color: var(--gray400-color);
}
.ty-values-icon-wrap {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    background: linear-gradient(196.97deg, rgba(255, 69, 80, 0.12) 11.1%, rgba(255, 69, 80, 0.03) 88.31%);
}
.ty-values-icon-wrap i {
    color: var(--primary-color);
    font-size: 24px;
    display: block;
    padding: 20px;
}
.ty-values-icon-wrap svg {
    fill: var(--primary-color);
}

.ty-values-swiper {
    width: 100%;
    height: 100%;
}

.ty-values-swiper .ty-values-slide {
    text-align: center;
    font-size: 18px;
    background: #aaa;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 400px;
    width: auto;
    height: auto;

}

.ty-values-swiper .ty-values-slide .video-wrapper,
.ty-values-swiper .ty-values-slide .video-wrapper video,
.ty-values-swiper .ty-values-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
@media screen and (max-width: 769px) {
    .ty-values .ty-shape .ty-shape-arrow-one {
        display: none;
    }
}
/* ---------------------------------------------------------
   # Video
------------------------------------------------------------ */
.video-wrapper {
    position: relative;
}
.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.95;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    transition: opacity 150ms;
}
.video-overlay-play-button i {
    color: #fff;
    font-size: 60px;
    background: var(--primary-color);
    border-radius: 100%;
    padding: 10px;
    position: relative;
    top: 40%;
    z-index: -1;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

/* ---------------------------------------------------------
   # Interview Process
------------------------------------------------------------ */
.ty-interview-process-step {
    border: 1px solid var(--gray200-color);
    padding: 9px 12px;
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.ty-interview-process-step .nember {
    color: var(--primary-color);
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    line-height: 35px;
}

.ty-interview-process-step .text {
    color:  var(--gray500-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 10px;

}
.ty-interview-process-item h3 {
    color:  var(--gray500-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
}
.ty-interview-process-item p {
    color:  var(--gray300-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.ty-interview-process .ty-start-bg {
    background: url("../images/start.png") no-repeat center;
    width: 59px;
    height: 35px;
    position: absolute;
    top: -35px;
    right: -60px;
}

.ty-interview-process .ty-end-bg {
    background: url("../images/end.png") no-repeat center;
    width: 38px;
    height: 38px;
    position: absolute;
    top: -30px;
    left: -25px;
}

.ty-interview-processes .col:nth-child(1) .ty-interview-process-item:after,
.ty-interview-processes .col:nth-child(5) .ty-interview-process-item:after {
    background: url("../images/down-arrow.png") no-repeat center;
    width: 80px;
    height: 74px;
    position: relative;
    display: block;
    content: '';
    bottom: 200px;
    left: -75%;
}
.ty-interview-processes .col:nth-child(5) .ty-interview-process-item:after {
    bottom: 130px;
}

.ty-interview-processes .col:nth-child(2) .ty-interview-process-item:after,
.ty-interview-processes .col:nth-child(4) .ty-interview-process-item:after {
    background: url("../images/up-arrow.png") no-repeat center;
    width: 80px;
    height: 74px;
    position: relative;
    display: block;
    content: '';
    bottom: 130px;
    left: -85%;
}
.ty-interview-processes .col:nth-child(4) .ty-interview-process-item:after {
    bottom: 180px;
}
.ty-testimonial-item-people {
    margin-top: 20px;
}
.ty-testimonial-item-people img {
    margin-left: 10px;
    border-radius: 4px;
    width: 60px;
    height: auto;
}
.ty-testimonial-item-people h5 {
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .ty-interview-process-item {
        text-align: center;
    }

    .ty-interview-processes .col:nth-child(odd) .ty-interview-process-item:after {
        background: url("../images/down-arrow.png") no-repeat center;
        width: 80px;
        height: 74px;
        position: relative;
        display: block;
        content: '';
        transform: rotate(-110deg);
        bottom: 0;
        right: 80%;
    }

    .ty-interview-processes .col:nth-child(even) .ty-interview-process-item:after {
        background: url("../images/up-arrow.png") no-repeat center;
        width: 80px;
        height: 74px;
        position: relative;
        display: block;
        content: '';
        bottom: 0;
        left: 0;
        transform: rotate(-110deg);
    }

    .ty-interview-processes .col:last-child .ty-interview-process-item:after {
        background: none;

    }
}

/* ---------------------------------------------------------
   # Testimonial
------------------------------------------------------------ */
.ty-testimonial-items {

}

.ty-testimonial-items .col {
    position: relative;
    border-left: 1px dashed  var(--gray300-color);
    border-top: 1px dashed  var(--gray300-color);
  
}
.ty-testimonial-items .col:nth-child(-n + 3) {
    border-top: 0;
}
.ty-testimonial-items .col:nth-child(10)::before,
.ty-testimonial-items .col:nth-child(11)::before,
.ty-testimonial-items .col:nth-child(4n+4)::before,
.ty-testimonial-items .col:nth-child(4n+5)::before,
.ty-testimonial-items .col:nth-child(7)::before {
    background: url("../images/star.png") no-repeat center;
    position: absolute;
    width: 26px;
    height: 26px;
    content: '';
    top: -13px;
    left: -12px;
}
.ty-testimonial-items .col:nth-child(3n)::before {
    background: none;
}
.ty-testimonial-items .col:nth-child(3n) {
    border-left: 0;
}
.ty-testimonial-item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: justified;
    color:  var(--gray300-color);
}
.ty-testimonial-item div p {
    color:  var(--gray300-color);
}
.ty-testimonial-item i {
    font-size: 25px;
    color: var(--primary-color);
}
@media screen and (max-width: 991px) {
    .ty-testimonial-items .col:nth-child(n)::before {
        background: none;
    }
    .ty-testimonial-items .col {
        border: 0;
    }
    .ty-testimonial-item,
    .ty-testimonial-item p {
        text-align: center;
    }
}


.ty-monial-swiper {
    transition-timing-function: linear !important;
    width: 100%;
    height: 100%;
    margin-top:20px;
}

.ty-monial-swiper .ty-monial-slide {
    text-align: center;
    font-size: 18px;
    background:  var(--gray100-color);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 205x;
    width: auto;
    height: auto;

}
.ty-monial-right-swiper .ty-monial-slide:nth-child(5n),
.ty-monial-left-swiper .ty-monial-slide:nth-child(3n){
   background: var(--primary-color);
}
.ty-monial-swiper .ty-monial-slide .video-wrapper,
.ty-monial-swiper .ty-monial-slide .video-wrapper video,
.ty-monial-swiper .ty-monial-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------------------------------------------------------
   # FQA
------------------------------------------------------------ */
.ty-faq .ty-shape .ty-shape-arrow-one,
.ty-faq .ty-shape .ty-shape-line-one {
    position: absolute;
    top: 40%;
    left: -180px;
    height: 90px;
    margin: 0;
}
.ty-faq .ty-shape .ty-shape-arrow-one {
    background-size: 80px;
    left: -160px;
}
.ty-faq .ty-shape .ty-shape-arrow-two,
.ty-faq .ty-shape .ty-shape-line-two {
    position: absolute;
    top: 40%;
    right: -180px;
    height: 90px;
    margin: 0;
}
.ty-faq .ty-shape .ty-shape-arrow-two {
    background-size: 80px;
    right: -160px;
}
ul.accordion {
    list-style: decimal;
    padding: 50px 0;
    margin: 0;
    list-style-position: inside;
}
.accordion-header {
    margin-bottom: 0;
    display: inline-block;
    width: 95%;
    margin: 25px 0;
    text-align: right;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 0;
}
.accordion-button::after {
    content: "\e90a";
    font-family: 'iconsax-outline' !important;
    margin-right: auto;
    margin-left: 0;
    background-image: none;
    font-size: 20px;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\eb19";
    font-family: 'iconsax-outline' !important;
    transform: none;
}
.accordion-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: right;
}
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:focus {
    border: 0;
    box-shadow: none;
}
.accordion-body {
    color: var(--gray400-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 0 30px;
}
@media screen and (max-width:1280px) {
    .accordion-header {
        width: 92%;
    }
}
@media screen and (max-width: 991px) {
    .ty-faq .ty-shape .ty-shape-arrow-one,
    .ty-faq .ty-shape .ty-shape-arrow-two,
    .ty-faq .ty-shape .ty-shape-line-one,
    .ty-faq .ty-shape .ty-shape-line-two {
        display: none;
    }
}

/* ---------------------------------------------------------
   # Team Members
------------------------------------------------------------ */
.ty-team-items .col {
    position: relative;
    border-left: 1px dashed  var(--gray300-color);
    border-top: 1px dashed  var(--gray300-color);
}

.ty-team-items .col::before {
    background: url("../images/star.png") no-repeat center;
    position: absolute;
    width: 26px;
    height: 26px;
    content: '';
    top: -13px;
    left: -12px;
}
.ty-team-items .col.no-border {
    border-left: 0;
}
.ty-team-items.first-level .col {
    border-top: 0;
}
.ty-team-items .col.no-border:before,
.ty-team-items.first-level .col::before {
    background: none;
}
.ty-team-item {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    background:  var(--gray100-color);
    margin: 20px auto;
}
.ty-team-item.img-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.red-box {
    background: var(--primary-color);
}
.ty-team-mobile {
    display: none;
}
@media screen and (max-width: 1200px) {
    .ty-team-item {
        width: auto;
        height: 94px;
    }
}
@media screen and (max-width: 991px) {
    .ty-team-item {
        height: 60px;
        margin: 10px auto;
    }
}
@media screen and (max-width: 768px) {
    .ty-team-item {
        height: 80%;
    }
    .ty-team-items.first-level .col::before {
        background: url("../images/star.png") no-repeat center;
    }
    .ty-team-items.first-level .col {
        border-left: 1px dashed  var(--gray300-color);
        border-top: 1px dashed  var(--gray300-color);
    }
    .ty-team-items .col:nth-child(4) {
        border-left: 0;
    }
    .ty-team .col-md-6:nth-child(1) .col {
        border-top: 0;
    }
    .ty-team .col-md-6:nth-child(1) .col::before,
    .ty-team-items .col:nth-child(4)::before {
        background: none;
    }
}

@media screen and (max-width: 430px) {
    .ty-team-desktop {
        display: none;
    }
    .ty-team-mobile {
        display: block;
    }
    .ty-team-item {
        height: 100%;
        margin: 0 auto;
    }
    .ty-team-items .col {
        border: 0;
    }
}
/* ---------------------------------------------------------
   # blog
------------------------------------------------------------ */
.ty-blog .ty-section-desc,
.ty-blog .ty-section-title {
    text-align: right;
}

.ty-blog-item .ty-blog-icon-wrap {
    background:  var(--gray100-color);
    display: inline-block;
    padding: 7px 10px 5px;
    border-radius: 8px;
}
.ty-blog-item .ty-blog-icon-wrap i {
    color: var(--primary-color);
    font-size: 24px;
}

.ty-blog-item {
    border: 1px solid var(--gray200-color);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.ty-blog-item:hover {
    box-shadow: 0 0 16px 0 #FF455033;
}
.ty-blog-item h5,
.ty-blog-item h5 a {
    color:  var(--gray500-color);
    font-weight: 500;
}
.ty-blog-item p {
    color: var(--gray400-color);
}
.ty-blog-item-tag {
    margin-top: 20px;
}
.ty-blog-item-tag a,
.ty-blog-item-tag a:hover,
.tag-cloud-link,
.tag-cloud-link:hover {
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    color: var(--gray400-color);
    background:  var(--gray100-color);
    padding: 4px 9px;
    border-radius: 4px;
}
.ty-blog-item-tag span {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: var(--gray400-color);
}

/*single*/
.ty-blog-header-tag {
    display: flex;
    justify-content: end;
    margin-top: 10px;
    line-height: 42px;
}
.ty-blog-header-tag a{
    color: var(--gray400-color);
}
.ty-blog-header-tag i{
    color:  var(--gray300-color);
    padding: 0 5px;
    font-size: 15px;
    line-height: 42px;

}
.blog-single-header,
.blog-single-content{
    border: 1px solid var(--gray200-color);
    border-radius: 20px;
}
.blog-single-header .posted-author,
.blog-single-header .posted-comment{
    border-right: 1px solid #eee;
    margin-right: 7px;
}
.blog-single-header .posted-on i{
     float: right;
}

.blog-single-content img{
    width: 100%;
    height: auto;
    margin: 50px auto;
    border-radius: 20px;
}

.blog-single-content .post-feature-thumbnail img{
    margin-top: 0;
}

.blog-single-content ul,
.blog-single-content ol {
    list-style: none;
    padding: 0;
    margin: 20px auto;
}

.blog-single-content li {
    padding-right: 45px;
    position: relative;
    line-height: 46px;
}

.blog-single-content li::before {
    content: "\25CF";
    color: #fff;
    position: absolute;
    right: 0;
    background-color:var(--primary-color);
    width: 36px;
    height: 36px;
    border-radius: 7px;
    text-align: center;
}

.blog-single-content ol {
    counter-reset: item;
}
  
.blog-single-content ol li::before {
    content: counter(item) "\002E";
    counter-increment: item;
}
.wp-block-quote{  
    border-radius: 14px;
    background:  var(--gray100-color);
    padding: 35px;
    border-left: 0;
    position: relative;
}
.wp-block-quote::before{
    font-family: 'iconsax-bold' !important;
    content: "\eb7e";
    position: absolute;
    top: -30px;
    left: 20px;
    color: var(--gray400-color);
    font-size: 45px;
}
.wp-block-quote::after{
    font-family: 'iconsax-bold' !important;
    content: "\eb7b";
    position: absolute;
    bottom: -30px;
    right: 20px;
    color: var(--gray400-color);
    font-size: 45px;
}
.category-list .cat-links,
.category-list .tags-links{
    display: block;
    color: var(--gray400-color);

}
.cat-links a{
    font-size: 13px;
    font-weight: 400;
    color:  var(--gray300-color);
}
.tags-links{
    border-top: 1px solid var(--gray200-color);
    padding-top: 20px;
    margin-top: 20px;
}
.tags-links a{
    font-size: 13px;
    font-weight: 400;
    color:  var(--gray300-color);
    background:  var(--gray100-color);
    padding: 4px 9px;
    border-radius: 4px;
    margin-left: 5px;

}

/*
Comments
*/
.respond-form {
  padding-top: 40px;
}

.respond-comment {
  background: var(--primary-color);
  width: 100%;
  padding: 30px;
  color: #fff;
}

h2.respond-comment {
  font-size: 18px;
  margin: 0 0 30px;
  float: right;
}

.respond-comment span {
  color: #fff;
}

#comments,
#comments::-moz-focus-inner {
  outline: 0;
  border: none;
  border: 1px solid var(--gray200-color);
  border-radius: 20px;
}

.comment-number {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment-list li {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.comment-list li .comment-body {
    padding: 30px;
    background:  var(--gray100-color);
    border-radius: 20px;
    margin-bottom: 20px;

}
.comment-list li .comment-body .comment-content {
  display: inline-block;
}

.comment-list li .comment-body .comment-content ol,
.comment-list li .comment-body .comment-content ul {
  padding-right: 15px;
  display: block;
}

.comment-list li .comment-body .comment-content ol li,
.comment-list li .comment-body .comment-content ul li {
  list-style: circle;
}

.comment-list li .comment-body .comment-content a {
  color:  var(--gray300-color);
}

.comment-list li .comment-body .comment-content li {
  margin: 0;
  padding: 0;
}

.comment-list li .comment-body .comment-meta {
  margin-left: 20px;
  display: inline-block;
}

.comment-list li .comment-body .comment-meta .comment-author.vcard {
  width: 100%;
  float: right;
  text-align: center;
  display: block;
}

.comment-list li .comment-body .comment-meta .comment-author.vcard img {
    margin: 0;
}

.comment-list li .comment-body .comment-meta .comment-author.vcard .fn a {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: small;
}

.says {
  display: none;
}

.comment-list li .comment-body .comment-meta .comment-metadata {
  text-align: center;
  display: block;
}

.comment-list li .comment-body .comment-meta .comment-metadata a {
    font-size: 10px;
    color:  var(--gray300-color);
}

.comment-list li .comment-body .comment-meta .comment-metadata .edit-link a {
  font-size: 12px;
  color:  var(--gray300-color);
  display: block;
  padding-top: 10px;
}

.comment-list li .comment-body .reply {
    display: block;
    text-align: left;
}

.comment-list li .comment-body .reply a {
  background: var(--primary-color);
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff !important;
  font-size: small;
  font-weight: 100;
}

.comment-list li .comment-body .reply a:hover {
  background:  var(--gray300-color);
}

.comment-list .children {
  padding: 0;
  margin:0 50px 0 0;
  list-style: none;
}

.comment-list .children li {
  background:  var(--gray100-color);
  margin-bottom: 20px;
  border-radius: 20px;
}
.comments-title span{
    font-weight: 200;
}
/* respond form  */
.comment-respond {
  background:  var(--gray100-color);
  padding: 30px;
  border-radius: 20px;
}

.comment-respond a {
  color: var(--primary-color);
}

.comment-respond a:hover {
  color:  var(--gray300-color);
}

.comment-respond label {
  display: inline-block;
}

label[for=wp-comment-cookies-consent] {
  font-size: smaller;
  margin: 0 10px;
}

.comment-awaiting-moderation {
  color: #f00;
  font-size: small;
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=url],
.comment-respond textarea {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  outline: none;
  padding: 10px;
  margin: 5px 2px;
  border: 1px solid #ddd;
  width: 100%;
}

.comment-respond input[type=text]:focus,
.comment-respond input[type=email]:focus,
.comment-respond input[type=url]:focus,
.comment-respond textarea:focus {
  box-shadow: 0 0 5px #333;
  border: 1px solid  var(--gray300-color);
}

#submit {
  background-color: var(--primary-color);
  border: 0;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 8px;
}

#submit:hover {
  background-color:  var(--gray300-color);
}

#submit:active {
  position: relative;
  top: 1px;
}
/* ---------------------------------------------------------
   # social
------------------------------------------------------------ */
/*shortcode-social*/
.ty-shortcode .social li a i {
    color:  var(--gray600-color);
}
.ty-shortcode .social li a:hover i {
    color: var(--primary-color);
}

/*social-share*/
.ty-blog-share {
    position: relative;
    width: 42px;
    height: 42px;
}
.share {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
}
.share .btn {
    border-radius: 100%;
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    background:  var(--gray100-color);
    margin-right: 10px;
    transition: all 0.4s linear;
}
.share .btn:hover i {
    color: var(--primary-color);
}
.share .btn i {
    cursor: pointer;
    color: var(--primary-color);
    padding: 0;
    line-height: 30px;
}
.share .ty-social-share.open ul li {
    opacity: 1;
}
.share .ty-social-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}
.share .ty-social-share ul li {
    border-radius: 100%;
    background-color:  var(--gray100-color);
    cursor: pointer;
    opacity: 0;
    width: 42px;
    height: 42px;
    margin: 5px 0;
    transition: all 0.4s ease-in-out;
}
.share .ty-social-share ul li:hover {
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.5);
}
.share .ty-social-share ul li i {
    color: var(--primary-color);
}
  
.ty-sidebar .social-title {
    color: #fff;
    line-height: 30px;
    margin-top: 32px;
    font-weight: 500;
}
.ty-sidebar .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ty-sidebar .social a {
    color: var(--gray400-color);
    transition: all ease 0.3s;
}
.ty-sidebar .social a:hover {
    color: var(--primary-color);
}
.ty-sidebar .social i {
    margin-left: 5px;
}
/* ---------------------------------------------------------
   # widget
------------------------------------------------------------ */
.widget  {
    margin-bottom:30px;
}
.widget a {
    color: var(--gray400-color);
}
.widget.widget_block ul,
.widget.widget_block ol {
    padding:0;
    line-height: 33px;
    list-style: none;
}
.widget ul li a {
    font-weight: 500;
}

.widget ul.wp-block-latest-posts li a::before {
    content: '*';
    color: var(--primary-color);
    position: relative;
    top: 6px;
    left: 4px;
  }

  .wp-block-latest-posts__post-author,
  .wp-block-latest-posts__post-date{
    width: 40%;
  }
.widget_block .wp-block-heading,
.widget .widget__title{ 
    color:  var(--gray500-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
}

/* ---------------------------------------------------------
   # Search
------------------------------------------------------------ */
.ty-search-form {
    max-width: 312px;
    width: 100%;
    position: relative;
    float: left;
}

.ty-search-input {
    width: 100%;
    border: 1px solid var(--gray200-color);
    outline: none;
    height: 40px;
    color: var(--gray400-color);
    padding: 5px 12px;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ty-search-submit {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-right: 1px solid var(--gray200-color);
    margin: 6px;
    padding: 4px 15px;
    color:  var(--gray300-color);
}
.ty-search-submit:hover {
    color: #191919;
}
@media screen and (max-width: 769px) {
    .ty-search-form {
        max-width: 100%;
        margin-top: 30px;
    }
}
/* ---------------------------------------------------------
   # Pagination
------------------------------------------------------------ */
.ty-pagination {
    display: block;
    margin: 0 auto;
    padding: 0
}

.ty-pagination > li {
    margin-left: 10px;
    display: inline-block;
}

.ty-pagination > li:last-child {
    margin-left: 0;
}

.ty-pagination > li > a,
.ty-pagination > li > span {
    background:  var(--gray100-color);
    color:  var(--gray300-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    border-radius: 12px;
    padding: 6px 17px;
    text-align: center;
    display: inline-block;
}

.ty-pagination > li > a.current,
.ty-pagination > li:hover > a {
    background: var(--primary-color);
    color: #fff;
}

/* ---------------------------------------------------------
   # Error 404
------------------------------------------------------------ */
.ty-error-404 {
    margin: 0 auto;
    padding: 150px 0;
    text-align: center;
}
.ty-no-content{
    padding: 150px 0;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color:  var(--gray300-color);
}
/* ---------------------------------------------------------
   # Footer
------------------------------------------------------------ */
.ty-footer {
    background-color:  var(--gray600-color);
    border-top: 0;
}

.ty-footer-widget-title {
    color: #fff;
    font-size: medium;
}
.ty-footer-widget-title::before {
    content: '';
    border-top: 2px solid var(--primary-color);
    padding-bottom: 5px;
    width: 32px;
    display: block;
}
.ty-footer-top {
    background-color: #000;
}
.ty-footer .ty-footer-widget-title {
    margin-bottom: 32px;
}
/*footer-social*/
.ty-footer .social-title {
    color: #fff;
    line-height: 30px;
    margin-top: 32px;
    font-weight: 500;
}
.ty-footer .social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ty-footer .social li a {
    color: #fff;
    transition: all ease 0.3s;
    margin-left: 20px;
}
.ty-footer .social li a:before {
    content: '*';
    color: var(--primary-color);
    position: relative;
    top: 6px;
    left: 4px;
}
.ty-footer .social li a:hover {
    color: var(--primary-color);
}
.copyright {
    color: #fff;
}
.copyright a {
    color: #fff;
    transition: all ease 0.3s;
}
.copyright a:hover {
    color: #333;
}
/*footer-menu*/
.ty-footer-menu {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ty-footer-menu li a.nav-link {
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 32px;
}
.ty-footer-menu li a:hover {
    color: var(--primary-color);
}
/*footer-address*/
.ty-footer-widget-address {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ty-footer-widget-address-item {
    background-color: #000;
    margin-bottom: 16px;
    padding: 10px;
    border-radius: 10px;
}
.ty-footer-widget-address p {
    color: var(--gray200-color);
}
.ty-footer-widget-address i {
    color: #333;
    width: 24px;
    line-height: 28px;
    margin: 0 5px;
}
.ty-map-items .map-item {
    padding: 7px 16px;
    background:  var(--gray600-color);
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
}
.ty-map-items .map-item:first-child {
    margin-left: 14px;
}
@media screen and (max-width: 569px) {
    .ty-btn-wrap,
    .ty-footer-logo {
        flex-direction: column;
        align-items: center;
        width: 100%;
        display: flex;
    }
    .ty-btn-wrap {
        margin-top: 30px;
    }
    .ty-map-items .map-item {
        display: none;
    }
}

/* ---------------------------------------------------------
   # Gravity Form
------------------------------------------------------------ */
.ty-gf-confirm{
    padding: 30px;
    text-align: center;
    width: 100%;
}
.ty-gf-confirm i{
    color: var(--success-color);
    font-size: 32px;
}
.ty-gf-confirm p{
    padding: 22px 0 32px;
}
.modal-header .btn-close {
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) auto  calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x));
}
.modal-header {
    border-bottom:  1px solid var(--gray200-color);
}
.modal-title {
    margin: 0;
}
.modal-body .gform_heading{
    display: none;
}
.modal-footer .btn{
    font-size: 13px;
    font-weight: 400;
    color: var(--gray400-color);
    background:  var(--gray100-color);
    padding: 4px 9px;
    border-radius: 4px;
}
.modal-footer .btn:hover{
    color:  var(--gray100-color);
    background: var(--gray400-color);
}
.gform-theme--foundation .gfield input,
.gform-theme--foundation .gfield select,
.gform-theme--foundation .gfield .ginput_password,
.gform-theme--foundation .gfield .textarea,
.gform-theme--foundation .gfield input.large,
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input,
.gform_wrapper.gravity-theme input {
    border: 1px solid var(--gray200-color);
    border-radius: 8px;
    box-shadow: none;
}

.gform-theme--foundation .gfield input:focus,
.gform-theme--foundation .gfield select:focus,
.gform-theme--foundation .gfield .ginput_password:focus,
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input:focus  {
    border: 1px solid var(--gray200-color);
    border-radius: 8px;
    box-shadow: none;
}
.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input,
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}

.ginput_container.ginput_container_fileupload input{
    padding: 30px 20px;
}

.gfield.gfield--type-fileupload.gfield--input-type-fileupload .gfield_description.gform_fileupload_rules{
    font-size: small;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color:  var(--gray300-color);
    margin: 0;
    padding: 0;
}
.modal-body .gform_wrapper.gravity-theme input + input,
.modal-body .gform_wrapper.gravity-theme input + button {
    margin: 0;
}
.gform-theme.gform-theme--framework.gform_wrapper input[type="submit"],
.gform_footer input[type="submit"].gform_button.button,
.gform_button,
.gform input[type="submit"] {
    border: none;
    background-color: #DB3247 !important;
    color: #fff;
    padding: 10px;
    transition: all .3s ease;
    box-shadow: none;
}
.gform-theme.gform-theme--framework.gform_wrapper input[type="submit"]:focus,
.gform-theme.gform-theme--framework.gform_wrapper input[type="submit"]:active{
    border: none !important;
    box-shadow: none !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, 
.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
    background-color: #DB3247 !important;
    --gf-ctrl-file-prog-bar-bg-color :var(--primary-color);
}
.gform_confirmation_wrapper.gform_wrapper .gform_confirmation_message{
    text-align: center;
}