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;
}
.counter-bg{background-image: url('../images/counter-bg.jpg');background-size: cover;background-position: right bottom;position: relative;z-index: 1;padding-top: 60px;}
.counter-bg::after{content: '';position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0, 0, 0, 0.5);z-index: -1;}
.coutner-text{margin-top: 50px;color: #fff;}
.coutner-text h2{font-size: 40px;color: #fff;font-weight: bold;}
.prt-fid.inside.style1 img{vertical-align: super;margin-right: 10px;}
.bg-color{background: #0c7735;padding: 40px;}
strong {
    font-weight: 700;
}
iframe {
    width: 100%;
    border: none;
    display: block;
}
p {
    margin: 0 0 15px;
}
*::-moz-selection {
    background: #ff382f;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #ff382f;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #ff382f;
    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 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    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;
}
button:focus {
    box-shadow: none;
    outline: 0;
    border: 0;
}
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;
}
input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
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;
}
:root {
    --base-bodyfont: "DM Sans", sans-serif;
    --base-bodyfont-Size: 16px;
    --base-bodyfont-color: #525252;
    --base-skin: #ffd800;
    --base-dark: #000000;
    --base-dark-02: #0d0d0d;
    --base-grey: #f1f6fa;
    --base-lightgrey: #f9f4f0;
    --base-white: #ffffff;
    --base-headingfont: "DM Sans", sans-serif;;
    --base-headingfont-color: #000000;
}
.border-color: {
    color: #e5e5e5;
}
.bodyfont-color {
    color: var(--base-bodyfont-color);
}
.headingfont-color {
    color: var(--base-headingfont-color);
}
.bg-base-skin {
    background-color: var(--base-skin);
}
.bg-base-skin-02 {
    background-color: var(--base-skin-02);
}
.bg-base-skin-03 {
    background-color: var(--base-skin-03);
}
.bg-base-dark {
    background-color: var(--base-dark);
}
.bg-base-dark-02 {
    background-color: var(--base-dark-02);
}
.bg-base-grey {
    background-color: var(--base-grey);
}
.bg-base-lightgrey {
    background-color: var(--base-lightgrey);
}
.bg-base-white {
    background-color: var(--base-white);
}
.text-base-skin {
    color: var(--base-skin) !important;
}
.text-base-skin-02 {
    color: var(--base-skin-02) !important;
}
.text-base-skin-03 {
    color: var(--base-skin-03) !important;
}
.text-base-dark {
    color: var(--base-dark);
}
.text-base-grey {
    color: var(--base-grey);
}
.text-base-white {
    color: var(--base-white);
}
.bg-base-skin > .prt-bg-layer {
    background-color: var(--base-skin);
}
.bg-base-skin-02 > .prt-bg-layer {
    background-color: var(--base-skin-02);
}
.bg-base-skin-03 > .prt-bg-layer {
    background-color: var(--base-skin-03);
}
.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);
}
.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-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6,
.bg-base-dark-02 h1,
.bg-base-dark-02 h2,
.bg-base-dark-02 h3,
.bg-base-dark-02 h4,
.bg-base-dark-02 h5,
.bg-base-dark-02 h6 {
    color: var(--base-white) !important;
}
.bg-base-dark,
.bg-base-skin {
    color: rgba(255, 255, 255, 0.7);
}
.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
    color: rgba(255, 255, 255, 0.95);
}
.bg-base-dark-02 p,
.bg-base-dark-02 span {
    color: rgba(255, 255, 255, 0.7);
}
.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: 26px;
    letter-spacing: 0.1px;
    color: var(--base-bodyfont-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--base-headingfont), sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    color: var(--base-headingfont-color);
}
h1 {
    font-size: 60px;
    line-height: 70px;
}
h2 {
    font-size: 30px;
    line-height: 50px;
}
h3 {
    font-size: 18px;
    line-height: 28px;
}
h4 {
    font-size: 17px;
    line-height: 27px;
}
h5 {
    font-size: 16px;
    line-height: 26px;
}
h6 {
    font-size: 15px;
    line-height: 25px;
}
.container {
    max-width: 1230px;
    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;
}
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
body .site-main.bg-white {
    background-color: #fff !important;
}
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-14 {
    font-size: 14px !important;
    line-height: 24px;
}
.fs-15 {
    font-size: 15px !important;
    line-height: 25px;
}
.fs-16 {
    font-size: 16px !important;
    line-height: 26px;
}
.fs-18 {
    font-size: 18px !important;
    line-height: 26px;
}
.fs-20 {
    font-size: 20px !important;
    line-height: 30px;
}
.fs-22 {
    font-size: 22px !important;
    line-height: 32px;
}
.fs-24 {
    font-size: 24px !important;
    line-height: 34px;
}
.fs-26 {
    font-size: 26px !important;
    line-height: 36px;
}
.fs-28 {
    font-size: 28px !important;
    line-height: 38px;
}
.fs-30 {
    font-size: 30px !important;
    line-height: 40px;
}
.fw-400 {
    font-weight: 400 !important;
}
.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.1);
}
.border-rad_5 {
    border-radius: 5px;
}
.border-rad_10 {
    border-radius: 10px;
}
.border-rad_10 img {
    border-radius: 10px;
}
.border-rad_50 {
    border-radius: 50px;
}
.border-tl-rad_5 {
    border-top-left-radius: 5px;
}
.border-tr-rad_5 {
    border-top-right-radius: 5px;
}
.border-br-rad_5 {
    border-bottom-right-radius: 5px;
}
.border-bl-rad_5 {
    border-bottom-left-radius: 5px;
}
.alignleft {
    float: left;
    margin: 0.425em 1.75em 1.25em 0;
}
.alignright {
    float: right;
    margin: 0.425em 0 1.25em 1.75em;
}
.z-index_1 {
    z-index: -1;
}
.z-index-0 {
    z-index: 0;
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.underline {
    position: relative;
}
.underline:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--base-skin);
    bottom: -2px;
    left: 0;
}
.spacing-1 {
    padding: 26px 120px 32px 130px;
    margin-top: 60px;
}
.spacing-2 {
    padding: 0 50px;
}
.spacing-3 {
    padding: 100px 130px 100px 0px;
    margin-right: -20px;
}
.spacing-4 {
    margin: 0 70px;
}
.spacing-5 {
    padding: 0 0 80px 0;
}
.spacing-6 {
    padding: 100px 0 100px 120px;
    margin-right: -110px;
}
.spacing-7 {
    margin-left: -220px !important;
    margin-right: -220px !important;
}
.spacing-8 {
    padding: 94px 0 93px 100px;
    margin-right: -110px;
}
.spacing-9 {
    padding: 70px 54px 70px;
}
.spacing-10 {
    padding: 35px 40px 40px;
}
.p-10 {
    padding: 10px !important ;
}
.p-15 {
    padding: 15px !important ;
}
.p-20 {
    padding: 20px !important ;
}
.p-25 {
    padding: 25px !important ;
}
.p-30 {
    padding: 30px !important ;
}
.p-40 {
    padding: 40px !important ;
}
.p-45 {
    padding: 45px !important ;
}
.p-50 {
    padding: 50px !important ;
}
.p-60 {
    padding: 60px !important ;
}
.p-80 {
    padding: 80px !important ;
}
.p-100 {
    padding: 100px !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-25 {
    padding-right: 25px !important ;
}
.pr-30 {
    padding-right: 30px !important ;
}
.pr-35 {
    padding-right: 35px !important ;
}
.pr-40 {
    padding-right: 40px !important ;
}
.pr-45 {
    padding-right: 45px !important ;
}
.pr-50 {
    padding-right: 50px !important ;
}
.pr-55 {
    padding-right: 55px !important ;
}
.pr-60 {
    padding-right: 60px !important ;
}
.pr-65 {
    padding-right: 65px !important ;
}
.pr-70 {
    padding-right: 70px !important ;
}
.pr-75 {
    padding-right: 75px !important ;
}
.pr-80 {
    padding-right: 80px !important ;
}
.pr-85 {
    padding-right: 85px !important ;
}
.pr-90 {
    padding-right: 90px !important ;
}
.pr-95 {
    padding-right: 95px !important ;
}
.pr-100 {
    padding-right: 100px !important ;
}
.pl-0 {
    padding-left: 0px !important ;
}
.pl-2 {
    padding-left: 2px !important ;
}
.pl-3 {
    padding-left: 3px !important ;
}
.pl-5 {
    padding-left: 5px !important ;
}
.pl-10 {
    padding-left: 10px !important ;
}
.pl-15 {
    padding-left: 15px !important ;
}
.pl-20 {
    padding-left: 20px !important ;
}
.pl-25 {
    padding-left: 25px !important ;
}
.pl-30 {
    padding-left: 30px !important ;
}
.pl-35 {
    padding-left: 35px !important ;
}
.pl-40 {
    padding-left: 40px !important ;
}
.pl-45 {
    padding-left: 45px !important ;
}
.pl-50 {
    padding-left: 50px !important ;
}
.pl-55 {
    padding-left: 55px !important ;
}
.pl-60 {
    padding-left: 60px !important ;
}
.pl-65 {
    padding-left: 65px !important ;
}
.pl-70 {
    padding-left: 70px !important ;
}
.pl-75 {
    padding-left: 75px !important ;
}
.pl-80 {
    padding-left: 80px !important ;
}
.pl-85 {
    padding-left: 85px !important ;
}
.pl-90 {
    padding-left: 90px !important ;
}
.pl-95 {
    padding-left: 95px !important ;
}
.pl-100 {
    padding-left: 100px !important ;
}
.pl-110 {
    padding-left: 110px !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-35 {
    padding-top: 35px !important ;
}
.pt-40 {
    padding-top: 40px !important ;
}
.pt-45 {
    padding-top: 45px !important ;
}
.pt-50 {
    padding-top: 50px !important ;
}
.pt-55 {
    padding-top: 55px !important ;
}
.pt-60 {
    padding-top: 60px !important ;
}
.pt-65 {
    padding-top: 65px !important ;
}
.pt-70 {
    padding-top: 70px !important ;
}
.pt-75 {
    padding-top: 75px !important ;
}
.pt-80 {
    padding-top: 80px !important ;
}
.pt-90 {
    padding-top: 90px !important ;
}
.pt-100 {
    padding-top: 100px !important ;
}
.pt-120 {
    padding-top: 120px !important ;
}
.pt-130 {
    padding-top: 130px !important ;
}
.pt-140 {
    padding-top: 140px !important ;
}
.pt-150 {
    padding-top: 150px !important ;
}
.pt-160 {
    padding-top: 160px !important ;
}
.pt-170 {
    padding-top: 170px !important ;
}
.pt-180 {
    padding-top: 180px !important ;
}
.pt-190 {
    padding-top: 190px !important ;
}
.pt-200 {
    padding-top: 200px !important ;
}
.pt-245 {
    padding-top: 245px !important ;
}
.pt-345 {
    padding-top: 345px !important ;
}
.pt-350 {
    padding-top: 350px !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-25 {
    padding-bottom: 25px !important ;
}
.pb-30 {
    padding-bottom: 30px !important ;
}
.pb-35 {
    padding-bottom: 35px !important ;
}
.pb-40 {
    padding-bottom: 40px !important ;
}
.pb-45 {
    padding-bottom: 45px !important ;
}
.pb-50 {
    padding-bottom: 50px !important ;
}
.pb-55 {
    padding-bottom: 55px !important ;
}
.pb-60 {
    padding-bottom: 60px !important ;
}
.pb-65 {
    padding-bottom: 65px !important ;
}
.pb-70 {
    padding-bottom: 70px !important ;
}
.pb-75 {
    padding-bottom: 75px !important ;
}
.pb-80 {
    padding-bottom: 80px !important ;
}
.pb-85 {
    padding-bottom: 85px !important ;
}
.pb-90 {
    padding-bottom: 90px !important ;
}
.pb-95 {
    padding-bottom: 95px !important ;
}
.pb-100 {
    padding-bottom: 100px !important ;
}
.pb-120 {
    padding-bottom: 120px !important ;
}
.pb-130 {
    padding-bottom: 130px !important ;
}
.pb-140 {
    padding-bottom: 140px !important ;
}
.pb-150 {
    padding-bottom: 150px !important ;
}
.pb-160 {
    padding-bottom: 160px !important ;
}
.pb-170 {
    padding-bottom: 170px !important ;
}
.pb-180 {
    padding-bottom: 180px !important ;
}
.pb-190 {
    padding-bottom: 190px !important ;
}
.pb-200 {
    padding-bottom: 200px !important ;
}
.pb-280 {
    padding-bottom: 280px !important ;
}
.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-25 {
    margin-top: 25px !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-65 {
    margin-top: 65px !important ;
}
.mt-70 {
    margin-top: 70px !important ;
}
.mt-75 {
    margin-top: 75px !important ;
}
.mt-80 {
    margin-top: 80px !important ;
}
.mt-90 {
    margin-top: 90px !important ;
}
.mt-100 {
    margin-top: 100px !important ;
}
.mt-120 {
    margin-top: 120px !important ;
}
.mt-130 {
    margin-top: 130px !important ;
}
.mt-140 {
    margin-top: 140px !important ;
}
.mt-150 {
    margin-top: 150px !important ;
}
.mt-160 {
    margin-top: 160px !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_35 {
    margin-top: -35px !important ;
}
.mt_40 {
    margin-top: -40px !important ;
}
.mt_50 {
    margin-top: -50px !important ;
}
.mt_55 {
    margin-top: -55px !important ;
}
.mt_60 {
    margin-top: -60px !important ;
}
.mt_65 {
    margin-top: -65px !important ;
}
.mt_70 {
    margin-top: -70px !important ;
}
.mt_75 {
    margin-top: -75px !important ;
}
.mt_80 {
    margin-top: -80px !important ;
}
.mt_90 {
    margin-top: -90px !important ;
}
.mt_100 {
    margin-top: -100px !important ;
}
.mt_110 {
    margin-top: -110px !important ;
}
.mt_120 {
    margin-top: -120px !important ;
}
.mt_130 {
    margin-top: -130px !important ;
}
.mt_140 {
    margin-top: -140px !important ;
}
.mt_150 {
    margin-top: -150px !important ;
}
.mt_160 {
    margin-top: -160px !important ;
}
.mt_170 {
    margin-top: -170px !important ;
}
.mt_180 {
    margin-top: -180px !important ;
}
.mt_190 {
    margin-top: -190px !important ;
}
.mt_200 {
    margin-top: -200px !important ;
}
.mt_210 {
    margin-top: -210px !important ;
}
.mt_220 {
    margin-top: -220px !important ;
}
.mt_230 {
    margin-top: -230px !important ;
}
.mt_240 {
    margin-top: -240px !important ;
}
.mt_250 {
    margin-top: -250px !important ;
}
.mt_260 {
    margin-top: -260px !important ;
}
.mt_270 {
    margin-top: -270px !important ;
}
.mt_280 {
    margin-top: -280px !important ;
}
.mt_300 {
    margin-top: -300px !important ;
}
.mt_310 {
    margin-top: -310px !important ;
}
.mt_320 {
    margin-top: -320px !important ;
}
.mt_332 {
    margin-top: -332px !important ;
}
.mt_340 {
    margin-top: -340px !important ;
}
.mt_360 {
    margin-top: -360px !important ;
}
.mt_380 {
    margin-top: -380px !important ;
}
.mb-0 {
    margin-bottom: 0px !important ;
}
.mb-5 {
    margin-bottom: 5px !important ;
}
.mb-10 {
    margin-bottom: 10px !important ;
}
.mb-12 {
    margin-bottom: 12px !important ;
}
.mb-15 {
    margin-bottom: 15px !important ;
}
.mb-25 {
    margin-bottom: 25px !important ;
}
.mb-20 {
    margin-bottom: 20px !important ;
}
.mb-30 {
    margin-bottom: 30px !important ;
}
.mb-35 {
    margin-bottom: 35px !important ;
}
.mb-40 {
    margin-bottom: 40px !important ;
}
.mb-45 {
    margin-bottom: 45px !important ;
}
.mb-50 {
    margin-bottom: 50px !important ;
}
.mb-60 {
    margin-bottom: 60px !important ;
}
.mb-65 {
    margin-bottom: 65px !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-110 {
    margin-bottom: 110px !important ;
}
.mb-120 {
    margin-bottom: 120px !important ;
}
.mb-130 {
    margin-bottom: 130px !important ;
}
.mb-140 {
    margin-bottom: 140px !important ;
}
.mb-150 {
    margin-bottom: 150px !important ;
}
.mb-160 {
    margin-bottom: 160px !important ;
}
.mb-170 {
    margin-bottom: 170px !important ;
}
.mb-180 {
    margin-bottom: 180px !important ;
}
.mb-190 {
    margin-bottom: 190px !important ;
}
.mb-200 {
    margin-bottom: 200px !important ;
}
.mb_5 {
    margin-bottom: -5px !important ;
}
.mb_10 {
    margin-bottom: -10px !important ;
}
.mb_12 {
    margin-bottom: -12px !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_35 {
    margin-bottom: -35px !important ;
}
.mb_40 {
    margin-bottom: -40px !important ;
}
.mb_45 {
    margin-bottom: -45px !important ;
}
.mb_50 {
    margin-bottom: -50px !important ;
}
.mb_55 {
    margin-bottom: -55px !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_120 {
    margin-bottom: -120px !important ;
}
.mb_140 {
    margin-bottom: -140px !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-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-95 {
    margin-left: 95px !important ;
}
.ml-100 {
    margin-left: 100px !important ;
}
.ml-110 {
    margin-left: 110px !important ;
}
.ml-120 {
    margin-left: 120px !important ;
}
.ml-120 {
    margin-left: 120px !important ;
}
.ml-130 {
    margin-left: 130px !important ;
}
.ml-140 {
    margin-left: 140px !important ;
}
.ml-150 {
    margin-left: 150px !important ;
}
.ml-160 {
    margin-left: 160px !important ;
}
.ml-170 {
    margin-left: 170px !important ;
}
.ml-180 {
    margin-left: 180px !important ;
}
.ml-190 {
    margin-left: 190px !important ;
}
.ml-200 {
    margin-left: 200px !important ;
}
.ml_10 {
    margin-left: -10px !important ;
}
.ml_12 {
    margin-left: -12px !important ;
}
.ml_15 {
    margin-left: -15px !important ;
}
.ml_18 {
    margin-left: -18px !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_65 {
    margin-left: -65px !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_110 {
    margin-left: -110px !important ;
}
.ml_120 {
    margin-left: -120px !important ;
}
.ml_130 {
    margin-left: -130px !important ;
}
.ml_140 {
    margin-left: -140px !important ;
}
.ml_150 {
    margin-left: -150px !important ;
}
.ml_160 {
    margin-left: -160px !important ;
}
.ml_180 {
    margin-left: -180px !important ;
}
.ml_200 {
    margin-left: -200px !important ;
}
.ml_210 {
    margin-left: -210px !important ;
}
.ml_220 {
    margin-left: -220px !important ;
}
.ml_240 {
    margin-left: -240px !important ;
}
.ml_260 {
    margin-left: -260px !important ;
}
.ml_280 {
    margin-left: -280px !important ;
}
.ml_300 {
    margin-left: -300px !important ;
}
.mr-0 {
    margin-right: 0px !important ;
}
.mr-5 {
    margin-right: 5px !important ;
}
.mr-10 {
    margin-right: 10px !important ;
}
.mr-15 {
    margin-right: 15px !important ;
}
.mr-20 {
    margin-right: 20px !important ;
}
.mr-25 {
    margin-right: 25px !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 ;
}
.mr-110 {
    margin-right: 110px !important ;
}
.mr-120 {
    margin-right: 120px !important ;
}
.mr-130 {
    margin-right: 130px !important ;
}
.mr-140 {
    margin-right: 140px !important ;
}
.mr-150 {
    margin-right: 150px !important ;
}
.mr-160 {
    margin-right: 160px !important ;
}
.mr-170 {
    margin-right: 170px !important ;
}
.mr-180 {
    margin-right: 180px !important ;
}
.mr-190 {
    margin-right: 190px !important ;
}
.mr-200 {
    margin-right: 200px !important ;
}
.mr_10 {
    margin-right: -10px !important ;
}
.mr_15 {
    margin-right: -15px !important ;
}
.mr_20 {
    margin-right: -20px !important ;
}
.mr_25 {
    margin-right: -25px !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_130 {
    margin-right: -130px !important ;
}
.mr_140 {
    margin-right: -140px !important ;
}
.mr_150 {
    margin-right: -150px !important ;
}
.mr_160 {
    margin-right: -160px !important ;
}
.mr_180 {
    margin-right: -180px !important ;
}
.mr_200 {
    margin-right: -200px !important ;
}
.mr_210 {
    margin-right: -210px !important ;
}
.mr_220 {
    margin-right: -220px !important ;
}
.mr_240 {
    margin-right: -240px !important ;
}
.mr_260 {
    margin-right: -260px !important ;
}
.mr_280 {
    margin-right: -280px !important ;
}
.mr_300 {
    margin-right: -300px !important ;
}
.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;
    }
}
ul.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons.contact-link li i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border: 1px solid #000;
    border-radius: 50px;
    margin-right: 15px;
}
.social-icons.contact-link li a {
    font-family: var(--base-headingfont);
    font-size: 12px;
    margin-right: 22px;
}
.social-icons.contact-link li a:hover i {
    border: 1px solid var(--base-skin);
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li {
    margin: 0 2px;
}
.social-icons li:last-child {
    margin-right: 0px;
}
.social-icons li a {
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li > a {
    border-width: 1px;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}
.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 0.2s ease-in-out, visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.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(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
    margin-left: -60px;
}
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.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: 0;
}
.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: #000;
}
.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, 0.3);
}
.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}
.slick_slider.slick-dots-style1 .slick-dots,
.slick_slider.slick-dots-style2 .slick-dots,
.slick_slider.slick-dots-style3 .slick-dots {
    padding: 0;
    margin: 0;
    padding-top: 30px;
    top: 100%;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li,
.slick_slider.slick-dots-style2 .slick-dots li,
.slick_slider.slick-dots-style3 .slick-dots li {
    display: inline-block;
    list-style: none;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li {
    width: calc(19.3% - 0px);
}
.slick_slider.slick-dots-style1 .slick-dots li button {
    height: 4px;
    width: 100%;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: #000;
}
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button {
    margin: 0;
}
.slick_slider.slick-dots-style2 .slick-dots li button,
.slick_slider.slick-dots-style3 .slick-dots li button {
    height: 5px;
    width: 9px;
    border: 0;
    font-size: 0;
    padding: 0;
    position: relative;
    margin: 0 5px 0 0;
    background-color: #000;
}
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style3 .slick-dots li.slick-active button {
    width: 25px;
}
.slick_slider.slick-dots-style3 .slick-dots {
    position: absolute;
}
.slick_slider.slick-dots-style3 .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 50px;
}
.slick_slider .slick-arrow {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    z-index: 1;
    border: 0;
    color: inherit;
    color: #666666;
    background-color: transparent;
    border: 1px solid #e2e2e2;
}
.slick_slider .slick-prev:before,
.slick_slider .slick-next:before {
    font-family: "fontello";
    font-size: 13px;
    line-height: 1;
    opacity: 1;
    font-weight: 700;
}
.slick_slider .slick-prev:before {
    content: "\e834";
}
.slick_slider .slick-next:before {
    content: "\e826";
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick_slider .slick-arrow {
    height: 45px;
    width: 45px;
    border-radius: 50px;
    z-index: 1;
    border: 0;
    border: 1px solid #000;
}
.slick-arrow-style1 button.slick-prev.slick-arrow:before,
.slick-arrow-style1 button.slick-next.slick-arrow:before {
    font-family: "fontello";
    font-size: 20px;
    line-height: 43px;
    opacity: 1;
    font-weight: 900;
    color: #fff;
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    cursor: pointer;
    border: 2px solid #fff;
    outline: none;
    background: transparent;
}
.slick-arrow-style1 button.slick-prev.slick-arrow:before {
    content: "\e834";
}
.slick-arrow-style1 button.slick-next.slick-arrow:before {
    content: "\e826";
}
.slick-arrow-style1 button.slick-prev.slick-arrow:hover:before,
.slick-arrow-style1 button.slick-next.slick-arrow:hover:before {
    color: #fff !important;
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}
.slick-arrow-style1 button.slick-prev.slick-arrow.active {
    border-color: var(--base-skin);
}
.slick-arrow-style1 button.slick-prev.slick-arrow:hover:before,
.slick-arrow-style1 button.slick-next.slick-arrow:hover:before {
    color: #fff;
    border-color: var(--base-skin);
}
.slick-arrow-style1 button.slick-prev.slick-arrow {
    top: 157px;
    left: 57px;z-index: 99999;color: #fff;
}
.slick-arrow-style1 button.slick-next.slick-arrow {
    top: 157px;
    left: 110px;z-index: 99999;color: #fff;
}
.top_bar {
    width: 100%;
    z-index: 10;
    padding: 10px 0;
}
.top_bar_inner {
    padding: 0;
    z-index: 2;
    display: flex;
    position: relative;
}
.top_bar_icon {
    display: table-cell;
    vertical-align: middle;
}
.top_bar_contact_item .top_bar_icon i {
    font-size: 16px;
    color: #000;
    margin-right: 7px;
}
.top_bar_contact_item span,
.top_bar_contact_item a {
    color: #000;
    font-weight: 400;
}
.top_bar_contact_item span.topbar_icon-txt {
    font-family: var(--base-headingfont);
}
.top_bar_contact_item.top_bar_social ul.social-icons li {
    margin: 0 6px;
}
.top_bar_contact_item.top_bar_social ul.social-icons li:last-child {
    margin: 0 0 0 12px;
}
.top_bar_contact_item.top_bar_social ul.social-icons li a {
    font-family: var(--base-headingfont);
    font-size: 12px;
    text-transform: uppercase;
}
.top_bar_contact_item.top_bar_social ul.social-icons li a:hover {
    color: var(--base-skin) !important;
}
.top_bar_contact_item {
    font-size: 14px;
    position: relative;
    display: table;
}
.top_bar_contact_item.with-icon.top_bar_call {
    margin: 0 27px 0 54px;
}
.top_bar_contact_item.with-icon.top_bar_call:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 28px;
    background-color: rgba(255 255 255 / 0.3);
    top: 24px;
    left: -26px;
}
.text-base-white .top_bar_contact_item > a {
    color: rgba(255, 255, 255, 0.7);
}

.site-branding a.home-link img {
    margin-top: 0;
    padding: 20px;
}
.prt-header-style-01 .site-branding-02 {
    display: none;
}
.site-branding h1 {
    font-size: 35px;
    margin-bottom: 0;
}
.side-menu-container {
    position: absolute;
    right: 50px;
    top: 21px;
    left: auto;
}
.side-menu {
    position: relative;
}
.side-menu a {
    display: block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    background-color: var(--base-dark);
    color: #fff;
    border-radius: 5px;
}
.side-overlay .side {
    display: inline-block;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0px;
    width: 420px;
    padding: 45px 35px 35px;
    z-index: 5;
    background-color: #ffffff;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(420px);
    -ms-transform: translateX(420px);
    transform: translateX(420px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(../images/fltingbar-bg-img.html);
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.side-overlay.on .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}
.side .close-side {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}
.side .prt-detailss ul {
    padding-left: 0;
    padding-top: 15px;
}
.side .prt-detailss ul > li {
    padding-bottom: 3px;
    list-style: none;
}
.side .prt-detailss li span:first-child {
    color: rgba(255, 255, 255, 0.95);
}
.side .prt-detailss li:first-child span:last-child {
    font-size: 18px;
    font-weight: 800;
    color: var(--base-skin);
}
.side .prt-detailss ul > li a,
.side p {
    color: rgba(255, 255, 255, 0.6);
}
.side aside.widget_text {
    margin: 35px 0 35px;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.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, 0.4);
}
.header_extra {
    position: relative;
}
.header_extra > div {
    margin-right: 40px;
    position: relative;
}
.site-navigation {
    position: relative;display: flex;justify-content: space-between;align-items: center;
    z-index: 2;
}
nav.main-menu ul {
    position: relative;
    margin: 0;
}
#site-header-menu .site-navigation ul.menu > li > a {
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-family: var(--base-headingfont);
}
#site-header-menu .site-navigation ul.menu > .mega-menu-item > a:after {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-left: 4px;
    margin-top: 0px;
    font-weight: normal;
}
#site-header-menu
    .prt-stickable-header
    .site-navigation
    ul.menu
    > li.active
    > a {
    color: var(--base-skin) !important;
}
.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";
}
.slide {
    height: 680px;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.slide .slide__img img {
    opacity: 1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
}
.slide .slide__content {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
}
.slide .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
    transition: all 0.5s ease;
}
.banner_slider_1 .slide__content {
    background-color: rgba(0, 17, 62, 0.35);
}
.banner_slider_1 .slide__content--headings h2 {
    line-height: 112px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 87px;
}
.banner_slider_1 .slide__content--headings > h3 {
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 0;
}
.banner_slider_1 .slide__content--headings p {
    color: rgb(220, 221, 222);
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 21px;
}
.banner_slider_2 .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    transition: all 0.5s ease;
}
.banner_slider_2 .slide__content--headings h3 {
    text-align: left;
    line-height: 0;
}
.banner_slider_2 .slide__content--headings span.num {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding-right: 200px;
}
.banner_slider_2 .slide__content--headings span.num:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.banner_slider_2 .slide__content--headings span {
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 24px;
}
.banner_slider_2 .slide__content--headings h2 {
    display: inline-block;
    line-height: 102px;
    font-weight: 700;
    font-size: 87px;
    position: relative;
}
.banner_slider_2 .slide__content--headings h2:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 46.5%;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner_slider_3_overlay .slide {
    height: 742px;
}
.banner_slider_3 .slide__content {
    background-color: rgba(0, 18, 62, 0.54);
}
.banner_slider_3 .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    transition: all 0.5s ease;
}
.banner_slider_3 .slide__content--headings .quotes-1,
.banner_slider_3 .slide__content--headings .quotes-2 {
    width: 55%;
    height: 100%;
    padding-right: 120px;
    position: relative;
}
.banner_slider_3 .slide__content--headings .quotes-2 {
    padding-left: 100px;
    padding-right: 0;
}
.banner_slider_3 .slide__content--headings .quotes-1:after,
.banner_slider_3 .slide__content--headings .quotes-2:after {
    position: absolute;
    content: "";
    width: 3px;
    right: 60px;
    top: -5%;
    bottom: -5%;
}
.banner_slider_3 .slide__content--headings .quotes-2:after {
    left: 0;
}
.banner_slider_3 .slide__content--headings .quotes-1 blockquote,
.banner_slider_3 .slide__content--headings .quotes-2 blockquote {
    line-height: 34px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 18px;
    text-decoration: underline;
    font-style: italic;
    position: relative;
    padding: 60px 0 30px 0;
    margin: 0;
}
.banner_slider_3 .slide__content--headings .quotes-2 blockquote {
    text-decoration: none;
    padding: 20px 0 20px 0;
}
.banner_slider_3 .slide__content--headings .quotes-1 blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    top: 0;
    left: 0;
}
.banner_slider_3 .slide__content--headings h2 {
    line-height: 82px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 72px;
    margin-bottom: 20px;
}
.banner_slider_3 .slide__content--headings h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner_slider_3 .slide__content--headings p {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
}
@media only screen and (max-width: 1200px) {
    .banner_slider_3_overlay .slide {
        height: 660px;
    }
    .banner_slider_3 .slide__content--headings h2 {
        font-size: 62px;
        line-height: 72px;
    }
}
@media only screen and (max-width: 1024px) {
    .banner_slider .slide {
        height: 460px;
    }
    .banner_slider_1 .logo-icon img {
        max-height: 58px;
    }
    .banner_slider_1 .slide__content--headings h2 {
        font-size: 72px;
        line-height: 82px;
    }
    .banner_slider_3 .slide__content--headings h2 {
        font-size: 52px;
        line-height: 62px;
        margin-bottom: 10px;
    }
    .banner_slider_3 .slide__content--headings .quotes-2 {
        padding-left: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .banner_slider_1 .slide__content--headings h2 {
        font-size: 55px;
        line-height: 65px;
    }
    .banner_slider_1 .slide__content--headings p {
        font-size: 16px;
        line-height: 26px;
    }
    .banner_slider_2 .slide__content--headings span.num {
        padding-right: 80px;
    }
    .banner_slider_2 .slide__content--headings span {
        font-size: 20px;
        line-height: 1;
    }
    .banner_slider_2 .slide__content--headings h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .banner_slider_3 .slide__content--headings .quotes-1,
    .banner_slider_3 .slide__content--headings .quotes-2 {
        display: none;
    }
    .banner_slider_3 .slide__content--headings {
        text-align: center;
        display: block;
    }
    .banner_slider_3 .slide__content--headings p {
        padding: 0 0 15px 0;
        margin: auto;
        width: 70%;
    }
}
@media only screen and (max-width: 767px) {
    .banner_slider .slide {
        height: 400px;
    }
    .banner_slider .slide__content--headings p {
        display: none;
    }
    .banner_slider_1 .logo-icon img {
        max-height: 50px;
    }
    .banner_slider_2 .slide__content--headings h3 {
        text-align: center;
        margin-bottom: 15px;
    }
    .banner_slider_2 .slide__content--headings span.num {
        display: none;
    }
    .banner_slider_3 .slide__content--headings h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 600px) {
    .banner_slider .slide {
        height: 300px;
    }
    .banner_slider_1 .logo-icon img {
        max-height: 40px;
    }
    .banner_slider_1 .prt-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .banner_slider_1 .prt-icon i {
        font-size: 32px;
    }
    .banner_slider_2 .slide__content--headings span {
        font-size: 18px;
        line-height: 1;
    }
    .banner_slider_1 .slide__content--headings h2 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 0;
    }
    .banner_slider_2 .slide__content--headings h2 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 0;
    }
    .banner_slider_3 .slide__content--headings h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .banner_slider_3 .slide__content--headings h2 {
        font-size: 33px;
        line-height: 46px;
        margin-bottom: 0;
    }
    .slide .prt-btn.prt-btn-size-md:not(.btn-inline) {
        padding: 9px 20px;
        font-size: 12px;
    }
}

.banner_slider .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right;
    background-size: cover;
}
.slick-active .slide_img {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear 0s;
    -moz-animation: imageAnimation 36s linear 0s;
    -o-animation: imageAnimation 36s linear 0s;
    -ms-animation: imageAnimation 36s linear 0s;
    animation: imageAnimation 36s linear 0s;
}
@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
    }
    8% {
        transform: scale(1.02);
        animation-timing-function: ease-out;
    }
    17% {
        transform: scale(1.04);
        animation-timing-function: ease-out;
    }
    22% {
        transform: scale(1.02);
    }
    25% {
        -transform: scale(1.1);
    }
}
.footer {
    z-index: 1;
    background-color: #000000;
}
.footer.style1,
.footer.style2 {
    background-image: url(../images/footer--img.png);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer > .prt-bg-layer {
    background-color: #000a20;
    opacity: 0.15;
}
.footer.text-base-white,
.footer.text-base-white a {
    color: rgba(255, 255, 255, 0.6) !important;
    position: relative;
    z-index: 0;
}
.footer .widget-area .text-center a {
    color: #fff !important;
}
.footer.text-base-white .menu-footer-quick-links a:hover {
    color: var(--base-skin) !important;
}
.footer.text-base-white .menu-footer-quick-links.links-2 a:hover {
    color: var(--base-skin-02) !important;
}
.footer.text-base-white .menu-footer-quick-links.links-3 a:hover {
    color: var(--base-skin-03) !important;
}
.footer .footer-logo {
    position: relative;
    margin-bottom: 24px;
}
.footer .social-icons li,
.footer.style2 .social-icons li {
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 0 1px;
}
.footer .social-icons li a,
.footer.style2 .social-icons li a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    margin: 0 0 0 0px;
    text-align: center;
    display: block;
    background-color: #000;
    font-size: 16px;
    color: #fff !important;
    border-radius: 50px;
    border: 1px solid #000;
}
.footer .social-icons li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}
.footer.style2 .social-icons li a:hover {
    background-color: var(--base-skin-02);
    color: var(--base-white);
    border-color: var(--base-skin-02);
}
.footer.style3 .social-icons li a:hover {
    background-color: var(--base-skin-03);
    color: var(--base-white);
    border-color: var(--base-skin-03);
}
.footer .social-icons li a:hover i {
    color: var(--base-white);
}
.footer .widget .widget-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    display: block;
    position: relative;
}
.footer .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.first-footer.style1 {
    position: relative;
    padding: 92px 0 50px;
}
.first-footer.style2 {
    position: relative;
    padding: 90px 0 25px;
}
.first-footer.style1 .first-footer-content h3 {
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    position: relative;
    font-family: var(--base-headingfont);
}
.first-footer.style1 .first-footer-content h3:before,
.footer.style2 .first-footer.style1 .first-footer-content h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--base-skin);
    bottom: 0;
}
.footer.style2 .first-footer.style1 .first-footer-content h3:before {
    background-color: var(--base-skin-02);
}
.first-footer.style1 .first-footer-content h2 {
    font-size: 50px;
    line-height: 65px;
    font-family: var(--base-headingfont);
}
.first-footer.style1 .first-footer-content-1 {
    padding: 0 40px;
}
.first-footer.style1 .first-footer-content-1 p {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--base-headingfont);
    color: #fff;
    margin-bottom: 35px;
}
.first-footer.style1 .first-footer-content-1 .footer-btn a {
    color: #fff !important;
    z-index: unset;
}
.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-fill:after {
    background-color: #fff;
}
.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-fill:hover {
    color: #fff !important;
}
.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-border:after {
    background-color: var(--base-skin);
}
.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-border.skin-02:after {
    background-color: var(--base-skin-02);
}
.first-footer.style1 .footer-btn a.prt-btn.prt-btn-style-border:hover {
    color: #fff !important;
}
.first-footer.style3 {
    padding: 100px 0 0px;
}
.second-footer .border-top {
    border-top: 1px solid rgba(255 255 255 / 0.3) !important;
}
.second-footer .widget-area .widget {
    padding: 0px 0 30px;
    position: relative;
    z-index: 2;
}
.second-footer .widget-area .widget .textwidget p {
    color: rgba(255, 255, 255, 0.8);
}
.second-footer .featured-icon-box.style1 .featured-desc a:hover {
    color: var(--base-skin) !important;
}
.second-footer .featured-icon-box.style2 .featured-desc a:hover {
    color: var(--base-skin-02) !important;
}
.second-footer .featured-icon-box.style4 .featured-desc a:hover {
    color: var(--base-skin-03) !important;
}
.newsletter_widget .widget-title {
    margin-bottom: 10px !important;
}
.newsletter-form {
    position: relative;
    margin-top: 17px;
    margin-bottom: 5px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.newsletter-form input[type="email"] {
    padding: 13px 20px 13px 20px;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 460px;
}

.newsletter-form input[type="email"]::placeholder {
    color: #fff;
}
.newsletter-form input[type="checkbox"] {
    background-color: transparent;
}
.newsletter-form.style1 input[type="checkbox"] {
    accent-color: var(--base-skin);
}
.newsletter-form.style2 input[type="checkbox"] {
    accent-color: var(--base-skin-02);
}
.newsletter-form.style3 input[type="checkbox"] {
    accent-color: var(--base-skin-03);
}
.newsletter-form button[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
    font-weight: 400;
    height: 54px;
    width: 54px;
    border-radius: 10px;
    line-height: 0;
    display: block;
    padding: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.newsletter-form button[type="submit"] i {
    font-size: 20px;
    color: #fff;
}
.newsletter-form.style1 button[type="submit"] {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
}
.newsletter-form.style2 button[type="submit"] {
    background-color: var(--base-skin-02);
    border-color: var(--base-skin-02);
}
.newsletter-form.style3 button[type="submit"] {
    background-color: var(--base-skin-03);
    border-color: var(--base-skin-03);
}
.prt-section-hili-dot {
    position: relative;
    top: 0;
    z-index: -1;
    color: #e33b28;
    right: 0px;
}
.prt-section-hili-dot:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    background-color: currentColor;
    box-shadow: 0 0 0.8em 0.38em currentColor;
}
.prt-section-hili-dot.style1 {
    font-size: 300px;
}
.prt-section-hili-dot.style1:before,
.prt-section-hili-dot.style3:before {
    top: 0;
    bottom: 0;
    box-shadow: 0 0 0.8em 0.38em currentColor;
}
.prt-section-hili-dot.style2,
.prt-section-hili-dot.style4,
.prt-section-hili-dot.style6 {
    position: relative;
    z-index: -2;
    font-size: 740px;
}
.prt-section-hili-dot.style4 {
    color: #00d2ff;
}
.prt-section-hili-dot.style6 {
    color: #ff8400;
}
.prt-section-hili-dot.style2:before,
.prt-section-hili-dot.style4:before,
.prt-section-hili-dot.style6:before {
    bottom: -460px;
    left: -63%;
    box-shadow: 0 0 0.8em 0.35em currentColor;
    z-index: -1;
}
.prt-section-hili-dot.style3 {
    color: #00d2ff;
    font-size: 300px;
}
.prt-section-hili-dot.style5 {
    color: #ff8400;
    font-size: 300px;
}
.widget .widget_nav_menu {
    display: inline-block;
}
.widget ul.menu-footer-quick-links li {
    display: block;
    padding: 0px 0px 15px 0;
    position: relative;
}
.widget ul.menu-footer-quick-links li:last-child {
    padding-bottom: 0;
}
.widget_cta h4 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 30px;
    color: var(--base-skin) !important;
}
ul.widget_contact_wrapper li {
    padding-left: 48px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
ul.widget_contact_wrapper li > a {
    display: block;
    color: var(--base-white) !important;
}
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;
}
.copyright {
    background-color: #000;
}
.copyright .cpy-text {
    padding-top: 23px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5) !important;
    justify-content: space-between;
}
.copyright .cpy-text a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5) !important ;
}
.copyright .cpy-text a:hover {
    color: var(--base-skin) !important;
}
.footer-nav-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 14px;
    font-size: 16px;
    padding-bottom: 0px;
    position: relative;
}
ul.footer-nav-menu li:after {
    position: absolute;
    content: "/";
    padding-left: 7px;
    top: 0;
}
ul.footer-nav-menu li:last-child:after {
    content: unset;
}
.footer-marquebox-1,
.footer-marquebox-2 {
    background-color: var(--base-skin);
    z-index: 2;
    position: relative;
}
.footer-marquebox-2 {
    background-color: var(--base-skin-02);
}
.footer-marquebox-3 {
    background-color: var(--base-skin-03);
}
.footer-marquebox-wrapper {
    padding: 1px 0;
    width: 100%;
    height: 50px;
}
.first-footer.style2 .footer-marquebox-wrapper {
    padding: 1px 0;
    width: 100%;
    height: auto;
}
.footer-marquebox-wrapper .prt-marquebox-style1 {
    width: 30%;
    animation: prt-marque-text 12s linear infinite;
    will-change: transform;
    white-space: nowrap;
    margin-top: -10px;
}
.footer-marquebox-wrapper .prt-marquebox-style1:hover {
    animation-play-state: paused !important;
}
.footer-marquebox-wrapper .prt-marquebox-style1 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: var(--base-bodyfont);
    margin: 0 20px;
}
span.marque-text i {
    font-weight: 700;
}
.first-footer.style2
    .footer-marquebox-wrapper
    .prt-marquebox-style1
    ul.marquebox-list
    li {
    position: relative;
    display: inline-block;
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    font-family: var(--base-headingfont);
    margin: 0 35px;
}
.footer-marquebox-wrapper .prt-marquebox-style1 ul.marquebox-list li:before {
    position: absolute;
    content: "";
    left: -55px;
    height: 0;
    width: 0;
    top: 0;
    background-color: currentColor;
}
@keyframes prt-marque-text {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
#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: 10px;
    transition: 0.3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
    background-color: var(--base-skin);
}
@keyframes jump {
    0% {
        bottom: 20px;
    }
    50% {
        bottom: 40px;
    }
    100% {
        bottom: 20px;
    }
}
#totop.top-visible {
    animation: jump 4s infinite;
}
.prt-page-title-row {
    position: relative;background-image: url('../images/bread.jpg');background-size: cover;padding-top: 120px;padding-bottom: 20px;
    z-index: 1;
}
.prt-page-title-row::after{content: '';position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, 0.6);height: 100%;width: 100%;z-index: -1;}
.prt-page-title-row.prt-bg.prt-bgimage-yes > .prt-titlebar-wrapper-bg-layer {
    opacity: 0.01;
}
.prt-page-title-row-inner {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 100px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prt-page-title-row-heading {
    border-bottom: 0px solid #000;
}
.prt-page-title-row-heading h1{color: #fff;}
.page-title-heading h2 {
    font-size: 70px;
    line-height: 80px;
    display: inline-block;
    margin-bottom: 21px;
}
.breadcrumb-wrapper {
    margin-top: 30px;display: none;
}
.breadcrumb-wrapper i:before {
    content: "\e62a";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: var(--base-skin);
    border-radius: 10px;
    margin-left: -18px;
}
.prt-service-single-content-area div:not(.featured-title) > h3 {
    font-size: 30px;
    line-height: 40px;
}
.prt-service-single-content-area p:not(:last-child) {
    margin-bottom: 30px;
}
.prt-service-single-content-area .prt_fatured_image-wrapper {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.prt-service-single-content-area img {
    width: 100%;
}
.prt-service-single-content-area .prt-solution img {
    height: 100%;
    object-fit: cover;
}
.prt-service-single-content-area {
    margin-left: 30px;
}
.prt-service-single-content-area
    a.prt-btn-style-border.prt-btn-color-whitecolor {
    color: #fff;
    background-color: var(--base-skin);
    border-color: #fff;
    overflow: visible;
}
.prt-service-single-content-area
    a.prt-btn-style-border.prt-btn-color-whitecolor:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color: #000;
    z-index: -1;
    opacity: 0;
    transform: translate(0, 0);
    transition: all 0.5s ease 0s;
}
.prt-service-single-content-area
    a.prt-btn-style-border.prt-btn-color-whitecolor:hover:after {
    opacity: 1;
    transform: translate(6px, 6px);
}
.prt-team-member-single-content h3.pretitle {
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    position: relative;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color) !important;
}
.prt-team-member-single-content h3.pretitle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--base-skin);
    bottom: 0;
}
.prt-team-member-single-content .prt-featured-wrapper img {
    margin-bottom: 0;
    border-radius: 10px;
}
.prt-team-member-detail .prt-team-member-single-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
}
.prt-team-member-detail .prt-team-member-single-position {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: var(--base-bodyfont);
}
.prt-team-member-detail .team-contect-link span {
    color: #000;
}
.prt-team-member-detail .team-contect-link a {
    font-size: 16px;
    font-family: var(--base-headingfont);
}
.prt-team-member-detail .team-contect-link a.team-link-02 {
    position: relative;
    display: inline-block;
    margin-top: 8px;
}
.prt-team-member-detail .team-contect-link .team-link-02 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 3px;
    background-color: #000;
}
.prt-team-member-detail .team-contect-link .team-link-02 a:hover:before {
    background-color: var(--base-skin);
}
.prt-team-member-detail .prt-short-desc {
    margin: 12px 0 11px;
}
.prt-team-member-detail ul {
    margin: 0;
    padding: 0;
}
.prt-team-details-list li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    display: block;
    padding: 7px 0 5px 0;
    width: 100%;
}
.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: 16px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
    margin-right: 0;
    color: #fff;
    background-color: #000;
}
.prt-team-member-detail .prt-social-links-wrapper ul li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-team-member-detail .prt-social-links-wrapper {
    padding: 33px 0 0px;
}
.prt-team-member-content {
    padding-top: 30px;
}
.prt-pf-detail-box {
    position: relative;
}
.prt-pf-detail-box .prt_pf_image-wrapper {
    border-radius: 10px;
    overflow: hidden;
}
.prt-pf-single-detail-box {
    padding: 42px 0 0;
}
.prt-pf-single-detail-box .prt-pf-single-detail-box-title h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
}
.prt-pf-single-detail-box ul {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #e6e9ef;
}
.prt-pf-single-detail-box ul li {
    position: relative;
    display: block;
    padding: 15px 0 15px 0;
    position: relative;
    display: inline-block;
    padding: 15px 55px 0px 0;
}
.prt-pf-single-detail-box ul li > span {
    display: inline;
    font-size: 18px;
}
.prt-pf-single-detail-box ul li > span:first-child {
    font-weight: 600;
    font-size: 18px;
    color: var(--base-skin);
}
.prt-pf-single-detail-box ul li:last-child {
    padding-right: 0;
}
.prt-pf-single-content-area {
    padding-top: 15px;
}
.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-pf-single-content-area .prt-pf-single-category a {
    font-style: italic;
}
.prt-nextprev-bottom-nav {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
article.prt-blog-classic {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--base-lightgrey);
    border: 1px solid #000;
    display: flex;
    align-items: center;
}
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);
}
.prt-post-featured img {
    border-radius: 10px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 350px;
    height: 240px;
    object-fit: cover;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.prt-post-featured.style1 img {
    width: 100%;
    height: 450px;
}
article.prt-blog-classic:last-child {
    margin-bottom: 15px;
}
article.prt-blog-classic .prt-post-featured-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
article.prt-blog-classic .prt-blog-classic-content {
    padding: 0 0 0 35px;
    width: 414px;
}
.prt-blog-classic .blog-featured-tag {
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 5px;
    color: #fff;
    background-color: var(--base-skin);
}
.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);
    border-radius: 5px;
}
.prt-blog-classic .prt-box-post-cat a {
    color: var(--base-white);
}
.prt-blog-classic .post-meta,
.prt-blog-single .post-meta {
    display: block;
    padding: 8px 0 11px;
}
.prt-blog-classic .post-meta .prt-meta-line,
.prt-blog-single .post-meta .prt-meta-line {
    padding-right: 15px;
    position: relative;
    color: inherit;
}
.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-single .post-meta .blog-tag {
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 5px;
    color: #fff;
    background-color: var(--base-skin);
}
.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;
    color: var(--base-skin);
}
.prt-blog-classic .entry-header .entry-title {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 12px;
    margin-top: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prt-blog-classic .entry-header p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prt-blog-single .prt-post-featured-wrapper {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.prt-blog-single .post-meta {
    display: block;
    padding: 5px 0 15px 0;
}
.prt-blog-single h3 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 20px;
}
.prt-blog-single blockquote {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-family: var(--base-headingfont);
}
.prt-blog-single .blockquote-caption h3 {
    margin-top: 0;
}
.prt-blog-single p {
    margin-bottom: 20px;
}
.prt-blog-single blockquote cite {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: var(--base-dark);
}
.prt-blog-single .prt_tag_lists {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}
.prt-blog-single .prt_tag_lists .prt-tags-links-title {
    color: #000;
    font-family: var(--base-headingfont);
    margin-right: 17px;
}
.prt-blog-single .social-media-block .prt-tags-links a {
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    color: var(--body-font-color);
    background-color: var(--base-lightgrey);
    padding: 1px 12px 3px;
    border-radius: 5px;
    margin-right: 10px;
}
.social-media-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    margin-top: 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.prt-blog-single .social-media-block .prt-tags-links a:last-child {
    margin: 0;
}
.prt-blog-single .prt-social-share-wrapper ul {
    display: inline-flex;
    padding-top: 0;
}
.prt-blog-single .prt-social-share-wrapper ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.prt-blog-single .prt-social-share-wrapper ul li:last-child {
    margin: 0;
}
.prt-blog-single .prt-social-share-wrapper ul li a {
    border: 1px solid rgb(0 0 0 / 15%);
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 35px;
    color: #000;
    border-radius: 50px;
}
.prt-blog-single .prt-social-share-wrapper ul li a:hover {
    color: #fff;
}
.prt-blog-single .prt-social-share-wrapper ul li.facebook a {
    background-color: #385da9;
}
.prt-blog-single .prt-social-share-wrapper ul li.twitter a {
    background-color: #3cf;
}
.prt-blog-single .prt-social-share-wrapper ul li.pinterest a {
    background-color: #bd081c;
}
.prt-blog-single .prt-social-share-wrapper ul li.linkedin a {
    background-color: #0073b1;
}
.prt-blog-single .prt-social-share-wrapper ul li a:hover {
    background-color: var(--base-skin);
}
.comments-area {
    padding-top: 25px;
    margin-bottom: 0;
}
.comments-area.style1 {
    position: relative;
    padding-top: 0;
}
/* .comments-area.style1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: -15px;
    background-color: rgba(204 204 204 / 0.4);
} */
.comments-area.style1 h3.comment-reply-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
}
.comments-area h3.comment-reply-title {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 15px;
}
.comments-area p {
    margin: 10px 10px 20px;
    width: 96.3%;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    border-radius: 0px;
    vertical-align: middle;
    width: 100%;
    color: #000;
    padding: 12px 15px;
    font-weight: 400;
    background-color:transparent;
    text-transform: inherit;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: inherit;
}
.comments-area p a.underline:before {
    content: "";
    position: absolute;
    bottom: 3px;
    background-color: #000;
}
.comments-area p a.underline:hover:before {
    background-color: var(--base-skin);
}
.comment-form input[type="text"]::placeholder,
.comment-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url,
.comments-area.style1 .comment-form .comment-form-number {
    position: relative;
    display: inline-block;
    width: 31.7%;
    margin: 10px !important;
    margin-bottom: 20px;
}
.comments-area.style1 .comment-form .comment-form-author,
.comments-area.style1 .comment-form .comment-form-email,
.comments-area.style1 .comment-form .comment-form-url,
.comments-area.style1 .comment-form .comment-form-number {
    width: 46.1%;
}
.comments-area.style1 .comment-form .comment-form-email {
    margin-right: 0;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}
.comments-area span.text-input input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.comments-area span.text-input input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}
.comments-area input[type="checkbox"] + label {
    height: 18px;
    width: 18px;
    border: 1px solid #000;
    border-radius: 50px;
    vertical-align: middle;
    margin: 0px 8px 0 30px;
}
.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" i] {
    display: none;
}
.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: 5px;
    top: 3px;
    width: 6px;
    height: 9px;
    background-color: transparent !important;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
}
.prt_contact_widget_wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
    clear: both;
    padding: 40px 30px;
    padding-left: 35px;
}
.contact-form-main {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 0px;
}
/* .contact-form-main .comments-area.style1 {
    padding: 50px 50px;
} */
.contact-form-main .comments-area.style1:before {
    width: 0;
    height: 0;
}
.contact-title {
    background-color: var(--base-skin);
    padding: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
}
.contact-title h3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
    margin-left: 30px;
}
.contact-form-main .social-icons.contact-link li a {
    margin-right: 16px;
    margin-top: 10px;
}
.contact-form-main .social-icons.contact-link li i {
    margin-right: 10px;
}
@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;
}
section.error-404 {
    padding: 60px 0 80px;
    text-align: center;
}
section.error-404 .prt-404-img {
    margin-bottom: 35px;
}
section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 30px;
}
section.error-404 {
    text-align: center;
    background-image: url("../images/error-404-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    position: relative;
}
section.error-404 h2 {
    font-size: 270px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 22px;
}
section.error-404 h2.page-title-text {
    font-size: 200px;
    line-height: 100%;
    margin-top: -135px;
    margin-bottom: 58px;
    -webkit-text-stroke: 1px rgba(255 255 255 / 0.5);
    -webkit-text-fill-color: transparent;
}
section.error-404 h3 {
    font-size: 44px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 75px;
}
section.error-404 img {
    margin: 0px 15px;
    position: relative;
    animation: phone-call-animate 1.7s ease-in-out infinite;
}
#map {
    display: block;
    height: 220px;
    width: 100%;
}
#map iframe {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    filter: brightness(104%) contrast(150%) saturate(0%) blur(0px)
        hue-rotate(0deg);
    border-radius: 0;
}
.map_container.style1 #map {
    height: 1110px;
    width: 100%;
}
.map_container.style1 #map iframe {
    filter: brightness(104%) contrast(150%) saturate(0%) blur(0px)
        hue-rotate(0deg);
    border-radius: 50%;
}
.map_container.style1 {
    margin-right: -620px;
    margin-left: -100px;
    margin-bottom: -770px;
    margin-top: -70px;
}
.map_container.style2 #map {
    height: 370px;
}
.map_container.style2 {
    margin-left: 0px;
}
.tm-desctext,
.tmtheme_fbar_icons > span,
.tmtheme_fbar_icons > span:after {
    background-color: #fff;
    position: absolute;
}
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
    font-size: 21px;
    color: #232323;
}
.tmtheme_fbar_icons > span {
    display: block;
    right: 100%;
    top: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #232323;
    transform: translateX(-5px);
    transition: 0.5s;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span > span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: "";
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.tm-desctext {
    top: 30px;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.tm-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120;
}
.tm-iocnbox-btn {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}
.why-us {
    margin-top: 0px;
    padding: 80px 0 40px;
    background-image: url("../images/counter-bg.jpg");
    background-size: cover;
    position: relative;
    z-index: 7;
}
.why-box {
    padding: 20px;
    background: #fff;
    position: relative;
    margin-top: 30px;
}
.why-box::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    height: 100%;
    width: 100%;
    background: #999;
    z-index: -1;
}
.why-icon {
    display: block;
    text-align: right;
}
.why-icon img {
    width: 50px;
}
.why-box:hover {
    background: var(--base-skin);
}
.testimonial-box {
    background: #eee;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
    position: relative;
}
.testimonial-box::after {
    content: "";
    background-image: url(../images/right.png);
    background-size: 100%;
    position: absolute;
    height: 60px;
    width: 60px;
    bottom: 20px;
    right: 20px;
    opacity: 0.8;
}
.textimonial-img img {
    width: 60px !important;
    height: 60px;
    display: inline-block !important;
    border-radius: 100%;
    vertical-align: middle;
}
.testimonial-img {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    overflow: hidden;
}
.textimonial-img .testimonial-heading {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.textimonial-img .testimonial-heading p {
    margin-bottom: 0px;
}
.textimonial-img .testimonial-heading h5 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color-two);
}
.testimonial-text p {
    line-height: 30px;color: #fff !important;
}
.testimonial-text p span{color: #fff !important;}
.why-box:hover h5 {
    color: #fff;
}
.why-box:hover p {
    color: #fff;
}
.why-box:hover img {
    filter: brightness(10000);
}

#sidebar {
    position: relative;
}
.col-lg-4.widget-area.sidebar-left.prt-sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

p.comment-form-url {
    width: 96.3% !important;
    margin-bottom: 20px !important;
}
.is-invalid {
    background-color: #ddd !important;
    border: 1px solid red;
}
.submit:disabled {
    cursor: wait;
    opacity: 0.5;
}

.whatsapp-link {
    position: fixed;
    width: 200px;
    bottom: 10px;
    left: 57px;
    z-index: 999;
}
.whatsapp-link img {
    width: 100%;
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media only screen and (min-width: 1801px) {
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -500px;
    }
    .prt-right-span > .prt-col-wrapper-bg-layer {
        margin-right: -500px;
    }
}
@media only screen and (max-width: 1800px) and (min-width: 1601px) {
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -400px;
    }
    .prt-right-span > .prt-col-wrapper-bg-layer {
        margin-right: -400px;
    }
}
@media only screen and (max-width: 1300px) {
    article.prt-pfbox-view-style5.prt-pfbox1 {
        margin: 12px 130px 12px 0;
    }
    article.prt-pfbox-view-style5.prt-pfbox1:after {
        position: absolute;
        content: "";
        right: -74px;
        height: 49px;
        width: 7px;
        background-color: #000;
        top: 3px;
        font-size: 50px;
        line-height: 62px;
        height: 50px;
        transform: rotate(20deg);
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1200px) {
    .col-bg-img-two.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
        background-size: cover;
    }
    .col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
        background-size: cover;
    }
    .process-main .solution-box-main.style1 {
        display: block;
        margin-left: 0;
        margin-top: 15px;
        top: 0;
    }
    .solution-01,
    .solution-02 {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1600px) and (min-width: 1401px) {
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -300px;
    }
    .prt-right-span > .prt-col-wrapper-bg-layer {
        margin-right: -300px;
    }
    .col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
        background-position: right;
    }
    rs-module#rev_slider_3_1 .rs-layer:not(.rs-wtbindex) {
        margin-left: 0 !important;
    }
    .video-autoplay-section {
        height: 518px;
    }
}
@media only screen and (max-width: 1560px) and (min-width: 1200px) {
    .spacing-6 {
        padding: 100px 0 100px 80px;
        margin-right: 0;
    }
    .spacing-8 {
        margin-right: 0;
    }
}
@media only screen and (max-width: 1532px) and (min-width: 1450px) {
    .prt-fid.inside.style2,
    .prt-fid-title.style2 {
        width: 360px;
        height: 360px;
        margin-left: -27px !important;
    }
}
@media only screen and (max-width: 1440px) {
    .prt-row.prt-portfolio.overflow-visible {
        overflow: hidden !important;
    }
}
@media only screen and (max-width: 1450px) and (min-width: 1400px) {
    .prt-fid.inside.style2,
    .prt-fid-title.style2 {
        width: 350px;
        height: 350px;
        margin-left: -23px !important;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1350px) {
    .prt-fid.inside.style2,
    .prt-fid-title.style2 {
        width: 340px;
        height: 340px;
        margin-left: -23px !important;
    }
    .video-autoplay-section {
        height: 490px;
    }
}
@media only screen and (max-width: 1350px) and (min-width: 1300px) {
    .prt-fid.inside.style2,
    .prt-fid-title.style2 {
        width: 310px;
        height: 310px;
        margin-left: -9px !important;
    }
}
@media only screen and (max-width: 1330px) and (min-width: 1200px) {
    .comments-area.style1 .comment-form .comment-form-number {
        margin-right: 14px;
    }
}
@media only screen and (max-width: 1320px) {
    .comments-area .comment-form .comment-form-author,
    .comments-area .comment-form .comment-form-email {
        margin-right: 14px;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1250px) {
    .prt-fid.inside.style2,
    .prt-fid-title.style2 {
        width: 300px;
        height: 300px;
        margin-left: -9px !important;
    }
    .video-autoplay-section {
        height: 462px;
    }
    .video-autoplay {
        margin-top: -220px;
    }
}
@media only screen and (max-width: 1250px) and (min-width: 1200px) {
    .prt-fid.inside.style2,
    .prt-fid-title.style2 {
        width: 280px;
        height: 280px;
        margin-left: -9px !important;
    }
    .video-autoplay-section {
        height: 450px;
    }
    .video-autoplay {
        margin-top: -220px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1171px) {
    .prt-left-span > .prt-col-wrapper-bg-layer {
        margin-left: -200px;
    }
    .prt-right-span > .prt-col-wrapper-bg-layer {
        margin-right: -200px;
    }
    .col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
        background-position: right;
    }
    rs-module#rev_slider_3_1 .rs-layer:not(.rs-wtbindex) {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 1315px) and (min-width: 1275px) {
    .newsletter-form input[type="email"] {
        width: 440px;
    }
}
@media only screen and (max-width: 1275px) and (min-width: 1230px) {
    .newsletter-form input[type="email"] {
        width: 420px;
    }
}
@media only screen and (max-width: 1230px) and (min-width: 1200px) {
    .newsletter-form input[type="email"] {
        width: 408px;
    }
}
@media only screen and (max-width: 1307px) and (min-width: 1200px) {
    .spacing-1 {
        padding: 26px 40px 32px;
    }
    .item2 {
        left: 216px;
        top: -226px;
    }
    .item4 {
        left: 442px;
        top: -100px;
    }
    .item5 {
        left: 515px;
        top: 186px;
    }
    .item6 {
        left: 180px;
    }
    .item7 {
        left: 301px;
        top: -306px;
        bottom: 0;
    }
    .item11 {
        left: 760px;
        top: 267px;
    }
}
@media (max-width: 1360px) {
    .side-menu-container {
        display: none !important;
    }
}
@media only screen and (max-width: 1279px) {
    .testimonials-main {
        display: block;
    }
    .testimonials-nav,
    .testimonials-name,
    .testimonials-info {
        margin: 0 auto;
    }
    .testimonials .testimonial-content blockquote {
        text-align: center;
        padding: 5px 4px 10px 0;
    }
    .prt-testimonial-box-view-style3 .testimonial-content blockquote {
        text-align: left;
    }
    .slick-arrow-style1 button.slick-prev.slick-arrow {
        left: 44.5%;
    }
    .slick-arrow-style1 button.slick-next.slick-arrow {
        left: 50.5%;
    }
    .prt-row.testimonials-section {
        padding: 100px 0 175px;
    }
}
body .page.sticky-column {
    overflow: unset;
}
.header {
    position: absolute;
    top: 50px;
    width: calc(100% - 100px);
    margin: 0 50px;
    box-sizing: border-box;
    z-index: 9;
}
.top_bar {
    background: #ffd800;display: grid;align-items: center;grid-template-columns: 1fr 1fr;
}
.top-menu{display: flex;align-items: center;margin: 0px;}
.top-menu:nth-child(2){text-align: right;justify-content: end;}
.top-menu li{list-style: none;margin-right: 20px;}
.top-menu li a:hover{color: #999;}
@media (max-width: 1330px) {
    body .page.sticky-column {
        overflow: hidden;
    }
    .res-1330-mr_10 {
        margin-right: -10px !important;
    }
    .res-1330-ml_10 {
        margin-left: -10px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .prt-row .prt-sticky-column > div {
        position: sticky;
        position: -webkit-sticky;
        top: 70px;
    }
    .prt-header-style-01 .site-header-menu .site-navigation {
        background-color: #fff;
        z-index: 10;
    }
    .prt-stickable-header.fixed-header {
        z-index: 4;
        background: var(--base-skin);
        box-shadow: none;
    }

    #site-header-menu .prt-stickable-header.fixed-header .site-navigation {

        border-radius: 0;
        z-index: 10;
        box-shadow: none;
    }
    #site-header-menu
        .prt-stickable-header.fixed-header
        .header_btn
        .prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:after {
        background-color: #fff;
    }
    #site-header-menu
        .prt-stickable-header.fixed-header
        .site-navigation
        ul.menu
        > li
        > a {
        padding: 29px 23px 29px 15px;
        color: #000;
    }
    #site-header-menu
        .prt-stickable-header.fixed-header
        .site-navigation
        ul.menu
        > li:first-child
        > a {
        padding: 29px 23px 29px 0;
    }
    #site-header-menu
        .prt-stickable-header.fixed-header
        .site-navigation
        ul.menu {
        margin-left: 0;
    }
    #site-header-menu .prt-stickable-header.fixed-header .header_extra > div {
        margin-right: 0;
    }

    #site-header-menu .site-navigation ul.menu li ul.mega-submenu {

        box-shadow: 0 3px 25px 0 #2b0000 0 0 0 #6e0000 inset;
    }
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li a{display: block !important;padding: 10px 20px;border-bottom: 1px solid #ddd !important;}
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li a:hover{background: var(--base-skin);color: #000 !important;}
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li {
        position: relative;
        list-style: none;
        margin: 0;
        opacity: 0;
        margin-bottom: 2px;
        border-radius: 5px;
        visibility: hidden;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0;
        transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0;
    }
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li a {
        padding: 12px 18px 12px 10px;
        border: 0;
        display: inline-block;
        position: relative;
        transition: all 0.2s ease-in-out;
    }
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li a:hover {
        color: var(--base-skin);
    }
  
    #site-header-menu
        .site-navigation
        ul.menu
        li
        ul.mega-submenu
        li
        a:hover:before,
    #site-header-menu
        .site-navigation
        ul.menu
        li.active
        ul.mega-submenu
        li.active
        a:before {
        opacity: 1;
        transform: perspective(1200px) rotateX(0deg) translateX(3px);
        transition: all 200ms ease 200ms;
    }
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover,
    #site-header-menu
        .site-navigation
        ul.menu
        li.active
        ul.mega-submenu
        li.active {
        background-color: var(--base-lightgrey);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover a,
    #site-header-menu .site-navigation ul.menu li ul.mega-submenu li.active a {
        margin-left: 0;
    }
    nav.main-menu ul.menu li ul.mega-submenu li.active > a,
    nav.main-menu ul.menu li.active > a {
        color: var(--base-skin);
    }
    #site-header-menu .site-navigation ul.menu li:hover > ul.mega-submenu > li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .prt-header-style-01 #site-header-menu .site-navigation ul.menu > li > a {
        padding: 29px 23px 29px 12px;
    }
    .prt-header-style-01 #site-header-menu .site-navigation ul.menu {
        margin-left: 27px;
    }
}
@media all and (max-width: 1199px) {
    .res-1199-ml-0 {
        margin-left: 0 !important;
    }
    .res-1199-mr-0 {
        margin-right: 0 !important;
    }
    .res-1199-mt-0 {
        margin-top: 0 !important;
    }
    .res-1199-mb-0 {
        margin-bottom: 0 !important;
    }
    .res-1199-ml-10 {
        margin-left: 10px !important;
    }
    .res-1199-ml-15 {
        margin-left: 15px !important;
    }
    .res-1199-ml-20 {
        margin-left: 20px !important;
    }
    .res-1199-ml-80 {
        margin-left: 80px !important;
    }
    .res-1199-mr-10 {
        margin-right: 10px !important;
    }
    .res-1199-mr-15 {
        margin-right: 15px !important;
    }
    .res-1199-mr-20 {
        margin-right: 20px !important;
    }
    .res-1199-mb-50 {
        margin-bottom: 50px !important;
    }
    .res-1199-pr-0 {
        padding-right: 0 !important;
    }
    .res-1199-pl-0 {
        padding-left: 0 !important;
    }
    .res-1199-pb-0 {
        padding-bottom: 0 !important;
    }
    .res-1199-pt-0 {
        padding-top: 0 !important;
    }
    .res-1199-pt-15 {
        padding-top: 15px !important;
    }
    .res-1199-pt-20 {
        padding-top: 20px !important;
    }
    .res-1199-pt-30 {
        padding-top: 30px !important;
    }
    .res-1199-pt-40 {
        padding-top: 40px !important;
    }
    .res-1199-pt-50 {
        padding-top: 50px !important;
    }
    .res-1199-pl-15 {
        padding-left: 15px !important;
    }
    .res-1199-pl-80 {
        padding-left: 80px !important;
    }
    .res-1199-pr-15 {
        padding-right: 15px !important;
    }
    .res-1199-mt-15 {
        margin-top: 15px !important;
    }
    .res-1199-mt-30 {
        margin-top: 30px !important;
    }
    .res-1199-mt-50 {
        margin-top: 50px !important;
    }
    .res-1199-mt-80 {
        margin-top: 80px !important;
    }
    .spacing-1 {
        padding: 26px 20px 32px 30px;
        margin-top: 50px;
    }
    .spacing-2 {
        padding: 0 15px;
    }
    .spacing-3 {
        padding: 70px 20px 70px 0;
    }
    .spacing-4 {
        margin: 0 15px;
    }
    .spacing-6 {
        padding: 100px 0 100px 15px;
        margin-right: 0;
    }
    .spacing-8 {
        padding: 94px 40px 93px;
        margin-right: 0;
    }
    .prt-row.blog-section {
        padding: 100px 0 85px;
    }
    .prt-row.map-section {
        padding: 100px 0 90px;
    }
    .col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
        background-position: right;
    }
    .prt-page-title-row-inner {
        padding: 60px 0 20px;
    }
    .prt-marquebox-wrapper {
        bottom: 160px;
    }
    .top_bar,
    .header_extra,
    .header_btn,
    .header_cta,
    .widget_info {
        display: none !important;
    }
    .prt-header-style-01 .site-branding-02 {
        display: inline-block;
        padding: 33px 0;
    }
    rs-module#rev_slider_3_1 .rs-layer:not(.rs-wtbindex) {
        margin-left: 0 !important;
    }
    header .container {
        max-width: 100%;
    }
    nav.main-menu ul.menu li ul.mega-submenu li.active > a {
        color: var(--base-skin);
    }
    .site-branding {
        padding: 25px 0;
    }
    .prt-header-style-01 #site-header-menu {
        background-color: #000;
    }
    #site-header-menu .site-navigation {
        height: 80px;
    }
    .bg-layer > .container > .row > [class*="col-lg"] {
        padding: 0;
    }
    [class*="col-xl"] .prt_single_image-wrapper {
        text-align: center;
    }
    .prt-row .container,
    .prt-row .container-fluid,
    .prt-page-title-row .container,
    footer .container {
        max-width: 100%;
    }
    .prt-row .container,
    footer .container,
    .sidebar .container {
        padding: 0;
    }
    .prt-row .container > .row,
    .prt-page-title-row .container > .row,
    footer .container .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .section-title.title-style-center_text .title-desc p {
        width: 65%;
    }
    .prt-fid.inside.prt-fid-with-icon.style1 {
        margin-left: 0;
    }
    .prt-vertical_sep > [class*="col-xl"]:not(:last-child):before {
        content: unset;
    }
    .prt-aboutcta .aboutcta1:before {
        left: 2px;
    }
    .featured-imagebox-services.style1,
    .featured-imagebox-services.style2 {
        margin: 15px;
    }
    .featured-thumbnail.ml_12 {
        margin-left: 0 !important;
    }
    .featured-icon-box-main {
        flex-flow: row wrap;
        justify-content: center;
    }
    .featured-imagebox-services.style4 .featured-content .featured-title h3 a {
        font-size: 16px;
        line-height: 26px;
    }
    .prt_single_image-wrapper.border-rad_5.overflow-hidden img {
        border-radius: 5px;
    }
    .newsletter-form input[type="email"] {
        width: 100%;
    }
    .newsletter-form button[type="submit"] {
        top: 4px;
        right: 4px;
        height: 46px;
        width: 46px;
    }
    .second-footer .widget.multi_widget .featured-content {
        padding-left: 0;
        padding-top: 10px;
    }
    .copyright .cpy-text {
        display: block !important;
    }
    .circular-main-01 {
        display: block;
    }
    .circular-main-01 p {
        margin-left: 0;
        margin-top: 15px;
    }
    .prt-fid.inside.style2,
    .prt-fid-title.style2 {
        padding: 20px 0;
        text-align: center;
        width: auto;
        height: auto;
        border: none;
        border-radius: unset;
        margin-left: 0;
    }
    .prt-fid.inside.style2:after {
        background-color: var(--base-grey);
    }
    .blog-section-02 .blog-text br {
        display: none;
    }
    .item10 {
        display: none;
    }
    .item8 {
        left: 150px;
        top: -130px;
    }
    .item9 {
        left: 420px;
        top: -32px;
        bottom: 0;
    }
    .item7 {
        left: 421px;
        top: -186px;
        bottom: 0;
    }
    .item12,
    .item11 {
        display: none;
    }
    .comments-area.style1:before {
        width: 0;
        height: 0;
    }
    .map_container {
        margin-left: -140px;
    }
    .map_container.style2 {
        margin-left: 0;
    }
    .first-footer.style3 .client-box-main {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .slider-content {
        padding: 90px 0 100px;
    }
    section.error-404 h2 {
        font-size: 230px;
    }
    section.error-404 h2.page-title-text {
        font-size: 150px;
        margin-top: -105px;
    }
    .video-autoplay-section {
        height: auto;
    }
    .video-autoplay {
        margin-top: 0;
    }
    .prt-tab-style-01 .content-inner span.year {
        font-size: 115px;
        line-height: 125px;
    }
    .fid-section_2 .prt-vertical_sep > [class*="col"]:not(:last-child):before {
        display: none;
    }
    .widget-banner .link a.link-email {
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    .sidebar .container > .row {
        margin: 0 -15px;
    }
    .sidebar .sidebar-right,
    .sidebar .sidebar-left {
        flex: 33.5%;
        max-width: 33.5%;
        padding: 0 15px;
    }
    .sidebar .content-area {
        flex: 66.5%;
        max-width: 66.5%;
        padding: 0 15px;
    }
    .prt-tabs.prt-tab-style-classic ul.tabs {
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .prt-tabs.prt-tab-style-02 {
        height: 388px;
    }
}
@media (max-width: 991px) {
    .header{position: relative;top: 0;left: 0;width: 100%;margin: 0;}
    .row-equal-height > [class*="col-lg"],
    .prt-equal-height-image,
    .featured-imagebox img,
    [class*="col-lg"] .prt-equal-height-image {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    [class*="col-lg"] .prt-equal-height-image {
        display: block;
    }
    .section-title h2.title {
        font-size: 35px;
        line-height: 46px;
    }
    .section-title.title-style-center_text .title-desc p {
        width: 75%;
    }
    .page-title-heading h2 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 8px;
    }
    .prt-page-title-row-inner {
        display: block;
    }
    [class*="col-lg"] .prt-col-bgimage-yes,
    .bg-layer-equal-height [class*="col-lg"] .prt-col-bgcolor-yes {
        height: auto;
    }
    .bg-layer > .container > .row > [class*="col-lg"] {
        padding: 0;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h2 {
        font-size: 36px;
        line-height: 46px;
    }
    h3 {
        font-size: 18px;
        line-height: 28px;
    }
    h4 {
        font-size: 24px;
        line-height: 34px;
    }
    h5 {
        font-size: 19px;
        line-height: 22px;
    }
    h6 {
        font-size: 17px;
        line-height: 20px;
    }
    .section-title .title-header {
        padding-bottom: 1px;
    }
    .section-title h2.title {
        font-size: 28px;
        line-height: 36px;
    }
    .section-title.style2,
    .section-title.style3 {
        margin-bottom: 10px;
    }
    .section-title.style2 .title-header,
    .section-title.style3 .title-header {
        width: 100%;
        padding-bottom: 10px;
    }
    .section-title.style2 .title-header,
    .section-title.style2 .title-desc,
    .section-title.style3 .title-header,
    .section-title.style3 .title-desc {
        display: block;
        padding-right: 0;
    }
    .section-title.style2 .title-header:after,
    .section-title.style3 .title-header:after {
        content: unset;
    }
    body .page.prt-sidebar-true .site-main,
    .prt-row {
        padding: 60px 0 !important;
    }
    .prt-row.padding_bottom_zero-section {
        padding: 60px 0 0 !important;
    }
    .prt-row.padding_zero-section {
        padding: 0 !important;
    }
    .prt-row.padding_top_zero-section {
        padding: 0 0 60px !important;
    }
    .prt-row.grid-section {
        padding: 45px 0 !important;
    }
    .prt-row.client-section {
        padding: 10px 0 !important;
    }
    .prt-row.fid-section_1 {
        padding: 40px 0 60px !important;
    }
    .prt-row.fid-section_2 {
        padding: 35px 0 60px !important;
    }
    section.error-404 {
        padding: 60px 0 !important;
    }
    .prt-row.partner-section {
        padding: 0 0 60px !important;
    }
    .prt-row.sidebar {
        padding: 60px 0 !important;
    }
    .prt-row.testimonials-section {
        padding: 0 0 40px !important;
        margin-top: -19px;
    }
    .prt-row.blog-section {
        padding: 60px 0 45px !important;
    }
    .prt-row.testimonials-section-01 {
        padding: 238px 0 60px !important;
    }
    .video-section {
        padding: 170px 0;
    }
    .prt-row.about-section-02 {
        padding: 60px 0 40px !important;
    }
    .prt-row.services-section-02 {
        padding: 60px 0 0 !important;
    }
    .prt-row.services-section-03 {
        padding: 60px 0 45px !important;
    }
    .prt-service-single-content-area {
        margin-left: 0;
    }
    .prt-row.hover-section-01 {
        padding: 60px 0 0 !important;
    }
    .prt-row.blog-section-01 {
        padding: 45px 0 60px !important;
    }
    .prt-row.hover-section {
        padding: 50px 0 60px !important;
    }
    .prt-row.faqcontact-section {
        padding: 60px 0 45px !important;
    }
    .prt-row.team-section {
        padding: 60px 0 45px !important;
    }
    .prt-row.workplace-section {
        padding: 60px 0 20px !important;
    }
    .prt-row.about01-section {
        padding: 60px 0 40px !important;
    }
    .spacing-1 {
        padding: 26px 30px 32px 28px;
        margin-top: 60px;
    }
    .spacing-2 {
        padding: 0 15px;
    }
    .spacing-3 {
        padding: 60px 25px 60px 0;
    }
    .spacing-6 {
        padding: 60px 0 60px 15px;
        margin-right: 0;
        margin-top: -80px;
    }
    .spacing-8 {
        padding: 56px 15px 52px;
        margin-right: 0;
        margin-top: -80px;
    }
    section.error-404 .page-content p {
        font-size: 15px;
    }
    .first-footer.style1 {
        padding: 55px 0 50px;
    }
    .first-footer.style2 {
        position: relative;
        padding: 45px 0 25px;
    }
    .first-footer.style3 {
        padding: 40px 0 30px;
    }
    .first-footer.style3 .client-box-main .border,
    .first-footer.style3 .client-box-main .border-top,
    .first-footer.style3 .client-box-main .border-left,
    .first-footer.style3 .client-box-main .border-bottom,
    .first-footer.style3 .client-box-main .border-right {
        border: none !important;
    }
    .client-box.style1 .client-thumbnail .imgs {
        width: auto;
    }
    .client-box.style1 {
        padding: 20px;
    }
    .res-991-p-0 {
        padding: 0 !important;
    }
    .res-991-p-15 {
        padding: 15px !important;
    }
    .res-991-p-30 {
        padding: 30px !important;
    }
    .res-991-p-40 {
        padding: 40px !important;
    }
    .res-991-pt-0 {
        padding-top: 0 !important;
    }
    .res-991-pt-10 {
        padding-top: 10px !important;
    }
    .res-991-pt-15 {
        padding-top: 15px !important;
    }
    .res-991-pt-20 {
        padding-top: 20px !important;
    }
    .res-991-pt-30 {
        padding-top: 30px !important;
    }
    .res-991-pt-40 {
        padding-top: 40px !important;
    }
    .res-991-pt-50 {
        padding-top: 50px !important;
    }
    .res-991-pt-60 {
        padding-top: 60px !important;
    }
    .res-991-pb-0 {
        padding-bottom: 0 !important;
    }
    .res-991-pb-5 {
        padding-bottom: 5px !important;
    }
    .res-991-pb-15 {
        padding-bottom: 15px !important;
    }
    .res-991-pb-30 {
        padding-bottom: 30px !important;
    }
    .res-991-pb-40 {
        padding-bottom: 40px !important;
    }
    .res-991-pb-50 {
        padding-bottom: 50px !important;
    }
    .res-991-pb-60 {
        padding-bottom: 60px !important;
    }
    .res-991-pb-70 {
        padding-bottom: 70px !important;
    }
    .res-991-pb-80 {
        padding-bottom: 80px !important;
    }
    .res-991-pr-0 {
        padding-right: 0 !important;
    }
    .res-991-pr-15 {
        padding-right: 15px !important;
    }
    .res-991-pr-30 {
        padding-right: 30px !important;
    }
    .res-991-pr-50 {
        padding-right: 50px !important;
    }
    .res-991-pr-60 {
        padding-right: 60px !important;
    }
    .res-991-pl-0 {
        padding-left: 0 !important;
    }
    .res-991-pl-15 {
        padding-left: 15px !important;
    }
    .res-991-pl-30 {
        padding-left: 30px !important;
    }
    .res-991-pl-50 {
        padding-left: 50px !important;
    }
    .res-991-pl-60 {
        padding-left: 60px !important;
    }
    .res-991-pl-90 {
        padding-left: 90px !important;
    }
    .res-991-m-0 {
        margin: 0 !important;
    }
    .res-991-mt-0 {
        margin-top: 0 !important;
    }
    .res-991-mt-10 {
        margin-top: 10px !important;
    }
    .res-991-mt-15 {
        margin-top: 15px !important;
    }
    .res-991-mt-20 {
        margin-top: 20px !important;
    }
    .res-991-mt-30 {
        margin-top: 30px !important;
    }
    .res-991-mt-40 {
        margin-top: 40px !important;
    }
    .res-991-mt-50 {
        margin-top: 50px !important;
    }
    .res-991-mt-60 {
        margin-top: 60px !important;
    }
    .res-991-mt_15 {
        margin-top: -15px !important;
    }
    .res-991-mt_20 {
        margin-top: -20px !important;
    }
    .res-991-mt_30 {
        margin-top: -30px !important;
    }
    .res-991-mt_40 {
        margin-top: -40px !important;
    }
    .res-991-mt_50 {
        margin-top: -50px !important;
    }
    .res-991-mb-0 {
        margin-bottom: 0 !important;
    }
    .res-991-mb-15 {
        margin-bottom: 15px !important;
    }
    .res-991-mb-10 {
        margin-bottom: 10px !important;
    }
    .res-991-mb-20 {
        margin-bottom: 20px !important;
    }
    .res-991-mb-25 {
        margin-bottom: 25px !important;
    }
    .res-991-mb-30 {
        margin-bottom: 30px !important;
    }
    .res-991-mb-35 {
        margin-bottom: 35px !important;
    }
    .res-991-mb-40 {
        margin-bottom: 40px !important;
    }
    .res-991-mb-50 {
        margin-bottom: 50px !important;
    }
    .res-991-mb-60 {
        margin-bottom: 60px !important;
    }
    .res-991-mb-70 {
        margin-bottom: 70px !important;
    }
    .res-991-mb_15 {
        margin-bottom: -15px !important;
    }
    .res-991-mb_20 {
        margin-bottom: -20px !important;
    }
    .res-991-mb_25 {
        margin-bottom: -25px !important;
    }
    .res-991-mb_30 {
        margin-bottom: -30px !important;
    }
    .res-991-mb_40 {
        margin-bottom: -40px !important;
    }
    .res-991-mb_50 {
        margin-bottom: -50px !important;
    }
    .res-991-mb_60 {
        margin-bottom: -60px !important;
    }
    .res-991-mb_70 {
        margin-bottom: -70px !important;
    }
    .res-991-mb_80 {
        margin-bottom: -80px !important;
    }
    .res-991-ml-0 {
        margin-left: 0 !important;
    }
    .res-991-ml-15 {
        margin-left: 15px !important;
    }
    .res-991-ml-20 {
        margin-left: 20px !important;
    }
    .res-991-ml-30 {
        margin-left: 30px !important;
    }
    .res-991-ml-40 {
        margin-left: 40px !important;
    }
    .res-991-ml-50 {
        margin-left: 50px !important;
    }
    .res-991-ml_15 {
        margin-left: -15px !important;
    }
    .res-991-ml_30 {
        margin-left: -30px !important;
    }
    .res-991-ml_50 {
        margin-left: -50px !important;
    }
    .res-991-mr-0 {
        margin-right: 0 !important;
    }
    .res-991-mr-15 {
        margin-right: 15px !important;
    }
    .res-991-mr-20 {
        margin-right: 20px !important;
    }
    .res-991-mr-30 {
        margin-right: 30px !important;
    }
    .res-991-mr-40 {
        margin-right: 40px !important;
    }
    .res-991-mr-50 {
        margin-right: 50px !important;
    }
    .res-991-mr_15 {
        margin-right: -15px !important;
    }
    .res-991-mr_30 {
        margin-right: -30px !important;
    }
    .res-991-mr_50 {
        margin-right: -50px !important;
    }
    .prt-vertical_sep > [class*="col-lg"]:not(:last-child):before {
        content: unset;
    }
    .d-lg-flex .border-end,
    .d-md-flex .border-start {
        border: 0 !important;
    }
    .slider-content {
        padding: 50px 0 60px;
        width: 700px;
    }
    .slider-img-main {
        padding: 0;
    }
    .row.slider-img-main.slick_slider.slick-initialized.slick-slider {
        margin-right: 0;
    }
    .slider-img {
        right: 0;
        margin: 0 0 0 15px;
    }
    .slider-content .slider-title h2 {
        font-size: 70px;
        line-height: 80px;
    }
    .prt-marquebox-wrapper {
        bottom: 200px;
    }
    .slick-arrow-style1 button.slick-prev.slick-arrow,
    .slick-arrow-style1 button.slick-next.slick-arrow {
        top: 145px;
    }
    .testimonials-info {
        width: 730px;
    }
    .second-footer > div > .row .widget-area .widget:not(:first-child) {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .second-footer .widget-area .widget {
        padding: 0 0 45px;
        margin-top: 0;
    }
    .featured-icon-box.style5 {
        padding: 0;
    }
    .testimonials.prt-testimonial-box-view-style1
        .testimonial-content
        blockquote {
        padding: 10px 0 30px;
        font-size: 21px;
        line-height: 32px;
    }
    .testimonials.prt-testimonial-box-view-style1 .testimonial-caption h3 {
        font-size: 14px;
    }
    .map_container {
        margin: 0;
    }
    #map {
        height: 300px;
    }
    #map iframe {
        margin-top: 30px;
        border-radius: 0;
    }
    .prt-team-member-single-content .prt-featured-wrapper img {
        margin-top: 0;
        margin-bottom: 0;
    }
    .prt-team-member-detail {
        margin-left: 0;
        padding-left: 0;
    }
    .prt-pf-single-detail-box .prt-pf-single-detail-box-title h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .prt-pf-single-detail-box {
        padding: 32px 0 0;
    }
    .prt-pf-single-detail-box ul li > span:first-child {
        font-size: 17px;
        color: var(--base-skin);
    }
    .prt-pf-single-detail-box ul li > span {
        display: inline;
        font-size: 16px;
    }
    .prt-pf-single-content-area h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .sidebar .sidebar-right {
        padding-top: 50px !important;
        order: 1;
        width: 100%;
    }
    .sidebar .sidebar-left {
        padding-top: 50px !important;
        order: 1;
        width: 100%;
    }
    .prt-blog-classic .entry-header .entry-title {
        font-size: 24px;
        line-height: 30px;
    }
    .prt-blog-single .prt-social-share-wrapper ul {
        display: block;
    }
    .featured-icon-box.style10 {
        margin-left: 15px;
    }
    .prt-aboutcta .aboutcta1:before {
        left: 0;
    }
    .circular-main-01 {
        display: flex;
    }
    .circular-main-01 p {
        margin-left: 25px;
        margin-top: 0;
    }
    .prt-fid.inside.style2,
    .prt-fid-title.style2 {
        margin: 15px 0;
    }
    .service-video-section .service-video-content h2,
    .service-video-section .service-video-content.style1 h2 {
        font-size: 70px;
        line-height: 80px;
    }
    .prt-tabs.prt-tab-style-02 {
        height: auto;
    }
    .video-autoplay {
        margin-top: 0;
    }
    .video-autoplay-section {
        height: auto;
    }
    .process-img img {
        width: 59% !important;
    }
}
@media (max-width: 777px) {
    .featured-imagebox-services.style4 {
        margin-right: 0;
        margin-left: 0;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .prt-aboutcta .aboutcta1:before {
        height: 40px;
        width: 40px;
        font-size: 20px;
        line-height: 40px;
        top: 3px;
    }
    .prt-aboutcta .aboutcta .fs-30 {
        font-size: 16px !important;
    }
    .prt-aboutcta .aboutctaa {
        font-size: 14px;
    }
    .prt-btn.prt-btn-size-md {
        font-size: 10px;
        padding: 13px 10px 12px;
    }
    .featured-icon-box.style1 .prt-icon.prt-icon_element-size-md i {
        font-size: 40px;
        line-height: 20px;
        margin-right: 10px;
    }
    .featured-icon-box.style1 .featured-desc p,
    .featured-icon-box.style2 .featured-desc p,
    .featured-icon-box.style4 .featured-desc p {
        font-size: 12px;
        line-height: 18px;
    }
    .second-footer .widget.multi_widget .featured-content {
        display: inline-block;
    }
    .second-footer .widget.multi_widget .featured-icon {
        display: inline-block;
    }
    .res-767-mr-0 {
        margin-right: 0 !important;
    }
    .res-767-mr-15 {
        margin-right: 15px !important;
    }
    .res-767-mr_15 {
        margin-right: -15px !important;
    }
    .res-767-ml-0 {
        margin-left: 0 !important;
    }
    .res-767-ml-15 {
        margin-left: 15px !important;
    }
    .res-767-mb-0 {
        margin-bottom: 0 !important;
    }
    .res-767-mb-10 {
        margin-bottom: 10px !important;
    }
    .res-767-mt-0 {
        margin-top: 0 !important;
    }
    .res-767-mt-10 {
        margin-top: 10px !important;
    }
    .res-767-mt-15 {
        margin-top: 15px !important;
    }
    .res-767-mt-20 {
        margin-top: 20px !important;
    }
    .res-767-mt-25 {
        margin-top: 25px !important;
    }
    .res-767-mt-30 {
        margin-top: 30px !important;
    }
    .res-767-mt-35 {
        margin-top: 35px !important;
    }
    .res-767-mt-40 {
        margin-top: 40px !important;
    }
    .res-767-mb-30 {
        margin-bottom: 30px !important;
    }
    .res-767-pt-0 {
        padding-top: 0 !important;
    }
    .res-767-pb-0 {
        padding-bottom: 0 !important;
    }
    .res-767-pl-0 {
        padding-left: 0 !important;
    }
    .res-767-pl-15 {
        padding-left: 15px !important;
    }
    .res-767-pr-0 {
        padding-right: 0 !important;
    }
    .res-767-pr-15 {
        padding-right: 15px !important;
    }
    .res-767-pt-15 {
        padding-top: 15px !important;
    }
    .res-767-pt-20 {
        padding-top: 20px !important;
    }
    .res-767-pt-30 {
        padding-top: 30px !important;
    }
    .res-767-pt-40 {
        padding-top: 40px !important;
    }
    .res-767-pt-50 {
        padding-top: 50px !important;
    }
    .res-767-pb-15 {
        padding-bottom: 15px !important;
    }
    .res-767-pb-20 {
        padding-bottom: 20px !important;
    }
    .res-767-pb-30 {
        padding-bottom: 30px !important;
    }
    .res-767-pb-40 {
        padding-bottom: 40px !important;
    }
    .res-767-pb-50 {
        padding-bottom: 50px !important;
    }
    .share-slide1.border-bottom {
        border-bottom: 0 !important;
    }
    .prt-row.fid-section_1 {
        padding: 0 0 40px !important;
    }

    [class*="col-md"] .prt-equal-height-image {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .d-md-flex .border-end,
    .d-md-flex .border-start {
        border: 0 !important;
    }
    [class*="col-md"] .prt-col-bgimage-yes,
    .bg-layer-equal-height [class*="col-md"] .prt-col-bgcolor-yes {
        height: auto !important;
    }
    .section-title.title-style-center_text .title-desc p {
        width: 100%;
    }
    .breadcrumb-wrapper .breadcrumb-wrapper-inner {
        padding: 0;
        background: transparent;
    }
    .title-box .page-title-heading h1 {
        font-size: 38px;
        line-height: 41px;
    }
    .slick_slider .slick-arrow,
    .slick_slider .slick-dot {
        display: none;
        visibility: hidden;
    }
    .prt-fid.inside.style1,
    .prt-fid-title.style1 {
        padding: 15px 0 0;
    }
    
    .fid-map-items {
        display: none;
    }
    .testimonials-info {
        width: 530px;
    }
    .blog-featured-content {
        padding: 40px 30px;
    }
    .blog-overlay-img img {
        max-width: inherit;
    }
    article.prt-blog-classic {
        display: block;
    }
    .prt-post-featured img {
        width: 100%;
        height: 100%;
    }
    article.prt-blog-classic .prt-blog-classic-content {
        padding: 35px 0 0;
        width: auto;
    }
    .service-video-section .service-video-content h2,
    .service-video-section .service-video-content.style1 h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .featured-icon-box.style6 .featured-desc {
        display: block;
    }
    .featured-icon-box.style6 .featured-desc p:last-child {
        margin-top: 15px;
    }
    .featured-icon-box.style6 .featured-content a {
        margin-left: 0;
        font-size: 18px;
    }
    .service-img-overlay {
        left: 10px;
        width: auto;
        padding: 20px 20px 10px;
    }
    .service-img-overlay h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .team-contect {
        display: inline-grid;
    }
    .service-img-overlay p {
        display: none;
    }
    .social-media-block {
        display: block;
        padding: 20px 0 30px;
    }
    .prt-blog-single .prt_tag_lists {
        padding-bottom: 20px;
    }
    .comments-area.style1 .comment-form .comment-form-author,
    .comments-area.style1 .comment-form .comment-form-email,
    .comments-area.style1 .comment-form .comment-form-url,
    .comments-area.style1 .comment-form .comment-form-number {
        width: 100%;
    }
    .map-link:before {
        width: 0;
        height: 0;
    }
    p.form-submit.cookies.mb-0.headingfont-color.d-flex.align-items-center,
    p.form-submit.cookies.mb-0.d-flex {
        display: block !important;
    }
    section.error-404 h2 {
        font-size: 180px;
    }
    section.error-404 h2.page-title-text {
        font-size: 120px;
        margin-top: -65px;
    }
    .prt-pfbox-view-style5 .prt-box-title h3 {
        font-size: 36px;
        line-height: 46px;
    }
    .footer-marquebox-wrapper .prt-marquebox-style1,
    .prt-marquebox-style1 {
        animation: prt-marque-text 2s linear infinite;
    }
    .about-section.border-rad_10.mr-20 img {
        width: 100%;
    }
    .featured-imagebox-services.style3 .featured-content .featured-title h3,
    .featured-imagebox-services.style4 .featured-content .featured-title h3 {
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .comments-area .comment-form .comment-form-author,
    .comments-area .comment-form .comment-form-email,
    .comments-area .comment-form .comment-form-url {
        width: 100%;
        margin-right: 0;
    }
    .process-img img {
        width: auto !important;
    }
    .d-flex.justify-content-between.align-items-center.section-border-top.pt-80.res-991-pt-60 {
        display: block !important;
    }
    .copy-text {
        margin: 20px 0 8px;
    }
    .copy-text-email {
        margin: 0;
    }
}
@media (max-width: 575px) {
    .spacing-9 {
        padding: 30px 14px;
    }
    .d-sm-flex .border-end,
    .d-md-flex .border-start {
        border: 0 !important;
    }
    .second-footer .widget-area:nth-child(2) {
        margin-top: 0;
    }
    .res-575-mt-0 {
        margin-top: 0 !important;
    }
    .res-575-mt-10 {
        margin-top: 10px !important;
    }
    .res-575-mt-15 {
        margin-top: 15px !important;
    }
    .res-575-mt-20 {
        margin-top: 20px !important;
    }
    .res-575-mt-30 {
        margin-top: 30px !important;
    }
    .res-575-mb-0 {
        margin-bottom: 0 !important;
    }
    .res-575-mb-10 {
        margin-bottom: 10px !important;
    }
    .res-575-mb-15 {
        margin-bottom: 15px !important;
    }
    .res-575-mb-20 {
        margin-bottom: 20px !important;
    }
    .res-575-mb-30 {
        margin-bottom: 30px !important;
    }
    .res-575-ml-0 {
        margin-left: 0 !important;
    }
    .res-575-mr-0 {
        margin-right: 0 !important;
    }
    .res-575-p-0 {
        padding: 0 !important;
    }
    .res-575-pt-10 {
        padding-top: 10px !important;
    }
    .res-575-pt-20 {
        padding-top: 20px !important;
    }
    .res-575-pl-0 {
        padding-left: 0 !important;
    }
    .res-575-pl-15 {
        padding-left: 15px !important;
    }
    .res-575-pr-0 {
        padding-right: 0 !important;
    }
    .res-575-pb-0 {
        padding-bottom: 0 !important;
    }
    .res-575-pb-40 {
        padding-bottom: 40px !important;
    }
    .res-575-pt-0 {
        padding-top: 0 !important;
    }
    .d-sm-flex.prt-vertical_sep > [class*="col"]:not(:last-child):before {
        content: unset;
    }
    .prt-pf-single-detail-box ul li {
        display: block;
        padding-right: 0;
    }
    .prt-vertical_sep > [class*="col-sm-6"]:not(:last-child):before {
        content: unset;
    }
    .prt-blog-single .prt-blogbox-desc-footer {
        display: block;
    }
    .prt-blog-single .prt-blogbox-desc-footer .prt-social-share-wrapper {
        padding-bottom: 30px;
    }
    .slick_slider.slick-dots-style1 .slick-dots {
        display: none !important;
    }
    .border-left,
    .border-right,
    .border-bottom,
    .border-top {
        border: 0 !important;
    }
    .share-slide.border-top {
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    .share-slide.border-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }
    .share-slide1.border-bottom {
        border-bottom: 0 !important;
    }
    .row.prt-vertical_sep > [class*="col-"]:not(:last-child):before {
        content: unset;
    }
    .prt-testimonial-box-view-style2 .testimonial-content {
        padding: 20px 0;
    }
    .prt-testimonial-box-view-style2 .testimonial-content:after {
        top: 30px;
        right: 0;
        height: 46px;
        width: 70px;
    }
    .featured-icon-box.style8 {
        width: 100%;
        margin-right: 0;
    }
    .about-overlay-01 {
        display: none;
    }
    .prt_single_image-wrapper.text-start.flex-grow-0.flex-shrink-0.flex-basis-auto
        img {
        width: 100%;
    }
    .blockquote-content {
        padding: 45px 30px 35px;
    }
    .blockquote-content:before {
        position: relative;
        top: 0;
        left: 0;
    }
    .testimonials-info {
        width: 460px;
    }
    .blog-section .d-flex.justify-content-between {
        display: block !important;
    }
    .blog-section .section-title h2.title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .blog-section-02 .blog-text p {
        display: none;
    }
    .blog-section-02 .blog-txt {
        font-size: 90px;
        line-height: 100px;
    }
    .circular-main-01 {
        display: block;
    }
    .circular-main-01 p {
        margin-left: 0;
        margin-top: 15px;
        width: auto;
    }
    .service-video-section .service-video-content h2,
    .service-video-section .service-video-content.style1 h2 {
        display: none;
    }
    .about-section-02 img {
        display: none;
    }
    .accordion .toggle.prt-toggle_style_default {
        margin: 0;
    }
    .accordion .toggle.prt-toggle_style_default:first-child .toggle-title a {
        padding: 0 0 18px 20px;
    }
    
    .accordion.style1 .toggle.prt-toggle_style_default {
        margin: 0;
    }
    .prt-tabs.prt-tab-style-01 ul.tabs {
        display: block;
        border-top: none;
        padding: 0;
    }
    .prt-tabs.prt-tab-style-01 ul.tabs li {
        padding: 20px 0;
        border-top: 1px solid #000;
    }
    .prt-tabs.prt-tab-style-01 ul.tabs li:last-child {
        border-bottom: 1px solid #000;
    }
    .prt-tabs.prt-tab-style-01 ul.tabs li:before,
    .prt-tabs.prt-tab-style-01 ul.tabs li:after {
        width: 0;
        height: 0;
    }
    .prt-tab-style-01 .content-inner span.year {
        font-size: 100px;
        line-height: 100px;
    }
    .prt-fid-title.style4 {
        padding: 0;
    }
    .prt-fid.inside.style4,
    .prt-fid-title.style4 {
        margin: 10px 0;
    }
    .about-section-03 .d-flex.align-items-center {
        display: block !important;
    }
    .recruitment-steps-content {
        padding: 17px 0 30px;
    }
    .section-text.style1 .team-heading {
        margin: 10px 0;
    }
    .team-heading a {
        font-size: 35px;
        line-height: 45px;
    }
    h2.team-heading.mr-50 {
        display: none;
    }
    .section-text .inline-team .number {
        display: none;
    }
    .contact-title {
        padding: 30px;
        display: block;
    }
    .contact-title h3 {
        font-size: 18px;
        line-height: 28px;
        margin-left: 0;
        margin-top: 15px;
    }
    .contact-form-main .comments-area.style1 {
        padding: 30px;
    }
    .slider-content .slider-title h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .slider-content {
        width: auto;
    }
    .prt-pfbox-view-style5 .prt-box-title h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .prt-pf.style1 .prt-pfbox-view-style5.prt-pfbox:after {
        display: none;
    }
    .first-footer.style1 .first-footer-content h2 {
        font-size: 40px;
        line-height: 55px;
    }
    article.prt-pfbox-view-style5.prt-pfbox:after,
    article.prt-pfbox-view-style5.prt-pfbox1:after {
        display: none;
    }
    ul.social-icons.contact-link li {
        margin: 5px 0;
    }
    .inputFileHolder {
        width: 92%;
    }
    .inputFileHolder a {
        display: none;
    }
}
@media only screen and (max-width: 487px) {
    .testimonials.prt-testimonial-box-view-style2 .testimonial-caption {
        display: block;
    }
    .testimonials.prt-testimonial-box-view-style2
        .testimonial-caption
        label:after {
        position: absolute;
        content: "";
    }
}
@media only screen and (max-width: 480px) {
    .res-480-pl-0 {
        padding-left: 0 !important;
    }
    .res-480-pt-20 {
        padding-top: 20px !important;
    }
    .res-480-pb-0 {
        padding-bottom: 0 !important;
    }
    .res-480-ml-0 {
        margin-left: 0 !important;
    }
    .res-480-mt-20 {
        margin-top: 20px !important;
    }
    .float-sm {
        float: unset !important;
    }
    .prt-header-style-01 .site-branding a.home-link img {
        width: 180px;
    }
    .section-title h2.title.style1 {
        font-size: 50px;
        line-height: 60px;
    }
    .comment-author,
    .comment-body {
        margin: 0;
        margin-top: 130px;
    }
    .comment-author {
        margin-top: -130px;
    }
    .comment-body:after {
        top: -25px;
        left: 50px;
        transform: rotate(90deg);
    }
    .reply {
        float: none;
    }
    .testimonials-info {
        width: 370px;
    }
    .testimonials-nav {
        width: 162px;
    }
    .testimonials-name {
        width: 194px;
    }
    .prt-testimonial-box-view-style4 .testimonial-content blockquote {
        padding: 113px 22px 25px 0 !important;
    }
    .prt-testimonial-box-view-style2 .testimonial-content,
    .prt-testimonial-box-view-style5 .testimonial-content {
        display: block;
    }
    .first-footer.style1 .first-footer-content-1 .footer-btn {
        display: inline-grid;
    }
    .first-footer.style1
        .first-footer-content-1
        .footer-btn
        a.prt-btn.prt-btn-style-fill {
        margin-bottom: 15px;
    }
    .first-footer.style1 .first-footer-content-1 .footer-btn a {
        margin-left: 0 !important;
    }
    .featured-icon-box.style3 {
        display: grid;
    }
    .featured-icon-box.style3 .prt-icon i {
        margin-top: 15px;
    }
    .featured-blog.style1 .d-flex.align-items-center {
        display: block !important;
    }
    .featured-imagebox-post.style2 .featured-content,
    .featured-imagebox-post.style3 .featured-content {
        display: block !important;
    }
    .featured-icon-box.style10.icon-align-before-content .featured-icon,
    .featured-icon-box.style10 .featured-content {
        display: inherit;
    }
    .featured-icon-box.style10 .featured-content {
        padding: 80px 0 0;
    }
    .featured-icon-box.style10 {
        margin: 0;
    }
    .featured-icon-box.style10 .featured-desc h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .featured-icon-box.style10 .featured-icon i {
        font-size: 52px;
    }
    .featured-icon-box.style10 .featured-icon i:before {
        position: absolute;
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .featured-icon-box.style6 .featured-content {
        padding: 18px 0 0;
    }
    .featured-icon-box.style6 .featured-icon i:before {
        display: none;
    }
    .prt-marquebox-wrapper.style1,
    .prt-marquebox-wrapper.style2 {
        bottom: 134px;
    }
    .first-footer.style2
        .footer-marquebox-wrapper
        .prt-marquebox-style1
        ul.marquebox-list
        li {
        font-size: 60px;
        line-height: 60px;
    }
    .circular-main-01.style2 .circular-main {
        position: absolute;
        top: 50px;
        left: 0;
    }
    .process-main .solution-box-main.style1 {
        top: 0;
        margin-left: 0;
        margin-top: 20px;
        display: block;
    }
    .solution-box-main.style1 .solution-01,
    .solution-box-main.style1 .solution-02 {
        margin-right: 10px;
    }
    .team-heading a {
        font-size: 28px;
        line-height: 38px;
    }
    section.error-404 h2 {
        font-size: 110px;
    }
    section.error-404 img {
        width: 20%;
    }
    section.error-404 h2.page-title-text {
        font-size: 80px;
        margin-top: -65px;
        margin-bottom: 30px;
    }
    section.error-404 h3 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 35px;
    }
    .prt-pfbox-view-style5 .prt-box-title h4 {
        font-size: 26px;
        line-height: 36px;
    }
    article.prt-pfbox-view-style5.prt-pfbox {
        margin: 12px 40px 12px 0;
    }
    .prt-pfbox-view-style5:before {
        display: none;
    }
    .blog-section-03 .blog-text.blog-text1 p {
        display: none;
    }
    .featured-icon-box.style7 .prt-icon i {
        margin-left: 10px;
    }
    .inputFileHolder {
        width: 90%;
    }
    .prt-team-member-detail .prt-team-member-single-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 375px) {
    .float-sm {
        float: unset !important;
    }
    .section-title h2.title.style1 {
        font-size: 36px;
        line-height: 46px;
    }
    .testimonials-info {
        width: 350px;
    }
    .prt-marquebox-wrapper {
        bottom: 110px;
    }
    .prt-marquebox-style1 ul.marquebox-list,
    .prt-marquebox-wrapper.style2 ul.marquebox-list {
        margin: 14px 0;
    }
    .prt-marquebox-style1 ul.marquebox-list li,
    .prt-marquebox-wrapper.style2 ul.marquebox-list li {
        font-size: 22px;
        line-height: 22px;
    }
    .first-footer.style1 .first-footer-content h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .prt-tab-style-01 .content-inner span.year {
        font-size: 80px;
        line-height: 90px;
    }
    .share-txt.d-flex.justify-content-between {
        display: block !important;
    }
    .share-text-slider .progress-text {
        text-align: left;
        margin-top: 15px;
    }
    .share-text {
        margin-top: 20px;
    }
    .client-box.style1 .client-thumbnail .imgs {
        display: none;
    }
    .featured-imagebox-team.style1 .featured-thumbnail,
    .featured-imagebox-team.style1 .featured-content {
        display: block;
        margin-bottom: 20px;
    }
    .featured-imagebox-team.style1 .copy-text {
        margin: 0 0 8px;
    }
    .featured-imagebox-team.style1 .featured-content {
        padding: 0;
    }
    .featured-imagebox-team.style1 .featured-thumbnail img {
        display: initial;
    }
    .featured-imagebox-post .featured-content {
        padding: 33px 30px 40px;
    }
    .service-img-overlay {
        position: relative;
        bottom: -10px;
        left: 0;
        border-radius: 10px;
    }
    .progress-content .d-flex.border-bottom {
        display: block !important;
    }
    .progress-content .solution-box-main {
        display: grid;
        margin-top: 18px;
    }
    .progress-content .solution-box-main .solution-02 {
        margin-top: 10px;
    }
    .slick-vertical .slick-slide {
        position: relative;
        top: -15px;
    }
    .accordion.style2 {
        background-color: var(--base-lightgrey);
        padding: 1px 20px 40px;
        border-radius: 10px;
    }
    .d-flex.justify-content-between.share-text-slider {
        display: block !important;
    }
    .blockquote-content .blockquote-caption {
        display: block;
    }
    .prt-blog-single .blockquote-caption h3 {
        margin: 0;
    }
    .first-footer.style1 .first-footer-content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .blog-section-02 .blog-txt,
    .blog-section-03 .blog-txt {
        font-size: 90px;
        line-height: 90px;
    }
    .featured-icon-box.style6 .featured-content a {
        font-size: 12px;
    }
    .featured-icon-box.style7 .prt-icon i {
        margin: 15px 0 0;
    }
    .featured-icon-box.style7 {
        display: inline-grid;
    }
    .featured-imagebox-services.style3 .featured-content .featured-title h3,
    .featured-imagebox-services.style4 .featured-content .featured-title h3 {
        width: 112px;
    }
    .featured-imagebox-services.style4 .featured-content .featured-title h3 a {
        font-size: 16px;
        line-height: 26px;
    }
    .widget-banner > div {
        padding: 23px 16px 27px;
    }
    .inputFileHolder {
        width: 86%;
    }
    .inputFileMaskText {
        font-size: 14px !important;
    }
    .footer-marquebox-wrapper {
        padding: 7px 0;
    }
}
.about-container {
    width: 100%;position: relative;
}

.main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 20px;
}

.main-image {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.text-content h4 {
    color: #89b14b;
    font-weight: normal;margin-top: 30px;
}

.text-content h1 {
    font-size: 2em;
    margin: 0px 0 10px;font-weight: bold;line-height: normal;
}

.text-content p {
    font-size: 1em;
    margin: 0px 0;position: relative;background: #fff;
}



.feature-cards {
    display: grid;
    grid-template-columns: 300px 300px 300px;
    gap: 0px;justify-content: end;margin-top: -100px;
}

.feature-card {
    padding: 20px;
    border-radius: 0px;
    text-align: center;background: #eee;border-right: 1px dashed #525252;
}

.feature-card img {
    width: 50px;
    margin-bottom: 10px;
}

.feature-card h3 {
    font-size: 1.25em;
    margin: 10px 0;
}

.feature-card p {
    font-size: 0.9em;
    color: #666;
}
.img-ab{height: 244px;width: 100%;object-fit: cover;}
@media (max-width: 768px) {
    .main-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .feature-cards {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
}

.category-item{height: 250px;width: 100%;margin-bottom: 30px;z-index: 1;position: relative;}
.category-item::after{content: '';position: absolute;height: 100%;width: 100%;background: rgba(0, 0, 0, 0.5);z-index: -1;top: 0;left: 0;}
.category-content{display: block;padding: 10px;text-align: center;color: #fff;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 100%;}
.category-content h3,.category-content span{color: #fff;}
.category-content h3{font-weight: bold;}
.category-content span:hover{color: var(--base-skin);}
.main-heading{font-weight: bold;}
.category-item:hover::after{content: '';background: rgba(0, 0, 0, 0.3);}
.items2{height: 530px;}
.all-product{font-weight: bold;font-size: 15px;position: relative;display: inline-block;}
.all-product::after{content: '';height: 2px ;width: 100%;margin-top: 5px;background: var(--base-skin);display: inline-block;position: absolute;bottom: 0;left: 0;}
.bg-color{background: rgba(20, 117, 51, 0.7450980392);padding: 40px;margin-bottom: 40px;margin-top: 80px;text-align: left;}
.bg-color.section-title h3{color: #fff !important;}
.bg-color.section-title h2{color: #fff;font-weight: bold;}
.why-list li{margin-bottom: 30px;}
.why-list li .img-why{height: 80px;width: 80px;background: var(--base-skin);border-radius: 100%;padding: 22px;display: inline-block;position: relative;z-index: 1;margin-right: 10px;vertical-align: text-bottom;}
.why-list li .img-why::after{content: '';position: absolute;height: 70px;width: 70px;left: 5px;top: 5px;border-radius: 100%;border: 1px solid #444;}
.why-list li .img-why img{width: 100%;}
.why-list li .why-text{display: inline-block;width: calc(100% - 120px);text-align: left;}
.why-list li .why-text h4{color: #fff;font-size: 20px;font-weight: bold;}
.why-list li .why-text p{color: #ddd;}
.d-grid-f{display:  grid; grid-template-columns: 1fr 1fr 1fr;padding: 40px 0}
.why-list.d-grid-f li{border-bottom: 2px solid #0c7735;list-style: none;margin:0 20px 0px;text-align: center;padding-bottom: 20px;}
.why-list.d-grid-f li .img-why{height: 70px;width: 70px;}
.why-list.d-grid-f li:hover{border-color: var(--base-skin);}
.why-list.d-grid-f li .img-why::after{height: 60px;width: 60px;}
.footer{background-image: url('../images/counter-bg.jpg');background-size: cover;position: relative;z-index: 1;}
.footer::after{content: '';position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0, 0, 0, 0.9);z-index: -1;}
.widget-title{color: #fff;font-weight: bold;}
.footer .widget ul li a{color:rgba(255, 255, 255, 0.8)}
.toggle-title{padding: 20px;background: #444;}
.accordion .toggle-title a{color: #fff;}
.accordion.style3 .toggle.prt-toggle_style_classic{background: #eee;}
.accordion.style3 .toggle.prt-toggle_style_classic .toggle-content{padding-left: 20px;}
.accordion.style3 .toggle.prt-toggle_style_classic .toggle-title a{margin: 0px;}
.accordion.style3 .toggle.prt-toggle_style_classic:first-child .toggle-title a{margin: 0;}
.comments-area.style1 .comment-form .comment-form-author, .comments-area.style1 .comment-form .comment-form-email, .comments-area.style1 .comment-form .comment-form-url, .comments-area.style1 .comment-form .comment-form-number{width: 100%;}
.comments-area.style1{position: sticky;top: 0;}
@media only screen and (max-width: 767px) {
    .d-grid-f{grid-template-columns:  1fr;}
    .why-list.d-grid-f li{margin-bottom: 30px;}
}
@media only screen and (max-width: 480px) {
    .banner_slider .slide {
        height: 320px;
    }
    .items2{height: 250px;}
}