@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


/* ===============================================
    General
------------------------*/

/** Variables **/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
button,
input {
    outline: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

b,
strong {
    font-weight: 600;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

p {
    margin: 0 0 15px;
}

*::-moz-selection {
    background: #00c25e;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #00c25e;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #00c25e;
    color: #fff;
    text-shadow: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #666666;
    padding: 12px 15px 12px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}

.rs-layer input[type="email"] {
    border-color: transparent !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0px !important;
    padding-right: 50px !important;
}

button:focus {
    box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #ff382f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder,
select::placeholder,
select::-moz-placeholder,
input::placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-font-color) !important;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

/** Typography Variable **/
:root {
    --base-bodyfont: 'DM Sans', sans-serif;
    --base-bodyfont-Size: 18px;
    --base-bodyfont-color: #828282;
    --base-skin: #00c25e;
    --base-skincolor: #00c25e;
    --base-dark: #000000;
    --base-darkgrey: #191919;
    --base-lightgrey: #161616;
    --base-grey: #f1f1f1;
    --base-white: #ffffff;
    --base-gradient: linear-gradient(to right, #00c25e, #00db9e);
    --base-headingfont: 'Space Grotesk', sans-serif;
    --base-menufont: 'Commissioner', sans-serif;
    --base-headingfont-color: #000000;
}

/** Typo Colors **/
.border-color {
    color: #e3e3e3;
}

.bodyfont-color {
    color: var(--base-bodyfont-color);
}

.headingfont-color {
    color: var(--base-headingfont-color);
}

/** Background Colors **/
.bg-base-skin {
    background-color: var(--base-skin);
}

.bg-base-dark {
    background-color: var(--base-dark);
}

.bg-base-darkgrey {
    background-color: var(--base-darkgrey);
}

.bg-base-lightgrey {
    background-color: var(--base-lightgrey);
}

.bg-base-grey {
    background-color: var(--base-grey);
}

.bg-base-white {
    background-color: var(--base-white);
}

.bg-base-gradient {
    background-image: var(--base-gradient);
}

/** Text Colors **/
.text-base-skin {
    color: var(--base-skin);
}

.text-base-dark {
    color: var(--base-dark);
}

.text-base-grey {
    color: var(--base-grey);
}

.text-base-white {
    color: var(--base-white);
}

/** Bg-layer Colors **/
.bg-base-skin>.prt-bg-layer {
    background-color: var(--base-skin);
}

.bg-base-dark>.prt-bg-layer {
    background-color: var(--base-dark);
}

.bg-base-grey>.prt-bg-layer {
    background-color: var(--base-grey);
}

.bg-base-white>.prt-bg-layer {
    background-color: var(--base-white);
}

.bg-base-skin>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-skin);
}

.bg-base-dark>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-dark);
}

.bg-base-grey>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-grey);
}

.bg-base-white>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    background-color: var(--base-white);
}

.text-base-white h1:not(.text-base-skin, .text-base-dark),
.text-base-white h2:not(.text-base-skin, .text-base-dark),
.text-base-white h3:not(.text-base-skin, .text-base-dark),
.text-base-white h4:not(.text-base-skin, .text-base-dark),
.text-base-white h5:not(.text-base-skin, .text-base-dark),
.text-base-white h6:not(.text-base-skin, .text-base-dark),
.text-base-white a:not(.text-base-skin, .text-base-dark),
.bg-base-darkgrey h1,
.bg-base-darkgrey h2,
.bg-base-darkgrey h3,
.bg-base-darkgrey h4,
.bg-base-darkgrey h5,
.bg-base-darkgrey h6 .bg-base-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6 {
    color: var(--base-white);
}

.bg-base-dark .text-base-white a:not(.text-base-skin, .text-base-dark) {
    color: var(--base-skin);
}

.bg-base-dark .section-title h3 {
    color: rgb(255 255 255 / 57%);
}

.bg-base-dark,
.bg-base-skin {
    color: rgba(255, 255, 255, .80);
}

.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
    color: rgba(255, 255, 255, .85);
}

.overlay-01 {
    background-color: #fff;
    margin: -222px 55px 82px -10px;
    padding: 0px 0px 0px 0px;
    z-index: 2;
    position: relative;
}

.overlay-box {
    border-style: solid;
    border-width: 0px 0px 0px 15px;
    border-color: #21A12E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px -5px;
    padding: 32px 0px 33px 20px;
}

.overlay-inner-box {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: sideways;
    width: 100%;
    margin: 0px 0px 0px 18px;
}

.overlay-inner-box h3 {
    font-family: 'Roboto', sans-serif;
    ;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.about-overlay-01 {
    justify-content: center;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: relative;
    content: '';
    top: 0;
    right: 1px;
    padding: 11px 16px 6px;
    transform: rotate(180deg);
}

.about-overlay-01 h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

body {
    font-family: var(--base-bodyfont);
    font-weight: 400;
    font-size: var(--base-bodyfont-Size);
    line-height: 28px;
    color: var(--base-bodyfont-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--base-headingfont), sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--base-headingfont-color);
}

h1 {
    font-size: 60px;
    line-height: 72px;
}

h2 {
    font-size: 50px;
    line-height: 60px;
}

h3 {
    font-size: 26px;
    line-height: 36px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
}

h6 {
    font-size: 18px;
    line-height: 20px;
}

.container-fluid {
    padding: 0 15px;
}

.container {
    max-width: 1330px;
    padding: 0 15px;
}

.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}

.row:not(.g-0)>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff;
}

a {
    color: var(--base-dark);
}

a:hover {
    color: var(--base-skin);
}

a,
img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

label {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px !important;
    line-height: 25px;
}

.fs-16 {
    font-size: 16px !important;
    line-height: 32px;
}

.fs-18 {
    font-size: 18px !important;
    line-height: 26px;
}

.fs-20 {
    font-size: 20px !important;
    line-height: 26px;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.box-shadow {
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10)
}

.border-rad_5 {
    border-radius: 5px;
}

.alignleft {
    float: left;
    margin: .425em 1.75em 1.25em 0;
}

.alignright {
    float: right;
    margin: .425em 0 1.25em 1.75em;
}

.z-index_1 {
    z-index: -1;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.underline {
    position: relative;
    display: inline-block;
}

.underline:before {
    position: absolute;
    content: '';
    left: 0;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, #00c25e, #00db9e);
    bottom: 3px;
    z-index: 0;
}


/* ===============================================
    Spacing
------------------------*/
/** Padding **/
.spacing-1 {
    padding: 85px 0px 0px 15px;
}

.spacing-2 {
    padding: 0px 40px 0px 0px;
}

.spacing-3 {
    padding: 70px 0px 0px 80px;
}

.spacing-4 {
    padding: 100px 0 100px;
}

.p-10 {
    padding: 10px ! important;
}

.p-15 {
    padding: 15px ! important;
}

.p-20 {
    padding: 20px ! important;
}

.p-30 {
    padding: 30px ! important;
}

.p-40 {
    padding: 40px ! important;
}

.p-45 {
    padding: 45px ! important;
}

.p-50 {
    padding: 50px ! important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px ! important;
}

.pr-10 {
    padding-right: 10px ! important;
}

.pr-15 {
    padding-right: 15px ! important;
}

.pr-20 {
    padding-right: 20px ! important;
}

.pr-30 {
    padding-right: 30px ! important;
}

.pr-40 {
    padding-right: 40px ! important;
}

.pr-50 {
    padding-right: 50px ! important;
}

.pr-55 {
    padding-right: 55px ! important;
}

.pr-60 {
    padding-right: 60px ! important;
}

.pr-70 {
    padding-right: 70px ! important;
}

.pr-80 {
    padding-right: 80px ! important;
}

.pr-90 {
    padding-right: 90px ! important;
}

.pr-100 {
    padding-right: 100px ! important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-10 {
    padding-left: 10px ! important;
}

.pl-15 {
    padding-left: 15px ! important;
}

.pl-20 {
    padding-left: 20px ! important;
}

.pl-30 {
    padding-left: 30px ! important;
}

.pl-40 {
    padding-left: 40px ! important;
}

.pl-50 {
    padding-left: 50px ! important;
}

.pl-60 {
    padding-left: 60px ! important;
}

.pl-70 {
    padding-left: 70px ! important;
}

.pl-80 {
    padding-left: 80px ! important;
}

.pl-90 {
    padding-left: 90px ! important;
}

.pl-100 {
    padding-left: 100px ! important;
}

.pl-150 {
    padding-left: 150px ! important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-5 {
    padding-top: 5px ! important;
}

.pt-10 {
    padding-top: 10px ! important;
}

.pt-15 {
    padding-top: 15px ! important;
}

.pt-20 {
    padding-top: 20px ! important;
}

.pt-25 {
    padding-top: 25px ! important;
}

.pt-30 {
    padding-top: 30px ! important;
}

.pt-40 {
    padding-top: 40px ! important;
}

.pt-50 {
    padding-top: 50px ! important;
}

.pt-60 {
    padding-top: 60px ! important;
}

.pt-70 {
    padding-top: 70px ! important;
}

.pt-80 {
    padding-top: 80px ! important;
}

.pt-90 {
    padding-top: 90px ! important;
}

.pt-100 {
    padding-top: 100px ! important;
}

.pt-130 {
    padding-top: 130px ! important;
}

.pt-230 {
    padding-top: 230px ! important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-5 {
    padding-bottom: 5px ! important;
}

.pb-10 {
    padding-bottom: 10px ! important;
}

.pb-15 {
    padding-bottom: 15px ! important;
}

.pb-20 {
    padding-bottom: 20px ! important;
}

.pb-30 {
    padding-bottom: 30px ! important;
}

.pb-40 {
    padding-bottom: 40px ! important;
}

.pb-50 {
    padding-bottom: 50px ! important;
}

.pb-60 {
    padding-bottom: 60px ! important;
}

.pb-70 {
    padding-bottom: 70px ! important;
}

.pb-80 {
    padding-bottom: 80px ! important;
}

.pb-90 {
    padding-bottom: 90px ! important;
}

.pb-95 {
    padding-bottom: 95px ! important;
}

.pb-100 {
    padding-bottom: 100px ! important;
}

.pb-105 {
    padding-bottom: 105px ! important;
}

/** Margin **/
.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px ! important;
}

.mt-10 {
    margin-top: 10px ! important;
}

.mt-12 {
    margin-top: 12px ! important;
}

.mt-15 {
    margin-top: 15px ! important;
}

.mt-20 {
    margin-top: 20px ! important;
}

.mt-30 {
    margin-top: 30px ! important;
}

.mt-35 {
    margin-top: 35px ! important;
}

.mt-40 {
    margin-top: 40px ! important;
}

.mt-45 {
    margin-top: 45px ! important;
}

.mt-50 {
    margin-top: 50px ! important;
}

.mt-60 {
    margin-top: 60px ! important;
}

.mt-70 {
    margin-top: 70px ! important;
}

.mt-80 {
    margin-top: 80px ! important;
}

.mt-90 {
    margin-top: 90px ! important;
}

.mt-100 {
    margin-top: 100px ! important;
}

.mt_5 {
    margin-top: -5px ! important;
}

.mt_10 {
    margin-top: -10px ! important;
}

.mt_15 {
    margin-top: -15px ! important;
}

.mt_20 {
    margin-top: -20px ! important;
}

.mt_25 {
    margin-top: -25px ! important;
}

.mt_30 {
    margin-top: -30px ! important;
}

.mt_40 {
    margin-top: -40px ! important;
}

.mt_50 {
    margin-top: -50px ! important;
}

.mt_60 {
    margin-top: -60px ! important;
}

.mt_70 {
    margin-top: -70px ! important;
}

.mt_80 {
    margin-top: -80px ! important;
}

.mt_90 {
    margin-top: -90px ! important;
}

.mt_100 {
    margin-top: -100px ! important;
}

.mt_130 {
    margin-top: -130px ! important;
}

.mt_140 {
    margin-top: -140px ! important;
}

.mt_150 {
    margin-top: -150px ! important;
}

.mt_200 {
    margin-top: -200px ! important;
}

.mt_420 {
    margin-top: -420px ! important;
}


.mb-0 {
    margin-bottom: 0px !important;
}

.mb-5 {
    margin-bottom: 5px ! important;
}

.mb-10 {
    margin-bottom: 10px ! important;
}

.mb-15 {
    margin-bottom: 15px ! important;
}

.mb-20 {
    margin-bottom: 20px ! important;
}

.mb-25 {
    margin-bottom: 25px ! important;
}

.mb-30 {
    margin-bottom: 30px ! important;
}

.mb-40 {
    margin-bottom: 40px ! important;
}

.mb-50 {
    margin-bottom: 50px ! important;
}

.mb-60 {
    margin-bottom: 60px ! important;
}

.mb-70 {
    margin-bottom: 70px ! important;
}

.mb-80 {
    margin-bottom: 80px ! important;
}

.mb-90 {
    margin-bottom: 90px ! important;
}

.mb-100 {
    margin-bottom: 100px ! important;
}

.mb_5 {
    margin-bottom: -5px ! important;
}

.mb_10 {
    margin-bottom: -10px ! important;
}

.mb_15 {
    margin-bottom: -15px ! important;
}

.mb_20 {
    margin-bottom: -20px ! important;
}

.mb_30 {
    margin-bottom: -30px ! important;
}

.mb_40 {
    margin-bottom: -40px ! important;
}

.mb_50 {
    margin-bottom: -50px ! important;
}

.mb_60 {
    margin-bottom: -60px ! important;
}

.mb_70 {
    margin-bottom: -70px ! important;
}

.mb_80 {
    margin-bottom: -80px ! important;
}

.mb_90 {
    margin-bottom: -90px ! important;
}

.mb_100 {
    margin-bottom: -100px ! important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-10 {
    margin-left: 10px ! important;
}

.ml-15 {
    margin-left: 15px ! important;
}

.ml-20 {
    margin-left: 20px ! important;
}

.ml-30 {
    margin-left: 30px ! important;
}

.ml-40 {
    margin-left: 40px ! important;
}

.ml-50 {
    margin-left: 50px ! important;
}

.ml-60 {
    margin-left: 60px ! important;
}

.ml-70 {
    margin-left: 70px ! important;
}

.ml-80 {
    margin-left: 80px ! important;
}

.ml-90 {
    margin-left: 90px ! important;
}

.ml-100 {
    margin-left: 100px ! important;
}

.ml_10 {
    margin-left: -10px ! important;
}

.ml_15 {
    margin-left: -15px ! important;
}

.ml_20 {
    margin-left: -20px ! important;
}

.ml_25 {
    margin-left: -25px ! important;
}

.ml_30 {
    margin-left: -30px ! important;
}

.ml_35 {
    margin-left: -35px ! important;
}

.ml_40 {
    margin-left: -40px ! important;
}

.ml_50 {
    margin-left: -50px ! important;
}

.ml_60 {
    margin-left: -60px ! important;
}

.ml_70 {
    margin-left: -70px ! important;
}

.ml_80 {
    margin-left: -80px ! important;
}

.ml_90 {
    margin-left: -90px ! important;
}

.ml_100 {
    margin-left: -100px ! important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mr-10 {
    margin-right: 10px ! important;
}

.mr-15 {
    margin-right: 15px ! important;
}

.mr-20 {
    margin-right: 20px ! important;
}

.mr-30 {
    margin-right: 30px ! important;
}

.mr-35 {
    margin-right: 35px ! important;
}

.mr-40 {
    margin-right: 40px ! important;
}

.mr-50 {
    margin-right: 50px ! important;
}

.mr-60 {
    margin-right: 60px ! important;
}

.mr-70 {
    margin-right: 70px ! important;
}

.mr-80 {
    margin-right: 80px ! important;
}

.mr-90 {
    margin-right: 90px ! important;
}

.mr-100 {
    margin-right: 100px ! important;
}

.mr_10 {
    margin-right: -10px ! important;
}

.mr_15 {
    margin-right: -15px ! important;
}

.mr_20 {
    margin-right: -20px ! important;
}

.mr_30 {
    margin-right: -30px ! important;
}

.mr_40 {
    margin-right: -40px ! important;
}

.mr_50 {
    margin-right: -50px ! important;
}

.mr_60 {
    margin-right: -60px ! important;
}

.mr_70 {
    margin-right: -70px ! important;
}

.mr_80 {
    margin-right: -80px ! important;
}

.mr_90 {
    margin-right: -90px ! important;
}

.mr_100 {
    margin-right: -100px ! important;
}


/* ===============================================
    Pre-loader
------------------------*/
.blobs-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.loader-blob {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}

.loader-blob,
.loader-blob:before,
.loader-blob:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}

.loader-blob:before,
.loader-blob:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.loader-blob {
    animation-name: loader-blob;
    -o-animation-name: loader-blob;
    -ms-animation-name: loader-blob;
    -webkit-animation-name: loader-blob;
    -moz-animation-name: loader-blob;
}

@keyframes loader-blob {
    from {
        transform: scale(0);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes loader-blob {
    from {
        -o-transform: scale(0);
        opacity: 1;
    }

    to {
        -o-transform: scale(1);
        opacity: 0;
    }
}

@-ms-keyframes loader-blob {
    from {
        -ms-transform: scale(0);
        opacity: 1;
    }

    to {
        -ms-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes loader-blob {
    from {
        -webkit-transform: scale(0);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes loader-blob {
    from {
        -moz-transform: scale(0);
        opacity: 1;
    }

    to {
        -moz-transform: scale(1);
        opacity: 0;
    }
}


/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}

.social-icons li {
    margin: 0 2px;
}

/* TooltipTop */
.tooltip-top {
    position: relative;
}

.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}

.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: inherit;
}

.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}

.tooltip-bottom:after {
    bottom: -100%;
}

.tooltip-bottom:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent;
}

.tooltip-bottom:before {
    bottom: -7px;
}

.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    transform: translateY(-7px);
}

.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
    margin-left: -79px;
}

.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    background-color: var(--base-dark);
    text-transform: capitalize;
    padding: 6px;
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}

/* style1 */
.social-icons.style1 ul li {
    margin-top: 10px;
}

.social-icons.style1 ul li a {
    border: 1px solid #dddddd;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: transparent;
    color: #828282;
    font-size: 16px;
    border-radius: 50%;
}

.social-icons.style1 ul li a:hover {
    background-image: linear-gradient(to right, #00c25e 0%, #00db9e 50%, #00c25e 100%) !important;
    border-right-color: #00db9e;
    border-left-color: #00c25e;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
}

/* style2 */
.social-icons.style2 ul li a {
    border: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    background-color: transparent;
    color: var(--base-dark);
    font-size: 18px;
    border-radius: 50%;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide {
    border: 0;
    outline: 0;
    padding: 0 15px;
}

.slick_slider.no-gutters .slick-slide {
    padding: 0;
}

.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after {
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}

.prt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after,
.prt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current)>div:after {
    background-color: rgba(255, 255, 255, .3);
}

.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}

.slick_slider .slick-arrow {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255, 255, 255, .07);
    border: 0;
}

.slick_slider .slick-next {
    right: 0;
}

.slick_slider .slick-prev:before,
.slick_slider .slick-next:before {
    font-family: 'fontello';
    font-size: 14px;
    line-height: 1;
    color: #8d8d8d;
    opacity: 1;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick_slider .slick-prev:before {
    content: "\e83a";
}

.slick_slider .slick-next:before {
    content: "\e826";
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*slick-dots*/
.slick_slider.slick-dots-style1 ul.slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.slick_slider.slick-dots-style1 ul.slick-dots li {
    display: inline-block;
    list-style: none;
    line-height: 0;
}

.slick_slider.slick-dots-style1 ul.slick-dots li button {
    width: 30px;
    height: 3px;
    border: 0;
    font-size: 0;
    padding: 0;
    position: relative;
    margin: 0px 10px 0 0;
    background-color: #535353;
}

.slick_slider.slick-dots-style1 ul.slick-dots {
    margin-top: -7px;
}

.slick_slider.slick-dots-style1 ul.slick-dots li.slick-active button {
    background-color: var(--base-skincolor);
}


/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 3;
    height: 52px;
    line-height: 52px;
    position: relative;
}

.top_bar .social-icons li {
    min-width: auto;
    margin-left: 0;
    margin-right: 10px;
}

.top_bar .social-icons li:last-child {
    margin-right: 0px;
}

.top_bar .social-icons li a {
    border: 1px solid rgba(255, 255, 255, 0.20);
    height: 35px;
    width: 35px;
    line-height: 36px;
    border-radius: 5px;
}

.top_bar_inner {
    margin-top: 15px;
    padding: 0px 29px 0 26px;
    margin-bottom: -23px;
    z-index: 2;
    display: flex;
    position: relative;
    border-radius: 5px;
}

.top_bar_contact_item .top_bar_icon i {
    font-size: 15px;
}

.top_bar_contact_item .top_bar_icon i,
.top_bar_contact_item span {
    color: rgba(255, 255, 255, 0.95);
}

.text-base-white .top_bar_contact_item a:hover {
    color: var(--base-skin);
}

.top_bar_contact_item .social-icons ul {
    margin: 0;
}

.top_bar_icon {
    display: inline-block;
    margin-right: 8px;
}

.top_bar_icon .icon-location-2:before {
    margin: 0;
}

.top_bar_contact_item {
    font-size: 13px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

.row .col-lg-12 .top_bar_contact_item:first-child {
    padding-left: 0;
}

.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
    color: rgba(255, 255, 255, 0.85);
}

/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-branding h1 {
    margin-bottom: 0;
}

.prt-header-style-01 .site-branding h1 {
    padding: 0;
    position: relative;
    font-size: unset;
}

.prt-header-style-01 .prt-stickable-header {
    padding-left: 25px;
    padding-right: 30px;
}

.prt-header-style-01 .site-header-menu {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(21, 21, 21, 0.96) !important;
}

/**  side-menu **/
.side-menu-container {
    position: relative;
    padding-right: 15px;
}

.side-menu {
    margin-top: 16px;
    font-size: 17px;
    margin-left: 35px;
    margin-right: 0px;
    position: absolute;
    right: 0;
    float: none;
    bottom: -15px;
    z-index: 6;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #00c25e;
    text-align: center;
    line-height: 49px;
}

.side-menu i {
    color: var(--base-white);
}

.side-menu a {
    position: relative;
}

.side-overlay .side {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1002;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateY(140%);
    -ms-transform: translateY(140%);
    transform: translateY(140%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.side-overlay.on .side {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.side-overlay .flotingbar-title h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.side .close-side {
    background-color: #000;
    width: 122px;
    height: 122px;
    font-size: 55px;
    right: 0;
    line-height: 122px;
    text-align: center;
    position: fixed;
    top: 17px;
    z-index: 100;
    display: block;
    cursor: pointer;
    color: var(--base-white);
}

.menu-floating-menu-container {
    padding: 32px 0 50px 100px;
}

.menu-floating-menu-container .floating-home a {
    font-size: 32px;
    font-family: var(--base-headingfont);
    font-weight: 600;
    line-height: 40px;
    color: #000;
}

.menu-floating-menu-container .floating-home a:hover {
    color: var(--base-skin);
}

.menu-floating-menu-container .textwidget.widget-text {
    margin: 50px 0 0px;
}

.menu-floating-menu-container .menu {
    list-style-type: none;
    padding: 0;
    margin: 65px 0 0px;
}

.menu-floating-menu-container .menu li {
    padding: 0px 0px 5px 0;
}

.menu-floating-menu-container .menu li.menu-item a {
    font-size: 70px !important;
    line-height: 100px;
    font-weight: 600 !important;
    color: #000 !important;
    padding: 0 0 20px 85px;
    transition: all .3s ease-in-out;
    margin: 0 !important;
    font-family: var(--base-headingfont) !important;
}

.menu-floating-menu-container .menu li.menu-item a:before {
    display: none !important;
}

.tm-adv-floating-social,
.tm-adv-floating-email {
    display: inline-block;
}

.tm-adv-floating-social a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    display: block;
    background-color: transparent;
}

.tm-adv-floating-email .tm-adv-floating-mail-button {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 15px 26px;
    font-weight: 500;
    font-size: 18px;
    margin-left: 10px;
    color: #000;
}

.tm-adv-floating-information {
    display: flex;
    margin: 65px 0 0px;
}

.tm-adv-floating-address {
    width: 35%;
}

.tm-adv-floating-address span {
    font-size: 20px;
    color: #000;
}

.tm-adv-floating-call span.tm-adv-call {
    font-size: 20px;
    color: #000;
}

.tm-adv-floating-call a {
    color: rgba(0, 0, 0, 0.80);
}

.tm-adv-floating-call a:hover {
    color: var(--base-skin);
}

.tm-adv-floating-call {
    width: 27%;
}

.tm-adv-floating-list {
    width: 38%;
}

.tm-adv-floating-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tm-adv-floating-list ul li {
    display: inline-block;
    width: 36%;
    padding: 0 !important;
    font-size: 20px;
    color: #000;
}

.side p {
    color: rgba(255, 255, 255, .6);
}

.side aside.widget_text {
    margin: 35px 0 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.side aside.widget_text h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 4px;
}

.side aside.widget_text .wrap-form.cta_form span.text-input {
    margin-bottom: 15px;
}

.side aside.widget_text .wrap-form.cta_form span.text-input input,
.side aside.widget_text .wrap-form.cta_form span.text-input textarea,
.side aside.widget_text .wrap-form.cta_form span.text-input select {
    border-radius: 5px;
    border: 0;
    background-color: #203d71;
    color: rgba(255, 255, 255, .40);
}

/* header_extra */
.header_extra {
    position: relative;
}

.prt-header-style-01 .header_extra>div {
    padding-left: 30px;
    position: relative;
}

.prt-header-style-01 .header_extra .prt-btn i:before {
    color: #21a12e;
}

.prt-header-style-01 .header_extra .prt-btn:hover i:before {
    color: #fff;
}

i.icon-plus-1:before {
    font-weight: 600;
}

.header_search {
    position: relative;
    padding-left: 30px;
    margin-left: 55px;
}

.header_search .search_btn {
    position: relative;
    font-size: 18px;
    line-height: 29px;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.header_search_content button.close-search {
    font-size: 16px;
    border: 0;
    border-radius: 0;
    padding: 0;
    height: 45px;
    position: absolute;
    left: 0;
    box-shadow: none;
}

.header_search_content button.close-search:after {
    position: absolute;
    content: '';
    height: 26px;
    width: 1px;
    border-right: 1px solid;
    right: -23px;
    top: 12px;
    opacity: .5;
}

.header_search .header_search_content {
    position: absolute;
    top: 71px;
    right: -20px;
    width: 615px;
    padding: 22px 30px 23px;
    background: #ffffff !important;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    z-index: 2;
    border-radius: 5px;
}

.header_search .header_search_content.on {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header_search .search_btn.open i {
    color: var(--base-skin);
}

.header_search .header_search_content #searchbox {
    position: relative;
}

.header_search .header_search_content #search_query_top {
    font-weight: 400;
    position: relative;
    clear: both;
    min-width: 240px;
    font-size: 14px;
    text-align: left;
    height: 45px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    width: 100%;
    line-height: 50px;
    float: left;
    padding: 15px 15px 12px 71px;
}

.header_search .header_search_content input::placeholder {
    color: #848e9f;
}

.header_search .header_search_content_inner .close_btn {
    position: absolute;
    right: 25px;
    top: 0;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
}

.header_search .header_search_content .close_btn i {
    font-size: 18px;
    line-height: 17px;
}

.prt-header-style-01 .header_btn .prt-btn {
    padding: 15px 48px 15px 29px;
}

/*floating_menu*/
.floating_menu {
    position: relative;
    padding: 29px 3px 31px 20px;
    border-left: 1px solid rgb(255 255 255 / 16%);
}

.floating_menu .floating_btn {
    position: relative;
    padding: 0;
    border: none;
    font-size: 20px;
    display: block;
    padding-right: 0;
    margin-right: 0;
    color: #fff;
}

.floating_menu .floating_menu_content.on {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.floating_menu .floating_menu_content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    height: 100%;
    width: 500px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

.floating_menu .floating_menu_content_inner .close_btn {
    top: 60px;
    text-align: center;
    position: absolute;
    right: 20%;
    cursor: pointer;
    z-index: 1;
}

.floating_menu .floating_menu_content .close_btn i {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    height: 35px;
    width: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.floating_menu .floating_menu_content .close_btn i {
    font-size: 18px;
    line-height: 17px;
}

.floating_menu .floating_menu_content #floating-content {
    position: absolute;
    left: 0;
    right: 0;
    width: 620px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.floating_menu .floating_menu_content #search_query_top {
    background: 0 0;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    height: 65px;
    padding: 0 70px 0 0;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    color: #fff;
    outline: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.floating_menu input::placeholder {
    color: #fff;
}

.floating_menu_content button.close-search {
    position: absolute;
    right: 15px;
    padding: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    border-radius: 0;
    box-shadow: unset;
}

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 2;
    height: 100px;
}

nav.main-menu ul {
    position: relative;
    margin: 0;
}

#site-header-menu .site-navigation ul.menu>li>a {
    font-size: 14px;
    text-decoration: none;
    z-index: 1;
}

#site-header-menu .site-navigation ul.menu>li>a:hover {
    color: var(--base-skin) !important;
}

#site-header-menu .prt-stickable-header .site-navigation ul.menu>li.active>a {
    color: var(--base-skin);
}

/* banner_slider */
.banner_slider.slick-slider .slick-prev,
.banner_slider.slick-slider .slick-next {
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-right: 3px;
    text-align: center;
    position: absolute;
    display: block;
    z-index: 1;
    margin: 0 20px;
    background: rgba(34, 54, 69, 0.5);
    border-radius: 50%;
}

.banner_slider.slick-slider .slick-next {
    right: 0;
    left: auto;
    padding-right: 0;
    padding-left: 3px;
}

.banner_slider.slick-slider:hover .slick-prev,
.banner_slider.slick-slider:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

.banner_slider.slick-slider .slick-prev:hover,
.banner_slider.slick-slider .slick-next:hover {
    background: #000;
}

.banner_slider.slick-slider .slick-prev:before,
.banner_slider.slick-slider .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner_slider.slick-slider .slick-prev:before {
    content: "\f053";
}

.banner_slider.slick-slider .slick-next:before {
    content: "\f054";
}

/* header */
/** prt-rt-contact(HeaderIcons - Search, Cart) **/
.prt-header-icons {
    position: relative;
    padding-left: 20px;
}

.prt-header-icons:before {
    display: block;
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    left: 10px;
    top: 50%;
    margin-top: -14px;
    background-color: rgba(255, 255, 255, 0.06);
}

.prt-header-icons:before {
    height: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    background-color: rgb(255 255 255 / 20%);
}

.prt-header-icons .prt-header-cart-link a,
.prt-header-icons .prt-header-search-link a {
    position: relative;
    border: none;
    display: inline-block;
    text-align: center;
    height: 31px;
    width: 85px;
    line-height: 20px;
    color: var(--base-white);
    border: 0px solid;
    font-size: 15px;
    z-index: 9;
}

.prt-header-icons .prt-header-cart-link a i,
.prt-header-icons .prt-header-search-link a i {
    color: #ffffff;
}

.prt-header-icons .prt-header-cart-link {
    padding-left: 4px;
    padding-right: 0px;
}

.prt-header-icons .prt-header-icon {
    margin-left: 7px;
}

.prt-header-icons .prt-header-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 15px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    background-color: var(--base-skin);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-btn .prt-btn.prt-btn-size-md {
    font-size: 12px;
    padding: 8px 17px 8px 17px;
}

.header-btn {
    padding-left: 24px;
}

.header-btn,
.prt-header-icons,
.prt-header-icon {
    height: 100px;
    line-height: 130px;
    float: right;
}

/**  prt-search-overlay **/
.prt-header-icon {
    position: relative;
}

.prt-search-overlay {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 400px;
    background: #fff;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    z-index: 111;
}

.prt-header-style-overlay .prt-search-overlay .w-search-form-row:before,
.prt-header-style-classic .prt-search-overlay .w-search-form-row:before {
    right: 7px;
}

.prt-search-overlay .w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}

.prt-search-overlay .w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px;
}

.prt-search-overlay .w-search-form-row:before {
    position: absolute;
    right: 17px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid;
    content: " ";
}

.prt-search-overlay .w-search-form-row:before {
    border-bottom-color: var(--base-skincolor);
}

.prt-search-overlay {
    border-top-color: var(--base-skincolor);
}

.prt-search-overlay .prt-site-searchform input[type="search"] {
    font-size: 14px;
    text-align: left;
    height: 50px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none !important;
    color: #333;
    width: 85%;
    line-height: 1.3em;
    float: left;
    background-color: var(--base-grey);
}

.prt-search-overlay .prt-site-searchform button {
    font-size: 20px;
    width: 15%;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    float: left;
    background-color: var(--base-skincolor);
}

.prt-header-search-link .prt-tectxon-icon-search:before {
    font-weight: 600;
}

.prt-tectxon-icon-search:before {
    content: '\e825';
    font-family: "themify";
}

.prt-search-overlay.st-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.prt-header-text-area {
    padding-left: 24px;
    position: relative;
    padding-right: 30px;
    float: right;
    height: 100px;
    line-height: 100px;
}

.prt-header-text-area .header-info-widget {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}

.prt-header-text-area .prt-adv-header-support {
    font-size: 14px;
    line-height: normal;
    display: block;
    font-weight: 400;
    padding-bottom: 5px;
}

.prt-header-text-area .prt-adv-header-number {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
}

.prt-header-text-area .prt-adv-header-number a {
    color: #fff;
}


/* ===============================================
    Footer
------------------------*/
.footer {
    background-color: #191919;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.footer.text-base-white,
.footer.text-base-white a {
    color: rgba(255, 255, 255, .40);
}

.footer.text-base-white a:hover {
    color: var(--base-skin) !important;
}

.footer .footer-logo {
    position: relative;
}

.widget_social_wrapper.social-icons {
    border-top: 1px solid rgb(255 255 255 / 12%);
    padding: 30px 0 0;
    margin-top: 34px;
}

.footer .social-icons li {
    margin: 0;
    padding: 0;
    min-width: 23px;
}

.footer .social-icons li a {
    margin: 0 5px 0 0px;
    display: block;
    background-color: transparent;
    font-size: 18px;
    color: #888888;
}

.footer .social-icons li a:hover {
    color: var(--base-skin);
}

.footer .widget .widget-title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.footer .widget ul {
    list-style: none;
    margin: 0 0;
    padding: 0 0;
}

.footer .second-footer .footer-content-call h3,
.footer .second-footer .footer-content-location h3 {
    font-size: 15px;
    line-height: 15px;
    color: rgb(255 255 255 / 40%);
    font-weight: 400;
}

.footer .second-footer .footer-content-email p a {
    font-size: 20px;
    line-height: 20px;
    color: var(--base-white);
    font-weight: 600;
}

.footer .second-footer .footer-content-call p a,
.footer .second-footer .footer-content-location p a {
    font-size: 16px;
    line-height: 20px;
    color: var(--base-white);
    font-weight: 600;
}

.footer .second-footer .footer-content-location {
    margin-top: 26px;
    padding: 30px 0 0 0;
    border-top: 1px solid rgb(255 255 255 / 12%);
}

/* footer-nav-menu */
.footer-nav-menu {
    list-style: none;
    margin: 0 0;
    padding: 0px;
    text-align: center;
}

.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 14px;
    font-size: 14px;
    padding-bottom: 0px;
    position: relative;
}

.footer-nav-menu li:last-child {
    padding-right: 0;
}

ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    padding-left: 7px;
    top: 0;
}

ul.footer-nav-menu li:last-child:after {
    content: unset;
}

ul.footer-nav-menu li:last-child a {
    border-right: 0;
    padding-right: 0;
}

/* first-footer */
.first-footer {
    padding: 40px 0 24px;
}

.first-footer .footer-first-title h3 {
    font-size: 120px;
    line-height: 145px;
    margin-bottom: 16px;
}

.first-footer .footer-mail-border {
    position: relative;
    display: block;
}

.first-footer .footer-mail-border:before {
    position: absolute;
    content: "";
    display: block;
    width: 78%;
    height: 1px;
    background: #2e2e2e;
    right: 0px;
    left: auto;
    top: 14px;
    bottom: auto;
}

.first-footer .footer-mail-border .prt-btn {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 30px;
    text-transform: lowercase;
}


/* second-footer */
.second-footer .footer-img {
    position: relative;
}

.second-footer .footer-img img {
    border-radius: 142px;
}

.second-footer .footer-logo {
    position: absolute;
    top: 45%;
    left: 16%;
}

.second-footer {
    padding: 30px 0 58px;
}

.second-footer .footer_logo {
    padding-bottom: 32px;
}

.second-footer .social-icons {
    padding-top: 40px;
}

.second-footer .social-icons ul li {
    display: inline-block;
}

.second-footer .social-icons ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: none;
    font-size: 15px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    text-align: center;
    background-color: #ffffff;
    color: #000;
    border-radius: 50%;
}

.second-footer .text-widget.widget-text {
    padding-top: 65px;
    margin: 30px 0 30px;
}

.second-footer .text-widget.widget-text a {
    color: var(--base-white);
}

.second-footer .text-widget.widget-text a:hover {
    color: var(--base-skin);
}

.second-footer .menu-footer-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.second-footer .menu-footer-list li {
    display: inline-block;
    width: calc(44% - 75px);
    float: none;
    padding: 0px 0px 11px 0;
}

.second-footer .menu-footer-list li a,
.second-footer .text-widget.widget-text .tm-adv-call a {
    color: var(--base-white);
}

.second-footer .menu-footer-list li a:before {
    font-family: 'fontello';
    content: '\f101';
    line-height: 1em;
    font-size: 15px;
    padding-right: 5px;
}

.second-footer .text-widget.widget-text .tm-adv-call a:hover {
    color: var(--base-skin);
}

.widget-area {
    position: relative;
}


/* first-footer */
.first-footer .footer-box {
    margin: 10px -15px 50px;
}

.first-footer .prt-section {
    padding: 20px 37px 35px 40px;
    background-color: #162030;
    border-radius: 5px;
    position: relative;
}

.first-footer .prt-section label {
    font-size: 16px;
}

/* bottom-footer-text */
.footer.text-base-white .bottom-footer-text span a {
    color: var(--base-skin);
}

.subscribe-form-box {
    padding-top: 50px;
    padding-left: 25px;
}

.subscribe-form-box h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 11px;
}

.subscribe-form-box .newsletter-form input[type="email"] {
    width: calc(100% - 20px);
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 15px;
    color: #828282;
    padding-right: 45px;
    padding-left: 0;
}

.subscribe-form-box .newsletter-form button.submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    font-size: 16px;
    border-radius: 5px;
    color: #000;
    padding: 11px 12px;
    background-color: transparent;
}

.subscribe-form-box .newsletter-form {
    position: relative;
}

/*widget-form*/
.second-footer .newsletter-form {
    position: relative;
    margin-bottom: 0px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.second-footer .newsletter-form .mailchimp-inputbox {
    display: table;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.second-footer .newsletter-form input[type="email"] {
    background-color: transparent;
    border-color: transparent;
    color: var(--base-white);
    padding: 22px 90px 13px 60px;
    font-size: 14px;
    line-height: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    position: relative;
    text-transform: capitalize;
}

.second-footer .newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.40);
}

.second-footer .newsletter-form i {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    left: 38px;
    top: 24px;
    color: rgb(255 255 255 / 60%);
}

.second-footer .newsletter-form button[type="submit"] {
    position: absolute;
    margin: 0;
    width: 30px;
    height: 30px;
    bottom: 0;
    top: 0;
    right: 75px;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.50);
}

.newsletter-form button[type="submit"] i {
    font-size: 15px;
}

.newsletter-form button[type="submit"]:hover i {
    color: var(--base-skin);
}

.newsletter-form .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover {
    background-color: var(--base-white);
    border-color: var(--base-white);
    color: var(--base-skin);
}

.newsletter-form .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i {
    background-color: var(--base-skin);
    color: var(--base-white);
}

.footer-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-item {
    display: block;
}

.footer-circle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 444px;
    height: 374px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-circle:hover {
    box-shadow: 0 0 10px 2px #fec44a;
}

.footer-circle-inner {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 444px;
    height: 374px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.13);
    border-radius: 100%;
}

.widget-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}

.prt-file-links .prt-links {
    margin-bottom: 15px;
}

.prt-file-links .prt-links a {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    background-color: transparent;
    position: relative;
}

.prt-file-links .prt-links a i {
    color: #000;
    display: inline-block;
    float: right;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.widget-heading {
    font-family: var(--base-headingfont);
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
    margin-bottom: 0;
}

.widget-info-text {
    color: hsla(0, 0%, 100%, 0.75);
}

.widget-link {
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 14px;
    font-family: var(--base-headingfont);
    font-weight: 500;
}

.widget-form {
    margin-top: 7px;
}

.prt-form {
    margin-bottom: 0px;
}

.input,
.select {
    display: block;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 14px;
    height: 58px;
    margin-bottom: 30px;
    padding: 16px 20px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #fff !important;
    background-color: transparent !important;
    color: #fff;
}

.input[type="text"] {
    color: #fff;
}

.select option {
    color: #000;
}

.submit-form .input::placeholder,
.submit-form .select {
    color: hsla(0, 0%, 100%, 0.65);
}

.form-subscribe {
    position: relative;
    display: inline-block;
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.input-subscribe {
    display: inline-block;
    padding: 40px 50px 12px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: hsla(0, 0%, 100%, 0.32) transparent transparent !important;
    background-color: transparent !important;
    color: hsla(0, 0%, 100%, 0.65) !important;
}

.widget-input-icon-lonk {
    position: absolute;
    left: 25px;
    top: 42%;
    right: auto;
    bottom: 0%;
    font-family: 'Fa solid 900', sans-serif;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    cursor: default;
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}

.footer-item.center-box {
    margin-right: -16px;
    margin-left: -16px;
}

/* checkbox  */
.footer input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.footer input[type=checkbox]+label {
    height: 14px;
    width: 14px;
    border: 1px solid #fff;
    border-radius: 3px;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 8px;
}

.footer input[type=checkbox]+label:before {
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-right: 8px;
}

.footer .widget-form p.cookies,
.footer .widget-form p.cookies a {
    color: rgb(255 255 255 / 40%);
    font-size: 14px;
    line-height: 24px;
}

.footer input[type=checkbox]:checked+label:before {
    content: "";
    border: solid;
    border-color: var(--base-skin);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 3px;
    top: 0;
    width: 6px;
    height: 10px;
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}

.footer .widget-form p.cookies a.underline:before {
    height: 1px;
    background-color: rgb(255 255 255 / 60%);
}

/** widget_nav_menu **/
.footer .widget.widget_nav_menu ul>li:first-child,
.footer .widget.link-widget ul>li:first-child {
    padding-top: 0px;
}

.footer .widget.widget_nav_menu ul>li,
.footer .widget.link-widget ul>li {
    display: inline-block;
    padding: 0 0 12px 0;
    position: relative;
    width: calc(50% - 2px);
    float: none;
}

.footer .widget.widget_nav_menu ul>li a,
.footer .widget.link-widget ul>li a {
    font-size: 14px;
    line-height: 14px;
    color: rgb(255 255 255 / 40%);
    text-transform: capitalize;
    position: relative;
}

.footer .widget.link-widget ul>li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    right: 100%;
    background-color: var(--base-skin);
    transition-property: left, right;
    transition: 0.5s ease;
}

.footer .widget.link-widget ul>li a:hover:before {
    left: 0;
    right: 0;
}

/** widget_cta **/
.widget_cta h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 25px;
    color: var(--base-skin) !important;
}

ul.widget_contact_wrapper li {
    padding-left: 45px;
    position: relative;
    padding-bottom: 23px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, .70);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

ul.widget_contact_wrapper li>a {
    display: block;
    color: var(--base-white) !important;
    margin-bottom: 5px;
}

ul.widget_contact_wrapper li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

ul.widget_contact_wrapper li i {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-size: 27px;
    font-weight: 400;
    color: var(--base-skin);
}

footer .g-map iframe {
    width: 100%;
    margin-top: 15px;
    filter: brightness(91%) contrast(126%) saturate(0%) blur(0px) hue-rotate(0deg);
    border-radius: 5px;
}

/*payment*/
.footer .second-footer .prt-payment {
    margin-top: 30px;
}

.footer .second-footer .prt-payment a {
    display: inline-block;
    padding: 10px 8px 0 0;
}

/** copyright **/
.bottom-footer-text {
    padding-top: 25px;
    padding-bottom: 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.bottom-footer-text .copyright {
    display: flex;
    justify-content: space-between;
}

.bottom-footer-text .copyright p {
    margin-bottom: 0;
    font-size: 13px;
}

.copyright a,
.copyright .footer-nav-menu a {
    color: var(--base-white);
}

.copyright a:hover,
.copyright .footer-nav-menu a:hover {
    color: var(--base-skin);
}


/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background-image: linear-gradient(to right, #00c25e 0%, #00db9e 50%, #00c25e 100%) !important;
    border-right-color: #00db9e;
    border-left-color: #00c25e;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
}

@keyframes jump {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }
}

#totop.top-visible {
    animation: jump 4s infinite;
}


/* ===============================================
    Page-Title-Row
------------------------*/
.prt-page-title-row {
    background-image: url(../images/bg-page-title.jpg);
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.01);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.prt-page-title-row.prt-bg.prt-bgimage-yes>.prt-titlebar-wrapper-bg-layer {
    opacity: .01;
}

.prt-page-title-row-inner {
    position: relative;
    width: 100%;
    padding: 194px 0 50px;
    text-align: center;
}

.prt-page-title-row-inner.style1 {
    padding: 190px 0 154px;
}

.page-title-heading h2 {
    font-family: var(--base-menufont);
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--base-white);
    margin-bottom: 0px;
}

.breadcrumb-wrapper {
    z-index: 99;
}

.breadcrumb-wrapper span {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}

.breadcrumb-wrapper span.action {
    color: var(--base-skin);
}

.banner-vertical-block {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.banner-vertical-block:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(180deg, #bdc0bd -17.01%, hsla(0, 0%, 100%, 0) 89.45%);
    background: -ms-linear-gradient(180deg, #fff -17.01%, hsla(0, 0%, 100%, 0) 89.45%);
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.prt-page-title-row-inner:after {
    content: '';
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-page-title-overlay.html");
    background-position: 50% 0%;
    background-size: cover;
    -webkit-animation: shake 6s linear infinite;
    -moz-animation: shake 6s linear infinite;
    -o-animation: shake 6s linear infinite;
    animation: shake 6s linear infinite;
}

@keyframes shake {
    0% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    50% {
        transform: translateX(20px);
        transform: translateX(20px);
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/
.prt-service-single-content-area div:not(.featured-title)>h3 {
    font-size: 34px;
    line-height: 40px;
}

.prt-service-single-content-area .prt-service-single h3 {
    font-size: 26px !important;
    line-height: 30px !important;
}

.prt-service-single-content-area .service-description-box-content {
    margin-bottom: 20px;
}

.prt-service-single-content-area .prt-list.prt-list-style-icon .prt-list-li-content {
    color: #828282;
    font-weight: 400;
}

.prt-service-single-content-area .prt-list.style1 {
    padding: 22px 0 20px;
}

.prt-service-single-content-area .service-description-box-content h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 5px;
}

.prt-service-single-content-area .prt_fatured_image-wrapper {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/
.prt-team-member-single-content h3,
.prt-team-member-content h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}

.prt-team-member-single-content .prt-featured-wrapper img {
    margin-bottom: 40px;
    border-radius: 50%;
}

.prt-team-member-single-content {
    padding: 30px 0px 0px 0px;
}

.prt-team-member-detail .prt-team-member-single-title,
.prt-team-member-single-title {
    margin-top: 0px;
    margin-bottom: 15px;
    color: #000;
    font-size: 44px;
    line-height: 54px;
}

.prt-team-member-detail .prt-team-member-single-position {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #616161;
}

.prt-team-member-detail .prt-short-desc {
    margin: 12px 0 11px;
}

.prt-team-member-detail ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.prt-team-member-detail ul li {
    position: relative;
    display: inline-block;
    padding: 12px 0px 0px;
    text-align: left;
    margin-right: 0;
    width: 100%;
}

.prt-team-member-detail .prt-team-tf-left-details {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 26px;
    margin: 0;
    display: inline-block;
    font-family: var(--base-headingfont);
}

.prt-team-member-detail .prt-team-tf-right-details {
    font-size: 15px;
    color: var(--base-bodyfont-color);
    padding-left: 15px;
}

.prt-team-details-list .prt-team-list-title,
.prt-team-details-list .prt-team-list-value,
.prt-team-details-list .prt-team-list-value a {
    display: inline-block;
    color: var(--body-font-color) !important;
}

.prt-team-details-list .prt-team-list-value a:hover {
    color: var(--base-skin) !important;
}

.prt-team-details-list .prt-team-list-title {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--base-dark) !important;
}

.prt-team-member-detail .prt-social-links-wrapper ul li a {
    display: block;
    font-size: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #000;
    border-radius: 50px;
    margin-right: 0;
    background-color: #fff;
}

.prt-team-member-detail .prt-social-links-wrapper ul li a:hover {
    background-color: var(--base-skin);
    border: 1px solid var(--base-skin);
    color: var(--base-white);
}

.prt-team-member-detail .prt-social-links-wrapper {
    padding: 15px 0 0;
}

.prt-team-member-content {
    padding-top: 35px;
}


/*------------------------------------------------------------------------------*/
/*  Project_Blog
/*------------------------------------------------------------------------------*/
.prt-portfolio-single-content-area div:not(.featured-title)>h3 {
    font-size: 26px;
    line-height: 36px;
}

.prt-pf-detail-box {
    position: relative;
    padding-right: 110px;
}

.prt-pf-detail-box:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 38px;
    background-color: #000000;
}

.prt-pf-detail-box .prt_pf_image-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.prt-portfolio-description.prt-pf-detail-box p:last-child {
    margin-bottom: 0;
}

.prt-pf-single-detail-box ul.project-details {
    margin: 26px 0 0;
    padding: 0;
}

.prt-pf-single-detail-box ul.project-details li {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: var(--base-headingfont-color);
    padding: 14px 0;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.prt-pf-single-detail-box ul.project-details li>span {
    display: inline;
    font-size: 18px;
    font-weight: 600;
}

.prt-pf-single-detail-box ul.project-details li:last-child {
    padding: 11px 0 0 0;
    border-bottom: 0
}

.prt-pf-single-content-area h3 {
    font-size: 26px;
    line-height: 36px;
}

.prt-pf-single-content-area {
    padding-top: 0px;
}

.prt-pf-single-content-area h2 {
    text-align: left;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 25px;
}

.prt-pf-single-content-area .social-media-block {
    display: block;
    clear: both;
    padding: 3px 0 25px;
    border-bottom: 1px solid #e6e9ef;
}

.prt-pf-single-content-area .social-icons li>a {
    border: 1px solid #e7e7e7;
    background-color: transparent;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 5px;
    color: #676b72;
}

.prt-pf-single-content-area .social-icons li>a:hover {
    border-color: var(--base-white);
    color: var(--base-white);
    background-color: var(--base-skin);
}

.prt-pf-single-content-area .prt-pf-single-category span {
    color: var(--base-skin);
    font-size: 15px;
    font-weight: 600;
}

.prt-pf-single-content-area .prt-pf-single-category a:not(:hover) {
    color: inherit;
}

.prt-nextprev-bottom-nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*------------------------------------------------------------------------------*/
/*  Classic_Blog
/*------------------------------------------------------------------------------*/
article.prt-blog-classic {
    margin-bottom: 35px;
    padding-bottom: 0;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
}

article.prt-blog-classic:last-child {
    margin-bottom: 15px;
}

article.prt-blog-classic .prt-post-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

article.prt-blog-classic .prt-post-featured img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

article.prt-blog-classic:hover .prt-post-featured img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

article.prt-blog-classic .prt-blog-classic-content {
    padding: 25px 0 0;
    z-index: 11;
    position: relative;
    display: block;
    border: 0;
    overflow: hidden;
}

.prt-blog-classic .prt-box-post-cat {
    z-index: 1;
    top: 10px;
    left: 9px;
    font-size: 13px;
    font-weight: 500;
    width: auto;
    padding: 0 14px 2px;
    position: absolute;
    background-color: var(--base-skin);
    color: var(--base-white);
}

.prt-blog-classic .prt-box-post-cat a {
    color: var(--base-white);
}

.prt-blog-classic .post-meta,
.prt-blog-single .post-meta {
    padding: 11px 0 15px;
    overflow: hidden;
    position: relative;
    display: block;
    border-bottom: 1px solid #e8ecef;
    margin-bottom: 20px;
}

.prt-blog-classic .post-meta .prt-meta-line,
.prt-blog-single .post-meta .prt-meta-line {
    position: relative;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
    margin-right: 20px;
    color: #9dabaf;
}

.prt-blog-classic .post-meta span:not(:last-child):after {
    position: absolute;
    background-color: #eaeaea;
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    vertical-align: middle;
    margin: 0 15px;
    top: 0;
}

.prt-blog-classic .post-meta .prt-meta-line a,
.prt-blog-single .post-meta .prt-meta-line a {
    color: var(--body-font-color);
}

.prt-blog-classic .post-meta .prt-meta-line:last-child {
    padding-right: 0;
}

.prt-blog-classic .post-meta .prt-meta-line i,
.prt-blog-single .post-meta .prt-meta-line i {
    padding-right: 4px;
}

.prt-blog-classic .entry-header .entry-title {
    font-size: 36px;
    line-height: 46px;
    position: relative;
    margin-bottom: 40px;
}

article.prt-blog-classic .imagebox-category-blog,
article.prt-blog-single .blog-meta .blog-detail-category {
    display: inline-block;
    padding: 12px 20px 10px;
    border-radius: 20px;
    background-color: #57aa46;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

article.prt-blog-classic .imagebox-heading-blog {
    margin-top: 20px;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 0px;
}

article.prt-blog-single .blog-meta {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
}

article.prt-blog-single .blog-detail-date {
    padding-left: 12px;
}

article.prt-blog-single .blog-detail-title {
    margin-top: 30px;
    font-size: 34px;
    line-height: 40px;
}

article.prt-blog-single .next-pre-blog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 25px;
}

article.prt-blog-classic .imagebox-content-blog .prt-btn.btn-inline {
    text-transform: uppercase;
}

blockquote.detail-page-blockquote {
    background: transparent;
    padding: 10px 20px 0px 55px;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    font-style: italic;
    color: #000000;
    border: 0;
    margin: 8px 0 0;
    position: relative;
}

blockquote.detail-page-blockquote:before {
    content: '\e854';
    display: inline-block;
    position: absolute;
    font-size: 40px;
    font-family: 'fontello';
    left: 0;
    top: auto;
    font-style: normal;
    transform: unset;
    color: #000;
}

/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.prt-blog-single .prt-blog-single-content h2.entry-title {
    font-size: 32px;
    line-height: 42px;
}

.prt-blog-single .prt-post-entry-header {
    text-align: center;
    padding: 0 40px;
}

.prt-blog-single .prt-post-featured-wrapper {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.prt-blog-single .post-meta {
    display: block;
    padding: 5px 0 15px 0;
}

.prt-blog-single h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

.prt-blog-single p.text-italic {
    margin-bottom: 25px;
    font-size: 15px;
    font-style: italic;
}

.prt-blog-single .prt_tag_lists {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prt-blog-single .prt_tag_lists a {
    padding: 6px 15px;
    background-color: #f5faff;
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
    border-radius: 30px;
}

.prt-blog-single .prt_tag_lists a:hover {
    background-color: var(--base-skin);
    color: #fff;
}

.prt-blog-single .prt_tag_lists .prt-tags-links-title,
.prt-blog-single .prt-social-share-wrapper .prt-tags-links-title {
    color: #000;
    font-family: var(--base-headingfont);
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-right: 15px;
}

.prt-blog-single .social-media-block .prt-tags-links a {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: var(--base-dark);
    padding: 4px 16px 4px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.30);
    margin: 0 10px 10px 0;
}

.social-media-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px 15px;
    margin-top: 50px;
    background-color: var(--base-grey);
    border-radius: 50px;
}

/* socila-link*/
ul.prt-adv-socialbox-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.prt-adv-socialbox-links li {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 15px;
}

ul.prt-adv-socialbox-links li a {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 2px 14px;
}

/* contact */
.prt-icon-box-wrapper .prt-icon-box-title {
    font-size: 26px;
    line-height: 1;
}

.prt-icon-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.prt-icon-box-description a {
    color: #828282;
}

.prt-icon-box-description a:hover {
    color: var(--base-skin);
}

.prt-blog-single .social-media-block .prt-tags-links a:last-child {
    margin: 0;
}

.prt-blog-single .prt-social-share-wrapper {
    display: flex;
    align-items: center;
    ;
    padding-top: 0;
}

.prt-blog-single .prt-social-share-wrapper ul li {
    display: inline-block;
    padding-right: 4px;
    padding-top: 0px;
    margin: 5px 0 0;
}

.prt-blog-single .prt-social-share-wrapper ul li:last-child {
    margin: 0 0 10px 0;
}

.prt-blog-single .prt-social-share-wrapper ul li a {
    border: 1px solid #e8ecef;
    height: 31px;
    width: 31px;
    line-height: 31px;
    text-align: center;
    display: block;
    background-color: transparent;
    color: #0e1032;
    font-size: 13px;
    border-radius: 50%;
}

.prt-blog-single .prt-social-share-wrapper ul li a:hover {
    background-color: var(--base-skin);
    color: #fff;
    border: 1px solid var(--base-skin);
}

/*team-comment*/

.comments-area h3.comment-reply-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 18px;
    margin-top: 0;
}

.comments-area p {
    margin-bottom: 20px;
}

.comments-area p span {
    font-size: 15px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="web"] {
    vertical-align: middle;
    width: 100%;
    color: #000;
    padding: 9px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: inherit;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0;
    padding-left: 0px;
}

.comment-form textarea {
    height: 125px;
}

.comment-form textarea::placeholder,
.comment-form input[type="text"]::placeholder {
    color: #8d8d8d;
}

.comments-area input[type="checkbox" i] {
    display: none;
}

.comments-area input[type=checkbox]+label {
    height: 13px;
    width: 13px;
    border: 1px solid #828282;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0px 8px 0 0px;
}

.comments-area input[type=checkbox]+label:before {
    height: 18px;
    width: 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    content: " ";
    display: inline-block;
    vertical-align: top;
}

.comments-area input[type=checkbox]:checked+label:before {
    content: "";
    border: solid;
    border-color: var(--base-skin);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    left: 3px;
    top: 0px;
    width: 6px;
    height: 9px;
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}

/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/
.prt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
    clear: both;
    padding: 40px 30px;
    padding-left: 35px;
}

@media (min-width: 992px) {
    .prt_contact_widget_wrapper:before {
        position: absolute;
        content: '';
        right: -20px;
        top: 46%;
        margin: 0 auto;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        border-left-width: 20px;
        border-left-style: solid;
        z-index: 9;
    }
}

.prt_contact_widget_wrapper ul {
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: disc;
    clear: both;
    padding-left: 23px;
}

.prt_contact_widget_wrapper li {
    margin-bottom: 25px;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}

.prt_contact_widget_wrapper li h6 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.prt_contact_widget_wrapper li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}


/*------------------------------------------------------------------------------*/
/*  Error_page
/*------------------------------------------------------------------------------*/
section.error-404 {
    background-color: #000000;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-top: 225px;
    padding-bottom: 90px;
}

section.error-404 .page-content h2 {
    font-size: 150px;
    line-height: 80%;
    margin-bottom: 30px;
    color: var(--base-skin);
}

section.error-404 .page-content h3 {
    font-size: 95px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 100%;
    color: var(--base-white);
}

section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.80);
}

.prt-404-search-form .search-form label input.search-field {
    padding: 9px 35px 9px 15px;
    border-width: 2px;
    background-color: #fff;
    border-color: transparent;
}

.prt-404-search-form .search-form {
    position: relative;
    max-width: 390px;
    margin: 0 auto;
}

.prt-404-search-form .search-form label {
    display: block;
}

.prt-404-search-form .search-form input.search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 0px 3px 3px 0px;
    background-image: url(../images/findicon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    opacity: 0.7;
}


/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/
.map_container {
    margin-left: -301.5px;
}

#map {
    display: block;
    height: 582px;
    width: 100%;
}

#map iframe {
    width: 100%;
    height: 100%;
    margin-top: 0;
    filter: brightness(104%) contrast(150%) saturate(0%) blur(0px) hue-rotate(0deg);
    border-radius: 0;
}

.main-box {
    position: relative;
    min-height: 796px;
}
