/** 
          1. 

          2. Row-Equal-Height

          3. Bg-Layer 

          4. Row-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

          16. Accordion

          17. Wrap-Form

          18. Tab

          19. Boxes-Spacing

          20. Pricing-Plan

          21. Sidebar

          22. floating menu

**/

/* ===============================================
    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.banner-section {
    padding: 170px 0px 75px;
}
.prt-row.team-section {
    padding: 55px 0px 90px;
}
.prt-row.team-detail-section {
    padding: 55px 0px 90px;
}
.prt-row.portfolio-section{
padding: 55px 0px 65px;
}
.prt-row.blog-section{
padding: 65px 0px 40px;
}
.prt-row.service-detail-heading{
    padding:80px 0px 0px;
}
.prt-row.portfolio-detail-heading{
    padding:85px 0px 0px;
}
.prt-row.blog-section-heading{
padding: 75px 0px 40px;
}
.prt-row.blog-detail-heading{
    padding:20px 0px 15px;
}
.prt-row.service-heading{
    padding: 75px 0px 35px;
}
.prt-row.contact-us-heading{
    padding: 65px 0px 40px;
}
.prt-row.about-us-heading{
    padding:70px 0px 30px;
}
.prt-row.faq-heading{
    padding:70px 0px 30px;
}
/* ===============================================
    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-page-title-row h1{
    text-transform:inherit;
      font-weight: 500;
      font-size: 52px;
      line-height: 62px;
      margin-bottom: 15px;
      color: var(--base-primary-color);
      font-family: var(--base-headingfont);
}
.blog-detail-heading .page-title-heading h1{
    font-size: 40px;
    line-height: 50px;
}
.prt-page-title-row-inner {
        position: relative;
        width: 100%;
          text-align: center;
}
.prt-page-title-row-inner.style1 {
        padding: 190px 0 154px;
}

/* unnecessary  */
.prt-titlebar-wrapper-inner {
    position: relative;
    z-index: 20;
}

.prt-titlebar-wrapper .title {
    font-size: 82px;
    line-height: 92px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.pricing-banner-section {
    font-size: 74px;
    line-height: 84px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.contact-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.faq-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.excellent-support-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.reliable-expert-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.portfolio-banner-section {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.portfolio-detail-banner-section {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.blog-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.service-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}

.prt-titlebar-wrapper .shop-detail-banner-section {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
}

.prt-titlebar-wrapper .about-banner-section {
    font-size: 62px;
    line-height: 72px;
    font-weight: 500;
}

.prt-titlebar-wrapper .shop-banner-section {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
}

.prt-titlebar-wrapper .checkout-banner-section {
    font-size: 70px;
    line-height: 80px;
    font-weight: 500;
}

.prt-titlebar-wrapper .title.title-position-center {
    text-align: center;
}

.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;
}

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

.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.3;
}

.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;
}

/* banner section  */
.prt-titlebar-wrapper.prt-bg.prt-bgimage-yes {
  background-image: url('../images/titlebar-img.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.prt-titlebar-wrapper.prt-bg.prt-bgimage-yes > .prt-bg-layer {
  opacity: 0.8;
}
.prt-titlebar-wrapper .entry-header {
  margin-bottom: 0;
  position: relative;
}
.prt-titlebar-wrapper .prt-titlebar-inner-wrapper {
  padding: 0;
    padding-top: 0px;
  display: table;
  width: 100%;
}
.prt-titlebar-wrapper .prt-titlebar-inner-wrapper {
  height: 400px;
}
.service-heading.prt-titlebar-wrapper .prt-titlebar-inner-wrapper {
  height: 680px;
}

.prt-header-overlay .prt-titlebar-wrapper .prt-titlebar-inner-wrapper {
  padding-top: 93px;
}
.prt-titlebar-main {
  text-align: center;
}
.prt-titlebar-main {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  overflow: hidden;
  position: relative;
}
.entry-title-wrapper .entry-title{
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  word-break: break-word;
  padding: 90px 0px 0px 0px;
}
.about-us-heading .entry-title-wrapper .entry-title {
  padding: 90px 0px 0px 0px;
}
.prt-titlebar h1.entry-title, .prt-titlebar-textcolor-custom .prt-titlebar-main .entry-title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color:var(--base-white);
}
.service-heading .entry-title{
padding: 0px;
margin-top: -90px;
}
.hero-section-slide-1.prt-bg.prt-bgimage-yes .prt-bg-layer {
  opacity: 0.1; 
}
.hero-section-slide-2.prt-bg.prt-bgimage-yes .prt-bg-layer {
  opacity: 0.6; 
}

/* different page heading css */
.prt-titlebar-wrapper .prt-titlebar-inner-wrapper.contact-banner-section .entry-title{
padding: 190px 0px 0px;

}
.prt-titlebar-wrapper .prt-titlebar-inner-wrapper.contact-banner-section{
height: unset;
}
.prt-titlebar-wrapper .prt-titlebar-inner-wrapper.contact-banner-section .prt-titlebar-main{
    display: unset;
}




/* ===============================================
    4.Row-Bg-Image  
------------------------*/
.bg-img1 {
    background-image: url(../images/bg-images/bg-img-1.jpg);
background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-img2 {
    background-image: url(../images/bg-images/bg-img-2.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 715px;
}

.bg-img3 {
    background-image: url(../images/bg-images/bg-img-1.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height:auto;

}

.bg-img4 {
    background-image: url(../images/bg-images/bg-img-4.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.bg-img5 {
    background-image: url(../images/bg-images/bg-img-5.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.bg-img6 {
    background-image: url(../images/error-page-img.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

/* ===============================================
 6.Section-Title  
------------------------*/
.section-title.text_center {
    text-align: center;
}

/* section-title - style1  */
.section-title.style1 .title-header .title {
    font-weight: 500;
    font-family: var(--base-headingfont);
    color: var(--base-white);
}
.section-title.style1 .title-header p{font-size: 15px;line-height:25px}

/* section-title - style2  */
.section-title.style2 .title-header .title {
font-weight: 500;
font-family: var(--base-headingfont);
overflow-y: hidden;
margin-top: -8px;
}

.line-mask {
  overflow-y: hidden;
}

.line {
  display: inline-block;
  transform: translateY(107%);
  overflow-y: hidden;
  }

.section-title.style2 .title-header p.title-des{font-size: 15px;line-height:25px}


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

.border-1,
.border-top,
.border-left,
.border-bottom,
.border-right {
    border-color: var(--base-border-color);
}
.border-primary {border: 1px solid  var(--base-primary-color) !important;}
.border-1{border: 1px solid  var(--base-border-color)}
.border-left {
    border-left: 1px solid var(--base-border-color) ;
}
.border-right {
    border-right: 1px solid var(--base-border-color) ;
}
.border-top {
    border-top: 1px solid var(--base-border-color) ;
}
.border-bottom {
    border-bottom: 1px solid var(--base-border-color) ;
}

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

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

.bg-base-dark .prt-vertical_sep>[class*='col']:not(:last-child):before,
.bg-base-skin .prt-vertical_sep>[class*='col']:not(:last-child):before {
    background-color: rgba(255, 255, 255, .21);
}
.prt-horizontal_sep {
    padding: 0 0 30px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #FFFFFF4D;
}
.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: #f1f1f1;
}
/* ===============================================
    8.Buttons
------------------------*/
.prt-btn {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    cursor: pointer;
    padding: 10px 30px;
    font-family: var(--base-bodyfont);
    font-weight: 400;
    color: var(--base-white);
    text-transform:unset;
    -webkit-font-smoothing: antialiased;

}
.prt-btn::first-letter{
  text-transform: uppercase;

}
.prt-btn:hover {
    background-position: right center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/** btn-color **/

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

a.prt-btn-color-skincolor:hover {
    color: var(--base-dark);
}

/* btn - gradient color */
.prt-btn-color-gradientcolor {
    transition: background-color 0.3s ease;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, rgb(226, 27, 147) 0%, rgb(50, 166, 250) 50%, rgb(226, 27, 147) 100%) !important;
}

a.prt-btn-color-gradientcolor:hover {
    background-position: right center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.prt-btn-color-gradientcolor:hover {
    background-position: right center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

/** btn-color **/

/* btn - skin color */
.prt-btn.prt-btn-color-skincolor {
    color: #00133b;
    background-color: var(--base-skin);
    transition: .7s;
}

.prt-btn.prt-btn-color-skincolor:hover {
    background-color: #00133b;
    color: var(--base-white);
}
/* btn - transparent color */
.prt-btn.prt-btn-color-transparent {
    color: var(--base-white);
    background-color:transparent;
    transition: .7s;
    border: 1px solid var(--base-white);
    padding: 12px 30px;
}
.prt-btn.prt-btn-color-transparent:hover {
    background-color: var(--base-white);
    color: var(--base-gray);
}
/* btn - Primary color */
.prt-btn.prt-btn-color-primarycolor {
    color: var(--base-white);
    background-color: var(--base-primary-color);
    transition: .7s;
}

.prt-btn.prt-btn-color-primarycolor:hover {
    background-color: #00133b;
    color: var(--base-white);
}
/* btn - gradient color */
.prt-btn-color-gradientcolor {
    transition: background-color 0.3s ease;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, rgb(226, 27, 147) 0%, rgb(50, 166, 250) 50%, rgb(226, 27, 147) 100%) !important;
}

a.prt-btn-color-gradientcolor:hover {
    background-position: right center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.prt-btn-color-gradientcolor:hover {
    background-position: right center;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

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

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

/* btn with bg color */
.prt-btn.prt-btn-style-border.prt-btn-color-dark:hover,
.prt-btn.prt-btn-style-fill.prt-btn-color-white:hover {
    background-color: var(--base-skin);
    border-color: var(--base-skin);
    color: var(--base-white);
}

/* btn with gray color */
.prt-btn.prt-btn-style-fill.prt-btn-color-graycolor {
    background-color: var(--base-gray);
    border-color: var(--base-gray);
    color: var(--base-white);
}

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

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

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

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

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

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

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

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

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

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

/** btn-size-xs **/
.prt-btn.prt-btn-size-xs {
    font-size: 15px;
    line-height: 25px;
    padding: 7px 30px;
}

.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: 15px;
    line-height: 15px;
    padding: 17px 26px;
}

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

/** btn-size-md **/
.prt-btn.prt-btn-size-md {
    font-size: 15px;
    line-height: 15px;
    padding: 18px 30px;
}

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

/** 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: 8px;
}

.prt-btn.prt-btn-shape-rounded {
    border-radius: 2em;
}

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

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

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

/** prt-icon-shap**/
.prt-btn.prt-icon-shap {
    padding: 15px 48px 15px 29px;
}

.newsletter-form .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.header_btn .prt-btn.prt-icon-shap.prt-btn-style-fill i,
.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: 5px;
    color: var(--base-white);
    transition: all 0.5s ease 0s;
}

.newsletter-form button[type="submit"] i:before {
    font-weight: 600;
}

/** btn-inline **/
.prt-btn.btn-inline {
    text-transform: capitalize;
    padding: 0;
    border: 0;
    overflow: visible;
    background-color: transparent;
    transition: all 0.2s ease 0s;
}

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

.prt-btn.btn-inline.prt-icon-btn-right i {
    right: -20px;
}

.prt-btn.btn-inline.prt-icon-btn-left i {
    left: -20px;
}

.prt-btn.btn-inline i.fa-minus:before {
    height: 1px;
    display: block;
}

.col-bg-img-five .prt-btn.btn-inline.prt-icon-btn-right i {
    bottom: 0;
    content: "\e83b";
    font-weight: 600;
    font-size: 9px;
    right: -15px;
    transition: unset;
}

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

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

/* play-btn / play-icon */
.prt-play-icon {
    color: var(--base-white);
    display: block;
    position: relative;
}

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

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

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

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

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

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

i.fa-play {
    padding-left: 5px;
}

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

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

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

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

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

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

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

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


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

.prt-icon i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    transition: all 0.3s ease 0s;
}

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

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

.prt-icon_element-color-whitecolor {
    color: var(--base-white);
}
.prt-icon_element-color-primarycolor {
    color: var(--base-primary-color);
}
.prt-icon_element-color-primarycolor:hover i {
    color: var(--base-primary-color);
}
.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-white);
}

.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-gray);
    color: var(--base-skin);
}

.prt-icon.prt-icon_element-border.prt-icon_element-color-grey {
    border: 1px solid var(--base-gray);
    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: 42px;
    width: 40px;
}

.prt-icon.prt-icon_element-size-xs i {
    font-size: 45px;
    line-height: 25px;
}

/** icon-size-sm **/
.prt-icon.prt-icon_element-size-sm {
    height: 48px;
    width: 60px;
}

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

/** 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: 80px;
    width: 80px;
    line-height: 80px;
}

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

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

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

/** icon-shape **/
.prt-icon.prt-icon_element-style-round {
    border-radius: 5px;
}

.prt-icon.prt-icon_element-style-rounded {
    border-radius: 80%;
    padding: 20px;
}

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


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

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

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

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

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

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

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

/*prt-list-style-icon-01*/
.prt-list.prt-list-style-icon-01 {
    margin-top: 0px;
}

.prt-list.prt-list-style-icon-01 li {
    position: relative;
    padding-bottom: 16px;
    padding-left: 18px;
    display: flex;
    align-items: baseline;
    width: 100%;
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
}

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

.prt-list.prt-list-style-icon-01 li:before {
    content: "";
    position: absolute;
    line-height: 40px;
    left: 0;
    top: 10px;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    text-align: center;
    background-color: var(--base-bodyfont-color);
}

.prt-list.prt-list-style-icon-01 .prt-list-li-content {
    display: inline-block;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 400;
}

/*prt-list-style-icon-02*/
.prt-list.prt-list-style-icon-02 {
    margin-top: 15px;
}

.prt-list.prt-list-style-icon-02 li {
    position: relative;
    padding-bottom: calc(15px/2);
    padding-left: 20px;
    display: flex;
    align-items: baseline;
    width: 100%;
}

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

.prt-list.prt-list-style-icon-02 li:before {
    content: "";
    position: absolute;
    line-height: 40px;
    left: 0;
    top: 10px;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    text-align: center;
    background-color: var(--base-bodyfont-color);
}

.prt-list.prt-list-style-icon-02 .prt-list-li-content {
    display: inline-block;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 400;
}


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

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

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

/* ===============================================
    10.Fid
------------------------*/
.inside {
    position: relative;
    transition: all .4s;
    padding: 10px 0 15px;
}

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

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

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

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

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

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

/* style1 */
.prt-fid-view-style1 {
    display: block;
    padding: 0
}

.prt-fid-view-style1.inside h4 span {
    /* font-size: 60px;
    line-height: 76px; */
    font-weight: 500;
}

.prt-fid-view-style1.inside h4 {
    margin-top: 0;
    text-align: left;
    padding-bottom: 10px;
    color: var(--base-white);
}

.prt-fid-view-style1.inside h3 {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    font-family: var(--base-headingfont)
}

.inside.prt-fid-view-style1 h4 span:nth-child(2) {
    margin-left: -10px
}

.prt-fid-custom-top1 .prt-fid-view-style1 {
    background: #ffebdf
}

.prt-custom-fid-top2 .prt-fid-view-style1 {
    background: #c4c6ff
}

.prt-style1 .prt-fid-view-style1.inside h4 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 400
}

.prt-style1 .prt-fid-view-style1.inside h3 {
    font-family: var(--base-headingfont)
}
.about-section-2  .prt-fid-view-style1.inside h4 span {
    font-size: 52px;
    line-height: 62px;
    font-weight: 400;
}

/* ===============================================
    11.featured-icon-box ( only contents )
------------------------*/
.featured-icon-box {
    position: relative;
}

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

.featured-title h3 {
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.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;
   }


/* iconbox - style1 */
.featured-icon-box.style1 {
    overflow: visible;
    position: relative;
    text-align: left;
}

.featured-icon-box.style1 .prt-icon {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-left: -8px;
}

.featured-icon-box.style1 .featured-icon .prt-icon i {
    font-size: 45px;
    line-height: 25px;
}

.featured-icon-box.style1:hover .featured-icon .prt-icon i {
    animation: prt-bounce .6s ease;
    transition: all 1s ease;
    display: block
}

.featured-icon-box.style1 p {
    margin-bottom: 0;
    margin-top: 15px;
    color:rgba(255, 255, 255, 0.7);
}

.featured-icon-box.style1 .featured-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: var(--base-headingfont);
}
.featured-icon-box.style1 .featured-desc{
    color: var(--base-bodyfont-color);
}
@keyframes prt-bounce {
    0% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-12px)
    }

    100% {
        transform: translateY(0)
    }
}

/* style 2  */
.featured-iconbox.style2 .featured-iconbox-inner {
  padding-top: 40px;
  background-color:transparent;
  border-radius: 15px;
 }
.featured-iconbox.style2 .prt-iconbox-wrapper {
  display: flex;
  align-items: center;
}
.featured-iconbox.featured-iconbox.style2 .featured-iconbox-icon {
  margin-bottom: 0;
  padding-top: 0;
    line-height: 61px;
  text-align: center;
  height: 54px;
  width: 85px;
  border: 1px solid var(--base-white);
  text-align: center;
  border-radius: 50%;
}
.featured-iconbox.style2 .featured-iconbox-heading {
  padding-left: 25px;
}
.featured-iconbox.featured-iconbox.style2 .featured-iconbox-heading .prt-custom-heading {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}
.featured-iconbox.style2 .featured-iconbox-icon i {
  font-size: 27px;
}

/* ===============================================
    12.featured-imagebox ( contents with image)
------------------------*/
.featured-imagebox {
    margin: 0px 0;
}

.featured-imagebox,
.featured-imagebox .featured-thumbnail {
    position: relative;
    overflow: hidden;
}

.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
    line-height: 31px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prt-box-view-overlay,
.prt-box-view-content-inner {
    position: relative;
    overflow: hidden;
}

.prt-box-view-overlay:before,
.prt-box-view-content-inner:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

div:hover>.prt-box-view-overlay:before,
div:hover>.prt-box-view-content-inner:before {
    opacity: .7;
}

.slick_slider .featured-imagebox {
    margin-bottom: 0;
}

/* service -style1 */
.featured-imagebox-service.style1 .featured-box-title h4{
    margin-bottom: 15px;
}
.featured-imagebox-service.style1 .featured-box-title h4 a {
  font-size:45px;
  line-height:1;
  font-weight:500
}
.featured-imagebox-service.style1 .featured-box-title h4 a:hover {
  color:var(--tprt-second-gradientcolor);
}
.featured-imagebox-service.style1 .featured-box-content1 {
  position:absolute;
  top:50px;
  opacity:0;
  transition:all .19s ease,transform .9s ease;
  clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
  transition:all .9s ease,transform .9s ease
}
.featured-imagebox-service.style1:hover .featured-box-content1 {
  opacity:1;
  margin-left:264px;
  clip-path:polygon(0 0,100% 0,100% 100%,0 100%)
}
article.featured-box.featured-box-service.featured-imagebox-service.style1 {
  overflow:hidden;
  position:relative
}
.featured-imagebox-service.style1 .prt-image {
  position:absolute;
  opacity:0;
  top:20px
}
.featured-imagebox-service.style1:hover .prt-image {
  margin-left:0;
  clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
  opacity:1
}
.featured-imagebox-service.style1 .prt-image {
  margin-left:-324px;
  transition:all .19s ease,transform .9s ease;
  clip-path:polygon(0 0,100% 0,100% 100%,0 100%);
  transition:all .9s ease,transform .9s ease
}
.featured-imagebox-service.style1 .prt-post-featured-link-wrapper {
  width:220px;
  height:146px;
  background-size:cover;
  border-radius:10px
}
.featured-imagebox-service.style1 .prt-category a:last-child:after {
  display:none
}
.featured-imagebox-service.style1 .prt-more-btn {
  position:absolute;
  right:0;
  top:50%;
  margin-top:-23px;
  transition:all .5s
}
.featured-imagebox-service.style1:hover .prt-more-btn {
  transform:rotate(-38deg)
}
.featured-imagebox-service.style1 .prt-more-btn a {
  background-color:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,1);
  width:50px;
  height:50px;
  border-radius:2em;
  display:inline-block;
  text-align:center;
  line-height:50px;
  font-size:18px
}
.featured-imagebox-service.style1 .prt-category a {
  opacity:.5;
  padding-right:14px;
  position:relative
}
.featured-imagebox-service.style1 .prt-category a:after {
  position:absolute;
  content:'/';
  right:2px;
  font-size:12px
}
.featured-imagebox-service.style1 .featured-post-item {
  border-bottom:2px solid rgb(255 255 255/15%) !important;
  position:relative;
  margin-bottom:0 !important
}

.featured-imagebox-service.style1 .featured-box-content {
  padding:50px 0 46px;
  transition:all .9s ease,transform .5s ease;
  height: auto;
}
.featured-imagebox-service.style1:hover .featured-box-content {
  opacity:0;
  transition:all .9s ease,transform .5s ease
}
.prt-box-col-wrapper:last-child .featured-post-item {
 border-bottom: 0px !important;
}


/* portfolio - style1  */
 .featured-imagebox-portfolio.style1 .featured-post-item-inner {
  position:relative;
  display:inline-block
}
 .featured-box-portfolio .prt-featured-wrapper {
  overflow:hidden
}
 .featured-imagebox-portfolio.style1 .prt-featured-wrapper {
  position:relative;
  z-index:0;
  display:block;
  border-radius:10px
}

 .featured-imagebox-portfolio.style1 .featured-post-item-inner:before {
  z-index:1;
  background-color:#000;
  position:absolute;
  content:"";
  left:15px;
  top:15px;
  right:15px;
  bottom:15px;
  opacity:0;
  -webkit-transform:perspective(600px) rotateY(-20deg);
  -moz-transform:perspective(600px) rotateY(-20deg);
  -ms-transform:perspective(600px) rotateY(-20deg);
  -o-transform:perspective(600px) rotateY(-20deg);
  transform:perspective(600px) rotateY(-20deg);
  -webkit-transition:all .3s ease-out 0s;
  -moz-transition:all .3s ease-out 0s;
  -ms-transition:all .3s ease-out 0s;
  -o-transition:all .3s ease-out 0s;
  transition:all .3s ease-out 0s
}
.featured-imagebox-portfolio.style1:hover .featured-post-item-inner:before {
  opacity:1;
  visibility:visible;
  opacity:.85;
  -webkit-transform:perspective(600px) rotateY(0deg);
  -moz-transform:perspective(600px) rotateY(0deg);
  -ms-transform:perspective(600px) rotateY(0deg);
  -o-transform:perspective(600px) rotateY(0deg);
  transform:perspective(600px) rotateY(0deg)
}
.featured-imagebox-portfolio.style1 .featured-box-overlay {
  padding:40px 40px 27px 43px;
  position:absolute;
  bottom:10px;
  opacity:0;
  text-align:left;
  z-index:7;
  -webkit-transition:all .7s ease-out 0s;
  -moz-transition:all .7s ease-out 0s;
  -ms-transition:all .7s ease-out 0s;
  -o-transition:all .7s ease-out 0s;
  transition:all .7s ease-out 0s
}
.featured-imagebox-portfolio.style1:hover .featured-box-overlay {
  opacity:1
}
.featured-imagebox-portfolio.style1 .prt-post-iconbox {
  position:absolute;
  top:30px;
  right:30px;
  z-index:4
}
.featured-imagebox-portfolio.style1 .prt-post-iconbox a {
  height:50px;
  width:50px;
  line-height:50px;
  border-radius:50px;
  text-align:center;
  color:var(--base-white);
  position:relative;
  display:inline-block;
  vertical-align:top;
  font-size:26px;
  transform:scale(0) rotate(360deg);
  -webkit-transform:scale(0) rotate(360deg);
  -ms-transform:scale(0) rotate(360deg);
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  position:absolute;
  top:15px;
  right:12px
}

 .featured-imagebox-portfolio.style1 .prt-post-iconbox a {
  background-color:transparent;
  border:1px solid
}
.featured-imagebox-portfolio.style1:hover .prt-post-iconbox a {
  transform:scale(1) rotate(0deg);
  -webkit-transform:scale(1) rotate(0deg);
  -ms-transform:scale(1) rotate(0deg)
}
.featured-imagebox-portfolio.style1 .featured-box-content,
.featured-imagebox-portfolio.style1 .featured-box-title,
.featured-imagebox-portfolio.style1 .featured-box-category {
  display:block;
  overflow:hidden
}
.featured-imagebox-portfolio.style1 .featured-box-title h4 {
  margin-bottom:2px;
  transform:translateY(100%);
  transition:all .5s linear;
}
.featured-imagebox-portfolio.style1 .featured-box-category {
  font-size:16px;
  transform:translateY(100%);
  transition:all .5s linear;
  margin-bottom:6px
}
.featured-imagebox-portfolio.style1:hover .featured-box-title h4,
.featured-imagebox-portfolio.style1:hover .featured-box-category {
  transform:translateY(0)
}

/* blog - style1 */
.featured-imagebox-blog.style5 .prt-featured-wrapper.prt-featured-wrapper-post img,
.featured-imagebox-blog.style5 .prt-featured-wrapper.prt-featured-wrapper-post {
  border-radius:10px;
  position:relative;
  overflow:hidden;
  width: 100%;
}
.featured-imagebox-blog.style5 .ttm-post-featured-link-wrapper {
  width:413px;
  height:250px;
  border-radius:0;
  background-size:cover
}
.featured-box-blog.featured-imagebox-blog.style5 .featured-box-desc {
  padding-top:35px
}
.prt-box-date,
.featured-imagebox-blog.style5 .prt-box-date {
  font-size:16px;
  line-height:26px;
  display:inline-block
}
.featured-imagebox-blog.style5 .prt-box-date {
  margin-bottom:12px
}
.prt-blog-cat,
.featured-imagebox-blog.style5 .prt-blog-cat {
  display:inline-block;
  font-size:16px;
  line-height:26px;
  padding-right:11px
}
.featured-imagebox-blog.style5 .prt-featured-wrapper.prt-featured-wrapper-post canvas {
  height:250px;
  width:413px;
  border-radius:10px
}
.featured-imagebox-blog.style5 canvas {
  position:absolute;
  left:0;
  top:0
}
 .featured-box-blog-classic .featured-imagebox-blog.style5 .prt-post-featured-outer-wrapper {
  margin-bottom:0
}

.featured-imagebox-blog.style5 .prt-box-date, .prt-box-date {
  position: relative;
  padding-left: 11px;
}
.featured-imagebox-blog.style5 .prt-box-date::after,.prt-box-date::after {
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  background-color: rgba(255,255,255,.7);
  left: -4px;
  bottom: 10px;
  border-radius: 50px;
}

.tm-con-border:before {
  width:1712px !important;
  top:-17px !important
}

 .featured-imagebox-blog.style5 .prt-box-date,
 .featured-imagebox-blog.style5 .prt-blog-cat {
  font-size:14px;
  line-height:24px
}
.featured-imagebox-blog.style5:hover .prt-featured-wrapper.prt-featured-wrapper-post:before {
  bottom:0
}

.featured-imagebox-blog.style5 .prt-featured-wrapper.prt-featured-wrapper-post:before {
  position:absolute;
  content:'';
  bottom:100%;
  left:0;
  height:100%;
  width:100%;
  z-index:1;
  -webkit-transition:.55s cubic-bezier(.68,1.55,.265,.55);
  -moz-transition:.55s cubic-bezier(.68,1.55,.265,.55);
  -ms-transition:.55s cubic-bezier(.68,1.55,.265,.55);
  -o-transition:.55s cubic-bezier(.68,1.55,.265,.55);
  transition:.55s cubic-bezier(.68,1.55,.265,.55);
  background-color:#0000005e
}
.featured-imagebox-blog.style5 .featured-box-title h4 {
  font-size: 22px;
  line-height: 32px;
}

/* testimonial - style1 */
 .featured-box-testimonial.style1 .featured-box-content {
  padding:33px 40px 40px;
  overflow:visible;
  background-color:var(--base-gray);
  border-radius:15px;
  transition:all .3s ease 0s;
  position:relative;
  margin: 0px 2px;
}
.featured-box-testimonial.style1 {
  padding:2px 0
}
.featured-box-testimonial.style1 .featured-box-content::after {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  opacity: 0;
  z-index: -1;
  border-radius: 17.5px;
  transition: opacity 0.6s ease;
  border: 2px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image:
    linear-gradient(rgb(226, 27, 147), rgb(50, 166, 250)), 
    linear-gradient(270deg, rgb(226, 27, 147),rgb(50, 166, 250),  rgb(226, 27, 147) ); 
  background-size: 100% 100%, 300% 300%;
  background-position: center center, 0% 50%;
}

.featured-box-testimonial.style1:hover .featured-box-content::after {
  opacity: 1;
  animation: animated-border 3s linear infinite;
}

@keyframes animated-border {
  0%   { background-position: center center, 0% 50%; }
  50%  { background-position: center center, 100% 50%; }
  100% { background-position: center center, 0% 50%; }
}

.featured-box-testimonial.style1 .featured-box-desc {
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:20px;
  margin-bottom:30px
}
.featured-box-testimonial.style1 h2.featured--review-highlight {
  font-size:24px;
  line-height:34px;
  font-weight:600
}
 .featured-box-testimonial.style1 .featured-box-desc .featured-imagebox-text {
  position:relative;
  font-family:var(--special-element-fontfamily);
  font-size:16px;
  font-weight:400;
  line-height:26px;
  text-align:left;
  padding:0;
  color:rgba(255,255,255,.71);
  font-style:normal
}
.featured-box-testimonial.style1 .featured-box-img {
  width:64px
}
 .featured-box-testimonial.style1 .featured-box-author-name {
  font-size:19px;
  line-height:30px
}
 .featured-box-testimonial.style1 .featured-imagebox-footer {
  font-size:15px;
  line-height:25px
}
 .featured-box-testimonial.style1 .featured-box-author {
  padding-top:0
}
 .featured-box-testimonial.style1 .featured-box-author .featured-box-title {
  padding-top:6px;
  padding-left:20px;
  display:block
}
.featured-box-desc blockquote {
  border:none;
  margin:0;
  outline:none;
  text-align:left;
  position:relative;
  color:inherit;
  font-style:italic;
  font-weight:400;
  padding:0;
  margin:0;
  font-size:19px;
  background-color:transparent;
  line-height:33px
}
.featured-box-testimonial.style1 .featured-box-author {
  display:block;
  width:100%;
  padding-top:5px;
  margin:0 auto
}
.featured-box-img .featured-item-thumbnail {
  display:block;
  width:100%;
  height:100%;
  text-align:center;
  margin:0 auto;
  float:none
}
.featured-box-testimonial .featured-box-img img {
  border-radius:50%
}
.featured-box-author .featured-box-title {
  padding-top:6px;
  display:flex;
  flex-direction:column-reverse
}
.featured-box-author-name {
  font-size:24px;
  line-height:34px;
  margin-bottom:0
}
.featured-imagebox-footer {
  font-size:18px;
  line-height:28px;
  font-weight:400
}
.featured-testimonialbox-stylefour .featured-box-author-name {
  font-size:21px;
  line-height:30px
}
.featured-testimonialbox-stylefour .featured-imagebox-footer {
  font-size:15px;
  line-height:26px;
 
}
.featured-box-testimonial.style1  .featured-box-footer{
 display: flex;
}

/* stepbox- style1 */

.featured-imagebox-stepbox-inner:first-of-type .featured-imagebox-content {
  padding: 0px 0px 35px 0px;
}

.featured-imagebox-stepbox.style2 .featured-imagebox-stepbox-inner:not(:first-child) .featured-imagebox-content {
  padding:35px 0
}
.featured-imagebox-stepbox.style2 {
  margin:0
}
.featured-imagebox-stepbox.style2 .featured-imagebox-stepbox-inner {
  width:100%;
  border-bottom:1px solid rgba(255,255,255,.3);
  padding:0
}
.featured-imagebox-stepbox.style2 .featured-box-title h4 {
  margin-bottom:0;
  font-weight:500;
}
.featured-imagebox-stepbox.style2 .featured-static-box-desc {
  font-size:19px;
  line-height:60px;
  font-weight:500;
  float:right;
  display:inline-block
}
.featured-imagebox-stepbox.style2 .featured-box-title,
.featured-imagebox-stepbox.style2 .featured-imagebox-thumbnail {
  display:inline-block
}
@keyframes prt-wobble {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-8px); }
  50%  { transform: translateX(8px); }
  75%  { transform: translateX(-4px); }
  100% { transform: translateX(0); }
}

.featured-imagebox-stepbox.style2 .featured-imagebox-stepbox-inner:hover .prt-ptable-icon-type-image img {
  animation: prt-wobble 0.6s ease-in-out;
}


 .featured-imagebox-stepbox.style2 .featured-static-box-desc {
  font-size:19px;
  line-height:29px;
  position:relative;
}

 .featured-imagebox-stepbox.style2 .featured-box-title {
  width:100%
}

/* team -style1 */
.featured-imagebox-team.style2 .featured-box-title h4 a:hover {
  color:#fff
}
.featured-imagebox-team.style2 .featured-box-content {
  position:absolute;
  bottom:20px;
  left:20px;
  background-color:rgb(19, 19, 19);
  right:20px;
  padding:26px;
  text-align:center;
  z-index:11;
  overflow:hidden
}

.featured-imagebox-team.style2 .featured-box-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #000000db;


  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.68, 1.55, 0.265, 0.55);
}

.featured-imagebox-team.style2:hover .featured-box-content:before {
  transform: scaleX(1);
}



.featured-imagebox-team.style2:hover .featured-box-content:before {
  bottom:0
}
.featured-box.featured-box-team.featured-imagebox-team.style2 {
  display:inline-block
}
.featured-imagebox-team.style2 .featured-box-content,
.elementor .featured-imagebox-team.style2 img {
  border-radius:10px
}
.featured-imagebox-team.style2 .featured-post-item {
  position:relative
}
.featured-imagebox-team.style2 .featured-box-title h4 {
  margin-bottom:0
}


/* ===============================================
    13.Progress-Bar
------------------------*/
.prt-progress-bar {
    position: relative;
}

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

.prt-progress-bar .progressbar-title {
    /* display: block; */
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--base-white);
}

.prt-progress-bar .progress-bar-percent {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--base-white);
    z-index: 3;
    margin-top: -35px;
    text-shadow: none;
    text-align: center;
    overflow: visible;
    display: none;
}

.prt-progress-bar .progress-bar {
    display: block;
    height: 12px;
    line-height: 12px;
    position: relative;
    background-color: var(--base-skin);
    overflow: visible;
    background-image: linear-gradient(to right, #e21b93, #32a6fa );
    border-radius: 20px;
}

.prt-progress-bar .progress-bar-inner {
box-shadow: none;
height: auto;
width: 100%;
z-index: 1;
background-color: var(--base-gray);
border: 1px solid transparent;
border-radius: 20px;
background-color: transparent;
background-origin: border-box;
background-clip: padding-box,border-box;
position: relative;
background-image: linear-gradient(#131313, #131313), linear-gradient(to right, #e21b93, #32a6fa);
}

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

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

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

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

.prt-progress-bar.style1 .progressbar-title {
    display: block;
    margin-bottom: 21px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--base-dark);
    line-height: 26px;
    font-weight: 600;
}

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

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

.prt-progress-bar.style1 .progress-bar-inner {
    box-shadow: none;
    height: 1px;
    width: 100%;
    z-index: 1;
    background-color: #e3e3e3;
}

.prt-progress-bar.style1 .progress-bar:before {
    content: unset;
}


/* ===============================================
    14.Testimonial
------------------------*/
.testimonials {
    position: relative;
}

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

.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;
}

.testimonials .testimonial-img img {
    width: 90px;
    height: 90px;
}

.star-ratings ul {
    padding: 0;
    margin: 0;
}

.star-ratings li {
    font-size: 14px;
    min-width: 14px;
    display: inline-block;
    color: #ffba00;
}

.star-ratings ul li.active,
.star-ratings ul li.active i {
    color: #ffba00;
}

/* testimonial-onlyimg */
.testimonial-onlyimg.style1 img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -60px;
    margin-left: -105px;
}

.testimonial-onlyimg.style1:hover img {
    width: 160px;
    height: 160px;
    margin-top: -65px;
    margin-left: -110px;
}

/* prt-testimonial-box-view-style1 */
.prt-testimonial-box-view-style1 .testimonial-img img {
    width: 114px;
    height: 114px;
    margin: 0 auto;
    border-radius: 50%;
}

.testimonial-main {
    background-color: #000;
    border-radius: 162px;
    position: absolute;
    top: 104px;
    width: 350px;
    overflow: hidden;
    padding: 75px 23px 70px;
}

.prt-testimonial-box-view-style1 .testimonial-content {
    text-align: center;
}

.prt-testimonial-box-view-style1 .testimonial-caption {
    margin-top: 25px;
}

.testimonials.prt-testimonial-box-view-style1 .testimonial-content blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 27px;
    margin: 0;
    padding: 10px 0 0;
    color: var(--base-white);
    text-align: center;
    background: transparent;
}

.testimonials.prt-testimonial-box-view-style1 .testimonial-caption label {
    font-size: 13px;
    line-height: 23px;
    display: block;
    color: var(--base-white);
    margin-bottom: 0;
}

.testimonials.prt-testimonial-box-view-style1 .testimonial-caption h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--base-white);
}

/* ===============================================
    16.Accordion
------------------------*/
.wrap-acadion .accordion {
    margin-top: 15px;
}

.accordion .toggle:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

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

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

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

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

.accordion .toggle-content p:last-child {
    margin-bottom: 0;
    font-family: var(--base-bodyfont);
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", Tahoma, Geneva, sans-serif;
    color: var(--base-bodyfont-color) !important;
}

.accordion .toggle .toggle-title a:after {
    position: absolute;
    font-family: "ailabflow-icons";
    right: 20px;
    display: inline-block;
    content: "\f116";
    border-radius: 50%;
    font-size: 20px;
}

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

.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 .toggle.prt-toggle_style_classic {
    margin: 0;
    padding: 0;
    border: 0;
}

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

.accordion .toggle.prt-toggle_style_classic .toggle-title a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 38px 45px 38px 20px;
    border-bottom: 1px solid var(--base-border-color);
}

.accordion .toggle.prt-toggle_style_classic .toggle-title a.active {
    border-bottom: 1px solid var(--base-border-color);
}

.accordion .toggle.prt-toggle_style_classic .toggle-title.active a {
    border-bottom: 1px solid var(--base-border-color) !important;
}

.accordion .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f107";
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    font-family: 'flaticon';
    position: absolute;
    right: 0;
    transform: rotate(0deg);
    transition: all 0.1s ease;
}

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

/* prt-style-default */
.accordion .toggle.prt-toggle_style_default {
    padding: 0;
    border: 0;
}

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

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

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

.accordion .toggle.prt-toggle_style_default .toggle-title a.active {
    background-color: var(--base-dark);
    color: var(--base-white);
}
.accordion .toggle.prt-toggle_style_classic .toggle-content {
    margin-top: 0;
   padding: 28px 0 15px 0;
  }
/*style1*/
.accordion.style1 {
    margin-top: 5px;
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a:after {
    content: "\f116";
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    font-family: 'flaticon_ailabflow';
    position: absolute;
    top: 30px;
    right: 0px;
    transition: all 0.1s ease;
    transform: rotate(0deg);
}
.accordion.style1 .toggle.prt-toggle_style_classic:nth-child(1) .toggle-title a:after{top:10px}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title.active a:after {
    content: "\f116";
    font-family: 'flaticon_ailabflow';
    transform: rotate(180deg);
}

.accordion.style1 .toggle.prt-toggle_style_classic:last-child .toggle-title a {
    border-bottom: 0px solid;
    padding: 30px 0px 0px 0px;
    margin-bottom: -5px;
}
.accordion.style1 .toggle.prt-toggle_style_classic p {
font-family: var(--base-bodyfont);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #374157;
}
.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a {
   padding: 22px 10px 21px 0px;
  font-size: 25px;
  font-weight: 400;
  line-height: 38px;
      color: var(--base-primary) !important;
    font-family: var(--base-headingfont);
}

.accordion.style1 .toggle.prt-toggle_style_classic .toggle-title a.active {
    padding: 22px 0 21px;
    color: var(--base-skin);
}


/* ===============================================
    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 i {
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 15px;
    z-index: 1;
    color: var(--base-skin);
}

.wrap-form.contact_form span.text-input input,
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select {
    border-radius: 0;
    color: rgba(0, 0, 0, .60);
    border-color: transparent;
    border-radius: 5px;
    padding: 12px 15px;
    padding-left: 44px;
}

.wrap-form.contact_form span.text-input textarea {
    padding: 10px 15px;
    padding-left: 44px;
}

.wrap-form.contact_form button[type="submit"] {
    letter-spacing: .3px;
}

.prt-bgcolor-grey .wrap-form.contact_form span.text-input input,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-grey .wrap-form.contact_form span.text-input select {
    background-color: #fff;
}

.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding-left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, .12);
}

.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input input::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input textarea::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wrap-form.contact_form span.text-input select::-webkit-input-placeholder {
    color: #fff;
}

.map-contect-form {
    padding: 100px 50px;
    background-color: var(--base-gray);
    border-radius: 263px;
    text-align: center;
}

.map-contect-form .section-title h2.title {
    font-size: 34px;
    line-height: 44px;
}

.map-contect-form .form-icon {
    position: absolute;
    width: 99px;
    height: 99px;
    line-height: 99px;
    top: 50px;
    left: 0;
    border-radius: 50px;
    background-color: var(--base-skin);
}

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

.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input textarea,
.wrap-form.query_form span.text-input select {
    border-radius: 28px;
    border: 1px solid rgb(0 0 0 / 20%);
    background-color: transparent;
    color: #000;
    padding: 12px 30px 12px;
}

.wrap-form.query_form span.text-input input::placeholder,
.wrap-form.query_form span.text-input textarea::placeholder,
.wrap-form.query_form span.text-input select::placeholder {
    color: rgb(97 97 97 / 60%);
}

.wrap-form.query_form button i:before {
    font-weight: 600;
}

.wrap-form span.text-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #888;
    background-repeat: no-repeat;
}

.wrap-form span.text-input.select-option:before {
    right: 30px;
    position: absolute;
    content: "\e64b";
    padding: 12px 0;
    top: 0;
    bottom: 0;
    font-size: 9px;
    pointer-events: none;
    font-family: 'themify';
}

.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: var(--body-font-color);
}

.wrap-form.query_form_1 {
    margin-top: 10px;
}

.wrap-form.query_form_1 span.text-input input,
.wrap-form.query_form_1 span.text-input textarea,
.wrap-form.query_form_1 span.text-input select {
    border-radius: 0px;
    border: 0;
    background-color: var(--base-gray);
    padding: 9px 20px 7px;
}

/* ===============================================
    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;
}

/*style1*/
.prt-tab-style-01 ul li.tab {
    border: 2px solid transparent;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 10px 6px 0 0;
    transition: all 0.1s ease;
    cursor: pointer;
    border-radius: 0px !important;
}

.prt-tab-style-01 ul li.tab:hover a,
.prt-tab-style-01 ul li.tab.active a {
    background: linear-gradient(to right, #D34BE9 0%, #4A7FFC 85%, #3188FF 100%);
    border-radius: 0px !important;
}

.prt-tab-style-01 ul li.tab:hover,
.prt-tab-style-01 ul li.tab.active {
    background-color: linear-gradient(to right, #D34BE9 0%, #4A7FFC 85%, #3188FF 100%);
    border: 2px solid transparent;
    color: var(--base-white) !important;
}

.prt-tab-style-01 ul li.tab:hover,
.prt-tab-style-01 ul li.tab.active a {
    border-radius: 0px !important;
}

.prt-tab-style-01 ul li.tab:hover,
.prt-tab-style-01 ul li.tab.active a .button:hover {
    border-radius: 0px !important;
}

.prt-tab-style-01 .content-inner {
    background-color: transparent;
    border-radius: 0px !important;
    padding: 0px 5px 0px;
    position: relative;
    margin-top: 30px;
}

/* ===============================================
    19.Boxes-Spacing
------------------------*/
.row.prt-boxes-spacing-30px,
.prt-boxes-spacing-30px {
    margin: 0 -20px;
}

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

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

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

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

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

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

.row.prt-boxes-spacing-10px .prt-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    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;
}

/* ===============================================
    21.Sidebar
------------------------*/
/* blog left sec section css start  */
.sidebar {
    padding: 30px;
    margin-bottom: 30px;
}

#sidebar {
    width: 100%;
}
#sidebar h4{
   color: var(--base-primary-color);
}
#sidebar p{
   color: var(--base-bodyfont-color);
}
#sidebar .widget {
    padding: 30px;
}

#sidebar .widget:not(:last-child) {
    margin-bottom: 30px
}

#sidebar .widget-title {
    margin-bottom: 23px;
}

/* widget-search */
#sidebar .widget #search-form button {
    padding-left: 25px;
}

#sidebar .widget #search-form i {
    font-size: 20px !important;
}

#sidebar .widget .search-field::placeholder {
    color: var(--base-bodyfont-color) !important;
}

#sidebar .widget .search-field {
    color: var(--base-bodyfont-color);
    padding: 0px 20px 0px 0px;
}

.prt-search-input {
   padding: 19px 20px 19px 20px;
}

/* widget-categories */
#sidebar .widget .category-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

#sidebar .widget .category-item:not(:last-child) {
    border-bottom: 1px solid var(--base-border-color);
}

#sidebar .widget .widget-categories ul li:not(:last-child) {
    border-bottom: 1px solid var(--base-border-color);
}

#sidebar .widget .category-item a:hover {
    color: var(--base-skin);
    transition: .5s;
}

/**  widget-recent post **/
#sidebar .widget .post-detail a:hover {
    color: var(--base-primary-color);
    transition: .5s;
}

#sidebar .widget .recent-post-item {
    display: flex;
    padding-bottom: 9px;
}

#sidebar .widget .recent-post-item .post-detail {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    width: 70%;
}

#sidebar .widget .post-date {
    font-size: 13px;
    line-height: 23px;
    color: var(--base-bodyfont-color);
    margin-bottom: 2px;
}

/* widget-tagcloud */
#sidebar .widget .tagcloud a:hover {
    background-color: var(--base-skin);
    transition: .5s;
}

#sidebar .widget .tagcloud .tag-cloud-link {
    border: 1px solid var(--base-border-color)
}

#sidebar .widget .widget .widget-post ul:not(:last-child) {
    padding-bottom: 9px;
}

#sidebar .widget ul.recent-post-list>li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 18px;
}

#sidebar .widget .tagcloud a {
    padding: 4px 20px 7px;
    display: inline-block;
    padding: 4px 20px;
    margin: 0 5px 8px 0;
    font-size: 15px !important;
    font-weight: 500;
    position: relative;
}

/* widget - contact */
#sidebar .widget .team-detail-sidebar {
    border-radius: 25px;
    display: block;
    text-align: center;
}

#sidebar .widget .team-detail-sidebar .team-detail-icon {
    font-size: 50px;
    color: var(--base-skin) !important;
    margin-bottom: 10px;
}

#sidebar .widget .team-detail-sidebar.team-detail-content {
    margin: 12px 0 30px;
    margin-bottom: 20px
}

#sidebar .widget .team-detail-sidebar-content {
    margin-bottom: 30px;
}

#sidebar .widget .prt-sidebar-btn {
    padding: 15px 30px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid var(--base-white);
    transition: all 0s ease 0s;
    color: var(--base-white);
    font-weight: 500;
    transition: all .3s ease 0s;
}

/* pagination */
.featured-pagination .page-numbers {
  text-align:center;
  display:inline-block;
  color:var(--base-primary-color);
  font-size:16px;
  font-weight:600;
  border-radius:2em;
  margin:0 6px;
  padding:0;
  -webkit-transition:all .3s ease 0s;
  -moz-transition:all .3s ease 0s;
  -ms-transition:all .3s ease 0s;
  -o-transition:all .3s ease 0s;
  transition:all .3s ease 0s;
    display: inline-flex;
  align-items: center;       
  justify-content: center;
}
.featured-pagination .page-numbers i{ display: inherit;margin-left: 8px; }
.featured-pagination a.next.page-numbers {
  padding: 6px 17px 6px 23px;
  background-color: var(--base-skin);
}
.featured-pagination .page-numbers.current::after {
  position: absolute;
  content: '/';
  padding: 0 5px;
  margin-left: 21px;
}
@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/*vertical-text*/
.banner-vertical-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: rgb(255 255 255 / 59%);
}

.vertical-text-left {
    writing-mode: vertical-rl;
}

.vertical-text-right {
    writing-mode: vertical-rl;
}

/* news-section*/
.news-section .section-title h2 {
    font-size: 140px;
    line-height: 110px;
    font-weight: 700;
}

.news-section .section-title img {
    border-radius: 52px;
}

.news-section .section-title a {
    color: #fff !important;
}

.news-content {
    z-index: 0;
    position: relative;
    display: flex;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.news-content:first-child {
    padding: 0 0 35px;
}

.news-content:last-child {
    border-bottom: none;
    padding: 35px 0 0;
}

.news-section .news-title h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    padding-left: 85px;
    margin-bottom: 0;
}

.news-section .videoautoplay {
    position: absolute;
    top: 0;
    opacity: 0.30;
}

.steps-section .section-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: var(--base-white);
    margin-bottom: 4px;
}

/* 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-text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: var(--prt-whitecolor);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity .4s, -webkit-transform .3s;
    transition: opacity .4s, -webkit-transform .3s;
    -o-transition: opacity .4s, -o-transform .3s;
    -moz-transition: opacity .4s, transform .3s, -moz-transform .3s;
    transition: opacity .4s, transform .3s;
    transition: opacity .4s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.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
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.prt-animation-hover-button {
    padding: 23px 15px 28px;
    text-align: center;
    background-color: #000;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
}

.prt-cursor .prt-project-readmore-btn a {
    transition: 500ms all linear 0ms;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 25px 7px 25px;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
    background-color: #000 !important;
    text-transform: capitalize;
}

.prt-cursor .prt-project-readmore-btn a span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.54);
}

/*prt-covershow-box*/

.prt-covershow-box.prt-cover-styleone {
    min-height: 700px;
}

.prt-covershow-box.prt-init {
    transition: opacity .5s .2s;
    opacity: 1;
}

.prt-covershow-box .covershow-holder {
    counter-reset: count;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.prt-covershow-box .prt-covershow-item.active {
    transform: translate3d(0, 0, 0);
}

.prt-covershow-box .prt-covershow-item:first-child {
    transform: none !important;
}

.prt-covershow-box.prt-init .prt-covershow-item {
    transition: all 1s;
}

.prt-covershow-box .prt-covershow-item {
    counter-increment: count;
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    min-height: 100%;
    width: calc(100% - 6*80px);
    padding-top: 0;
    transform: translate3d(100%, 0, 0);
    background: #000;
}

.prt-covershow-box .prt-covershow-item.active .prt-cover-header {
    transition-delay: 0s;
    background-color: #000;
    border-right: 1px solid rgb(255 255 255 / 30%);
}

.prt-covershow-box .prt-covershow-item:first-child .prt-cover-header {
    border-left: 0;
}

.prt-covershow-box .prt-cover-header {
    position: absolute;
    top: 0;
    left: -80px;
    display: block;
    height: 100%;
    width: 80px;
    cursor: pointer;
    box-sizing: border-box;
    background: #000;
    border-left: 1px solid rgb(255 255 255 / 30%);
    border-right: 1px solid transparent;
    transition: border-color .35s ease-out .7s;
}

.prt-covershow-box .prt-cover-header .prt-cover-title {
    transform: rotate(180deg);
    position: absolute;
    top: 180px;
    left: calc(50% - 15px);
    margin: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-background-clip: text;
    background-color: currentColor;
    background-size: 100% 200%;
    background-position-y: 100%;
    transition: background-position .8s cubic-bezier(.25, .1, .14, .91);
    color: #fff;
    font-size: 20px;
}

.prt-covershow-box .prt-covershow-item.active .prt-cover-title {
    background-position-y: 0;
}

.prt-covershow-box .prt-covershow-item:first-child {
    transform: none !important;
}

.prt-covershow-box {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.prt-cover-content.prt-coverbox-predefined,
.prt-cover-content-inner {
    position: absolute;
    top: 88px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    margin: 0 38px;
}


.prt-cover-content-inner span.number {
    font-size: 24px;
    color: rgb(255 255 255 / 0.54);
    ;
}

.prt-cover-content-inner h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.prt-cover-content-inner p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(255 255 255 / 60%);
}

.prt-cover-content-inner ul {
    margin-bottom: 40px;
}

.prt-cover-content-inner ul li {
    color: #fff;
    font-size: 15px;
    padding: 3px 0;
    position: relative;
}

.prt-cover-content-inner ul li::marker {
    color: transparent;
}

.prt-cover-content-inner ul li:before {
    content: '*';
    position: absolute;
    font-size: 31px;
    left: -23px;
    top: 10px;
}

.prt-call-to-arrow {
    animation: shake 24s linear infinite;
    margin-top: -58px;
    margin-right: -128px;
    padding-left: 20px;
    position: relative;
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.content-section3 .float-end.text-right p {
    text-align: right;
}

/*.content-box*/
.content-box-main {
    padding: 30px 0 22px;
    border-bottom: 1px solid #dedede;
}

.content-box-main.border-top {
    border-top: 1px solid #dedede;
}

.post-date-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 90px 0 0;
}

.content-box-main .post-month h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.content-box-main .post-month span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
}

.content-box-main .post-year span {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
    transition: all .1s ease;
}

.content-box-main:hover .post-year span {
    -webkit-text-stroke: 1px var(--base-skin);
}

.post-content-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 38px;
}

.post-content-main a {
    padding: 0 0 0 70px;
    font-size: 37px;
    line-height: 37px;
    color: #000;
    font-weight: 900;
}

.content-box-main:hover a {
    color: var(--base-skin);
    transition: all .1s ease;
}

/*map-contect*/
.map-contect a {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #000;
    position: relative;
}

.map-contect .email {
    margin: 5px 0 0 0;
}

.map-contect .email a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background-color: #000;
    transition: all 0.3s ease 0s;
}

.map-contect .email a:hover:before {
    background-color: var(--base-skin);
}

ul.map-links li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

ul.map-links li:last-child {
    margin: 0 0 10px 0;
}

ul.map-links li a {
    border: 1px solid #000;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 4px 18px;
    color: #000;
    font-weight: 500;
    border-radius: 50px;
}

ul.map-links li a:hover {
    background-color: var(--base-skin);
    color: #fff;
    border: 1px solid var(--base-skin);
}

@media screen and (min-width: 300px) and (max-width: 640px) {
    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a {
        padding: 10px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic:last-child .toggle-title a {
        padding-right: 40px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic:nth-child(2) .toggle-title a {
        padding-right: 40px;
    }
}

@media screen and (min-width: 300px) and (max-width: 668px) {
    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a {
        padding-right: 35px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active {
        padding-right: 35px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a:after {
        top: 18px;
        right: 10px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
        content: "\f106";
        font-family: 'fontello';
        transform: rotate(180deg);
        top: 41px;
    }
}

@media screen and (min-width: 668px) and (max-width: 768px) {
    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a:after {
        top: 18px;
    }

    .accordion.style2 .toggle.prt-toggle_style_classic .toggle-title a.active:after {
        top: 41px;
    }

    .accordion .toggle.prt-toggle_style_default .toggle-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;

    }
}

/* ===============================================
    20.Prt single img
------------------------*/

/*prt-single-img-1*/

.prt_single_image-wrapper {
    position: relative;
}

.side-menu-container {
    position: relative;
    padding-left: 25px;
    height: 100%;
  display: flex;
  align-items: center;
}

.side-menu {
    position: relative;
}

.side-menu a {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.side-overlay .side {
    display: inline-block;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0px;
    width: 400px;
    z-index: 9;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(420px);
    -ms-transform: translateX(420px);
    transform: translateX(420px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url(../images/flotingbar-bg1.png) 100% 100%, url(../images/flotingbar-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: var(--base-skin);
}

.side-overlay.on .side {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -ms-transition: .4s ease-out;
    transition: .4s ease-out;
}

.side-overlay .flotingbar-title h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.side .close-side {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 16px;
}

.side .prt-detailss ul {
    padding-left: 0;
    padding-top: 30px;
}

.side .prt-detailss ul>li {
    padding-bottom: 20px;
    list-style: none;
}

.side .prt-detailss li {
    font-size: 20px;
    line-height: 34px;
    font-family: var(--base-headingfont);
}

.side .prt-detailss li span,
.side .prt-detailss li span a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    font-family: var(--base-bodyfont);
    margin-bottom: 15px;
}

.side .social-icons li a {
    font-size: 20px;
    line-height: 30px;
}

.side .prt-detailss li span a:hover,
.side .social-icons li a:hover {
    color: var(--base-primary-color);
}

.side aside.widget_text {
    margin: 35px 0 35px;
    padding-top: 35px;
    border-top: 1px solid var(--base-border-color);
}

.side aside.widget_text h3 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 4px;
}
.side .social-icons {
  list-style:none;
  margin:0;
  padding:0;
  font-size:14px;
  line-height: 29px;
  padding-top:0;
  padding-bottom:0
}
.side .social-icons li {
  display:inline-block !important;
  padding-left:0;
  min-width:23px;
  border:none;
  padding: 0 0 15px;
}
.side .social-icons li>a {
  width:fit-content;
  height:36px;
  line-height:36px;
  border-radius:2em;
  border:0 solid transparent !important;
  text-align:center;
  display:block;
  background-color:transparent;
  font-size:14px;
  color:inherit;
  margin-right:5px;
  position: relative;
  font-weight: 400;
}
.side .social-icons li:nth-child(2) >a  {
font-size: 11px;
font-weight: 900 !important;
}
.prt-aboutbox{
    margin-top: 13px;
}
.prt-aboutbox h2 {
  font-size:16px;
  line-height:26px;
  display:inline-block;
  margin-bottom:8px;
  color: var(--base-white);
}
.prt-aboutbox h3 {
  font-size:26px;
  line-height:36px;
  margin-bottom:30px;
  color: var(--base-white);
}
.prt-aboutbox a {
  font-size:16px;
  line-height:26px;
  padding:12px 30px;
  background-color:var(--base-white);
  border-radius:30px;
  color:var(--base-primary-color)
}
.prt-detailss ul li a {
  position: relative;
  color: inherit; 
  text-decoration: none;
}

.prt-detailss ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px; 
  width: 0;
  background-color: var(--base-primary-color); 
  transition: width 0.3s ease;
}

.prt-detailss ul li a:hover::after {
  width: 100%;
}
.prt-aboutbox a:hover {
  background-color:var(--base-primary-color);
  color: var(--base-white);
}
.prt-aboutbox {
  position:relative;
  padding:47px 30px 35px 25px;
  background:url(../images/bg-images/bg-img-8.jpg) center center no-repeat;
  background-repeat:no-repeat;
  background-size:cover;
  border-radius: 20px;
}
.side-menu-container  .close-side {
text-align: center;
  font-size: 24px;
  cursor: pointer;
  color: rgba(0,0,0,.5);
}
/* to top css start */
#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    line-height: 34px;
    transition: .3s ease-in-out;
}

#totop.top-visible {
    height: 55px;
    width: 55px;
    display: inline;
    background-color: var(--base-skin);
    border-radius: 50%;

}
  #totop i{
  font-size: 25px;
  font-weight: 900;
  color: var(--base-primary-color);
  line-height: 49px;
  text-align: center;
}
@keyframes jump {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 40px;
    }

    100% {
        bottom: 20px;
    }
}

#totop.top-visible {
    animation: jump 4s infinite;
}

/* ===============================================
 floating menu
------------------------*/
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    padding: 3px 0 10px;
    margin: -89px 0 0;
    background-color:rgb(255, 48, 103);
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 99999;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 45px;
    line-height: 52px;
    text-align: center;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: var(--base-white);
}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    background-color:rgb(255, 48, 103);
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: var(--base-white);
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}
.tmtheme_fbar_icons > span >span {
    padding-left: 5px;
}
.tmtheme_fbar_icons > span:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -10px;
    right: -15px;
    width: 15px;
    background-color:rgb(255, 48, 103);
    height: 55px;
}
.tmtheme_fbar_icons:hover > span {
   opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.prt-desctext {
    position: absolute;
    top: 30px;
    background-color: #fff;
    max-width: 400px;
    right: 30px;
    padding: 30px 50px 23px 30px;
    text-align: left;
}
.prt-desctext:before {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffb120;
}