/** ==========================================================================================

  Project :   Fablio - Responsive Multi-purpose HTML5 Template
  Version:    1.1
  Author :    Preyantechnosys

========================================================================================== */

/**
          1. Prt-row

          2. Row-Equal-Height

          3. Bg-Layer

          4. Row-Bg-Image

          5. Col-Bg-Image

          6. Section-Title

          7. Sep_holder

          8. Buttons

          9. Icons

          10. Fid

          11. Featured-icon-box

          12. Featured-imagebox

          13. Progress-Bar

          14. Testimonial

          15. Accordion

          16. Wrap-Form

          17. Tab

          18. Boxes-Spacing

          19. Sidebar

          20.prt-marquebox

**/

/* ===============================================
    1.prt-row
------------------------*/

.prt-row {
    padding: 90px 0;
}

.prt-row.padding_bottom_zero-section {
    padding: 100px 0 0 0;
}

.prt-row.padding_top_zero-section {
    padding: 0 0 100px;
}

.prt-row.padding_zero-section {
    padding: 0 0;
}

.prt-row .hero-section {
    padding: 90px 0 0 0;
}

.prt-row.client-section {
    padding: 55px 0 55px;
}

.prt-row.team-section {
    padding: 72px 0;
}

.prt-row.pagination-section {
    padding: 220px 0 130px 0;
}

.prt-row.pagination2-section {
    padding: 172px 0 90px 0;
}

.prt-row.team-detail-section {
    padding: 90px 0 0 0;
}

.prt-row.sidebar-section {
    padding: 90px 0 0 0;
}

.prt-row.contact-us-section {
    padding: 73px 0 0 0;
}

.prt-row.single-content-area-section {
    padding: 0 0 70px 0;
}

.prt-row.single-img-section {
    padding: 90px 0 45px 0;
}

.prt-row.fid-section {
    padding: 80px 0 90px 0;
}

.prt-row.about2-section {
    padding: 80px 0 66px 0;
}

.prt-row.blog-section01 {
    padding: 81px 0 72px 0;
}

.prt-row.about-us-section {
    padding: 82px 0 72px 0;
}

.prt-row.portfolio-section {
    padding: 85px 0 57px 0;
}

.prt-row.testimonial-section {
    padding: 50px 0 35px 0;
}

.prt-row.step-section {
    padding: 80px 0 90px 0;
}

/* ===============================================
    2.Row-Equal-Height
------------------------*/

.row-equal-height {
    color: var(--base-white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-equal-height>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* ===============================================
    3.Bg-Layer
------------------------*/

.prt-bg {
    position: relative;
}

.prt-col-bgimage-yes {
    z-index: 1;
}

.bg-layer-equal-height .prt-col-bgimage-yes,
.bg-layer-equal-height .prt-col-bgcolor-yes,
.prt-col-bgimage-yes {
    height: 100%;
}

.prt-bg-layer,
.prt-titlebar-wrapper-bg-layer,
.prt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.prt-left-span>.prt-col-wrapper-bg-layer {
    width: auto;
    margin-left: -500px;
    right: 0;
}

.prt-right-span>.prt-col-wrapper-bg-layer {
    width: auto;
    margin-right: -500px;
    right: 0;
}

.pattern-img {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: url(../images/pattern-bg.png);
}

.bg-layer {
    position: relative;
}

.bg-layer>.container>.row {
    margin: 0;
}

.bg-layer>.container,
.bg-layer>.container-fluid {
    padding: 0;
}

.prt-bg.prt-bgimage-yes>.prt-bg-layer,
.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    opacity: 0;
}

.prt-bgcolor-white.prt-bg.prt-bgimage-yes>.prt-bg-layer,
.prt-bgcolor-white.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    opacity: .94;
}

/* ===============================================
    4.Row-Bg-Image
------------------------*/

.bg-img1 {
    background-image: url(../images/bg-image/row-bgimage-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img2 {
    background-image: url(../images/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img3 {
    background-image: url(../images/service_detail.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-img1.prt-bg.prt-bgimage-yes>.prt-bg-layer {
    opacity: 0;
}

/* ===============================================
    5.Col-Bg-Image
------------------------*/

.prt-equal-height-image {
    display: none;
}

.col-bg-img-one.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.col-bg-img-two.prt-col-bgimage-yes>.prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.col-bg-img-one.prt-bg.prt-bgimage-yes>.prt-bg-layer,
.col-bg-img-one.prt-bg.prt-col-bgimage-yes>.prt-bg-layer>.prt-col-wrapper-bg-layer-inner {
    opacity: 0.65;
}

/* ===============================================
    6.Section-Title
------------------------*/

.section-title {
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}

.step-section .section-title {
    padding: 0 252px 0 0;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.first-footer-desc img {
    height: 34px !important;
    margin-top: 23px;
}

.footer-btn {
    padding-top: 20px;
    padding-right: 0 !important;
}

.pre-title span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    color: var(--base-headingfont-color);
    position: relative;
    padding-left: 13px;
}

.padding_bottom_zero-section,
.portfolio-section .pre-title span {
    color: var(--base-skin);
}

.padding_bottom_zero-section .pre-title span,
.padding_bottom_zero-section .section-title h2 {
    color: var(--base-white);
}

.portfolio-section .pre-title,
.portfolio-section .section-title h2 {
    text-align: center;
}

.portfolio-section .section-title h2 {
    margin-bottom: 45px;
}

.pre-title span:before {
    content: "//";
    position: absolute;
    left: 0;
}

.bg-base-dark .pre-title span {
    color: var(--base-white);
}

.section-title h2 {
    position: relative;
    color: var(--base-headingfont-color);
    font-size: 64px;
    line-height: 74px;
    font-weight: 600;
    z-index: 2;
    margin-bottom: 20px;
    margin-top: 15px;
}

.testimonial2-section .section-title h2 {
    margin-bottom: 45px;
}

.service-section .section-title h2 {
    margin-bottom: 45px;
}

.About-us-section .section-title h2 {
    margin-bottom: 50px;
}

.prt-page-title-row.bg-layer {
    background-image: url(../images/overlay-img-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.about-us-section .section-title h2 {
    margin-bottom: 45px;
}

.banner-section .section-title h2 {
    font-size: 77px;
    line-height: 87px;
    text-align: left;
    padding-top: 90px;
}

.padding_bottom_zero-section .section-title h2 {
    margin-bottom: 35px;
}

.service-section2 .section-title h2 {
    margin: 15px 15px 35px 0;
}

.step-section .section-title h2 {
    margin-bottom: 45px;
}

.service-section {
    color: var(--base-white);
}

.service-section .pre-title span {
    color: var(--base-skin);
}

.section-title .title-desc p {
    padding-bottom: 15px;
    margin: 0;
}

.section-title.title-style-center_text {
    text-align: center;
}

.section-title.title-style-center_text .title-desc p {
    margin-bottom: 15px;
    width: 100%;
    margin: 0 auto;
}

.section-title .title-desc {
    position: relative;
}

/*style1*/

.section-title.style1 .title-header {
    padding-bottom: 0;
}

.section-title.style1 .title-desc:before {
    display: none;
}

.section-title.style1 .title-desc {
    margin-top: 0;
    padding-top: 0;
}

/* ===============================================
    7.sep_holder
------------------------*/

.prt-horizontal_sep {
    border-top: 1px solid rgb(0 0 0 / 20%);
    display: block;
    position: relative;
}

.bg-base-dark .prt-horizontal_sep {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.bg-base-skin .prt-horizontal_sep {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.border,
.border-top,
.border-left,
.border-bottom,
.border-right {
    border-color: rgba(255, 255, 255, 0.15);
}

.bg-base-dark .border,
.bg-base-dark .border-top,
.bg-base-dark .border-left,
.bg-base-dark .border-bottom,
.bg-base-dark .border-right,
.bg-base-skin .border,
.bg-base-skin .border-top,
.bg-base-skin .border-left,
.bg-base-skin .border-bottom,
.bg-base-skin .border-right {
    border-color: rgba(255, 255, 255, 0.06) !important;
}

.prt-vertical_sep>[class*='col'] {
    position: relative;
}

.prt-vertical_sep>[class*='col']:not(:last-child):before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.prt-vertical_sep.style1>[class*='col']:not(:last-child):before {
    background-color: rgba(0, 0, 0, 0.10);
}

.prt-vertical_sep.style2>[class*='col']:not(:last-child):before {
    background-color: #e9e9e9;
}

.row.no-gutters.prt-vertical_sep>[class*='col']:not(:last-child):before {
    right: 0;
}

.bg-base-dark .prt-vertical_sep>[class*='col']:not(:last-child):before,
.bg-base-skin .prt-vertical_sep>[class*='col']:not(:last-child):before {
    background-color: rgba(255, 255, 255, .21);
}

.prt-vertical_sep.style3>[class*='col']:first-child:before {
    right: 15px;
    background-color: rgba(255, 255, 255, 0.13);
}

.prt-vertical_sep.style4>[class*='col']:not(:last-child):before {
    right: 15px;
    background-color: rgba(255, 255, 255, 0.10);
}

/* ===============================================
    8.Buttons
------------------------*/

.prt-btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    padding: 14px 30px 17px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-family: var(--base-headingfont);
    letter-spacing: 0;
    transition: all 0.5s ease 0s;
}

/** btn-color **/

.prt-btn-color-skincolor {
    color: var(--base-skin);
}

.prt-btn-color-darkcolor {
    color: var(--base-dark);
}

.prt-btn-color-seconddark {
    color: var(--base-seconddark) !important;
}

.prt-btn-color-whitecolor {
    color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: var(--base-black);
    color: var(--base-white);
}

.prt-btn:not(.btn-inline):before {
    left: auto;
    content: "\e826";
    position: absolute;
    font-family: 'fontello';
    right: 5px;
    border-radius: var(--base-border-radius-30);
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    transform: rotate(-45deg);
    transition: 0.3s;
    z-index: 11;
    color: var(--base-white);
    font-weight: 400;
    display: none;
}

.prt-btn:not(.btn-inline):hover:before {
    transform: rotate(0deg);
}

.prt-btn:not(.btn-inline):after {
    background: var(--base-skin);
    left: auto;
    content: "";
    position: absolute;
    right: 5px;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    transition: 0.5s;
    z-index: -10;
    display: none;
}

.prt-btn:not(.btn-inline):hover::after {
    height: 100%;
    width: 100%;
    right: 0;
}

/** btn-with-icon **/

.prt-btn i {
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: bold;
}

.prt-btn.prt-icon-btn-right i {
    text-align: right;
    margin-left: 14px;
    margin-right: 0;
}

.prt-btn.prt-icon-btn-left i {
    text-align: left;
    margin-right: 8px;
    margin-left: 0;
}

/** btn-size-xs **/

.prt-btn.prt-btn-size-xs {
    font-size: 11px;
    padding: 8px 20px;
}

.prt-btn.prt-btn-size-xs i {
    font-size: 11px;
    line-height: 11px;
}

/** btn-size-sm **/

.prt-btn.prt-btn-size-sm {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 25px 10px;
}

.prt-btn.prt-btn-size-sm i {
    font-size: 14px;
    line-height: 14px;
}

/** btn-size-md **/

.prt-btn.prt-btn-size-md {
    font-size: 15px !important;
    line-height: 25px !important;
    padding: 12px 55px 10px 22px;
}

.prt-btn.prt-btn-size-md i {
    font-size: 15px;
    line-height: 15px;
}

/** btn-size-lg **/

.prt-btn.prt-btn-size-lg {
    font-size: 18px;
    line-height: 18px;
    padding: 11px 35px;
}

.prt-btn.prt-btn-size-lg i {
    font-size: 18px;
    line-height: 18px;
}

/** btn-shape **/

.prt-btn.prt-btn-shape-round {
    border-radius: var(--base-border-radius-10);
}

.prt-btn.prt-btn-shape-rounded {
    border-radius: var(--base-border-radius-25);
}

.prt-btn.prt-btn-shape-square {
    border-radius: 0;
}

/** btn-style-border **/

.prt-btn.prt-btn-style-border {
    background-color: transparent;
    border: 1px solid currentColor;
}

.prt-btn.prt-btn-style-border.prt-btn-color-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.prt-btn.prt-btn-style-border.prt-btn-color-white:hover {
    color: var(--base-white);
    border-color: var(--base-skin);
}

/** prt-icon-shap**/

.prt-btn.prt-icon-shap {
    width: 115px;
    padding: 10px 0;
    margin: 10px 0 10px 10px;
    border: 2px solid var(--base-skin);
    border-radius: var(--base-border-radius50);
}

.prt-btn.prt-icon-shap.prt-btn-color-seconddark:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
    color: var(--base-white) !important;
}

/** btn-inline **/

.prt-btn.btn-inline {
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--base-headingfont-color);
    font-family: var(--base-headingfont);
    position: relative;
}

.prt-btn.btn-inline:after {
    display: none;
}

.prt-btn.btn-inline.prt-icon-btn-right {
    padding: 6px 0;
    display: unset;
}

a.prt-btn.prt-btn-size-md.prt-btn-color-darkgrey.btn-inline.prt-icon-btn-right:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f178";
    height: 1px;
    width: 20px;
    right: -28px;
    top: 4px;
    color: var(--base-skin);
}

.prt-btn.btn-inline.prt-icon-btn-right:hover {
    color: var(--base-skin);
}

.prt-btn.btn-inline i {
    position: absolute;
}

.prt-btn.btn-inline.prt-icon-btn-right i:before {
    content: "\e627";
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: var(--base-lightskin);
    color: var(--base-dark);
    border-radius: var(--base-border-radius-50);
    transform: rotate(45deg);
    font-weight: 900;
    transition: all 0.3s ease 0s;
}

.prt-btn.btn-inline.prt-icon-btn-right:hover i:before {
    transform: rotate(90deg);
}

.prt-btn.btn-underline {
    position: relative;
    overflow: visible;
    vertical-align: baseline;
}

.prt-btn.btn-underline:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: currentColor;
    bottom: 0;
    left: 0px;
    transition: all 0.1s ease 0s;
}

/* play-btn / play-icon */

.prt-play-icon {
    color: #fff;
    display: block;
    position: relative;
}

.prt-play-icon .prt-play-icon-animation {
    display: inline-block;
    position: relative;
}

.prt-play-icon .prt-play-icon-animation:after,
.prt-play-icon .prt-play-icon-animation:before {
    content: '';
    border: 3px solid;
    width: 150%;
    height: 150%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    z-index: -1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite;
}

.prt-play-icon .prt-play-icon-animation:after,
.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation: videoplay-anim 1.08s infinite;
    -moz-animation: videoplay-anim 1.08s infinite;
    -ms-animation: videoplay-anim 1.08s infinite;
    -o-animation: videoplay-anim 1.08s infinite;
    animation: videoplay-anim 1.08s infinite;
}

.prt-play-icon .prt-play-icon-animation:before {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
}

.prt-play-icon-btn .prt-icon.prt-icon_element-size-sm i.fa-play {
    padding-left: 5px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    z-index: 2;
}

.prt-play-icon-btn .prt-icon.prt-icon_element-size-md i.fa-play {
    font-size: 20px;
    z-index: 2;
}

.prt-play-icon-btn .prt-play-icon-animation {
    position: relative;
    display: inline-block;
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon {
    margin-bottom: 0;
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
    content: '';
    position: absolute;
    top: 51%;
    left: 51%;
    transform: translate(-50%, -50%);
    border-radius: var(--base-border-radius50);
}

.prt-play-icon-btn .prt-play-icon-animation .prt-icon:after {
    z-index: 1;
    width: calc(100% * 1.25);
    height: calc(100% * 1.25);
    opacity: .4;
    background-color: inherit;
}

.prt-bgcolor-skincolor .prt-play-icon-btn .prt-play-icon-animation:after {
    opacity: .1;
}

.prt-play-icon-btn.animated .prt-play-icon-animation .prt-icon:after,
.prt-play-icon-btn:hover .prt-play-icon-animation .prt-icon:after {
    -webkit-animation: sep-anim 1.05s infinite;
    -moz-animation: sep-anim 1.05s infinite;
    -ms-animation: sep-anim 1.05s infinite;
    -o-animation: sep-anim 1.05s infinite;
    animation: sep-anim 1.05s infinite;
}

@-webkit-keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes sep-anim {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

/* ===============================================
    9.Icons
------------------------*/

.prt-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
}

.prt-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
}

.prt-icon_element-color-skincolor {
    color: var(--base-skin);
}

.prt-icon_element-color-darkcolor {
    color: var(--base-headingfont-color);
}

.prt-icon_element-color-whitecolor {
    color: var(--base-white);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-skincolor {
    background-color: var(--base-skin);
    color: var(--base-white);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-gradientcolor {
    background-color: var(--base-skin);
    background-image: linear-gradient(to top, var(--base-first-gradientcolor) 30%, var(--base-second-gradientcolor) 100%);
    color: var(--base-white);
    border: 0;
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-skincolor {
    border: 1px solid var(--base-skin);
    color: var(--base-skin);
}

.prt-icon_element-color-darkgrey {
    color: var(--base-dark);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-dark {
    background-color: var(--base-dark);
    color: var(--base-white);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-dark {
    border: 1px solid var(--base-dark);
    color: var(--base-dark);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-grey {
    background-color: var(--base-grey);
    color: var(--base-skin);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-grey {
    border: 1px solid var(--base-grey);
    color: var(--base-skin);
}

.prt-icon.prt-icon_element-fill.prt-icon_element-color-white {
    background-color: var(--base-white);
    color: var(--base-skin);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-white {
    border: 1px solid var(--base-white);
    color: var(--base-white);
}

/** icon-size-xs **/

.prt-icon.prt-icon_element-size-xs {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.prt-icon.prt-icon_element-size-xs i {
    font-size: 16px;
}

/** icon-size-sm **/

.prt-icon.prt-icon_element-size-sm {
    height: 55px;
    width: 55px;
    line-height: 55px;
}

.prt-icon.prt-icon_element-size-sm i {
    font-size: 31px;
}

/** icon-size-md **/

.prt-icon.prt-icon_element-size-md {
    height: 67px;
    width: 67px;
    line-height: 67px
}

.prt-icon.prt-icon_element-size-md i {
    font-size: 37px;
}

/** icon-size-lg **/

.prt-icon.prt-icon_element-size-lg {
    height: 78px;
    width: 78px;
    line-height: 78px;
}

.prt-icon.prt-icon_element-size-lg i {
    font-size: 53px;
}

/** icon-size-xl **/

.prt-icon.prt-icon_element-size-xl {
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.prt-icon.prt-icon_element-size-xl i {
    font-size: 58px;
}

.prt-icon.prt-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}

.prt-icon.prt-icon_element-onlytxt i {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate(0, 0);
}

/** icon-shape **/

.prt-icon.prt-icon_element-style-round {
    border-radius: var(--base-border-radius-10);
}

.prt-icon.prt-icon_element-style-rounded {
    border-radius: var(--base-border-radius50);
}

.prt-icon.prt-icon_element-style-square {
    border-radius: 0;
}

/* prt-list-style-icon */

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

.prt-list.prt-list-style-icon.fw-normal li i,
.prt-list.prt-list-style-icon.fw-normal .prt-list-li-content {
    font-weight: normal;
    padding-bottom: 2px;
}

.prt-list.prt-list-style-icon li {
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.prt-list.prt-list-style-icon li:last-child {
    padding-bottom: 0;
}

.prt-list.prt-list-style-icon li i.fa-minus:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    height: 2px;
    width: 7px;
    background-color: currentcolor;
}

.prt-list.prt-list-style-icon li i:before {
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 6px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #000;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
}

.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

/*prt-list-style-icon-01*/

.prt-list.prt-list-style-icon-01 .prt-list-li-content,
.prt-list.prt-list-style-icon-01 .prt-list-li-btn a {
    display: block;
    padding: 11px 0 9px 55px;
    border: 1px solid #ece9e0;
    border-radius: var(--base-border-radius-10);
    font-size: 16px;
    color: var(--base-headingfont-color);
    font-weight: 500;
    font-family: var(--base-headingfont);
    position: relative;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}

.prt-list.prt-list-style-icon-01 .prt-list-li-content:hover {
    background: var(--base-grey);
}

.prt-list.prt-list-style-icon-01 li:before {
    content: "\f067";
    position: absolute;
    width: 23px;
    height: 23px;
    line-height: 25px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
    left: 18px;
    top: 12px;
    font-size: 13px;
    font-family: 'FontAwesome';
    text-align: center;
    color: var(--base-headingfont-color);
    font-weight: 500;
    transition: all 0.3s ease 0s;
}

.prt-list.prt-list-style-icon-01 li:hover:before {
    background-color: #fff;
}

.prt-list.prt-list-style-icon-01 li.prt-list-li-btn:before {
    display: none;
}

.prt-list.prt-list-style-icon-01 .prt-list-li-btn a {
    border: 1px solid var(--base-skin);
    background-color: var(--base-skin);
    padding: 11px 0 9px 0px;
    text-align: center;
}

.prt-list.fs-14 {
    font-size: 14px;
}

.prt-list.fs-15 {
    font-size: 15px;
}

.prt-list.fs-15 i {
    font-size: 12px;
}

.prt-list-icon-color-skincolor li i {
    color: var(--base-skin);
}

.prt-list-icon-color-darkgrey li i {
    color: var(--base-dark);
}

/* prt-video-icon */

.prt-video-icon .prt-icon.prt-icon_element-size-md {
    height: 98px;
    width: 98px;
    line-height: 98px;
}

.prt-video-icon .prt-icon.prt-icon_element-size-md i {
    font-size: 40px;
}

.prt-right-video-icon,
.prt-left-video-icon,
.prt-center-video-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

/* ===============================================
    10.Fid
------------------------*/

.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}

.prt-fid-view-lefticon .prt-fid-icon-wrapper,
.prt-fid-view-lefticon .prt-fid-contents,
.prt-fid-view-righticon .prt-fid-icon-wrapper,
.prt-fid-view-righticon .prt-fid-contents {
    display: table-cell;
    vertical-align: top;
}

.prt-fid-view-lefticon .prt-fid-contents,
.prt-fid-view-righticon .prt-fid-icon-wrapper {
    padding-left: 15px;
    text-align: left;
}

.prt-fid-view-topicon i {
    margin-bottom: 10px;
}

.prt-fid-icon-wrapper i {
    font-size: 45px;
    line-height: 50px;
    position: relative;
    display: inline-block;
}

.inside h4,
.inside h4 span {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}

.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding-top: 0;
}

/*style1*/

.prt-fid.inside.style1 {
    padding: 12px 0 0;
}

.prt-fid.inside.style1 h3.prt-fid-inner,
.prt-fid.inside.style1 h3.prt-fid-inner span {
    font-size: 64px;
    line-height: 74px;
    font-weight: 700;
    color: var(--base-skin);
}

.prt-fid.inside.style1 p.prt-fid-title {
    color: var(--base-dark);
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 15px;
}

.prt-fid.inside.style1 h4.prt-fid-desc {
    font-size: 16px;
    line-height: 26px;
    color: var(--base-bodyfont-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.prt-fid.inside.style1 {
    padding: 70px 55px;
    border: 7px solid #e6e6e6;
    border-radius: 50%;
    margin-right: -65px;
    margin-top: 20px;
}

.prt-fid.inside.style1.box-1 {
    margin: 0px -20px 0px 0px;
}

.prt-fid.inside.style1.box-2 {
    margin: 0px -10px 0px -10px;
}

.prt-fid.inside.style1.box-3 {
    margin: 0px 0px 0px -20px;
}

.prt-processbox-wrapper.box-1 {
    margin: 0px -20px 0px 0px;
}

.prt-processbox-wrapper.box-2 {
    margin: 0px -10px 0px 0px;
}

.prt-processbox-wrapper.box-3 {
    margin: 0px 0px 0px -10px;
}

.prt-processbox-wrapper.box-4 {
    margin: 0px 0px 0px -20px;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/

.featured-icon-box {
    position: relative;
    margin: 15px 0;
}

.featured-icon-box .prt-icon {
    margin-bottom: 0;
}

.featured-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 600;
}

.featured-icon-box.icon-align-before-content .featured-icon,
.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title,
.featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}

.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle;
}

.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-content,
.featured-icon-box.icon-align-before-content.icon-ver_align-top .featured-icon {
    vertical-align: top;
    padding-top: 0px;
}

.featured-icon-box.icon-align-before-content .featured-content,
.featured-icon-box.icon-align-before-title .featured-title {
    padding-left: 15px;
}

.featured-icon-box.icon-align-before-title .featured-title h3 {
    margin-bottom: 0;
}

.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section {
    counter-reset: container
}

.container .number:after {
    counter-increment: container;
    content: counter(container, decimal-leading-zero);
    font-family: var(--base-bodyfont);
    font-style: normal;
}

/* style1 */

.featured-icon-box.style1 {
    position: relative;
    background-color: rgb(255 255 255 / 26%);
    border-radius: var(--base-border-radius-15);
    border: 1px solid var(--base-border-color-white);
    margin: 10px 0;
    padding: 33px 30px 15px;
    width: 100%;
    text-align: left;
    -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;
    z-index: 2;
}

.featured-icon-box.style1:hover {
    z-index: 9;
}

.featured-icon-box.style1.active>.featured-hover-content,
.featured-icon-box.style1:hover .featured-hover-content {
    opacity: 1;
    bottom: 0px;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.featured-icon-box.style1 .featured-icon,
.featured-icon-box.style1 .featured-content {
    display: table-cell;
    vertical-align: top;
}

.featured-icon-box.style1 .featured-content {
    padding: 0 0 0 15px;
}

.featured-icon-box.style1 .featured-title h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    color: var(--base-black);
}

.featured-icon-box.style1 .featured-desc p {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-icon-box.style1:hover .featured-title h3,
.featured-icon-box.style1:hover .featured-title h3 a,
.featured-icon-box.style1:hover .featured-desc p,
.featured-icon-box.style1:hover .featured-icon .prt-icon i {
    color: var(--base-white);
}

.prt-car-single-wrapper {
    margin-left: -80px;
}

.prt-stop-wrapper {
    position: absolute;
    right: 50px;
    bottom: -5px;
}

.prt-stop-wrapper.cta-stop-wrapper {
    left: 60px;
    right: unset;
    bottom: -22%;
}

/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/

.featured-imagebox {
    margin: 15px 0;
}

.featured-imagebox,
.featured-imagebox,
.featured-imagebox,
.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e4e4e4;
    padding: 30px 0 10px 0;
    border-radius: 10px;
    transition: all ease 0.3s;
}

.featured-imagebox:hover {
    border: 1px solid var(--base-black);
}

.featured-imagebox:hover .featured-post-thumbnail img {
    transform: rotateY(180deg);
    transition: all 0.9s;
}

.featured-post-content h3 {
    font-size: 28px;
    line-height: 38px;
    padding-top: 25px;
}

.featured-imagebox .featured-thumbnail img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.featured-imagebox:hover .featured-thumbnail img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.featured-imagebox .featured-content .featured-title h3 {
    font-size: 20px;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*category*/

.featured-imagebox-category {
    border-radius: var(--base-border-radius-15);
    background-color: var(--base-white);
    border: 1px solid var(--base-border-color-white);
    box-shadow: var(--base-shadow);
    padding: 30px 30px 25px;
    text-align: center;
    -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;
}

.featured-imagebox-category:hover {
    transform: translatey(5px);
}

.featured-category-icon {
    margin-bottom: 22px;
}

.featured-imagebox-category .featured-thumbnail img {
    transform: scale(1) !important;
    width: auto;
}

.featured-imagebox-category .featured-thumbnail {
    width: 82px;
    height: 82px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-imagebox-category .featured-title h3 {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

/*gallery*/

.featured-imagebox-gallery {
    position: relative;
    overflow: hidden;
    border-radius: var(--base-border-radius-20);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.featured-imagebox-gallery:before,
.featured-imagebox-gallery:after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    padding-bottom: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.featured-imagebox-gallery:before {
    transition: all .3s ease-out;
}

.featured-imagebox-gallery:after {
    transition: all .8s ease-out;
}

.featured-imagebox-gallery:hover:before,
.featured-imagebox-gallery:hover:after {
    transform: translate(-50%, -50%) scale(1, 1);
}

.featured-imagebox-gallery .featured-thumbnail img {
    transform: scale(1) !important;
    border-radius: 20px;
}

.featured-imagebox-gallery .featured-icon a {
    position: absolute;
    opacity: 0;
    color: var(--base-white);
    top: 50%;
    margin-top: -20px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
    font-size: 26px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border: 2px solid var(--base-white);
    background-color: transparent;
    border-radius: var(--base-border-radius-10);
    transform: perspective(110px) rotateX(60deg) scale(.6);
    transform-origin: 50% 100% 0;
    transition: all .2s ease;
    transform-style: flat;
}

.featured-imagebox-gallery .featured-icon a:hover {
    background-color: var(--base-dark);
    border-color: var(--base-dark);
}

.featured-imagebox-gallery:hover .featured-icon a {
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
    transition-delay: .2s;
}

/* post */

.featured-imagebox-post {
    overflow: visible;
}

.featured-imagebox-post .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 12px;
}

.featured-imagebox-post .featured-content .post-meta span,
.featured-imagebox-post .featured-content .post-meta span a {
    color: var(--body-font-color);
}

.featured-imagebox-post .featured-content .post-meta span:last-child {
    margin-right: 0;
}

.featured-imagebox-post .featured-content .post-meta span i {
    padding-right: 4px;
    font-size: 14px;
    line-height: 0;
    color: var(--base-skin);
}

.featured-imagebox-post .featured-content .post-meta span i.fa-comments-o {
    font-size: 16px;
}

.featured-imagebox-post .prt-box-post-date .prt-entry-date {
    color: #fff;
    display: inline-block;
    padding: 20px 8px;
    z-index: 2;
    font-size: 15px;
}

.prt-box-post-date .prt-entry-date .entry-month,
.prt-box-post-date .prt-entry-date .entry-year {
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: 700;
    text-transform: capitalize;
}

.post-category {
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    color: #fff;
    margin-bottom: 15px;
}

/* post-1 */

.featured-imagebox-post.style1 {
    overflow: hidden;
    position: relative;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-20);
}

.featured-imagebox-post.style1 .featured-thumbnail {
    overflow: hidden;
    width: 100%;
}

.featured-imagebox-post.style1 .featured-content {
    padding: 60px 30px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}

.featured-imagebox-post.style1 .featured-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient( transparent, rgba(0 0 0 / 0.67) 50%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.featured-content-inner {
    position: relative;
}

.featured-imagebox-post.style1 .featured-content h3 {
    font-size: 24px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-imagebox-post.style1 .featured-content h3 a {
    color: var(--base-white);
}

.featured-imagebox-post.style1 .featured-content h3 a:hover {
    color: var(--base-skin);
}

.featured-imagebox-post.style1 .featured-content .post-meta span {
    display: inline-block;
    position: relative;
    margin: 5px 8px 5px 0;
    font-size: 13px;
    line-height: 13px;
    color: var(--base-white);
}

.featured-imagebox-post.style1 .featured-content .post-meta span:last-child {
    margin-bottom: 0;
}

.featured-imagebox-post.style1 span.prt-meta-line.tag a {
    padding: 10px 10px;
    background-color: var(--base-skin);
    color: var(--base-white);
    border-radius: var(--base-border-radius-10);
    display: inline-block;
}

.featured-imagebox-post.style1 span.prt-meta-line.tag a:hover {
    background-color: var(--base-dark);
}

.featured-imagebox-post.style1 span.prt-meta-line.date i {
    display: inline-block;
    width: 26px;
    height: 26px;
    color: var(--base-white);
    background-color: var(--base-black);
    border-radius: 50px;
    padding: 0;
    font-size: 12px;
    margin-right: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*style4*/

.featured-icon-box.style4 {
    background-color: var(--base-grey);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: var(--base-border-radius-20);
    text-align: center;
    padding: 33px 20px 25px;
    -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;
}

/*.featured-icon-box.style4:hover{ transform: translateY(-10px); }*/

.featured-icon-box.style4.box-1 {
    background-image: url(../images/feac-imgbox-01.png);
    text-align: left;
    background-color: var(--base-skin);
}

.featured-icon-box.style4.box-2 {
    background-image: url(../images/feac-imgbox-02.png);
    text-align: left;
    background-color: #060616;
}

.featured-icon-box.style4.box-3 {
    background-image: url(../images/team/feac-imgbox-03.png);
    text-align: left;
}

.featured-icon-box.style4 .featured-icon {
    width: 75px;
    height: 75px;
    background-color: var(--base-skin);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: var(--base-border-radius-10);
    box-shadow: 0 0 12px 3px rgba(70 217 147 / 0.44);
}

.featured-icon-box.style4.featured-detail {
    margin-top: 160px;
}

.featured-icon-box.style4 .prt-icon.prt-icon_element-size-lg i {
    font-size: 34px;
    line-height: 24px;
}

.featured-icon-box.style4 .featured-title h4 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

.featured-title h3,
.featured-desc h4 {
    color: var(--base-white);
}

.featured-desc h4 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 180px;
}

/* services */

/*style1*/

.featured-imagebox-service.style1 {
    position: relative;
    overflow: hidden;
    border-radius: var(--base-border-radius-10);
    width: 100%;
    z-index: 0;
}

/* team-1 */

.featured-imagebox-team.style1 {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    padding: 30px 30px 0px;
    background-color: rgb(255 255 255 / 50%);
    border-radius: var(--base-border-radius-50);
    border-radius: 150px;
    box-shadow: var(--base-shadow);
    text-align: center;
}

.featured-imagebox-team.style1 .featured-thumbnail {
    border-radius: var(--base-border-radius50);
}

.featured-imagebox-team.style1 .featured-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.featured-imagebox-team.style1 .featured-content {
    padding: 22px 0 0 0;
    text-align: center;
}

.featured-imagebox-team.style1 .featured-title h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
}

.prt-team-social-wrapper .media-block {
    display: inline-block;
}

.prt-team-social-wrapper .media-block a {
    width: 65px;
    height: 65px;
    background-color: rgb(41 112 243 / 6%);
    border-radius: var(--base-border-radius50);
    font-size: 22px;
    line-height: 54px;
    color: var(--base-headingfont-color);
    text-align: center;
    margin: 0 auto -30px;
    display: block;
    cursor: pointer;
}

.prt-team-social-wrapper .btn-wrap.active ul.social-icons {
    opacity: 1;
}

.prt-team-social-wrapper .media-block a i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.btn-circle {
    position: relative;
}

.prt-team-social-wrapper .media-block ul.social-icons {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: 0;
}

.prt-team-social-wrapper .media-block ul.social-icons li {
    margin: 0 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translate(0px, 20px);
}

.prt-team-social-wrapper .btn-wrap.active ul.social-icons li:nth-child(1) {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: translate(0px, -20px);
}

.prt-team-social-wrapper .btn-wrap.active ul.social-icons li:nth-child(2) {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    transform: translate(0px, -20px);
}

.prt-team-social-wrapper .btn-wrap.active ul.social-icons li:nth-child(3) {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transform: translate(0px, -20px);
}

.prt-team-social-wrapper .btn-wrap.active ul.social-icons li:nth-child(4) {
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    transform: translate(0px, -20px);
}

.prt-team-social-wrapper .media-block ul.social-icons li a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 43px;
    text-align: center;
    color: var(--base-white);
    background: var(--base-second-gradientcolor);
    border-radius: var(--base-border-radius-50);
}

.prt-team-social-wrapper .media-block ul.social-icons li a:hover {
    background: var(--base-gradient);
}

.prt-team-social-wrapper .media-block ul.social-icons li i.flaticon.flaticon-twitter {
    font-size: 13px;
    line-height: 43px;
}

.closeButton {
    -webkit-animation-name: closeButton;
    animation-name: closeButton;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

@keyframes closeButton {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/*featured-image-box*/

.featured-image-box {
    position: relative;
    text-align: left;
    background-color: var(--base-grey);
    border-radius: 10px;
    border: 1px solid #ece9e0;
    overflow: hidden;
}

.featured-image-box .featured-content {
    padding: 24px 40px 25px;
}

.featured-image-box .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
}

/*featured-content-box*/

.featured-content-box {
    position: relative;
    text-align: center;
}

.featured-content-box .featured-desc {
    position: relative;
}

.featured-content-box .featured-title h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 600;
}

/*style1*/

.featured-content-box.style1 {
    text-align: left;
    padding: 30px 0 30px 0;
    margin: 0 30px 0 0;
    border-bottom: 1px solid #c0c8e3;
}

.featured-content-box.style1:last-child {
    border-bottom: 0;
}

.featured-content-box.style1 .featured-title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
}

.shap-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}

.shap-image-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: var(--base-white);
    border-radius: var(--base-border-radius-50);
    animation: zoom-in-zoom-outs 2s ease-out infinite;
}

@keyframes zoom-in-zoom-outs {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
        background-color: var(--base-skin);
    }
    100% {
        transform: scale(1, 1);
    }
}

.featured-icon-box.style1 {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 8%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 8%);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    text-align: center;
    padding: 0;
    margin: 15px 0;
    transition: all ease 0.3s;
    position: relative;
    z-index: 0;
}

.featured-icon-box {
    position: relative;
    margin: 15px 0;
}

.featured-icon-box .style1 .featured-thumbnail {
    position: absolute;
    left: -18px;
    top: -25px;
    opacity: 0.05;
    transition: 1.35s;
    font-size: 170px;
    z-index: 1;
    color: var(--base-dark);
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.featured-icon-box.style1>.featured-title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 1.35s;
    -ms-transform: translate3d(0, 150%, 0);
    -webkit-transform: translate3d(0, 150%, 0);
}

.featured-title h3 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.featured-content-wrapper .featured-title h3 {
    font-size: 30px;
    line-height: 40px;
}

.featured-title span {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 12px;
    display: block;
}

.featured-icon-box.style1 .featured-hover-content {
    position: absolute;
    opacity: 0;
    padding: 43px 20px 20px 20px;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.50s;
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-backface-visibility: hidden;
    bottom: -2px;
    background-color: var(--base-skin);
    color: #fff;
    top: 0;
}

.featured-imagebox-service.featured-imagebox-service img {
    border-radius: 15px;
}

.featured-icon-box.style1 .featured-hover-content :hover {
    opacity: 1;
}

.featured-icon-box.style1:hover ul.social-media li a {
    color: var(--base-white);
    border: 1px solid var(--base-white);
}

.featured-icon-box.style1 ul.social-media li a:hover {
    color: var(--base-skin);
    background-color: var(--base-white);
}

.featured-icon-box.style1 .featured-hover-content .featured-title h3 {
    color: var(--base-black);
}

.featured-icon-box.style1:hover .featured-hover-content .featured-title h3 {
    color: var(--base-white);
}

.featured-icon-box.style1 .featured-hover-content p {
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding: 25px 10px;
}

.featured-hover-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.featured-icon-box-01 {
    padding: 30px 28px 30px 28px;
}

.pattern-img .featured-content-wrapper.featured-content p {
    border-bottom: 1px solid #47454c;
    padding: 0px 0 35px 0px;
    overflow: hidden;
}

p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.prt-box-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ===============================================
    13.Progress-Bar
------------------------*/

.bg-base-skin .prt-progress-bar .progress-bar-inner {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-base-dark .prt-progress-bar .progress-bar-inner {
    background-color: rgba(255, 255, 255, .1);
}

.bg-base-grey .prt-progress-bar .progress-bar-inner {
    background-color: #fff;
}

.prt-progress-bar {
    position: relative;
}

.prt-progress-bar:not(:last-child) {
    margin-bottom: 20px;
}

.prt-progress-bar .progressbar-title {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
}

.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--base-dark);
    z-index: 3;
    margin-top: -25px;
    text-shadow: none;
    text-align: center;
    overflow: visible;
}

.prt-progress-bar .progress-bar {
    display: block;
    height: 7px;
    line-height: 3px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
}

.prt-progress-bar .progress-bar-inner {
    box-shadow: none;
    height: 7px;
    width: 100%;
    z-index: 1;
    background-color: var(--base-grey);
}

.bg-base-skin .prt-progress-bar .progress-bar-inner {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-base-dark .prt-progress-bar .progress-bar-inner {
    background-color: rgba(255, 255, 255, .1);
}

.bg-base-grey .prt-progress-bar .progress-bar-inner {
    background-color: #fff;
}

/* style1 */

.prt-progress-bar.style1:not(:last-child) {
    margin-bottom: 36px;
}

.prt-progress-bar.style1 h3.progress-title,
.prt-progress-bar.style1 h3.progress-percentage.counter {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--base-dark);
    line-height: 26px;
    font-weight: 600;
}

.prt-progress-bar.style1 .progress-bar-percent {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: var(--base-white);
    text-align: center;
    background: var(--base-skin);
    border-radius: 0;
    width: 42px;
    height: 26px;
    display: inline;
    top: -10px;
    z-index: 0;
}

.prt-progress-bar.style1 .progress-bar-percent:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid var(--base-skin);
    border-left: 10px solid rgba(255, 255, 255, 0);
    right: 0;
    top: 22px;
}

.prt-progress-bar.style1 .progress-bar {
    display: block;
    height: 5px;
    line-height: 5px;
    position: relative;
    background: var(--base-skin);
    overflow: visible;
    bottom: 0;
    border-radius: 2px;
}

.prt-progress-bar.style1 .progress-bar-inner {
    box-shadow: none;
    height: 5px;
    width: 100%;
    z-index: 1;
    border-radius: 2px;
    background-color: rgba(0 0 0 / 0.10);
}

/* ===============================================
    14.Testimonial
------------------------*/

.testimonials {
    position: relative;
    text-align: center;
}

.testimonials .testimonial-caption h3 {
    display: block;
    padding-right: 5px;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
}

.testimonials .testimonial-caption span {
    color: rgb(0 0 0 / 70%);
    font-size: 15px;
    margin-left: 8px;
}

.testimonial-caption label {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
    color: var(--base-skin);
}

.testimonials .testimonial-content blockquote {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    color: var(--base-black);
    padding: 20px 239px;
    position: relative;
    z-index: 9;
}

.testimonial-left-quote {
    position: relative;
}

.testimonial-left-quote:before {
    content: "";
    bottom: auto;
    top: 0;
    left: -78px;
    right: auto;
    background-image: url(../images/quote1.svg);
    position: absolute;
    text-align: center;
    display: block;
    width: 400px;
    height: 300px;
    transform: rotate(180deg);
    z-index: 0;
}

.testimonial-right-quote {
    position: relative;
}

.testimonial-right-quote:after {
    content: "";
    bottom: -18px;
    top: auto;
    left: auto;
    right: -65px;
    background-image: url(../images/quote.svg);
    position: absolute;
    text-align: center;
    display: block;
    width: 400px;
    height: 310px;
}

/*style1*/

.testimonial-main {
    background-color: rgb(255 255 255 / 26%);
    border: 1px solid var(--base-border-color-white);
    border-radius: var(--base-border-radius-20);
    padding: 40px 0px;
}

.prt-testimonial-box.style1 {
    display: flex;
    align-items: center;
}

.prt-testimonial-box.style1 blockquote.testimonial-text {
    padding: 0 0 15px 0;
    font-size: 38px;
    position: relative;
    line-height: 49px;
    font-weight: 700;
    font-style: italic;
    font-family: var(--base-headingfont);
    color: var(--base-headingfont-color);
    margin: -10px 0 0;
}

.prt-testimonial-box.style1 .testimonial-caption h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.prt-testimonial-box.style1 .testimonial-caption span {
    font-size: 15px;
    line-height: 25px;
    color: var(--base-bodyfont-color);
    font-weight: 400;
    padding-left: 10px;
}

.prt-testimonial-box.style1 .testimonial-content {
    padding: 0 0 0 34px;
}

.prt-testimonial-box.style1 .testimonial-avatar {
    border-radius: var(--base-border-radius-10);
    overflow: hidden;
    min-width: 315px;
}

.prt-testimonial-box.style1 .testimonial-avatar .testimonial-img {
    margin: 0 auto;
}

.prt-testimonial-box.style1 .testimonial-img img {
    border-radius: var(--base-border-radius-10);
}

/* ===============================================
    Client-row
------------------------*/

.client-box {
    position: relative;
    text-align: center;
}

.slick-slide .client-box .client-thumbnail img {
    text-align: center;
    margin: 0 auto;
    opacity: 0.6
}

.slick-slide .client-box .client-thumbnail img:hover {
    opacity: 1;
}

/* ===============================================
    15.Accordion
------------------------*/

.wrap-acadion .accordion {
    margin-top: 15px;
}

.accordion .toggle-title a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}

.accordion .toggle-title a i {
    margin-right: 15px;
}

.accordion .toggle-content {
    margin-top: 15px;
}

.accordion .toggle-content.show {
    display: block !important;
}

.accordion .toggle-content p:last-child {
    margin-bottom: 0;
}

.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    display: inline-block;
    content: "\f055";
    border-radius: 50%;
    font-size: 20px;
}

.accordion .toggle .toggle-title a.active:after {
    content: "\f056";
}

.accordion .alignleft {
    margin: .15em 1.5em 1.1em 0;
}

.accordion .toggle.prt-control-left-true .toggle-title a {
    padding-left: 40px;
}

.accordion .toggle.prt-control-left-true .toggle-title a:after {
    left: 20px;
}

.accordion .toggle.prt-control-left-true .toggle-title a {
    padding-left: 30px;
}

.accordion .toggle.prt-control-left-true .toggle-title a:after {
    left: 0;
    border: 0;
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}

/*style1*/

.accordion.style1 {
    position: relative;
    padding: 18px 45px 18px;
    border: 2px solid rgb(255 255 255 / 12%);
    border-radius: var(--base-border-radius-20);
    min-height: 464px;
    background-image: url(../images/bg-image/row-bgimage-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion.style1 .toggle.prt-toggle_style_classic {
    border-bottom: 1px solid var(--base-white);
}

.accordion.style1 .toggle.prt-toggle_style_classic:last-child {
    border-bottom: 0;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-content {
    margin-top: 0;
    padding: 0 0 45px;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
    padding: 25px 70px 25px 0px;
    font-family: var(--base-headingfont);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    white-space: normal;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active {
    padding: 25px 70px 15px 0px;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f123";
    font-size: 29px;
    font-weight: 800;
    font-family: "flaticon";
    position: absolute;
    top: 26px;
    right: 0;
    transition: all 0.1s ease;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    transform: rotate(90deg);
}

.accordion:hover .accordion-item:hover .accordion-item-content,
.accordion .accordion-item--default .accordion-item-content {
    height: 6em;
}

.accordion-item-content,
.accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
}

/* prt-style-default */

.accordion .toggle.prt-toggle_style_default {
    padding: 0;
    border: 0;
}

.accordion .toggle.prt-toggle_style_default .toggle-content {
    padding: 7px 30px 11px;
}

.accordion .toggle.prt-toggle_style_default .toggle-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 30px 18px;
    border: 1px solid rgba(0, 0, 0, 0.11) !important;
    border-radius: 5px;
}

.accordion .toggle.prt-toggle_style_default .toggle-title a:after {
    content: unset;
}

.accordion .toggle.prt-toggle_style_default .toggle-title a.active {
    background-color: var(--base-dark);
    color: var(--base-white);
}

/* ===============================================
    16.Wrap-Form
------------------------*/

.wrap-form label {
    width: 100%;
    margin: 0;
}

i.fa.fa-calendar {
    padding-right: 10px;
}

.wrap-form label {
    margin-left: 0px;
}

.wrap-form span.text-input {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.wrap-form span.text-input>i {
    position: absolute;
    left: 10px;
    top: 21px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}

/*style1*/

.wrap-form.query_form-1 label {
    font-size: 16px;
    margin-bottom: 6px;
    color: var(--base-white);
}

.wrap-form.query_form-1 span.text-input {
    margin-bottom: 20px;
}

.wrap-form.query_form-1 span.text-input input,
.wrap-form.query_form-1 span.text-input select,
.wrap-form.query_form-1 span.text-input textarea {
    border-radius: var(--base-border-radius-shap);
    border: 0;
    border-bottom: 0;
    background-color: var(--base-dark);
    color: #fff;
    padding: 6px 18px 6px;
    font-size: 13px;
}

.wrap-form.query_form-1 span.text-input input::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input textarea::-webkit-input-placeholder,
.wrap-form.query_form-1 span.text-input select::-webkit-input-placeholder {
    color: rgba(255 255 255 / 0.32);
}

/* ===============================================
    17.Tab
------------------------*/

.prt-tabs ul.tabs {
    width: 100%;
    padding: 0;
    margin: 0;
}

.prt-tabs ul.tabs li {
    position: relative;
    display: inline-block;
}

.prt-tabs ul.tabs li:last-child {
    margin-bottom: 0;
}

.prt-tabs .content-tab .content-inner {
    display: none;
}

.prt-tabs .content-tab .content-inner.active {
    display: block;
}

/* prt-tab-style-01 */

.prt-tabs.prt-tab-style-01 ul.tabs {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    text-align: right;
    z-index: 9;
    margin-top: -43px;
}

.prt-tabs.prt-tab-style-01 ul.tabs li a {
    display: inline-block;
    cursor: pointer;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    font-family: var(--base-headingfont);
    color: var(--base-white);
    padding: 0 7px 15px 7px;
    margin-left: 25px;
}

.prt-tabs.prt-tab-style-01 ul.tabs li a:before {
    content: "";
    width: 0%;
    height: 4px;
    background-color: var(--base-white);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.prt-tabs.prt-tab-style-01 ul.tabs li.active a:before {
    width: 100%;
    opacity: 1;
}

.prt-tabs.prt-tab-style-01 .content-tab {
    padding: 35px 0px 0px;
}

/* ===============================================
    18.Boxes-Spacing
------------------------*/

.row.prt-boxes-spacing-25px,
.prt-boxes-spacing-25px {
    margin: 0 -25px !important;
}

.row.prt-boxes-spacing-25px .prt-box-col-wrapper {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.row.prt-boxes-spacing-20px,
.prt-boxes-spacing-20px {
    margin: 0 -20px !important;
}

.row.prt-boxes-spacing-20px .prt-box-col-wrapper {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.row.prt-boxes-spacing-15px,
.prt-boxes-spacing-15px {
    margin: 0 -15px;
}

.prt-boxes-spacing-15px .prt-box-col-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.row.prt-boxes-spacing-10px,
.prt-boxes-spacing-10px {
    margin: 0 -10px !important;
}

.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

/* ===============================================
    19.Sidebar
------------------------*/

.sidebar .widget-area .widget {
    position: relative;
    margin-bottom: 40px;
}

.sidebar .widget-area .widget:after {
    display: block;
    height: 3px;
    content: '';
    position: absolute;
    width: auto;
    bottom: 0;
    left: 35px;
    right: 35px;
}

.sidebar .widget-area .widget.with-title {
    padding: 30px 25px;
}

.sidebar .widget-area .widget.with-title a {
    font-size: 16px;
    color: var(--dark-grey-color);
    margin-top: 10px;
    font-weight: 500;
}

.sidebar .widget-area .widget.with-title a:hover {
    color: var(--skin-color);
}

.sidebar .widget-area .widget:last-child {
    margin-bottom: 0px;
}

.sidebar .widget a {
    font-weight: 400;
    font-size: 15px;
}

/*Sidebar*/

.sidebar .widget-area .widget {
    position: relative;
    margin-bottom: 40px;
}

.sidebar .widget-area .widget:after {
    display: block;
    height: 3px;
    content: '';
    position: absolute;
    width: auto;
    bottom: 0;
    left: 35px;
    right: 35px;
}

.sidebar .widget-area .widget.with-title {
    padding: 30px 25px;
}

.sidebar .widget-area .widget.with-title a {
    font-size: 16px;
    color: var(--dark-grey-color);
    margin-top: 10px;
    font-weight: 500;
}

.sidebar .widget-area .widget.with-title a:hover {
    color: var(--base-skin);
}

.sidebar .widget-area .widget:last-child {
    margin-bottom: 0px;
}

.sidebar .widget a {
    font-weight: 400;
    font-size: 15px;
}

.sidebar .widget a:before {
    content: unset;
}

.sidebar .widget ul {
    margin: 0;
    padding: 0;
}

.widget-banner-inner .sidebar .widget ul {
    color: var(--base-white);
}

.sidebar .widget>ul {
    background-color: #fff;
}

.sidebar .widget ul>li {
    border-top: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: none;
}

.sidebar .widget ul>li:first-child {
    border-top: none;
    padding-top: 0;
}

.widget-banner-inner .sidebar .widget ul>li {
    color: var(--base-white);
}

.sidebar .sep_holder .sep_line {
    border-color: #ebebeb;
}

.sidebar .widget-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative;
}

/*widget-search*/

.sidebar .widget.widget-search,
.sidebar .widget-area.prt-col-bgcolor-yes .widget.widget-search {
    padding: 0;
}

.sidebar .widget.widget-search .search-form {
    border: 0;
    position: relative;
}

.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}

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

.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    z-index: 1;
    outline: 0;
    border: 0;
    opacity: .4;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.sidebar .widget.widget-search .input-text {
    border: 1px solid #f0f0f0;
    padding: 11px 15px;
    background-color: #fff;
}

.sidebar .widget.widget-search input {
    color: #242c42;
}

/* contact-widget */

ul.contact-widget-wrapper {
    padding: 20px 15px !important;
}

ul.contact-widget-wrapper li {
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
}

ul.contact-widget-wrapper li:last-child {
    padding-bottom: 0 !important;
}

ul.contact-widget-wrapper li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 17px;
}

ul.contact-widget-wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    font-size: 14px;
    padding-bottom: 17px;
    line-height: 23px;
}

/* widget-banner */

.widget-banner .prt-bgcolor-darkgrey>.prt-bg-layer,
.widget-banner .prt-col-wrapper-bg-layer-inner {
    background-color: transparent !important;
}

.widget-banner .widget-banner-inner {
    padding: 240px 20px 50px 30px;
    color: var(--base-white);
}

.widget-banner .widget-banner-inner h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
    color: var(--base-skin);
}

.widget-banner .widget-banner-inner ul li {
    font-size: 24px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

.widget-banner .widget-banner-inner ul li i {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

/* widget-categories */

.widget-Categories ul li a {
    position: relative;
    display: inline-block;
}

.widget-Categories ul li {
    padding: 15px !important;
    border-top: 1px solid #eee;
    position: relative;
}

.widget-Categories li span {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    z-index: 1;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 4px 4px;
    border-radius: 0;
    background-color: #f8f8f8;
}

/* widget-nav-menu */

.sidebar .widget-area .widget.widget.widget-nav-menu:after {
    content: unset;
}

.widget.widget-nav-menu ul li {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #eee;
    position: relative;
}

.widget.widget-nav-menu ul li:last-child {
    padding-bottom: 0px;
}

.prt-sidebar-left .widget.widget-nav-menu ul li {
    border-top: 0px solid #eee;
    padding-bottom: 0;
}

.widget.widget-nav-menu ul li a {
    display: block;
    padding: 17px 20px 17px 20px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #eee;
    color: var(--dark-grey-color);
}

.widget.widget-nav-menu ul li.active a {
    color: var(--skin-color);
}

.widget.widget-nav-menu ul li a:before {
    content: "";
    width: 5px;
    left: 0;
    bottom: 50%;
    background: var(--skin-color);
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.widget.widget-nav-menu ul li:hover a:before,
.widget.widget-nav-menu ul li.active a:before {
    height: 100%;
    bottom: 0;
}

.widget.widget-nav-menu ul li a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 17px;
    right: 22px;
    background-color: transparent;
}

.widget.widget-nav-menu ul li.active a:after {
    color: var(--skin-color);
}

/** prt-recent-post-list **/

.widget-recent-post ul.prt-recent-post-list>li {
    padding: 16px 10px !important;
}

.widget-recent-post ul.prt-recent-post-list>li>a,
.widget-recent-post ul.prt-recent-post-list>li>.post-detail {
    display: table-cell;
    vertical-align: middle;
}

.widget-recent-post ul.prt-recent-post-list>li>a {
    padding-right: 10px;
    width: 95px;
}

.widget-recent-post ul.prt-recent-post-list>li .post-detail a {
    line-height: 23px;
    font-size: 15px;
    display: block;
    padding-bottom: 4px;
}

.widget-recent-post ul.prt-recent-post-list>li img {
    display: block;
    width: 75px;
    border-radius: 50%;
}

.widget-recent-post ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 12px;
    line-height: 22px;
}

.widget-recent-post ul.prt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* tagcloud */

.widget .tagcloud a {
    display: inline-block;
    padding: 7px 21px;
    margin: 0 4px 10px 0;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 14px !important;
    background-color: #fff;
    font-weight: 500;
}

.widget .tagcloud a:nth-last-child(-n+2) {
    margin-bottom: 5px;
}

/* pagination */

.pagination-block {
    display: block;
    margin-top: 35px;
    text-align: center;
}

.pagination-block .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #656c76;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9eef6;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
    -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;
}

.pagination-block .page-numbers i {
    font-size: 12px;
}

/*short-link*/

.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -65px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
    display: none;
}

.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: .3s;
    font-size: 21px;
    color: #0c2d62;
}

.tmtheme_fbar_icons>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #0c2d62;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}

.tmtheme_fbar_icons:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tmtheme_fbar_icons>span:hover,
.tmtheme_fbar_icons:hover i {
    color: var(--skin-color);
}

article.prt-blog-classic .prt-blog-classic-content,
article.prt-blog-single .prt-blog-single-content {
    background: #fff;
    padding: 30px;
    position: relative;
    display: block;
    position: relative;
    margin-top: -85px;
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
    -moz-box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
    box-shadow: 0 0 7px 0 rgba(43, 52, 59, .08);
}

.prt-blog-classic .prt-featured-wrapper img {
    border-radius: 0;
}

.prt-box-post-date {
    height: 63px;
    width: 63px;
    background-color: var(--base-skin);
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    padding-top: 13px;
    padding-bottom: 7px;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.entry-content span {
    color: var(--base-skin);
}

.prt-blog-classic .prt-post-featured-wrapper.prt-featured-wrapper {
    overflow: hidden;
}

.prt-post-featured-wrapper.prt-featured-wrapper {
    position: relative;
}

.prt-tags-links-title i {
    margin-right: 5px;
}

.prt-bgcolor-grey {
    background-color: var(--base-grey);
    padding: 15px;
}

.prt-list.prt-list-style-icon li {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.prt-list.prt-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 4px;
    font-weight: 700;
}

.prt-list.prt-list-style-icon .prt-list-li-content {
    display: inline-block;
    padding-left: 30px;
}

.sidebar .widget a:before {
    content: unset;
}

.sidebar .widget ul {
    margin: 0;
    padding: 0;
}

.sidebar .widget>ul {
    background-color: #fff;
}

.sidebar .widget ul>li {
    border-top: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    list-style: none;
}

.sidebar .widget ul>li:first-child {
    border-top: none;
    padding-top: 0;
}

.tagcloud a.tag-cloud-link:hover {
    background-color: var(--base-skin);
    color: var(--base-white) !important;
}

.sidebar .sep_holder .sep_line {
    border-color: #ebebeb;
}

.sidebar .widget-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative;
}

/*widget-search*/

.sidebar .widget.widget-search,
.sidebar .widget-area.prt-col-bgcolor-yes .widget.widget-search {
    padding: 0;
}

.sidebar .widget.widget-search .search-form {
    border: 0;
    position: relative;
}

.sidebar .widget.widget-search .search-form label {
    display: block;
    margin: 0;
}

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

.sidebar .widget.widget-search .search-form .btn[type="submit"] {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    z-index: 1;
    outline: 0;
    border: 0;
    opacity: .4;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.sidebar .widget.widget-search .input-text {
    border: 1px solid #f0f0f0;
    padding: 11px 50px 11px 15px;
    background-color: #fff;
}

.sidebar .widget.widget-search input {
    color: #242c42;
}

/* contact-widget */

ul.contact-widget-wrapper {
    padding: 20px 15px !important;
}

ul.contact-widget-wrapper li {
    border: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 16px !important;
}

ul.contact-widget-wrapper li:last-child {
    padding-bottom: 0 !important;
}

ul.contact-widget-wrapper li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 17px;
}

ul.contact-widget-wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    font-size: 14px;
    padding-bottom: 17px;
    line-height: 23px;
}

.sidebar-section ul.social-media li a {
    border-color: var(--base-skin);
    color: var(--base-skin);
}

.sidebar-section ul.social-media li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}

/* widget-banner */

.widget-banner .prt-bgcolor-darkgrey>.prt-bg-layer,
.widget-banner .prt-col-wrapper-bg-layer-inner {
    background-color: transparent !important;
}

.widget-banner .widget-banner-inner {
    padding: 240px 20px 50px 30px;
}

.widget-banner .widget-banner-inner h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
}

.widget-banner .widget-banner-inner ul li {
    font-size: 24px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

.widget-banner .widget-banner-inner ul li i {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
}

/* widget-categories */

.widget-Categories ul li a {
    position: relative;
    display: inline-block;
}

.widget-Categories ul li {
    padding: 15px !important;
    border-top: 1px solid #eee;
    position: relative;
}

.widget-Categories li span {
    position: absolute;
    top: 21px;
    right: 15px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    z-index: 1;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding: 4px 4px;
    border-radius: 0;
    background-color: #f8f8f8;
}

/* widget-nav-menu */

.sidebar .widget-area .widget.widget.widget-nav-menu:after {
    content: unset;
}

.widget.widget-nav-menu ul li {
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #eee;
    position: relative;
}

.widget.widget-nav-menu ul li:last-child {
    padding-bottom: 0px;
}

.prt-sidebar-left .widget.widget-nav-menu ul li {
    border-top: 0px solid #eee;
    padding-bottom: 0;
}

.widget.widget-nav-menu ul li a {
    display: block;
    padding: 17px 20px 17px 20px;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #eee;
    color: var(--dark-grey-color);
}

.widget.widget-nav-menu ul li.active a {
    color: var(--skin-color);
}

.widget.widget-nav-menu ul li a:before {
    content: "";
    width: 5px;
    left: 0;
    bottom: 50%;
    background: var(--skin-color);
    height: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.widget.widget-nav-menu ul li:hover a:before,
.widget.widget-nav-menu ul li.active a:before {
    height: 100%;
    bottom: 0;
}

.widget.widget-nav-menu ul li a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 700;
    position: absolute;
    top: 17px;
    right: 22px;
    background-color: transparent;
}

.widget.widget-nav-menu ul li.active a:after {
    color: var(--skin-color);
}

/** prt-recent-post-list **/

.widget-recent-post ul.prt-recent-post-list>li {
    padding: 16px 10px !important;
}

.widget-recent-post ul.prt-recent-post-list>li>a,
.widget-recent-post ul.prt-recent-post-list>li>.post-detail {
    display: table-cell;
    vertical-align: middle;
}

.widget-recent-post ul.prt-recent-post-list>li>a {
    padding-right: 10px;
    width: 95px;
}

.widget-recent-post ul.prt-recent-post-list>li .post-detail a {
    line-height: 23px;
    font-size: 15px;
    display: block;
    padding-bottom: 4px;
}

.widget-recent-post ul.prt-recent-post-list>li img {
    display: block;
    width: 75px;
    border-radius: 50%;
}

.widget-recent-post ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 12px;
    line-height: 22px;
}

.widget-recent-post ul.prt-recent-post-list li:after {
    content: " ";
    display: table;
    clear: both;
}

/* tagcloud */

.widget .tagcloud a {
    display: inline-block;
    padding: 7px 21px;
    margin: 0 15px 10px 0;
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 14px !important;
    background-color: #fff;
    font-weight: 500;
}

.widget .tagcloud a:nth-last-child(-n+2) {
    margin-bottom: 5px;
}

/* pagination */

.pagination-block {
    display: block;
    margin-top: 35px;
    text-align: center;
}

.pagination-block .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #656c76;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9eef6;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
    -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;
}

.pagination-block .page-numbers i {
    font-size: 12px;
}

/*short-link*/

.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -65px 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: .3s;
    font-size: 21px;
    color: #0c2d62;
}

.tmtheme_fbar_icons>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #0c2d62;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}

.tmtheme_fbar_icons:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tmtheme_fbar_icons>span:hover,
.tmtheme_fbar_icons:hover i {
    color: var(--skin-color);
}

/*.prt-marquebox*/

.marquee {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid var(--base-black);
    border-top: 1px solid var(--base-black);
}

.marquee-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.marquee-text {
    padding-right: 42px;
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: var(--base-headingfont);
    color: var(--base-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.marquee-content {
    animation: scroll 20s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-text {
    position: relative;
}

.marquee-text:before {
    background-image: url(../images/marq-img.png);
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    right: auto;
    left: -30px;
    top: 5px;
    z-index: -1;
    animation: grow-and-shrink 000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.prt-page-title-row-inner-heading h3,
.prt-page-title-row-inner-heading a {
    color: var(--base-white);
}

.prt-page-title-row-inner-heading h3 {
    font-size: 26px;
    line-height: 36px;
    padding-left: 225px;
    font-weight: 400;
}

.prt-page-title-row-inner-heading a {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
}

.section-title-img {
    padding-left: 80px;
}

.section-title-img img {
    margin-bottom: 22px;
    padding-right: 20px;
}

.section-title-img a {
    color: var(--base-white);
    font-size: 60px;
    line-height: 70px;
}

.section-title-img a:hover {
    color: var(--base-skin);
}

/*about-section*/

.prt-about-content-wrap h3 {
    font-size: 32px;
    line-height: 42px;
}

.prt-about-content {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 40px 40px 30px;
}

/*service section*/

.prt-service-title h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    color: var(--base-white);
    padding: 100px 145px;
    margin: 0;
    margin: 0 17px;
}

.prt-service-title h3:hover .prt-service-detail {
    opacity: 1;
    background-color: var(--skin);
}

.prt-service-detail {
    opacity: 0;
}

.service-section {
    background-color: var(--black);
}

.prt-service-desc p {
    color: var(--base-white);
}

/*hero-section*/

.hero-section {
    background-image: url(../images/banner-bg-img-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-content-wrap {
    padding: 75px 0;
}

.hero-content-wrap .hero-title h2 {
    font-size: 146px;
    line-height: 155px;
    color: rgb(255, 255, 255);
}

.hero-feac h2 a {
    color: var(--whie);
    text-decoration: none;
}

.hero-text p {
    color: rgba(255, 255, 255, .8);
    padding: 35px 270px 35px 35px;
    text-align: left;
}

.hero-btn a {
    background: var(--base-skin);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--base-headingfont);
    overflow: hidden;
    padding: 35px 20px;
    color: var(--base-white) !important;
}

.hero-desc {
    padding-left: 100px;
}

/*service section*/

.prt-service-desc p {
    color: var(--base-white);
    padding-top: 90px;
    padding-right: 130px;
}

.prt-services-content:before {
    left: auto;
    content: "\e826";
    position: absolute;
    font-family: 'fontello';
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    transition: 0.3s;
    font-size: 50px;
    right: 0;
}

.prt-services-content:hover {
    background-color: var(--base-skin);
}

ul.img-box-content li.img-box-wrap {
    display: flex;
    align-items: center;
    padding: 0 105px;
    height: 275px;
    position: relative;
    border-bottom: 1px solid #262522;
    background: transparent;
    overflow: hidden;
    list-style: none;
}

ul.img-box-content li.img-box-wrap:before {
    content: "";
    background: var(--base-skin);
    clip-path: inset(50% 0 50% 0);
    pointer-events: none;
    position: relative;
    transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

ul.img-box-content li.img-box-wrap:hover:before {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

ul.img-box-content li.img-box-wrap .service-img {
    position: absolute;
    top: 50%;
    left: 105px;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}

ul.img-box-content li.img-box-wrap .service-img img {
    border-radius: var(--base-border-radius50);
}

ul.img-box-content li.img-box-wrap .service-img:before {
    opacity: 0.5;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--base-black);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    z-index: 11;
    border-radius: 50%;
}

ul.img-box-content li.img-box-wrap .img-box-desc .content-wrapper .content-wrapper {
    max-width: 500px;
    font-size: 17px;
    line-height: 26px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    margin-right: 75px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: var(--base-white);
}

.img-box-heading-content {
    display: flex;
    align-items: center;
    padding-left: 11.5%;
    position: relative;
    z-index: 3;
    width: 100%;
}

.img-box-heading {
    width: 40%;
}

.img-box-title {
    font-size: 45px;
    line-height: 60px;
}

.img-box-title a {
    color: rgba(255, 255, 255, 1);
}

.img-box-title a:hover {
    color: var(--base-white);
}

.img-box-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.5%;
    width: 47.5%;
    color: var(--base-white);
}

.img-box-btn a {
    position: relative;
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease 0s;
}

.img-box-btn a span {
    font-size: 0;
}

.img-box-btn a:before {
    left: auto;
    content: "<i class="fa-solid fa-arrow-up"></i>";
    position: absolute;
    font-family: 'fontello';
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-45deg);
    transition: 0.3s;
    font-size: 50px;
    right: 0;
    transition: all 0.5s ease;
}

.img-box-content:hover .img-box-btn a:before {
    transform: rotate(0deg);
    color: var(--base-white);
}

.service-box .img-box-wrap:hover .service-img {
    opacity: 1;
    visibility: visible;
}

.service-box .img-box-wrap:hover .content-wrapper {
    opacity: 1;
    visibility: visible;
}

.service-box .img-box-content {
    margin: 0;
    padding: 0;
}

.service-box .img-box-wrap:hover {
    background-color: var(--base-skin);
}

.service-box .img-box-wrap:hover .content-wrapper p {
    opacity: 1;
}

.content-wrapper p {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    padding: 0 115px;
    opacity: 0;
}

/*fid-section*/

.prt-fid .inside .style2 {
    padding: 70px 55px;
    border: 7px solid #e6e6e6;
    border-radius: 50%;
}

/*about2-section*/

.about2-section .pre-title span {
    color: var(--base-skin);
}

.about2-title h2 {
    color: var(--base-white);
    font-size: 74px;
    line-height: 100px;
    font-weight: 600;
}

.banner-heading-title h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 5px;
    padding-left: 40px;
}

.contact-info-feac a {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    color: var(--base-white);
    margin-right: 40px;
}

.testimonial2-section .featured-content i {
    font-size: 24px;
}

.featured-content i {
    font-size: 50px;
    text-align: center;
    color: var(--base-white);
    margin-top: 8px;
    margin-right: 12px;
}

.contact-us-detail-feac {
    background-color: var(--base-grey);
    padding: 68px 300px 45px 85px;
}

.response {
    color: red;
}

.response .text-info {
    --bs-text-opacity: 1;
    color: var(--base-skin) !important;
}

.response .success {
    color: var(--base-skin) !important;
}

.title-header h2.section-title-h2 {
    font-size: 56px;
    line-height: 66px;
}

.contact-us-detail-feac ul.social-media li a {
    border-radius: 15px;
    color: var(--base-black);
    background-color: var(--base-white);
    margin-top: 0;
    transition: all ease 0.3s;
}

.contact-us-detail-feac ul.social-media li a:hover {
    transform: scale(0.9);
}

/*padding_bottom_zero-section*/

.padding_bottom_zero-section {
    background-color: var(--base-black);
    color: var(--base-white);
}

ul.social-media li a {
    width: 35px;
    height: 35px;
    display: block;
    border: 1px solid var(--base-white);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s ease;
}

i.flaticon-twitter {
    line-height: 40px;
}

.team-section ul.social-media li a {
    width: 35px;
    height: 35px;
    display: block;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-us-detail-feac ul.social-media li a {
    width: 54px;
    height: 54px;
    display: block;
    border: 1px solid var(--base-white);
    border-radius: 30%;
    color: var(--base-black);
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    transition: all 0.3s ease;
    margin-right: 0;
}

ul.social-media {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.social-media li {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px;
}

/*service-section2*/

.featured-imagebox-service .featured-desc h3 {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 28px;
    padding-top: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.featured-imagebox-service .featured-desc p {
    color: var(--base-black);
}

/*service page*/

/*service-section2 section*/

.featured-imagebox-service .featured-thumbnail img {
    width: 450px;
    height: 460px;
}

/*step-section*/

.process-num {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #909090;
    margin-bottom: 0;
    transition: all .3s ease;
    position: relative;
    margin-bottom: 30px;
}

.prt-processbox-wrapper {
    text-align: center;
}

.prt-box-title-h3 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
}

.prt-box-content-title p {
    font-size: 16px;
    margin-bottom: 30px;
    color: var(--base-black);
}

.prt-box-btn:after {
    content: "\e826";
    font-family: 'fontello';
    font-size: 19px;
    color: var(--body-fonts-color);
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s ease;
}

.prt-box-btn {
    font-size: 0;
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--base-black);
    border-radius: 50%;
    position: relative;
    transition: all 1.2s ease;
}

.prt-box-btn:hover {
    border-color: var(--base-skin);
    transform: rotate(360deg);
    color: var(--base-skin);
}

.prt-processbox-wrapper {
    text-align: center;
    padding: 60px 50px;
    border: 1px solid var(--base-black);
    border-radius: 250px;
    margin-left: -38px;
    margin-right: -7px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.prt-processbox-wrapper:hover {
    border: 1px solid var(--base-skin);
}

.prt-processbox-wrapper:hover .process-num {
    color: var(--base-skin);
    -webkit-text-stroke: 1px var(--base-skin);
}

.prt-processbox-wrapper:hover .prt-box-title-h3 {
    color: var(--base-skin);
}

/*portfolio-section*/

.featured-content-wrapper .featured-content h3 {
    font-size: 30px;
    line-height: 40px;
}

.prt-post-item-inner.prt-featured-wrapper .prt-tm_portfolio-featured-wrapper img {
    width: 768px;
    height: 512px;
    margin-bottom: 0;
}

.prt-post-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 30px;
    border: 1px solid var(--base-black);
}

.prt-post-item-inner:before {
    z-index: 1;
    mix-blend-mode: multiply;
    background-image: linear-gradient(rgb(6 6 22 / 25%), rgb(6 6 22 / 75%));
    border-radius: 15px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    content: "";
}

.prt-featured-wrapper img {
    transform: scale(1);
    width: 100%;
    width: calc(100% + 50px);
    max-width: none;
    border-radius: 15px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .8s ease-in-out;
}

.prt-box-title-content {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    color: #fff;
    width: 100%;
    transform: translateY(0);
    transition: 0.8s all;
}

.prt-box-title h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
    position: relative;
    transition: all 0.3s ease;
    color: var(--base-white) !important;
}

.prt-post-item-inner:hover img {
    transform: translateX(-20px);
}

.prt-box-title a {
    color: var(--base-white);
}

.testimonial-img img {
    display: inline;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(3, 59, 74, 0.1);
    border-radius: 50%;
}

.prt-post-item-inner:hover .prt-box-title {
    transform: translateY(-100px);
    transition: 0.3s all;
}

.prt-post-item-inner .prt-box-title {
    transition: 0.3s all;
}

.prt-box-feac {
    padding: 0 30px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: 0.3s all;
}

.prt-post-item-inner:hover .prt-box-feac {
    opacity: 1;
    transform: translateY(-100px);
}

.prt-post-item-inner.prt-box-feac {
    transition: all ease 0.3s;
}

.prt-portfolio-box-btn {
    background: var(--base-skin);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: #ffffff;
    transform: rotate(0deg);
    transition: 0.3s;
}

.prt-portfolio-box-btn:after {
    content: "\e826";
    font-family: 'fontello';
    font-size: 19px;
    color: var(--body-fonts-color);
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .6s ease;
}

.prt-portfolio-box-btn:hover {
    color: var(--base-white);
}

/*team-detail page*/

.prt-single-img img {
    height: 492px;
    object-fit: cover;
}

.team-member-single-title-h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
}

.contact-us-section .team-member-single-title-h3 {
    font-size: 77px;
    line-height: 87px;
}

.team-member-desc span {
    color: #060616;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
}

.team-detail-social-list li a {
    display: block;
    background-color: #f3f3f3;
    font-size: 14px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    margin-left: 10px;
}

.team-detail-social-list li a:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
}

.team-detail-social-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 30px 30px 30px 20px;
}

.social-media-block .team-detail-social-list {
    padding: 0px 0px 30px 0px;
    margin-top: -12px;
}

.prt-row .team-detail-section .team-detail-feac {
    box-shadow: 0px 0px 7px 0px rgba(43, 51.999999999999986, 58.99999999999999, 0.08);
    border-bottom: 1px solid #eeeeee;
}

.team-detail-feac {
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0px 0px 7px 0px rgba(43, 51.999999999999986, 58.99999999999999, 0.08);
}

.team-detail-main {
    border-bottom: 1px solid #eeeeee;
}

.team-detail-main ul {
    padding: 25px 30px;
    list-style: none;
}

.team-detail-feac .team-header-title h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--base-white);
    font-weight: 500;
}

.team-header-title span {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.team-header-title {
    background-color: var(--base-skin);
    color: var(--base-white);
    padding: 10px;
}

li.team-detail-list-item {
    padding: 8px 0 9px 0px;
}

.team-member-feac i {
    color: var(--base-skin);
    margin-right: 10px;
}

.single-content-area-section .team-member-feac i {
    color: var(--base-skin);
    margin-right: 10px;
}

.award-sec .featured-icon i {
    color: var(--base-skin);
    font-size: 38px;
    line-height: 48px;
}

.award-sec .fetured-title {
    text-align: left;
    padding-left: 20px;
}

.award-sec .fetured-title h3 {
    margin-bottom: 0;
}

.team-member-feac li {
    padding-bottom: 12px;
    padding-left: 0;
}

ul.team-member-feac {
    padding: 0;
    margin: 0;
}

.fatured_image-wrapper.mb-40.res-575-mb-20.mr-35 {
    margin-top: 20px;
}

.skills {
    padding: 0;
}

.team-detail-section .featured-icon-box.style1 {
    box-shadow: 0px 0px 7px 0px rgba(43, 51.999999999999986, 58.99999999999999, 0.08);
    padding: 30px 28px 30px 28px;
}

.prt-box-col-wrapper {
    padding-bottom: 30px;
}

.email-box-heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--base-dark);
    font-weight: 500;
}

.email-box-text {
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    color: var(--base-black);
    padding: 5px 0 20px 0;
    display: block;
    transition: all 0.3s ease;
}

.address-box-info .email-box-heading {
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 45px;
}

.contact-email-box {
    border-bottom: 1px solid #c2c2c2;
    padding: 5px 0;
}

.contact-section .team-member-single-title-h3 {
    font-size: 77px;
    line-height: 87px;
    padding-right: 50px;
}

.feac-title h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
}

.feac-desc p span {
    color: var(--base-headingfont-color);
    font-weight: bold;
    border-bottom: 1px solid black;
}

.single-content-area-section .featured-img img {
    border-radius: 100px;
}

.team-member-single-content p {
    margin: 0 0 30px;
}

.feac-title h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    padding-top: 35px;
}

.testimonial2-section img {
    height: 570px;
    width: 100%;
    object-fit: cover;
}

.featured-img01 img {
    height: 385px;
    object-fit: cover;
}

.prt-blog-classic-content {
    box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    background: #fff;
    padding: 30px 30px 30px 30px;
    position: relative;
    display: block;
    position: relative;
    margin-top: -30px;
    margin-right: 30px;
    margin-bottom: 35px;
}

.prt-row.sidebar-section {
    margin-bottom: 30px;
}

/*.fatured_image-wrapper{margin-top: -64px;}*/

.prt-bg.spacing-8 {
    padding-top: 0px;
}

.sidebar-section button {
    margin: 30px 0;
    color: var(--base-white);
}

.row.sidebar-content {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--base-grey);
}

.prt-team-sidebar {
    border: 1px solid var(--base-grey);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 50px 15px 50px;
    background-color: var(--base-grey);
    border-radius: 10px;
}

.team-detail-list-text1 {
    color: var(--base-dark);
    font-weight: 600;
}

.contact-us-detail-feac button {
    color: var(--base-black);
    background-color: transparent;
    border-radius: 40px;
    width: 100%;
    border: 1px solid #c2c2c2;
}

.contact-us-detail-feac button:hover {
    color: var(--base-white);
    background-color: var(--base-skin);
    border: var(--base-skin);
}

.feac-desc p {
    padding-top: 20px;
}

.pre-btn .submit {
    background-color: var(--base-white);
    color: var(--black);
    border-color: var(--base-dark);
}

.pre-btn .submit:hover {
    background-color: var(--base-skin);
    color: var(--base-white);
    border-color: var(--base-skin);
}

.contact-us-detail-feac span.text-input.mb-0 {
    border-bottom: 1px solid var(--base-border-color);
    border-top: none;
    border-left: none;
    border-right: none;
}

.prt_single_image-wrapper img {
    height: 587px;
    border-radius: 15px 0 0 15px;
}

.mr-15 {
    margin-right: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.bg-layer {
    border-bottom: 1px solid;
    background: var(--base-skin);
    color: var(--base-white);
    padding: 15px;
}

.bg-layer h3 {
    color: var(--base-white);
}

/*** Color Switcher Style
==================================================================== ***/

.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: .3s;
    font-size: 21px;
    color: #232323;
}

.tmtheme_fbar_icons>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    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 ease;
    padding: 0 20px;
}

.tmtheme_fbar_icons>span>span {
    padding-left: 5px;
}

.tmtheme_fbar_icons>span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color: #fff;
    height: 55px;
}

.tmtheme_fbar_icons:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
