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

  Project :   Agrotek - 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. Client-row

          16. Accordion

          17. Wrap-Form

          18. Tab

          19. Boxes-Spacing

          20. Pricing-Plan

          21. Sidebar

**/


/* ===============================================
    1.prt-row
------------------------*/
.prt-row{ padding: 100px 0;}
.prt-row.padding_bottom_zero-section { padding: 100px 0 0; }
.prt-row.padding_top_zero-section { padding: 0 0 100px; }
.prt-row.padding_zero-section { padding: 0 0; }
.prt-row.about-section{padding: 100px 0 85px;}
.prt-row.team-section{padding: 85px 0;}
.prt-row.blog-section_1{padding: 85px 0;}
.prt-row.about-section_1{padding: 130px 0 100px;}
.prt-row.service-section_1{padding: 100px 0 85px;}
.prt-row.info-section { padding: 45px 0 40px; }
.prt-row.contact-section{ padding: 130px 0 100px; }
.prt-row.contact-us-section {padding: 85px 0 0 0;}
.prt-row.portfolio-section_1{padding: 85px 0;}
.prt-row.project-details-section{padding: 100px 0 85px;}
.prt-row.step-section{padding: 100px 0 85px;}

/* ===============================================
    2.Row-Equal-Height
------------------------*/
.row-equal-height{ 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;
}

.layer-content{ position: relative; z-index: 1; height: 100%; width: 100%; }
.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.webp);
    background-position: top right;
    background-repeat: no-repeat;
}
.bg-img2{
    background-image: url(../images/bg-image/row-bgimage-2.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img3{
    background-image: url(../images/bg-image/row-bgimage-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img4{
    background-image: url(../images/bg-image/row-bgimage-4.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img5{
    background-image: url(../images/bg-image/row-bgimage-5.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img6{
    background-image: url(../images/bg-image/row-bgimage-6.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img7{
    background-image: url(../images/bg-image/row-bgimage-7.webp);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
}
.prt-bg.prt-bgimage-yes.bg-img7 >.prt-bg-layer{opacity: 0.5;}
.bg-img8{
    background-image: url(../images/bg-image/row-bgimage-8.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img9{
    background-image: url(../images/bg-image/row-bgimage-9.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 1;
}
.bg-img10{
    background-image: url(../images/bg-image/row-bgimage-10.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.prt-bg.prt-bgimage-yes.bg-img10 >.prt-bg-layer{
    opacity: 0.9;
    border-radius: var(--base-border-radius-50);
}

/* ===============================================
    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/1_with_black_overlay.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    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.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-bg-img-three.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/tinaztepeyorum.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ===============================================
    6.Section-Title
------------------------*/
.section-title {
    position: relative;
    margin-bottom: 17px
}
.section-title h3 {
    padding: 0 20px 0 30px;
    display: inline-block;
    border: 1px solid rgb(0, 0, 0,0.302);
    border-radius: var(--base-border-radius-50);
    position: relative;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    font-family: var(--base-bodyfont);
}
.section-title h3:before {
    content: '';
    position: absolute;
    background-color: var(--base-black);
    width: 6px;
    height: 6px;
    top: 50%;
    bottom: auto;
    left: 15px;
    right: auto;
    border-radius: var(--base-border-radius100);
    margin-top: -3px;
}
.bg-base-dark .section-title h3{border: 1px solid var(--base-lightgrey);}
.bg-base-dark .section-title h3:before{ background-color: var(--base-lightgrey); }
.section-title h2.title {
    font-size: 72px;
    line-height: 85px;
    margin-bottom: 10px;
}
.section-title .title-desc p{
    padding-bottom: 15px;
    margin: 0;
}
.section-title.title-style-center_text {
    text-align: center;
}
.section-title .title-desc h2{
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 0;
}

/* style1 */
.section-title.style1 h2.title{
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    color: var(--base-lightgrey)
}
.section-title h2.title span{
    font-size: 34px;
    line-height: 60px;
    font-weight: 500;
    color: var(--base-lightgrey)
}
.section-title.style1 h3{
    border: 1px solid var(--base-lightgrey);
    color: var(--base-lightgrey);
}
.section-title.style1 h3:before{ background-color: var(--base-lightgrey); }
.section-title.style1 .title-desc p{color: rgba(255,255,255,.70);}

/* ===============================================
    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);
}
.bg-base-white .prt-horizontal_sep{
    border-top-color: #e0e0e0;
}
.border, .border-top, .border-left, .border-bottom, .border-right {
    border-color: rgb(255 255 255 / 35%) !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: 2px;
    background-color: rgb(235 228 214 / 50%);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{ background-color: rgb(235 228 214 / 50%); }
.prt-vertical_sep.style2 > [class*='col']:not(:last-child):before{
    background-color: rgba(255, 255, 255, 0.20);
    right: 55px;
}
.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: rgb(235 228 214 / 50%);
}
.prt-vertical_sep.style1 > [class*='col']:not(:last-child):before{
    right: 15px;
}

/* ===============================================
    8.Buttons
------------------------*/
.prt-btn{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    padding: 14px 30px 17px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    position: relative;
    text-transform: unset;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-family: var(--base-bodyfont);
    transition: all 0.3s ease 0s;
}

/** btn-color **/
.prt-btn-color-skincolor {
    color: var(--base-skin);
}
.prt-btn-color-darkcolor {
    color: var(--base-black);
}
.prt-btn-color-whitecolor{
    color: var(--base-white);
}
.prt-btn-color-lightgreycolor{
    color: var(--base-lightgrey);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor {
    background-color: #604508;
    color: var(--base-white);
    border-color: transparent;
}
.prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover{
    color: var(--base-black);
    background-color: var(--base-skin);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-dark);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover{
    background-color: var(--base-black);
    border-color: var(--base-black);
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: var(--base-white);
    border-color: transparent;
    color: var(--base-black);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor:hover {
    border-color: var(--base-black);;
    color: var(--base-white);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-lightgreycolor{
    color: var(--base-black);
    background-color: var(--base-lightgrey);
}
.prt-btn.prt-btn-style-fill.prt-btn-color-lightgreycolor:hover{
    color: var(--base-black);
    background-color: var(--base-skin);
}

/** btn-with-icon **/
.prt-btn i{
    display: inline-block;
    vertical-align: middle;
    text-align: inherit;
    font-weight: 900;
}
.prt-btn.prt-icon-btn-right i { text-align: right; margin-left: 0px; margin-right: 0;}
.prt-btn.prt-icon-btn-left i { text-align: left; margin-right: 0px; 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;}
.prt-btn.prt-icon-btn-right.prt-btn-size-xs i { text-align: right; margin-left: 6px; margin-right: 0;}
.prt-btn.prt-icon-btn-left.prt-btn-size-xs i { text-align: left; margin-right: 6px; margin-left: 0;}

/** btn-size-sm **/
.prt-btn.prt-btn-size-sm { font-size: 14px; padding: 14px 26px 17px; }
.prt-btn.prt-btn-size-sm i { font-size: 14px; line-height: 16px;}

/** btn-size-md **/
.prt-btn.prt-btn-size-md { font-size: 15px; padding: 15px 25px 15px;}
.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-30); }
.prt-btn.prt-btn-shape-rounded { border-radius: var(--base-border-radius-25); }
.prt-btn.prt-btn-shape-square { border-radius: var(--base-border-radius-10); }

/** btn-style-border **/
.prt-btn.prt-btn-style-border{
    background: transparent;
    border: 1px solid currentColor;
}
.prt-btn.prt-btn-color-white.prt-btn-style-border {
    color: var(--base-white);
    border-color: currentColor;
    background-color: transparent;
}
.bg-base-skin .prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:hover{
    background: var(--base-dark);
    color: var(--base-white) !important;
    border-color: var(--base-dark);
}
.prt-btn.prt-btn-style-border.prt-btn-color-whitecolor:hover{
    background: var(--base-white);
    color: var(--base-dark) !important;
    border-color: var(--base-white);
}
.prt-btn.prt-btn-style-border.prt-btn-color-darkcolor:hover{
    background: var(--base-skin);
    color: var(--base-white) !important;
    border-color: var(--base-skin);
}

/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    padding: 15px 48px 15px 29px;
}
.prt-btn.prt-icon-shap.prt-btn-style-fill.prt-btn-color-skincolor i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border i{
    background-color: var(--base-white);
    color: var(--base-dark);
}
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill:hover i,
.prt-pricing-plan.pricing-recommended-plan .prt-btn.prt-icon-shap.prt-btn-style-border:hover i{
    background-color: var(--base-skin);
    color: var(--base-white);
}
.prt-btn.prt-icon-shap.prt-btn-style-border i,
.prt-btn.prt-icon-shap.prt-btn-style-fill i{
    text-align: center;
    right: 6px;
    top: 6px;
    position: absolute;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    background-color: var(--base-skin);
    border-radius: var(--base-border-radius-5);
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}

/** btn-inline **/
.prt-btn.btn-inline{
    padding: 0px 0 0 0px;
    border-bottom: 1px solid var(--base-lightgrey);
    overflow: visible;
    background-color: transparent;
    transition: all 0.4s ease 0s;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--base-bodyfont);
    position: relative;
}
.prt-btn.btn-inline.prt-icon-btn-right i{
    padding-left: 0px;
    left: auto;
    position: absolute;
}
.prt-btn:hover.btn-inline.prt-icon-btn-right i{
    webkit-animation: linear infinite alternate;
    -webkit-animation-name: LeftToRight;
    -webkit-animation-duration: 5s;
    animation: LeftToRight .5s forwards;
}
@keyframes LeftToRight {
    49% {
        transform: translateX(30%);
    }

    50% {
        opacity: 0;
        transform: translateX(-30%);
    }

    51% {
        opacity: 1;
    }

}
.prt-btn.btn-inline.prt-btn-color-lightgreycolor:before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 0;
    transition: all 0.4s ease-in-out;
    background-color: var(--base-lightgrey);
    left: 0;
    bottom: -1px;
    top: auto;
}
.prt-btn.btn-inline.prt-btn-color-lightgreycolor:hover:before{
    width: 100%;
    background-color: var(--base-skin);
}
.prt-btn.btn-inline.prt-btn-color-blackcolor:before{
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    transition: all 0.4s ease-in-out;
    background-color: var(--base-black);
    left: 0;
    bottom: -1px;
    top: auto;
}
.prt-btn.btn-inline.prt-btn-color-blackcolor:hover:before{
    width: 100%;
    background-color: var(--base-skin);
}
/* ===============================================
    9.Icons
------------------------*/
.prt-icon{
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    text-align: center;
    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;
    transition: all 0.3s ease 0s;
}
.prt-icon_element-color-skincolor {
    color: var(--base-skin);
}
.prt-icon_element-color-darkcolor {
    color: var(--base-black);
}
.prt-icon_element-color-whitecolor {
    color: var(--base-white);
}
.prt-icon_element-color-lightgreycolor {
    color: var(--base-lightgrey);
}
.prt-icon.prt-icon_element-bgcolor-skin{background-color: var(--base-skin);}
.prt-icon.prt-icon_element-bgcolor-grey{background-color: var(--base-grey);}
.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-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-darkgrey {
    background-color: var(--base-dark);
    color: var(--base-white);
}
.prt-icon.prt-icon_element-border.prt-icon_element-color-darkgrey {
    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: 50px; width: 50px; line-height: 55px; }
.prt-icon.prt-icon_element-size-sm i { font-size: 30px; }

/** icon-size-md **/
.prt-icon.prt-icon_element-size-md { height: 70px; width: 70px; line-height: 70px }
.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: 48px; }

/** icon-size-xl **/
.prt-icon.prt-icon_element-size-xl { height: 90px; width: 90px; line-height: 90px; }
.prt-icon.prt-icon_element-size-xl i { font-size: 35px; }

.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-5); }
.prt-icon.prt-icon_element-style-rounded { border-radius: var(--base-border-radius50);; }
.prt-icon.prt-icon_element-style-square { border-radius: var(--base-border-radius-0);}

/* prt-list-style-icon */
.prt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.prt-list.prt-list-style-icon li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: var(--base-skin);
}
.prt-list.prt-list-style-icon li {
    padding-left: 26px;
    list-style: none;
    position: relative;
    padding-bottom: 7px;
}
.prt-list.prt-list-textsize-medium li{font-size: 16px;padding-bottom: 9px;}


/*style1*/
ul.prt-list.style1{margin-bottom: 20px;}
.prt-list.style1 .prt-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc(12px / 2);
    margin-bottom: 0px;
    padding-bottom: calc(12px / 2);
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.prt-list.style1 .list-dot {
    width: 7px;
    height: 7px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: var(--base-border-radius50);
    background-color: var(--base-lightgrey);
}
.prt-list.style1 .prt-list-text {
    align-self: center;
    padding-left: 5px;
    color: #EBE4D6B3;
    transition: color 0.3s;
    font-weight: 300;
}

/* play-btn / play-icon */
.prt-play-icon-btn{display: inline-block;}
.prt-play-icon-animation .prt-icon.prt-icon_element-size-md i {
    font-size: 25px;
    margin-left: 4px;
    line-height: 25px;
}
.prt-play-icon-btn .prt-play-icon-animation .prt-icon{ margin-bottom: 0; border-width: 0; }
.prt-play-icon-btn.prt-play-icon-btn-center{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===============================================
    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-view-circle-progress {
    position: relative;
    margin-bottom: -20px;
    padding: 0;
}
.prt-fid-view-circle-progress .prt-fid-contents .prt-circle-box{text-align: center;}
.prt-fid-view-circle-progress .prt-circle-content {
    display: table-cell;
    vertical-align: top;
}
.prt-fid-view-circle-progress .prt-circle-content .prt-circle {
    width: 115px;
    height: 115px;
    padding-top: 6px;
}
.prt-fid-view-circle-progress .prt-circle-content .prt-circle canvas {
    image-rendering: unset;
}
.prt-fid-view-circle-progress .prt-circle-boxcontent {
    left: 0px;
    position: relative;
    bottom: 51px;
    top: auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: var(--base-skin);
    border-radius: var(--base-border-radius50);
    display: inline-block;
    text-align: center;
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}
.prt-fid-view-circle-progress .prt-fid-number,
.prt-fid-view-circle-progress .prt-fid-number sub,
.prt-fid-view-circle-progress .prt-fid-number sup {
    vertical-align: middle;
    font-size: 18px;
    color: var(--base-black);
    font-weight: 500;
    position: relative;
    text-align: center;
}
.prt-fid-view-circle-progress .prt-fid-content{
    text-align: left;
    display: table-cell;
    padding: 12px 0 15px 20px;
}
.prt-fid-view-circle-progress .prt-fid-title {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 16px;
    font-family: var(--base-bodyfont);
    position: relative;
    border-bottom: 1px solid rgba(235, 228, 214, 0.2);
    margin-bottom: 15px;
    color: var(--base-lightgrey) !important;
}
.prt-fid-view-circle-progress .prt-fid-desc{
    color: rgba(235, 228, 214, 0.70);
}
.fid-img img{
    position: absolute;
    bottom: 0px;
    right: 25px;
    left: 0;
    margin: 0 auto;
}

/* ===============================================
    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: 15px;
    font-weight: 500;
    font-family: var(--base-bodyfont);
}
.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;
}
.featured-icon-box.icon-align-before-title .featured-content{ margin-top: 15px; }
.featured-icon-box.icon-align-top-content .featured-content { padding-top: 15px; }

section { counter-reset:container}
.container .number:after {
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    font-family: var(--base-bodyfont);
    font-style: normal;
}
.featured-icon-box.icon-flip-hover .prt-icon i {
    transition: all 1s ease;
    display: block;
    transform: translate(0%,0%) rotateY(0deg);
}
.featured-icon-box.icon-flip-hover:hover .prt-icon i {
    transform: translate(0%,0%) rotateY(360deg);
}

/* style1 */
.featured-icon-box.style1 {
    position: relative;
    text-align: center;
    border: 1px solid var(--base-black);
    padding: 75px 50px 75px 50px;
    border-radius: 197px;
}
.featured-icon-box.style1:before{
    position: absolute;
    content: '';
    border: 1px solid;
    border-radius: 197px;
    width: 100%;
    height: 100%;
    top: -15px;
    bottom: 0;
    right: 15px;
    left: auto;
}
.featured-icon-box.style1:before,
.featured-icon-box.style1:after{
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
}
.featured-icon-box.style1:hover:before,
.featured-icon-box.style1:hover:after{opacity: 1;}
.featured-icon-box.style1:after{
    position: absolute;
    content: '';
    border: 1px solid;
    border-radius: 197px;
    width: 100%;
    height: 100%;
    bottom: -15px;
    top: auto;
    left: 15px;
    right: auto;
}
.featured-icon-box.style1 .featured-icon-box-background-image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-radius: 197px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.featured-icon-box.style1:hover .featured-icon-box-background-image{opacity: 1;}
.featured-icon-box.style1 .featured-icon-box-background-image:before{
    content: "";
    position: absolute;
    z-index: 2;
    background-color: rgba(0,0,0,.3);
    top: 0;
    bottom: -5px;
    left: 0;
    right: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-icon-box.style1:hover .featured-icon-box-background-image:before{
    opacity: 1;
    backface-visibility: visible;
}
.featured-icon-box.style1 .featured-icon-box-background-image img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 197px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.featured-icon-box.style1 .featured-icon-box-icon{
    margin-bottom: 60px;
}
.featured-icon-box.style1 .featured-content{
    z-index: 9;
    position: relative;
}
.featured-icon-box.style1 .featured-content .featured-subtitle h4{
     padding: 0 20px 0 30px;
    display: inline-block;
    border: 1px solid rgb(0, 0, 0,0.302);
    border-radius: var(--base-border-radius-50);
    position: relative;
    font-size: 15px;
    line-height: 38px;
    color: var(--base-bodyfont-color);
    font-weight: 300;
    margin-bottom: 20px;
    font-family: var(--base-bodyfont);
}
.featured-icon-box.style1:hover .featured-content .featured-subtitle h4{
    border: 1px solid var(--base-white);
    color: var(--base-white);
}
.featured-icon-box.style1:hover .featured-content .featured-subtitle h4:before{
    background-color: var(--base-white);
}
.featured-icon-box.style1 .featured-content .featured-subtitle h4:before{
    content: '';
    position: absolute;
    background-color: var(--base-black);
    width: 6px;
    height: 6px;
    top: 16px;
    bottom: auto;
    left: 15px;
    right: auto;
    border-radius: var(--base-border-radius100);
}
.featured-icon-box.style1 .featured-content .featured-title h3 {
    width: 60%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 34px;
}
.featured-icon-box.style1 .featured-content .featured-title h3 a{color: var(--base-black);}
.featured-icon-box.style1:hover .featured-content .featured-title h3 a{color: var(--base-white);}
.featured-icon-box.style1 .featured-content .featured-title h3 a:hover{color: var(--base-skin);}

/* style2 */
.featured-icon-box.style2 {
    overflow: hidden;
    position: relative;
    margin:0;
}
.featured-icon-box.style2 .featured-icon,
.featured-icon-box.style2 .featured-content{
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.style2 .featured-icon .prt-icon{
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    background-color: var(--base-dark);
    text-align: center;
    border-radius: var(--base-border-radius-30);
}
.featured-icon-box.style2 .featured-icon .prt-icon i {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: var(--base-lightgrey);
    font-size: 50px;
    text-align: center;
    height: 50px;
    width: 50px;
}
.featured-icon-box.style2 .featured-content { padding-left: 30px; }
.featured-icon-box.style2 .featured-title h3{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    color: var(--base-black);
    position: relative;
}
.featured-icon-box.style2 .featured-title h3 u{font-size: 24px;}
.featured-icon-box.style2 .featured-desc p {
    color: rgba(0, 0, 0, 0.70);
}

/* style3 */
.featured-icon-box.style3{
    position: relative;
    text-align: left;
    width: 100%;
    -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;
    margin: 0 ;
}
.featured-icon-box.style3 .prt-icon{
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--base-skin);
    text-align: center;
    border-radius: var(--base-border-radius50);
    border: 0;
}
.featured-icon-box.style3 .prt-icon.prt-icon_element-size-lg i {
    font-size: 35px;
    color: var(--base-black);
 }
.featured-icon-box.style3 .featured-title h3{
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 12px;
    margin-bottom: 8px;
}
.featured-icon-box.style3 .featured-desc p{margin-bottom: 0;}

/* style4 */

.featured-icon-box.style4{
    text-align: center;
    border: 1px solid var(--base-black);
    padding: 110px 85px 95px 85px;
    border-radius: 197px;
    position: relative;
    overflow: hidden;
}
.featured-icon-box.style4 .featured-icon-box-background-image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-radius: 197px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.featured-icon-box.style4 .featured-icon-box-background-image img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 197px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.featured-icon-box.style4:hover .featured-icon-box-background-image{opacity: 1;}
.featured-icon-box.style4 .featured-icon-box-background-image:before{
    content: "";
    position: absolute;
    z-index: 2;
    background-color: rgb(24 24 24 / 40%);
    top: 0;
    bottom: -5px;
    left: 0;
    right: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.featured-icon-box.style4:hover .featured-icon-box-background-image:before{
    opacity: 1;
    backface-visibility: visible;
}
.featured-icon-box.style4 .featured-icon-box-icon{
    margin-bottom: 70px;
}
.featured-icon-box.style4 .featured-icon-box-icon .prt-icon{
    border: 0;
}
.featured-icon-box.style4 .featured-icon-box-icon .prt-icon i{
    font-size: 60px;
    z-index: 2;
}
.featured-icon-box.style4 .featured-content{
    z-index: 9;
    position: relative;
}
.featured-icon-box.style4 .featured-content .featured-title h3 {
    width: 60%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 18px;
}
.featured-icon-box.style4 .featured-content .featured-link a{color: var(--base-black);}
.featured-icon-box.style4:hover .prt-icon.prt-icon_element-color-darkcolor i,
.featured-icon-box.style4:hover .featured-content .featured-title h3,
.featured-icon-box.style4:hover .featured-content .featured-link,
.featured-icon-box.style4:hover .featured-content .featured-link a{
    color: var(--base-lightgrey);
}
.featured-icon-box.style4 .featured-content .featured-link a:hover{color: var(--base-skin);}
.featured-icon-box.style4 .featured-content .featured-link ul{ padding-top: 10px;}
.featured-icon-box.style4 .featured-content .featured-link ul li a{
    height: 45px;
    line-height: 45px;
    min-width: 23px;
    border: none;
    font-size: 18px;
}
.contact-us-section .map_btn{text-align: end;}

/*  style5 */
.featured-icon-box.style5 .featured-content .featured-title h3{
    font-size: 19px;
    line-height: 29px;
}
.featured-icon-box.style5 .featured-icon .prt-icon{
    border: 0;
    border-radius: var(--base-border-radius-5);
    height: 60px;
    width: 60px;
    line-height: 60px;
}

/*  style6 */
.featured-icon-box.style6{ padding: 20px 0 0 0;margin: 0;}
.featured-icon-box.style6 .prt-icon.prt-icon_element-size-md { height: 40px; width: 40px;line-height: 40px;}
.featured-icon-box.style6 .featured-desc p{font-weight: 300;}
.featured-icon-box.style6.without-icon{ position: relative;padding-left: 20px;}
.featured-icon-box.style6 .featured-title h3 {
    font-size: 18px;
}
.featured-icon-box.style6 .prt-icon.prt-icon_element-size-md i {
    font-size: 30px;
}
.featured-icon-box.style6.without-icon:before{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    left: -15px;
    background-color: #e9ecef;
}

/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox {
    margin: 15px 0;
}
.featured-imagebox,
.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}
.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
}
.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}
.featured-imagebox .featured-thumbnail img{
    width: 100%;
    transition: transform 0.4s ease-in-out;
}
.featured-imagebox:hover .featured-thumbnail img{
    transform: scale(1.05);
}

/* post-1 */
.blog-section .slick-list{padding-top: 10px !important;}
.featured-imagebox-post.style1 {
    overflow: hidden;
    position: relative;
    background-color: transparent;
    box-shadow: unset;
    border: 1px solid var(--base-black);
    border-radius: var(--base-border-radius-50);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.featured-imagebox-post.style1:hover{
    transform: translateY(-10px);
}
.featured-imagebox-post.style1 .featured-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.featured-imagebox-post.style1 .featured-thumbnail {
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: transform .5s ease-in-out;
    width: 100%;
    border-radius: var(--base-border-radius-50);
}
.featured-imagebox-post.style1 .featured-thumbnail.img-1{
    background-image: url(../images/blog/blog-01.webp);
}
.featured-imagebox-post.style1 .featured-thumbnail.img-2{
    background-image: url(../images/blog/blog-01.webp);
}
.featured-imagebox-post.style1 .featured-thumbnail.img-3{
    background-image: url(../images/blog/blog-01.webp);
}
.featured-imagebox-post.style1 .featured-thumbnail.img-4{
    background-image: url(../images/blog/blog-01.webp);
}
.featured-imagebox-post.style1 .featured-thumbnail.img-5{
    background-image: url(../images/blog/blog-01.webp);
}
.featured-imagebox-post.style1 .featured-thumbnail.img-6{
    background-image: url(../images/blog/blog-01.webp);
}
.featured-imagebox-post.style1 .featured-content .featured-content-inner{
    padding: 30px 30px 25px 30px;
}
.featured-imagebox-post.style1 .featured-content .post-meta span {
    position: relative;
    display: inline-block;
    color: var(--base-black);
    font-size: 15px;
    margin-bottom: 15px;
}
.featured-imagebox-post.style1 .featured-content .post-meta span a{
    border: 1px solid rgba(0,0,0, 0.302);
    border-radius: 17px;
    color: var(--base-bodyfont-color);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    display: inline;
    padding: 10px 10px 10px 30px;
}
.featured-imagebox-post.style1 .featured-content .post-meta span a:hover{
    background-color: var(--base-skin);
    border: 1px solid var(--base-skin);
}
.featured-imagebox-post.style1 .featured-content .post-meta span a:before{
    content: '';
    position: absolute;
    background-color: var(--base-black);
    width: 6px;
    height: 6px;
    top: 16px;
    bottom: auto;
    left: 15px;
    right: auto;
    border-radius: var(--base-border-radius100);
}
.featured-imagebox-post.style1 .featured-content h3 {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    font-family: var(--base-bodyfont);
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-imagebox-post.style1 .featured-content h3:hover a{color: var(--base-skin);}

.featured-imagebox-post.style1 .featured-content .prt-post-footer {
    border-top: 1px solid rgba(0, 0, 0,0.2);
    margin-top: 30px;
    padding-top: 20px;
}
.featured-imagebox-post.style1 .featured-content .prt-post-footer .desc-heading p{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prt-blog-text {
    font-size: 15px;
    line-height: 26px;
    color: var(--base-black);
    text-align: center;
    font-weight: 400;
}
.prt-blog-text a{ font-weight: 700; }
.prt-blog-text a:hover{color: unset;}

/*portfolio-1*/
.featured-imagebox-portfolio.style1 {
    position: relative;
    overflow: visible;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
    padding-bottom: 40px;
}
.featured-imagebox-portfolio.style1 .featured-thumbnail {
    max-width: 100%;
    position: absolute;
    width: 350px;
    height: 460px;
    right: 9%;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    border-radius: 170px;
    transition: .5s all;
    opacity: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.featured-imagebox-portfolio.style1 .featured-thumbnail img{
    transform: scale(1);
    object-fit: cover;
    border-radius: 170px;
    visibility: visible;
     width: 350px;
    height: 460px;
}
.featured-imagebox-portfolio.style1:hover .featured-thumbnail {
    transition: .5s all;
    opacity: 1;
    top: 25px;
}
.featured-imagebox-portfolio.style1 .featured-content{
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: flex;
    cursor: pointer;
}
.featured-imagebox-portfolio.style1 .featured-title h3  {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    padding-right: 10px;
}
.featured-imagebox-portfolio.style1 .featured-title h3 a{color: var(--base-lightgrey);}
.featured-imagebox-portfolio.style1 h3 a {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    text-decoration: none;
}
.featured-imagebox-portfolio.style1 .featured-content .category{
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    transform: none;
    position: relative;
    padding-left: 7px;
    top: 8px;
    color: rgba(235, 228, 214, 0.70);
}
.featured-imagebox-portfolio.style1 .featured-content .category:before{
    content: '/';
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    font-size: 18px;
}
.featured-imagebox-portfolio.style1 .featured-content .category:after{
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 1px;
    left: 0;
    right: auto;
    top: auto;
    bottom: 4px;
}
.featured-imagebox-portfolio.style1 .prt-box-media-link{
    float: right;
    display: table-cell;
    position: relative;
    top: -40px;
    font-size: 30px;
}
.featured-imagebox-portfolio.style1 .prt-box-media-link .prt-media-link{
    width: 50px;
    height: 50px;
    background-color: var(--base-lightgrey);
    line-height: 45px;
    text-align: center;
    border-radius: var(--base-border-radius50);
}
.featured-imagebox-portfolio.style1:hover .prt-box-media-link .prt-media-link{
    background-color: var(--base-skin);
}
.featured-imagebox-portfolio.style1 .prt-box-media-link .prt-media-link i {
    color: var(--base-black);
    font-size: 20px;
}

/*portfolio-1*/
.featured-imagebox-portfolio.style2 {
    position: relative;
    border-radius: var(--base-border-radius-100);
    overflow: hidden;
}
.featured-imagebox-portfolio.style2 .featured-thumbnail img {
    width: 100%;
}
.featured-imagebox-portfolio.style2:hover .featured-thumbnail img{
    filter: blur(1px);
    transform: scale(1.05);
}
.featured-imagebox-portfolio.style2 .prt-box-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(24 24 24 / 46%);
   -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity:0;
    overflow:hidden;
}
.featured-imagebox-portfolio.style2 .featured-content {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
}
.featured-imagebox-portfolio.style2:hover .featured-content {
    bottom: 0;
    opacity: 1;
}
.featured-imagebox-portfolio.style2:hover .prt-box-view-overlay {
    opacity: 1;
    transition: all 500ms ease;
}
.featured-imagebox-portfolio.style2 .featured-title h3 a {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 21px;
    line-height: 30px;
    position: relative;
    color: var(--base-white);
}
.featured-imagebox-portfolio.style2 .featured-title h3{
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.0, 1.0);
    -moz-transform: translate3d(0, 20px, 0) scale(1.0, 1.0);
    -ms-transform: translate3d(0, 20px, 0) scale(1.0, 1.0);
    transform: translate3d(0, 20px, 0) scale(1.0, 1.0);
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transition: opacity 0.25s ease-in-out,-webkit-transform 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out,-moz-transform 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out,-o-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out,-webkit-transform 0.25s ease-in-out,-moz-transform 0.25s ease-in-out,-o-transform 0.25s ease-in-out,transform 0.25s ease-in-out;
}
.featured-imagebox-portfolio.style2:hover .featured-title h3 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

/* services-1 */
.featured-imagebox-service.style1 {
    border-radius: var(--base-border-radius-50);
    border: 1px solid var(--base-black);
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}
.featured-imagebox-service.style1 .featured-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 0 30px;
}
.featured-imagebox-service.style1 .featured-title h3 {
    font-size: 22px;
    line-height: 32px;
}
.featured-imagebox-service.style1 .prt-iconbox-button a {
    font-size: 0;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--base-dark);
    border-radius: var(--base-border-radius-50);
    text-align: center;
    top: -10px;
    display: block;
}
.featured-imagebox-service.style1 .prt-iconbox-button a:before {
    position: absolute;
    display: block;
    left: auto;
    right: 9px;
    top: 2px;
    transform: rotateX(180deg);
    font-size: 30px;
    content: "\f120";
    font-family: flaticon_agritek;
    color: var(--base-lightgrey);
}

/*step-1*/

.featured-stepbox.style1{
    position: relative;
    display: table;
    width: 100%;
    overflow: visible;
}
.featured-stepbox.style1 .stepbox-content-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid var(--base-black);
    border-radius: 200px;
    cursor: pointer;
}
.featured-stepbox.style1 .stepbox-content-wrapper .featured-content{
    display: flex;
    padding-top: 30px;
    padding-left: 40px;
}
.featured-stepbox.style1 .featured-content .step-number{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(107, 107, 107, 0.70);
}
.featured-stepbox.style1 .featured-content .step-box-title h3{
    padding-left: 5px;
    font-size: 34px;
    line-height: 44px;
    font-family: var(--base-bodyfont);
}
.featured-stepbox.style1 .featured-thumbnail img{
    border-radius: 62px;
    transform: unset;
}
.featured-stepbox.style1 .featured-stepbox-button{
   position: absolute;
    top: -160px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: var(--base-black);
    border-radius: var(--base-border-radius50);
    opacity: 0;
    cursor: pointer;
    transition: all 0.1s linear !important;
}
.accordion-collapse.collapse.show .featured-stepbox-button{
    opacity: 1;
}
.featured-stepbox.style1 .featured-stepbox-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 60%;
    height: 2px;
    background: var(--base-lightgrey);
    transform: translateX(-50%) rotate(45deg);
    z-index: 9;
}
.featured-stepbox.style1 .featured-stepbox-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20%;
    display: block;
    width: 60%;
    height: 2px;
    background: var(--base-lightgrey);
    transform: translateY(-50%) rotate(-45deg);
    z-index: 9;
}
.featured-stepbox.style1 .tm-desc{
    background-color: var(--base-lightgrey);
    padding: 20px 20px 5px 20px;
    border-radius: var(--base-border-radius-30);
    margin: -107px 0 0px 50px;
    z-index: 9;
    opacity: 0;
    position: absolute;
    max-width: 450px;
    height: auto;
    visibility: hidden;
    transition: all 0.1s linear !important;
}
.collapse.show .featured-stepbox.style1 .tm-desc{
    opacity: 1;
    height: auto;
    visibility: visible;
    z-index: 9;
}
.accordion-button{padding: 0 !important;}
.accordion-body{padding: 30px 0;}
.accordion-button,
.accordion-item{
    background-color: transparent !important;
}
.accordion-button::after{display: none !important;}
.accordion-item{border: none !important;}
.accordion-button:focus,
.accordion-button:not(.collapsed){box-shadow: none !important;}

/*team-1*/
.featured-imagebox-team.style1 {
    position: relative;
    text-align: center;
    border: 1px solid var(--base-black);
    padding: 30px 50px;
    border-radius: var(--base-border-radius-50);
    transition: all 0.5s ease;
}
.featured-imagebox-team.style1:hover{background-color: var(--base-grey);}
.featured-imagebox-team.style1 .featured-content h3{
    font-size: 22px;
    line-height: 32px;
    position: relative;
    margin-bottom: 0px;
    font-family: var(--base-bodyfont);
}
.featured-imagebox-team.style1 .featured-content h3 a:hover{color: var(--base-skin);}
.featured-imagebox-team.style1 .featured-content .team-position{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 35px;
}
.featured-imagebox-team.style1 .featured-thumbnail{
    position: relative;
    overflow: hidden;
}
.featured-imagebox-team.style1 .featured-thumbnail:before{
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,var(--base-black) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition-property: top,opacity;
    transition-duration: 0.5s;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    border-radius: var(--base-border-radius-35);
    z-index: 1;
}
.featured-imagebox-team.style1:hover .featured-thumbnail:before {
    opacity: 0.6;
}
.featured-imagebox-team.style1 .featured-thumbnail img{
    border-radius: 140px;
    transition: all 0.5s ease;
    transform: unset;
}
.featured-imagebox-team.style1:hover .featured-thumbnail img{
    border-radius: var(--base-border-radius-35);
}
.featured-imagebox-team.style1:hover .featured-thumbnail{
    border-radius: var(--base-border-radius-15);
}
.featured-imagebox-team.style1 .prt-team-social-wrapper .media-block {
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: max-content;
    opacity: 1;
    visibility: hidden;
    background-color: var(--base-skin);
    border-radius: var(--base-border-radius-20);
    margin: 0 auto;
    padding: 5px 10px;
    z-index: 9;
    transition: all 0.1s ease;
}
.featured-imagebox-team.style1:hover .prt-team-social-wrapper .media-block{
    opacity: 1;
    visibility: visible;
}
.featured-imagebox-team.style1 .prt-team-social-wrapper .media-block ul.social-icons{
    margin: 0;
    padding: 0px 0px;
}
.featured-imagebox-team.style1 .prt-team-social-wrapper .media-block ul.social-icons li{
    display: inline-block;
    margin: 0;
}
.featured-imagebox-team.style1 .prt-team-social-wrapper .media-block ul.social-icons li a{
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: var(--base-black);
    transition: unset;
}
.featured-imagebox-team.style1 .prt-team-social-wrapper .media-block ul.social-icons li.social-twitter a{
    font-size: 12px;
}

/*team-2*/
.featured-imagebox-team.style2 {
    position: relative;
    text-align: center;
    border: 1px solid var(--base-black);
    padding: 60px 0px;
    border-radius: var(--base-border-radius-50);
    transition: all .9s ease;
    margin: 0;
}
.featured-imagebox-team.style2 .featured-content h3{
    padding-top: 25px;
    font-size: 22px;
    line-height: 32px;
    position: relative;
    margin-bottom: 0px;
    font-family: var(--base-bodyfont);
}
.featured-imagebox-team.style2 .featured-content h3 a:hover{color: var(--base-skin);}
.featured-imagebox-team.style2 .featured-content .team-position{
    font-size: 13px;
}
.featured-imagebox-team.style2 .featured-thumbnail{
    position: relative;
    overflow: hidden;
}
.featured-imagebox-team.style2:hover .featured-thumbnail {
    overflow: unset;
    position: unset;
}
.featured-imagebox-team.style2 .featured-thumbnail img{
    border-radius: var(--base-border-radius100);
    height: 145px;
    width: 145px;
    margin: 0 auto;
    transform: unset;
}
.featured-imagebox-team.style2 .prt-team-overlay{
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--base-lightgrey);
    z-index: 1;
    border-radius: var(--base-border-radius-50);
    opacity: 0;
    transition: .55s cubic-bezier(.68,-.55,.265,1.55);
}
.featured-imagebox-team.style2:hover  .prt-team-overlay {
    opacity: 1;
}
.featured-imagebox-team.style2 .prt-team-overlay .featured-link-wrapper{
     background-size: cover;
    background-position: center;
    padding-top: 390px;
    transition: transform .5s ease-in-out;
    background-repeat: no-repeat;
    border-radius: var(--base-border-radius-10);
    position: relative;
    border-radius: var(--base-border-radius-50);
}
.featured-imagebox-team.style2 .prt-team-overlay .featured-link-wrapper.team-1 {
    background-image: url(../images/team-member/team-01.webp);
}
.featured-imagebox-team.style2 .prt-team-overlay .featured-link-wrapper.team-2 {
    background-image: url(../images/team-member/team-01.webp);
}
.featured-imagebox-team.style2 .prt-team-overlay .featured-link-wrapper.team-3 {
    background-image: url(../images/team-member/team-01.webp);
}
.featured-imagebox-team.style2 .prt-team-overlay .featured-link-wrapper.team-4 {
    background-image: url(../images/team-member/team-01.webp);
}
.featured-imagebox-team.style2 .prt-team-overlay .featured-link-wrapper.team-5 {
    background-image: url(../images/team-member/team-01.webp);
}
.featured-imagebox-team.style2 .prt-team-overlay .featured-link-wrapper.team-6 {
    background-image: url(../images/team-member/team-01.webp);
}
.featured-imagebox-team.style2 .prt-team-social-wrapper .media-block {
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    top: auto;
    left: 0;
    right: 0;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    z-index: 9;
    transition: .55s cubic-bezier(.68,-.55,.265,1.55);
}
.featured-imagebox-team.style2:hover .prt-team-social-wrapper .media-block{
    opacity: 1;
    visibility: visible;
}
.featured-imagebox-team.style2 .prt-team-social-wrapper .media-block ul.social-icons{
    margin: 0;
    padding: 5px 10px;
    background-color: var(--base-skin);
    border-radius: var(--base-border-radius-20);
}
.featured-imagebox-team.style2:hover .prt-team-social-wrapper .media-block ul.social-icons{
    opacity: 1;
    visibility: visible;
}
.featured-imagebox-team.style2 .prt-team-social-wrapper .media-block ul.social-icons li{
    display: inline-block;
    margin: 0;
}
.featured-imagebox-team.style2 .prt-team-social-wrapper .media-block ul.social-icons li a{
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: var(--base-black);
}
.featured-imagebox-team.style2 .prt-team-social-wrapper .media-block ul.social-icons li.social-twitter a{
    font-size: 12px;
}

/*.featured-steps-box*/
.featured-stepsbox-main{ position: relative; }
.featured-stepsbox-main:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 75px;
    left: 160px;
    background-image: url(../images/work-process.webp);
    background-repeat: no-repeat;
    top: 30px;
    bottom: 0;
}
.featured-steps-box{
    position: relative;
    margin: 15px 0;
    text-align: center;
    padding: 0 40px;
}
.featured-steps-box.top-spacing{ margin-top: 64px; }
.featured-steps-box .featured-steps-num{
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: var(--base-dark);
    border-radius: var(--base-border-radius50);;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.featured-steps-box:hover .featured-steps-num{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-steps-box .featured-steps-num span:before{
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    font-size: 20px;
    color: var(--base-white);
    font-weight: 600;
}
.featured-steps-box .featured-content{ padding-top: 22px; }
.featured-steps-box .featured-title h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar {
    position: relative
}
.prt-progress-bar:not(:last-child) {
    margin-bottom: 24px
}
.prt-progress-bar .progress-bar-title {
    top: -35px;
    left: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 12px;
    letter-spacing: .5px;
}
.prt-progress-bar .progress-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    text-shadow: none
}
.prt-progress-bar .progress-bar {
    border-radius: 0;
    height: 6px;
    position: relative;
}
.progress-bar-color-bar_skincolor{background-color: var(--base-skin);}
.prt-progress-bar .progress-bar-inner {
    height: 6px;
    width: 100%;
    background-color: var(--base-grey);
}
.progress-bar:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    bottom: -6px;
    right: -1px;
}

/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}
.testimonials .testimonial-caption h3 {
    font-size: 17px;
    line-height: 27px;
    display: block;
    margin-bottom: 5px;
}
.testimonial-caption label {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
    color: var(--base-skin);
}
.testimonials .testimonial-content blockquote{
    padding: 10px 25px;
    font-size: 20px;
    position: relative;
    line-height: 32px;
    font-style: italic;
    margin: 0;
}

/*star-ratting*/
.testimonial-content .star-ratings ul{
    overflow: hidden;
    padding: 20px 15px 6px 0px;
    display: block;
}
.testimonial-content .star-ratings li{
    font-size: 16px;
    display: inline-block;
    width: 12px;
    margin: 0 1px;
    color: var(--base-skin);
}
.testimonial-content .star-ratings ul li.active ,
.testimonial-content .star-ratings ul li.active i{ color: var(--base-skin);}

/* style1 */
.testimonials.style1{
    position: relative;
}
.testimonials.style1 .testimonial-content {
    background-color: transparent;
    padding: 0 40px 0 73px;
    margin-bottom: 30px;
}
.testimonials.style1 .testimonial-content:before{
    position: absolute;
    content: '';
    width: 55px;
    height: 47px;
    right: auto;
    left: 3px;
    top: 10px;
    bottom: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/quote-1.svg);
    mask-size: cover;
}
.testimonials.style1 .testimonial-content blockquote{
    margin-bottom: 30px;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-style: unset;
    font-weight: 300;
    color: var(--base-lightgrey);
}
.testimonials.style1 .testimonial-user{
    display: flex;
    align-items: center;
}
.testimonials.style1 .testimonial-img img {
    margin: 0;
    max-width: 60px;
    max-height: 60px;
    text-align: left;
    border-radius: var(--base-border-radius50);
}
.testimonials.style1 .testimonial-caption{
    width: auto;
    text-align: left;
    margin: 0;
    padding-top: 0;
    padding-left: 25px;
}
.testimonials.style1 .testimonial-caption h3{
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: var(--base-bodyfont);
}
.testimonials.style1 .testimonial-caption p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: rgba(235, 228, 214, 0.70);
    margin-bottom: 0;
}
.testimonials.style1 .star-ratings{
    overflow: hidden;
    padding: 20px 15px 6px 0px;
    display: block;
}
.testimonials.style1 .star-ratings ul{ padding: 0; margin: 0;}
.testimonials.style1 .star-ratings li{
    font-size: 16px;
    min-width: 16px;
    display: inline-block;
    color: var(--base-white);
    background-color: transparent;
    padding: 0 0px;
    margin: 0 0px;
}
.testimonials.style1 .star-ratings ul li.active ,
.star-ratings ul li.active i{ color: var(--base-white);}

.testimonials.slick_slider .slick-arrow{
    bottom: 30px;
    top: auto;
    width: 50px;
    height: 50px;
    right: 17%;
    left: auto;
    margin: -5px;
    z-index: 1;
    border: 1px solid var(--base-lightgrey);
    border-radius: var(--base-border-radius100);
    text-align: center;
}
.testimonials.slick_slider .slick-prev:before,
.testimonials.slick_slider .slick-next:before{
    color: var(--base-lightgrey);
}
.testimonials.slick_slider .slick-next{ right: 8%; }

/* ===============================================
    15.Client-row
------------------------*/
.client-box {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.client-border-bottom{border-bottom: 1px solid var(--base-dark);}
.client-box .prt-client-logo-tooltip {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    border-width: 1px 1px 0px 0;
    border-style: solid;
    border-color: var(--base-dark);
    padding: 50px 0 50px    ;
    background-color: var(--base-grey);
}
.client-box.slick-slide.slick-current + .slick-active .client-box .prt-client-logo-tooltip{
    border-width: 1px 0px 0px 0;
}
.client-box .prt-client-logo-tooltip,
.client-box .prt-client-logo-tooltip-inner{
    position: relative;
}
.client-box .prt-client-logo-tooltip img{
    display: block;
    margin: 0 auto;
}
.client_spacing-box .slick-slide {padding:0;}

/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion { margin-top: 15px; }
.accordion .toggle:not(:last-child){
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.accordion .toggle-title a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 20px 0px 20px 45px;
    color: var(--base-headingfont-color);
    background-color: var(--base-grey);
}
.prt-sidebar .accordion .toggle-title a{
    padding: 18px 0 18px 45px;
    border-radius: var(--base-border-radius-10);
}
.accordion .toggle-title a i{ margin-right: 15px; }
.accordion .toggle-content {
    margin-top: 18px;
}
.accordion .toggle-content.show {
    display: block !important;
}
.accordion .toggle-content.show p{margin-bottom: 0;}
.accordion .toggle .toggle-title a:after {
    position: absolute;
    content: '\e818';
    font-family: "fontello";
    left: 20px;
    display: inline-block;
    border-radius: var(--base-border-radius50);
    font-size: 20px;
}
.accordion .toggle .toggle-title a.active:after {
    content: "\e847";
}
.accordion.style1 .toggle .toggle-title a:after {
    position: absolute;
    content: '\f107';
    font-family: 'fontello';
    right: 20px;
    left: auto;
    display: inline-block;
    border-radius: var(--base-border-radius50);
    font-size: 20px;
}
.accordion.style1 .toggle .toggle-title a.active:after {
    content: '\f106'
}
.accordion.style1 .toggle-title a{
    padding: 18px 20px 18px 20px;
}
.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;
}

/* prt-style-classic */
.accordion{ padding-top: 0px; padding-left: 30px;}
.accordion .toggle.prt-toggle_style_classic {
    border-radius: 0px;
    margin-bottom: 15px;
}
.accordion .toggle.prt-toggle_style_classic:last-child{margin-bottom: 0;}

.accordion .toggle.prt-toggle_style_classic .toggle-title a:after {
    font-weight: 400;
    position: absolute;
    left: 15px;
    transition: all 0.1s ease;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: var(--base-border-radius-20);
    text-align: center !important;
    font-size: 22px;
    color: var(--base-dark);
    content: '\e818';
    font-family: "fontello";
}
.accordion .toggle.prt-toggle_style_classic .toggle-title a.active:after {
    content: '\e847';
}

/* 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-radius: var(--base-border-radius-5);
}
.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);
}

/* ===============================================
    17.Wrap-Form
------------------------*/
.wrap-form label{
    width: 100%;
    margin: 0;
}
.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;
}

/* contactform */
.wrap-form.contact_form span.text-input input,
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    color: rgba(255, 255, 255, 1);
    border-radius: var(--base-border-radius-30);
    padding: 15px 30px 15px 40px;
    border: 1px solid rgba(235, 228, 214,0.3);
    background-color: rgba(235, 228, 214, 0.102);
}

.wrap-form span.text-input input::-webkit-input-placeholder,
.wrap-form span.text-input textarea::-webkit-input-placeholder,
.wrap-form span.text-input select::-webkit-input-placeholder {
    color: rgb(235 228 214 / 70%);
}

/* ===============================================
    18.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;
    padding: 20px 0 90px 0;
}

/* prt-tab-style-horizontal */
.prt-tabs.prt-tab-style-horizontal ul{ margin: 0; padding: 0; display: -webkit-flex; display: flex; }
.prt-tabs.prt-tab-style-horizontal ul.tabs li{ margin-right: 6px; display: inline-block; }
.prt-tabs.prt-tab-style-horizontal ul.tabs li:last-child{ margin-right: 0; }
.prt-tabs.prt-tab-style-horizontal ul.tabs li a{
    padding: 20px 25px;
    font-size: 15px;
    letter-spacing: 1.2px;
    color: var(--base-black);
    display: block;
    text-align: left;
    font-weight: 500;
    border: 1px solid transparent;
}
.prt-tabs.prt-tab-style-horizontal ul.tabs li.active a{border-color: #d5d8dc;}
.prt-tabs.prt-tab-style-horizontal ul.tabs li.active a{ border-bottom-style: none; }
.prt-tabs.prt-tab-style-horizontal .content-tab .content-inner{
    padding: 20px;
    border: 1px solid #d5d8dc;
}

/*style1*/
.prt-tab-style-01 {
    display: flex;
    justify-content: space-between;
}
.prt-tab-style-01 ul.tabs {
    width: 35%;
    padding-right: 50px;
    padding-left: 0;
    margin-top: 40px;
    flex: 0 0 auto;
}
.prt-tab-style-01 ul li.tab{
    position: relative;
    display: block;
    border: 1px solid;
    padding: 10px 5px 10px 30px;
    border-radius: var(--base-border-radius-35);
    margin-bottom: 30px;
    cursor: pointer;
}
.prt-tab-style-01 ul li.tab i{
    position: absolute;
    right: 5px;
    left: auto;
    top: auto;
    bottom: 7px;
    width: 50px;
    height: 50px;
    line-height: 57px;
    font-size: 29px;
    background-color: var(--base-grey);
    border-radius: var(--base-border-radius-50);
    text-align: center;
    color: var(--base-dark);
    transform: rotateX(180deg);
}
.prt-tab-style-01 ul li.tab.active i{
    background-color: var(--base-dark);
    color: var(--base-grey)
}
.prt-tab-style-01 ul li.tab.active{
    background-color: var(--base-grey);
    border-color: var(--base-grey);
}

.prt-tab-style-01 ul li.tab a{
    font-size: 22px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--base-lightgrey) ;
}

.prt-tab-style-01 ul li.tab.active a {
    color: var(--base-dark);
}
.prt-tab-style-01 .content-inner-box{
    padding: 0px 0px 0px 25px;
}
.prt-tab-style-01 .content-inner-text h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: var(--base-bodyfont);
    color: var(--base-lightgrey);
    font-size: 34px;
    line-height: 44px;
}
.prt-tab-style-01 .content-inner {
    border-radius: 0;
    position: relative;
}
.prt-tab-style-01 p.tab-block-text{
    margin-bottom: 20px;
    color: var(--base-lightgrey);
}
.prt-tab-style-01 p.tab-block-text u{font-weight: 400;}
.prt-tab-style-01 .content-inner .imagebox img{border-radius: var(--base-border-radius-50);}


/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.prt-boxes-spacing-60px, .prt-boxes-spacing-60px { margin: 0 -30px !important; }
.row.prt-boxes-spacing-60px .prt-box-col-wrapper {
    padding-right: 30px !important;
    padding-left: 30px !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 -8px !important; }
.row.prt-boxes-spacing-15px .prt-box-col-wrapper {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}
.row.prt-boxes-spacing-10px, .prt-boxes-spacing-10px{ margin: 0 -10px; }
.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-bottom: 10px;
}
.row.prt-boxes-spacing-5px, .prt-boxes-spacing-5px{ margin: 0; }
.row.prt-boxes-spacing-5px .prt-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    padding-bottom: 5px;
}
.row.prt-boxes-spacing-0px, .prt-boxes-spacing-0px{ margin: 0; }
.row.prt-boxes-spacing-0px .prt-box-col-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 0px;
    outline: 0;
}
.row.prt-boxes-spacing-0px .slick-slide{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* ===============================================
    21.Sidebar
------------------------*/
.sidebar .widget-area .widget {
    position: relative;
    margin: 40px 0 40px;
}
.sidebar .widget-area .widget:first-child{margin-top: 0;}
.sidebar .widget a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.sidebar .widget .widget-title{
    font-family: var(--base-bodyfont);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--base-black);
    padding-left: 16px;
    margin-bottom: 30px;
    position: relative;
}
.sidebar .widget .widget-title:after{
    display: block;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    top: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: var(--base-skin);
}
.sidebar .widget ul>li:last-child{
    padding-bottom: 0 !important;
}
.sidebar .content-area{
    padding-top: 65px;
    padding-bottom: 55px;
}
.sidebar div.widget-area{
    position: relative;
    margin-top: 65px;
}
.sidebar .sidebar-right, .sidebar .sidebar-left{
    margin-top: -37px;
    padding-top: 60px;
    padding-bottom: 70px;
    float: right;
}
.sidebar .sep_holder .sep_line{ border-color: #ebebeb; }

/* widget-nav-menu */
.sidebar .widget-area .widget ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sidebar .widget-area .widget ul li i{
    margin-right: 10px;
    color: var(--base-skin);
    font-size: 20px;
}

/*author-widget*/
.prt-author-widget .author-widget_img img{
    margin-bottom: 20px;
    border: 5px solid #f7f7f6;
    border-radius: var(--base-border-radius-15);
}
.prt-author-widget .author-name {
    font-size: 21px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--base-bodyfont);
}

/*banner-img-box*/
.sidebar .widget-area .widget.banner-img-box ul li{
    border-bottom: 1px solid rgba(0, 0, 0,0.2);
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar .widget-area .widget.banner-img-box ul li:not(:first-child){
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar .widget-area .widget.banner-img-box ul li i{
    transform: rotateY(180deg);
    font-size: 25px;
}
.widget.widget-nav-menu ul li{
    margin-bottom: 5px;
    padding: 0;
}
.widget.widget-nav-menu ul li a{
    display: block;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    border-radius: var(--base-border-radius-10);
    background-color: var(--base-grey);
}
.widget.widget-nav-menu ul li a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: transparent;
}
.widget.widget-nav-menu ul li a:after{
    position: absolute;
    content: '';
    height: 80%;
    width: 96%;
    left: 2%;
    border: 1px dashed;
    top: 10%;
}
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li a:hover{
    color: rgba(255, 255, 255, 1);
    background-color: var(--base-skin);
}

/* contact-widget */
.sidebar ul.contact-widget-wrapper li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    color: var(--base-skin);
}
.sidebar ul.contact-widget-wrapper li {
    padding-left: 37px;
    position: relative;
    padding-top: 0;
    padding-bottom: 18px;
    border-bottom: 0;
}

/* download-widget */
.widget-download ul.download li i{
    color: var(--base-lightgrey);
    background-color: var(--base-black);
    font-size: 20px;
    padding: 18px;
    vertical-align: middle;
    margin-right: 20px;
    display: inline-block;
    border-radius: 10px 0 0 10px;
}
.widget-download ul.download li{
    display: block;
    width: 100%;
    border-radius: var(--base-border-radius-10);
    margin-bottom: 15px;
    padding: 0;
    background-color: var(--base-grey);
}
.widget-download ul.download li:hover{background-color: var(--base-black);}
.widget-download ul.download li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.widget-download ul.download li:hover a {color: var(--base-lightgrey);}
.prt-service-description h2{
    font-size: 24px;
    line-height: 34px;
    font-family: var(--base-bodyfont);
}

/*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;
    width: 100%;
}
.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: 47px;
    height: 47px;
    line-height: 0;
    z-index: 1;
    outline: 0;
    border: 0;
    border-radius: var(--base-border-radius-5);
}
.sidebar .widget.widget-search .input-text {
    border: 1px solid #ebeded;
    border-radius: var(--base-border-radius-5);
    padding: 10px 15px;
    padding-right: 60px;
    background-color: var(--base-white);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sidebar .widget.widget-search input{
    color: #242c42;
    padding: 8px 15px;
}
.widget.widget-search .form-group i{
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    z-index: 1;
    top: 0;
    height: 46px;
    width: 46px;
    border-radius: var(--base-border-radius-30);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    line-height: 46px;
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: rgba(255,255,255,1);
}
/* categories-widget */
.sidebar .widget-categories ul li{
    padding: 12px 0;
    display: block;
    position: relative;
}
.sidebar .widget-categories ul li:first-child{margin-top: -17px;}
.sidebar .widget-categories ul li:not(:last-child){ border-bottom: 1px solid rgba(0, 0, 0,0.2);}
.sidebar .widget-categories ul li a{padding-left: 20px;position: relative; font-weight: 400;}
.sidebar .widget-categories ul li a:before{
    font-family: "themify";
    content: "\e61a";
    position: absolute;
    top: 2px;
    left: 0;
    line-height: 16PX;
    font-size: 13px;
}
.sidebar .widget-categories ul li span{
    position: absolute;
    top: 14px;
    right: 0;
    width: 23px;
    height: 23px;
    color: var(--base-black);
    overflow: hidden;
    z-index: 1;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    padding: 4px 3px;
    -webkit-border-radius: var(--base-border-radius-20);
    -moz-border-radius: var(--base-border-radius-20);
    -o-border-radius: var(--base-border-radius-20);
    -ms-border-radius: var(--base-border-radius-20);
    border-radius: var(--base-border-radius-20);
    background-color: var(--base-grey);
}

/** prt-recent-post-list **/
ul.prt-recent-post-list>li {
    padding: 0px 0 16px !important;
    display: inline-block;
    width: 100%;
    line-height: 24px;
}
ul.prt-recent-post-list>li:last-child{padding-bottom: 0 !important;}
ul.prt-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    border-radius: 0px;
}
ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 5px;
}
ul.prt-recent-post-list>li .post-date i{
    margin-right: 7px !important;
    font-size: 11px !important;
    color: var(--base-bodyfont) !important;
}
.sidebar ul.prt-recent-post-list>li,
.sidebar .widget-top-rated-products ul >li{
    padding: 15px 0 !important;
}
.sidebar ul.prt-recent-post-list>li:first-child,
.sidebar .widget-top-rated-products ul >li:first-child{padding-top: 0 !important;}
.sidebar ul.prt-recent-post-list>li, .sidebar .widget-top-rated-products ul >li {
    padding: 15px 0 !important;
    margin: 0 !important;
}
.sidebar ul.prt-recent-post-list>li:last-child,
.sidebar .widget-top-rated-products ul >li:last-child{padding-bottom: 0 !important;}
.sidebar ul.prt-recent-post-list>li:not(:last-child),
.sidebar .widget-top-rated-products ul >li:not(:last-child){border-bottom: 1px solid rgba(0, 0, 0,0.2);}
.sidebar ul.prt-recent-post-list>li img {
    padding: 0px !important;
    border: unset!important;
}

/* widget_media_gallery */
.widget.widget_media_gallery .gallery-item{
    display: inline-block;
    max-width: 32%;
    padding: 0 1% 2% 0%;
    text-align: center;
    vertical-align: top;
    margin: 0;
}
/* tagcloud-widget */
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 10px 25px;
    margin: 0 5px 10px;
    border: 1px solid #e4e4e4;
    background-color: var(--base-grey);
    color: var(--base-black);
    font-size: 14px;
    font-weight: 500;
    border-radius: 2em;
}
.sidebar .widget .tagcloud a:hover{
    background-color: var(--base-skin);
    color: var(--base-white);
}

/*banner-img-box-second*/
.banner-img-box-second{
    background-color: var(--base-dark);
    padding: 15px;
    color: var(--base-lightgrey);
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 340px;
    position: relative;
    z-index: 0;
    border-radius: var(--base-border-radius-30);
}
.banner-img-box-second h3{
    font-size: 20px;
    line-height: 26px;
    color: var(--base-lightgrey);
    margin-bottom: 20px;
    font-family: var(--base-bodyfont);
}
.prt-service-description .banner-img-box-second h2{
    font-weight: 500;
    font-size: 72px;
    line-height: 1;
    font-family: var(--base-bodyfont);
    color: var(--base-lightgrey);
}

/* widget-banner */
.widget-banner {
    padding: 0 !important;
    border: 0 !important;
}
.widget-banner > div {
    padding: 35px 30px 45px;
    border-radius: 0;
    overflow: hidden;
}
.widget-banner .prt-btn.prt-btn-size-md{
    padding: 13px 30px;
    font-size: 15px;
}
.widget-banner h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 15px;
}
.widget-banner .widget-banner-btn{ margin-top: 65px; }


/*hero-section*/
.hero-section{
    position: relative;
   
 }
.hero-section {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}




.hero-section .hero-content h2.title {
    font-size: 100px;
    line-height: 126px;
    font-weight: 500;
    color: var(--base-white);
}

.hero-content-block .hero-content h1{
    position: relative;
    z-index: 1;
    font-size: 148px;
    line-height: 156px;
    font-weight: 700;
}
.hero-content .title.Header-right {left: -5%;}
.hero-content .title.Header-left { right: -20%;}
.hero-content-block .hero-content h1 span{position: relative;}
.hero-content-block .hero-content h1 span:after{
    content: "";
    background-image: url(../images/title-shape-1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 22.3px;
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
    height: 23px;
    z-index: 1;
    animation: smartMove 5s infinite;
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
.hero-content-title-desc p{
    color: var(--base-lightgrey);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}

/*.prt-marquebox*/
.marquee {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding: 10px;
    background-color: var(--base-skin);
    -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;
}
.marquee-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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 {
    font-size: 18px;
    line-height: 38px;
    -webkit-text-stroke: 0px;
    color: var(--base-black);
    margin-left: 40px;
    margin-right: 40px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.marquee-content {
     width: 100%;
    animation: tm-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
@keyframes tm-marque-text {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(-80%,0)
    }
}
.marquee-content:hover {
  animation-play-state: paused !important
}
.marquee-text {
  position: relative;
}
.marquee-text:before {
    content: "\f11d";
    font-family: flaticon_agritek !important;
    color: var(--base-black);
    left: -55px;
    width: 31px;
    height: 31px;
    bottom: 5px;
    font-size: 31px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

/* cursor */
.prt-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .3s,color .4s;
    -o-transition: opacity .3s,color .4s;
    -moz-transition: opacity .3s,color .4s;
    transition: opacity .3s,color .4s;
}
.prt-cursor.-visible:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}
.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(.23);
    -moz-transform: scale(.23);
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
.prt-cursor.-pointer:before {
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    -ms-transform: scale(.15);
    -o-transform: scale(.15);
    transform: scale(.15)
}
.prt-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7)
}
.prt-cursor.-text .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.prt-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
.prt-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.prt-cursor.-tooltip .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}
.prt-pfbox-overlay{
    padding: 23px 15px 28px;
    text-align: center;
    background-color: var(--base-black);
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
    overflow: hidden;
    display: none;
}
.prt-cursor .ctaimg-title a{
    display: inline-block;
    border-radius: 8px;
    padding:12px 25px 12px 25px;
    background: rgba(255, 255, 255, 0.80);
    border: 1px solid var(--base-white);
    font-family: var(--base-headingfont);
    color: var(--base-dark);
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
}

/*subscribe-content*/

.subscribe-content{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.subscribe-content .featured-icon{
    width: 100px;
    height: 100px;
    background-color: var(--base-dark);
    text-align: center;
    border-radius: var(--base-border-radius50);
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.subscribe-content .featured-icon i{
    font-size: 45px;
    color: var(--base-lightgrey);
}
.subscribe-content .featured-icon:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: var(--base-dark);
    z-index: -1;
    border-radius: var(--base-border-radius50);
    top: -8px;
    bottom: auto;
    left: -10px;
    right: auto;
    opacity: 0.4;
}
.subscribe-content .featured-icon:hover{
    animation: bellshake .5s cubic-bezier(.36,.07,.19,.97);
}
@keyframes bellshake {
  0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
}
.subscribe-content .subscribe-title{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.subscribe-content .subscribe-title h3{
    padding-left: 35px;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
    font-family: var(--base-bodyfont);
}
.newsletter-form p {margin: 0; position: relative;}
.newsletter-form input[type="email"] {
    width: 100%;
    border-radius: 27.5px;
    font-size: 14px;
    line-height: 34px;
    font-weight: 300;
    border-color: var(--base-black);
    background-color: transparent;
    padding: 10px 160px 10px 15px;
}
.newsletter-form button {
    position: absolute;
    top: -55px;
    bottom: auto;
    right: 1px;
    left: auto;
    border-radius: 27.5px;
    background-color: var(--base-skin);
    color: var(--base-black) !important;
    padding: 14px 35px 15px;
    font-size: 15px;
    font-weight: 500;
}

/*info-section*/

.info-section .info-wrapper{display: flex;}
.info-section .info-content{padding-left: 30px;}
.info-section .info-content h3{
    font-size: 18px;
    line-height: 28px;
    font-family: var(--base-bodyfont);
    color: var(--base-black);
}
.info-section .info_btn{text-align: end;}
.info_btn .prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover {
    color: var(--base-white);
    background-color: var(--base-dark);
}
.map_btn .prt-btn.prt-btn-style-fill.prt-btn-color-darkcolor:hover {
    color: var(--base-white);
    background-color: var(--base-skin);
}



